| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.13.2 - 11-05-2023 */ | |
| 1 | 2 | .elementor-control-unit-1 { |
| 2 | 3 | width: 27px; |
| 3 | 4 | } |
| 4 | 5 | |
| @@ -60,10 +61,10 @@ | ||
| 60 | 61 | } |
| 61 | 62 | body:after { |
| 62 | 63 | content: ""; |
| 63 | 64 | position: absolute; |
| 64 | - inset-block-start: 0; | |
| 65 | - inset-inline-end: 0; | |
| 65 | + top: 0; | |
| 66 | + left: 0; | |
| 66 | 67 | height: 100%; |
| 67 | 68 | width: 0; |
| 68 | 69 | background-color: var(--e-a-bg-default); |
| 69 | 70 | transition: width 0.5s; |
| @@ -73,16 +74,16 @@ | ||
| 73 | 74 | } |
| 74 | 75 | body a:hover { |
| 75 | 76 | color: var(--e-a-color-primary-bold); |
| 76 | 77 | } |
| 77 | -body.elementor-editor-active #elementor-mode-switcher-preview i { | |
| 78 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 78 | +body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before { | |
| 79 | + content: "\e89e"; | |
| 79 | 80 | } |
| 80 | 81 | body.elementor-editor-preview { |
| 81 | 82 | --e-preview-width: 100%; |
| 82 | 83 | } |
| 83 | -body.elementor-editor-preview #elementor-mode-switcher-preview i { | |
| 84 | - scale: calc(-1 * var(--direction-multiplier)) 1; | |
| 84 | +body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before { | |
| 85 | + content: "\e89f"; | |
| 85 | 86 | } |
| 86 | 87 | body.elementor-navigator--dock-hint:after { |
| 87 | 88 | width: 30px; |
| 88 | 89 | } |
| @@ -99,9 +100,12 @@ | ||
| 99 | 100 | } |
| 100 | 101 | |
| 101 | 102 | #elementor-loading { |
| 102 | 103 | position: fixed; |
| 103 | - inset: 0; | |
| 104 | + top: 0; | |
| 105 | + left: 0; | |
| 106 | + bottom: 0; | |
| 107 | + right: 0; | |
| 104 | 108 | background: var(--e-a-bg-default); |
| 105 | 109 | z-index: 9999; |
| 106 | 110 | } |
| 107 | 111 | |
| @@ -109,9 +113,12 @@ | ||
| 109 | 113 | display: flex; |
| 110 | 114 | align-items: center; |
| 111 | 115 | justify-content: center; |
| 112 | 116 | position: absolute; |
| 113 | - inset: 0; | |
| 117 | + top: 0; | |
| 118 | + left: 0; | |
| 119 | + width: 100%; | |
| 120 | + height: 100%; | |
| 114 | 121 | background-color: var(--e-a-bg-default); |
| 115 | 122 | } |
| 116 | 123 | #elementor-preview-loading i { |
| 117 | 124 | color: var(--e-a-color-txt-disabled); |
| @@ -123,33 +130,26 @@ | ||
| 123 | 130 | text-align: center; |
| 124 | 131 | } |
| 125 | 132 | .elementor-nerd-box-icon { |
| 126 | 133 | width: 100px; |
| 134 | + margin-right: 10px; | |
| 127 | 135 | } |
| 128 | 136 | .elementor-nerd-box-title { |
| 129 | - margin-block-start: 20px; | |
| 137 | + margin-top: 20px; | |
| 130 | 138 | font-size: 16px; |
| 131 | 139 | font-weight: bold; |
| 132 | 140 | line-height: 1.4; |
| 133 | 141 | } |
| 134 | 142 | .elementor-nerd-box-message { |
| 135 | - margin-block-start: 5px; | |
| 143 | + margin-top: 5px; | |
| 136 | 144 | line-height: 1.8; |
| 137 | 145 | font-size: 11px; |
| 138 | 146 | } |
| 139 | -.elementor-nerd-box .elementor-button { | |
| 140 | - margin-block-start: 20px; | |
| 147 | +.elementor-nerd-box .elementor-button, .elementor-nerd-box .dialog-type-confirm .dialog-buttons-wrapper .dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .elementor-nerd-box .dialog-button, | |
| 148 | +.elementor-nerd-box .dialog-type-alert .dialog-buttons-wrapper .dialog-button, | |
| 149 | +.dialog-type-alert .dialog-buttons-wrapper .elementor-nerd-box .dialog-button { | |
| 150 | + margin-top: 20px; | |
| 141 | 151 | } |
| 142 | -.elementor-nerd-box--upsale { | |
| 143 | - padding: 15px 30px 30px; | |
| 144 | -} | |
| 145 | -.elementor-nerd-box--upsale .elementor-nerd-box-title { | |
| 146 | - font-weight: 500; | |
| 147 | - line-height: 1.2; | |
| 148 | -} | |
| 149 | -.elementor-nerd-box--upsale .elementor-nerd-box-message { | |
| 150 | - line-height: 1.5; | |
| 151 | -} | |
| 152 | 152 | |
| 153 | 153 | .eicon-nerd:hover:before { |
| 154 | 154 | content: "\e8b7"; |
| 155 | 155 | } |
| @@ -164,9 +164,9 @@ | ||
| 164 | 164 | font-weight: bold; |
| 165 | 165 | font-size: 12px; |
| 166 | 166 | padding: 10px; |
| 167 | 167 | box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); |
| 168 | - margin-block-end: 15px; | |
| 168 | + margin-bottom: 15px; | |
| 169 | 169 | } |
| 170 | 170 | |
| 171 | 171 | .e-control-tools { |
| 172 | 172 | display: flex; |
| @@ -194,12 +194,11 @@ | ||
| 194 | 194 | color: var(--e-a-color-txt-disabled); |
| 195 | 195 | } |
| 196 | 196 | .e-control-tool i { |
| 197 | 197 | position: absolute; |
| 198 | - position: absolute; | |
| 199 | - inset-block-start: 50%; | |
| 200 | - inset-inline-start: 50%; | |
| 201 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 198 | + top: 50%; | |
| 199 | + left: 50%; | |
| 200 | + transform: translateX(-50%) translateY(-50%); | |
| 202 | 201 | color: var(--e-a-color-txt-default); |
| 203 | 202 | font-size: 13px; |
| 204 | 203 | } |
| 205 | 204 | |
| @@ -208,16 +207,15 @@ | ||
| 208 | 207 | } |
| 209 | 208 | |
| 210 | 209 | .elementor-loader-wrapper { |
| 211 | 210 | position: absolute; |
| 212 | - inset-block-start: 50%; | |
| 213 | - inset-inline-start: 50%; | |
| 214 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 211 | + top: 50%; | |
| 212 | + left: 50%; | |
| 213 | + transform: translate(-50%, -50%); | |
| 215 | 214 | width: 300px; |
| 216 | 215 | display: flex; |
| 217 | - flex-direction: column; | |
| 218 | - align-items: center; | |
| 219 | - gap: 30px; | |
| 216 | + flex-wrap: wrap; | |
| 217 | + justify-content: center; | |
| 220 | 218 | } |
| 221 | 219 | |
| 222 | 220 | .elementor-loader { |
| 223 | 221 | border-radius: 50%; |
| @@ -252,17 +250,17 @@ | ||
| 252 | 250 | width: 60%; |
| 253 | 251 | } |
| 254 | 252 | .elementor-loader-box:nth-of-type(2) { |
| 255 | 253 | top: 0; |
| 256 | - animation-delay: calc(1.8s / 4 * -1); | |
| 254 | + animation-delay: calc( 1.8s / 4 * -1 ); | |
| 257 | 255 | } |
| 258 | 256 | .elementor-loader-box:nth-of-type(3) { |
| 259 | 257 | top: 40%; |
| 260 | - animation-delay: calc(1.8s / 4 * -2); | |
| 258 | + animation-delay: calc( 1.8s / 4 * -2 ); | |
| 261 | 259 | } |
| 262 | 260 | .elementor-loader-box:nth-of-type(4) { |
| 263 | 261 | bottom: 0; |
| 264 | - animation-delay: calc(1.8s / 4 * -3); | |
| 262 | + animation-delay: calc( 1.8s / 4 * -3 ); | |
| 265 | 263 | } |
| 266 | 264 | |
| 267 | 265 | .elementor-loading-title { |
| 268 | 266 | color: var(--e-a-color-txt); |
| @@ -267,8 +265,9 @@ | ||
| 267 | 265 | .elementor-loading-title { |
| 268 | 266 | color: var(--e-a-color-txt); |
| 269 | 267 | text-align: center; |
| 270 | 268 | text-transform: uppercase; |
| 269 | + margin-top: 30px; | |
| 271 | 270 | letter-spacing: 7px; |
| 272 | 271 | text-indent: 7px; |
| 273 | 272 | font-size: 10px; |
| 274 | 273 | width: 100%; |
| @@ -282,9 +281,8 @@ | ||
| 282 | 281 | border-radius: var(--e-a-border-radius); |
| 283 | 282 | font-size: 12px; |
| 284 | 283 | width: 100%; |
| 285 | 284 | background: none; |
| 286 | - background-color: var(--e-a-bg-default); | |
| 287 | 285 | box-shadow: none; |
| 288 | 286 | border: var(--e-a-border-bold); |
| 289 | 287 | outline: none; |
| 290 | 288 | } |
| @@ -331,9 +329,9 @@ | ||
| 331 | 329 | outline: none; |
| 332 | 330 | content: none; |
| 333 | 331 | height: 15px; |
| 334 | 332 | border-radius: var(--e-a-border-radius); |
| 335 | - margin-inline-end: 5px; | |
| 333 | + margin-left: 5px; | |
| 336 | 334 | width: 15px; |
| 337 | 335 | border: var(--e-a-border-bold); |
| 338 | 336 | display: inline-flex; |
| 339 | 337 | align-items: center; |
| @@ -363,287 +361,8 @@ | ||
| 363 | 361 | outline: none; |
| 364 | 362 | height: 27px; |
| 365 | 363 | } |
| 366 | 364 | |
| 367 | -.dialog-widget-content { | |
| 368 | - background-color: var(--e-a-bg-default); | |
| 369 | - position: absolute; | |
| 370 | - border-radius: 3px; | |
| 371 | - box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); | |
| 372 | - overflow: hidden; | |
| 373 | -} | |
| 374 | - | |
| 375 | -.dialog-message { | |
| 376 | - line-height: 1.5; | |
| 377 | - box-sizing: border-box; | |
| 378 | -} | |
| 379 | - | |
| 380 | -.dialog-close-button { | |
| 381 | - cursor: pointer; | |
| 382 | - position: absolute; | |
| 383 | - margin-block-start: 15px; | |
| 384 | - inset-inline-end: 15px; | |
| 385 | - color: var(--e-a-color-txt); | |
| 386 | - font-size: 15px; | |
| 387 | - line-height: 1; | |
| 388 | - transition: var(--e-a-transition-hover); | |
| 389 | -} | |
| 390 | -.dialog-close-button:hover { | |
| 391 | - color: var(--e-a-color-txt-hover); | |
| 392 | -} | |
| 393 | - | |
| 394 | -.dialog-prevent-scroll { | |
| 395 | - overflow: hidden; | |
| 396 | - max-height: 100vh; | |
| 397 | -} | |
| 398 | - | |
| 399 | -.dialog-type-lightbox { | |
| 400 | - position: fixed; | |
| 401 | - height: 100%; | |
| 402 | - width: 100%; | |
| 403 | - bottom: 0; | |
| 404 | - left: 0; | |
| 405 | - background-color: rgba(0, 0, 0, 0.8); | |
| 406 | - z-index: 9999; | |
| 407 | - -webkit-user-select: none; | |
| 408 | - -moz-user-select: none; | |
| 409 | - user-select: none; | |
| 410 | -} | |
| 411 | - | |
| 412 | -.elementor-editor-active .elementor-popup-modal { | |
| 413 | - background-color: initial; | |
| 414 | -} | |
| 415 | - | |
| 416 | -.dialog-type-confirm .dialog-widget-content, | |
| 417 | -.dialog-type-alert .dialog-widget-content { | |
| 418 | - margin: auto; | |
| 419 | - width: 400px; | |
| 420 | - padding: 20px; | |
| 421 | -} | |
| 422 | -.dialog-type-confirm .dialog-header, | |
| 423 | -.dialog-type-alert .dialog-header { | |
| 424 | - font-size: 15px; | |
| 425 | - font-weight: 500; | |
| 426 | -} | |
| 427 | -.dialog-type-confirm .dialog-header:after, | |
| 428 | -.dialog-type-alert .dialog-header:after { | |
| 429 | - content: ""; | |
| 430 | - display: block; | |
| 431 | - border-block-end: var(--e-a-border); | |
| 432 | - padding-block-end: 10px; | |
| 433 | - margin-block-end: 10px; | |
| 434 | - margin-inline-start: -20px; | |
| 435 | - margin-inline-end: -20px; | |
| 436 | -} | |
| 437 | -.dialog-type-confirm .dialog-message, | |
| 438 | -.dialog-type-alert .dialog-message { | |
| 439 | - min-height: 50px; | |
| 440 | -} | |
| 441 | -.dialog-type-confirm .dialog-buttons-wrapper, | |
| 442 | -.dialog-type-alert .dialog-buttons-wrapper { | |
| 443 | - padding-block-start: 10px; | |
| 444 | - display: flex; | |
| 445 | - justify-content: flex-end; | |
| 446 | - gap: 15px; | |
| 447 | -} | |
| 448 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button, | |
| 449 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button { | |
| 450 | - font-size: 12px; | |
| 451 | - font-weight: 500; | |
| 452 | - line-height: 1.2; | |
| 453 | - padding: 8px 16px; | |
| 454 | - outline: none; | |
| 455 | - border: none; | |
| 456 | - border-radius: var(--e-a-border-radius); | |
| 457 | - background-color: var(--e-a-btn-bg); | |
| 458 | - color: var(--e-a-btn-color-invert); | |
| 459 | - transition: var(--e-a-transition-hover); | |
| 460 | -} | |
| 461 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, | |
| 462 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover { | |
| 463 | - border: none; | |
| 464 | -} | |
| 465 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, | |
| 466 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 467 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus { | |
| 468 | - background-color: var(--e-a-btn-bg-hover); | |
| 469 | - color: var(--e-a-btn-color-invert); | |
| 470 | -} | |
| 471 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active, | |
| 472 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active { | |
| 473 | - background-color: var(--e-a-btn-bg-active); | |
| 474 | -} | |
| 475 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]), | |
| 476 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) { | |
| 477 | - cursor: pointer; | |
| 478 | -} | |
| 479 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled, | |
| 480 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled { | |
| 481 | - background-color: var(--e-a-btn-bg-disabled); | |
| 482 | - color: var(--e-a-btn-color-disabled); | |
| 483 | -} | |
| 484 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, | |
| 485 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon { | |
| 486 | - display: none; | |
| 487 | -} | |
| 488 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel, | |
| 489 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt, | |
| 490 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel { | |
| 491 | - background: transparent; | |
| 492 | - color: var(--e-a-color-txt); | |
| 493 | -} | |
| 494 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus, | |
| 495 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, | |
| 496 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, | |
| 497 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, | |
| 498 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus { | |
| 499 | - background: var(--e-a-bg-hover); | |
| 500 | - color: var(--e-a-color-txt-hover); | |
| 501 | -} | |
| 502 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, | |
| 503 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, | |
| 504 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled { | |
| 505 | - background: transparent; | |
| 506 | - color: var(--e-a-color-txt-disabled); | |
| 507 | -} | |
| 508 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border, | |
| 509 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border { | |
| 510 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 511 | -} | |
| 512 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success, | |
| 513 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success, | |
| 514 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success { | |
| 515 | - background-color: var(--e-a-btn-bg-success); | |
| 516 | -} | |
| 517 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus, | |
| 518 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, | |
| 519 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, | |
| 520 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover, | |
| 521 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus { | |
| 522 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 523 | -} | |
| 524 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok, | |
| 525 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary, | |
| 526 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over, | |
| 527 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok { | |
| 528 | - background-color: var(--e-a-btn-bg-primary); | |
| 529 | - color: var(--e-a-btn-color); | |
| 530 | -} | |
| 531 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, | |
| 532 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover, | |
| 533 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, | |
| 534 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, | |
| 535 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus, | |
| 536 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, | |
| 537 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus { | |
| 538 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 539 | - color: var(--e-a-btn-color); | |
| 540 | -} | |
| 541 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, | |
| 542 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, | |
| 543 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, | |
| 544 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, | |
| 545 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, | |
| 546 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, | |
| 547 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel { | |
| 548 | - background: transparent; | |
| 549 | - color: var(--e-a-color-primary-bold); | |
| 550 | -} | |
| 551 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus, | |
| 552 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, | |
| 553 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, | |
| 554 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, | |
| 555 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, | |
| 556 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, | |
| 557 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, | |
| 558 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, | |
| 559 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, | |
| 560 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, | |
| 561 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, | |
| 562 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, | |
| 563 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus { | |
| 564 | - background: var(--e-a-bg-primary); | |
| 565 | -} | |
| 566 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent, | |
| 567 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro, | |
| 568 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent { | |
| 569 | - background-color: var(--e-a-btn-bg-accent); | |
| 570 | -} | |
| 571 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus, | |
| 572 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover, | |
| 573 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus, | |
| 574 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover, | |
| 575 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus { | |
| 576 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 577 | -} | |
| 578 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active, | |
| 579 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active, | |
| 580 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active { | |
| 581 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 582 | -} | |
| 583 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info, | |
| 584 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info, | |
| 585 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info { | |
| 586 | - background-color: var(--e-a-btn-bg-info); | |
| 587 | -} | |
| 588 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus, | |
| 589 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, | |
| 590 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, | |
| 591 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover, | |
| 592 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus { | |
| 593 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 594 | -} | |
| 595 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning, | |
| 596 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning, | |
| 597 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning { | |
| 598 | - background-color: var(--e-a-btn-bg-warning); | |
| 599 | -} | |
| 600 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus, | |
| 601 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, | |
| 602 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, | |
| 603 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover, | |
| 604 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus { | |
| 605 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 606 | -} | |
| 607 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger, | |
| 608 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, | |
| 609 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { | |
| 610 | - background-color: var(--e-a-btn-bg-danger); | |
| 611 | -} | |
| 612 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger.color-white, | |
| 613 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 614 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 615 | - color: var(--e-a-color-white); | |
| 616 | -} | |
| 617 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus, | |
| 618 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, | |
| 619 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, | |
| 620 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, | |
| 621 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus { | |
| 622 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 623 | -} | |
| 624 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i, | |
| 625 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button i { | |
| 626 | - margin-inline-end: 5px; | |
| 627 | -} | |
| 628 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited, | |
| 629 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 630 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, | |
| 631 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { | |
| 632 | - color: initial; | |
| 633 | -} | |
| 634 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled]:visited, | |
| 635 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 636 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 637 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 638 | - background-color: var(--e-a-btn-bg-disabled); | |
| 639 | -} | |
| 640 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 641 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 642 | - background-color: var(--e-a-btn-bg-disabled); | |
| 643 | - cursor: not-allowed; | |
| 644 | -} | |
| 645 | - | |
| 646 | 365 | /* |
| 647 | 366 | * Container style |
| 648 | 367 | */ |
| 649 | 368 | .ps { |
| @@ -742,10 +461,10 @@ | ||
| 742 | 461 | width: 18px; |
| 743 | 462 | height: 18px; |
| 744 | 463 | box-sizing: border-box; |
| 745 | 464 | border: solid 2px transparent; |
| 746 | - border-block-start-color: #D004D4; | |
| 747 | - border-inline-start-color: #D004D4; | |
| 465 | + border-top-color: #D004D4; | |
| 466 | + border-left-color: #D004D4; | |
| 748 | 467 | border-radius: 50%; |
| 749 | 468 | animation: nprogress-spinner 400ms linear infinite; |
| 750 | 469 | } |
| 751 | 470 | |
| @@ -785,80 +504,68 @@ | ||
| 785 | 504 | --e-editor-panel-width: 300px; |
| 786 | 505 | } |
| 787 | 506 | } |
| 788 | 507 | |
| 789 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 790 | -#elementor-panel-header-wrapper, | |
| 791 | -#elementor-panel-content-wrapper) h1, | |
| 792 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 793 | -#elementor-panel-header-wrapper, | |
| 794 | -#elementor-panel-content-wrapper) h2, | |
| 795 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 796 | -#elementor-panel-header-wrapper, | |
| 797 | -#elementor-panel-content-wrapper) h3, | |
| 798 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 799 | -#elementor-panel-header-wrapper, | |
| 800 | -#elementor-panel-content-wrapper) h4, | |
| 801 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 802 | -#elementor-panel-header-wrapper, | |
| 803 | -#elementor-panel-content-wrapper) h5, | |
| 804 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 805 | -#elementor-panel-header-wrapper, | |
| 806 | -#elementor-panel-content-wrapper) h6 { | |
| 508 | +.elementor-panel { | |
| 509 | + position: relative; | |
| 510 | + height: 100%; | |
| 511 | + -webkit-margin-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 512 | + margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 513 | + width: var(--e-editor-panel-width); | |
| 514 | + overflow: visible; | |
| 515 | + background-color: var(--e-a-bg-default); | |
| 516 | + z-index: 1; | |
| 517 | + font-family: var(--e-a-font-family); | |
| 518 | + font-size: 13px; | |
| 519 | + right: 0; | |
| 520 | +} | |
| 521 | +.elementor-panel h1, | |
| 522 | +.elementor-panel h2, | |
| 523 | +.elementor-panel h3, | |
| 524 | +.elementor-panel h4, | |
| 525 | +.elementor-panel h5, | |
| 526 | +.elementor-panel h6 { | |
| 807 | 527 | font-size: 100%; |
| 808 | 528 | font-weight: normal; |
| 809 | 529 | } |
| 810 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 811 | -#elementor-panel-header-wrapper, | |
| 812 | -#elementor-panel-content-wrapper) abbr, | |
| 813 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 814 | -#elementor-panel-header-wrapper, | |
| 815 | -#elementor-panel-content-wrapper) acronym { | |
| 530 | +.elementor-panel abbr, | |
| 531 | +.elementor-panel acronym { | |
| 816 | 532 | border: 0; |
| 817 | 533 | font-variant: normal; |
| 818 | 534 | } |
| 819 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 820 | -#elementor-panel-header-wrapper, | |
| 821 | -#elementor-panel-content-wrapper) sup { | |
| 535 | +.elementor-panel sup { | |
| 822 | 536 | vertical-align: text-top; |
| 823 | 537 | } |
| 824 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 825 | -#elementor-panel-header-wrapper, | |
| 826 | -#elementor-panel-content-wrapper) sub { | |
| 538 | +.elementor-panel sub { | |
| 827 | 539 | vertical-align: text-bottom; |
| 828 | 540 | } |
| 829 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 830 | -#elementor-panel-header-wrapper, | |
| 831 | -#elementor-panel-content-wrapper) img { | |
| 541 | +.elementor-panel img { | |
| 832 | 542 | max-width: 100%; |
| 833 | 543 | height: auto; |
| 834 | 544 | border: 0; |
| 835 | 545 | } |
| 836 | -.elementor-panel :where(#elementor-panel-state-loading, | |
| 837 | -#elementor-panel-header-wrapper, | |
| 838 | -#elementor-panel-content-wrapper) :focus { | |
| 546 | +.elementor-panel :focus { | |
| 839 | 547 | outline: 0; |
| 840 | 548 | } |
| 841 | 549 | .elementor-panel .elementor-panel-box-content { |
| 842 | 550 | padding: 20px 20px 10px; |
| 843 | 551 | } |
| 844 | -.elementor-panel .elementor-button { | |
| 552 | +.elementor-panel .elementor-button, .elementor-panel .dialog-type-confirm .dialog-buttons-wrapper .dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .elementor-panel .dialog-button, | |
| 553 | +.elementor-panel .dialog-type-alert .dialog-buttons-wrapper .dialog-button, | |
| 554 | +.dialog-type-alert .dialog-buttons-wrapper .elementor-panel .dialog-button { | |
| 845 | 555 | display: inline-block; |
| 846 | 556 | } |
| 847 | 557 | .elementor-panel .elementor-panel-alert { |
| 848 | 558 | background-color: var(--e-a-bg-primary); |
| 849 | 559 | padding: 15px; |
| 850 | - border-inline-start: 3px solid var(--e-a-color-primary); | |
| 560 | + border-right: 3px solid var(--e-a-color-primary); | |
| 851 | 561 | position: relative; |
| 852 | 562 | font-size: 12px; |
| 853 | 563 | font-weight: 300; |
| 854 | 564 | font-style: italic; |
| 855 | 565 | line-height: 1.5; |
| 856 | - text-align: start; | |
| 857 | - border-start-start-radius: 0; | |
| 858 | - border-start-end-radius: 3px; | |
| 859 | - border-end-start-radius: 0; | |
| 860 | - border-end-end-radius: 3px; | |
| 566 | + text-align: right; | |
| 567 | + border-radius: 3px 0 0 3px; | |
| 861 | 568 | } |
| 862 | 569 | .elementor-panel .elementor-panel-alert a { |
| 863 | 570 | color: inherit; |
| 864 | 571 | } |
| @@ -870,9 +577,9 @@ | ||
| 870 | 577 | border-color: var(--e-a-color-success); |
| 871 | 578 | background: var(--e-a-bg-success); |
| 872 | 579 | } |
| 873 | 580 | .elementor-panel .elementor-panel-alert.elementor-panel-alert-warning { |
| 874 | - border-inline-start: 3px solid var(--e-a-color-warning); | |
| 581 | + border-right: 3px solid var(--e-a-color-warning); | |
| 875 | 582 | background: var(--e-a-bg-warning); |
| 876 | 583 | } |
| 877 | 584 | .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger { |
| 878 | 585 | border-color: var(--e-a-color-danger); |
| @@ -888,11 +595,12 @@ | ||
| 888 | 595 | display: none; |
| 889 | 596 | position: absolute; |
| 890 | 597 | box-shadow: var(--e-a-popover-shadow); |
| 891 | 598 | border-radius: var(--e-a-border-radius); |
| 892 | - inset-inline: 0; | |
| 599 | + left: 0; | |
| 600 | + right: 0; | |
| 893 | 601 | margin: -4px auto 5px; |
| 894 | - padding-block-start: 15px; | |
| 602 | + padding-top: 15px; | |
| 895 | 603 | width: 90%; |
| 896 | 604 | z-index: 10000; |
| 897 | 605 | background-color: var(--e-a-bg-default); |
| 898 | 606 | } |
| @@ -898,12 +606,12 @@ | ||
| 898 | 606 | } |
| 899 | 607 | .elementor-panel .elementor-controls-popover:before { |
| 900 | 608 | content: ""; |
| 901 | 609 | position: absolute; |
| 902 | - inset-block-start: -16px; | |
| 903 | - inset-inline-end: 22px; | |
| 610 | + top: -16px; | |
| 611 | + left: 22px; | |
| 904 | 612 | border: 8px solid transparent; |
| 905 | - border-block-end-color: var(--e-a-bg-default); | |
| 613 | + border-bottom-color: var(--e-a-bg-default); | |
| 906 | 614 | } |
| 907 | 615 | .elementor-panel .elementor-controls-popover div.elementor-control { |
| 908 | 616 | background-color: transparent; |
| 909 | 617 | } |
| @@ -910,22 +618,10 @@ | ||
| 910 | 618 | .elementor-panel .elementor-controls-popover div.elementor-control:before { |
| 911 | 619 | content: none; |
| 912 | 620 | } |
| 913 | 621 | .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { |
| 914 | - margin-block-start: 20px; | |
| 622 | + margin-top: 20px; | |
| 915 | 623 | } |
| 916 | -.elementor-panel { | |
| 917 | - position: relative; | |
| 918 | - height: 100%; | |
| 919 | - inset-inline-start: 0; | |
| 920 | - margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); | |
| 921 | - width: var(--e-editor-panel-width); | |
| 922 | - overflow: visible; | |
| 923 | - background-color: var(--e-a-bg-default); | |
| 924 | - z-index: 1; | |
| 925 | - font-family: var(--e-a-font-family); | |
| 926 | - font-size: 13px; | |
| 927 | -} | |
| 928 | 624 | .elementor-editor-preview .elementor-panel { |
| 929 | 625 | --e-is-preview-mode: 1; |
| 930 | 626 | } |
| 931 | 627 | .elementor-editor-preview .elementor-panel > .ui-resizable-e, |
| @@ -931,12 +627,8 @@ | ||
| 931 | 627 | .elementor-editor-preview .elementor-panel > .ui-resizable-e, |
| 932 | 628 | .elementor-editor-preview .elementor-panel > .ui-resizable-w { |
| 933 | 629 | display: none; |
| 934 | 630 | } |
| 935 | -.elementor-editor-preview .elementor-panel #elementor-panel-elements-wrapper { | |
| 936 | - display: flex; | |
| 937 | - flex-direction: column; | |
| 938 | -} | |
| 939 | 631 | .elementor-panel .ps__rail-y { |
| 940 | 632 | z-index: 2; |
| 941 | 633 | } |
| 942 | 634 | .elementor-panel .elementor-responsive-panel { |
| @@ -978,9 +670,9 @@ | ||
| 978 | 670 | } |
| 979 | 671 | .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar { |
| 980 | 672 | font-size: 18px; |
| 981 | 673 | } |
| 982 | -.elementor-panel .elementor-header-button:hover, .elementor-panel .elementor-header-button:focus { | |
| 674 | +.elementor-panel .elementor-header-button .elementor-icon:hover, .elementor-panel .elementor-header-button .elementor-icon:focus { | |
| 983 | 675 | color: var(--e-a-dark-color-txt-hover); |
| 984 | 676 | } |
| 985 | 677 | .elementor-panel #elementor-panel-header-title { |
| 986 | 678 | flex: 1; |
| @@ -990,14 +682,13 @@ | ||
| 990 | 682 | .elementor-panel #elementor-panel-header-title img { |
| 991 | 683 | width: 90px; |
| 992 | 684 | } |
| 993 | 685 | .elementor-panel #elementor-panel-elements-categories { |
| 994 | - padding-block-end: 10px; | |
| 995 | - position: relative; | |
| 686 | + padding-bottom: 10px; | |
| 996 | 687 | } |
| 997 | 688 | .elementor-panel .elementor-panel-category { |
| 998 | 689 | position: relative; |
| 999 | - border-block-end: var(--e-a-border); | |
| 690 | + border-bottom: var(--e-a-border); | |
| 1000 | 691 | } |
| 1001 | 692 | .elementor-panel .elementor-panel-category .elementor-panel-heading { |
| 1002 | 693 | padding: 0 15px; |
| 1003 | 694 | border: none; |
| @@ -1005,13 +696,10 @@ | ||
| 1005 | 696 | } |
| 1006 | 697 | .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading { |
| 1007 | 698 | border: none; |
| 1008 | 699 | } |
| 1009 | -.elementor-panel .elementor-panel-category.elementor-active-title { | |
| 1010 | - display: flex; | |
| 1011 | -} | |
| 1012 | 700 | .elementor-panel .elementor-panel-category-items { |
| 1013 | - padding-block-end: 20px; | |
| 701 | + padding-bottom: 20px; | |
| 1014 | 702 | } |
| 1015 | 703 | .elementor-panel .elementor-panel-category-items-empty { |
| 1016 | 704 | grid-column-start: 1; |
| 1017 | 705 | grid-column-end: 3; |
| @@ -1034,16 +722,14 @@ | ||
| 1034 | 722 | align-items: center; |
| 1035 | 723 | width: 100%; |
| 1036 | 724 | height: 40px; |
| 1037 | 725 | transition: var(--e-a-transition-hover); |
| 1038 | - border: 0; | |
| 1039 | - background-color: transparent; | |
| 1040 | 726 | cursor: pointer; |
| 1041 | 727 | } |
| 1042 | 728 | .elementor-panel .elementor-panel-menu-item:not(:last-child) { |
| 1043 | - border-block-end: var(--e-a-border); | |
| 729 | + border-bottom: var(--e-a-border); | |
| 1044 | 730 | } |
| 1045 | -.elementor-panel .elementor-panel-menu-item:hover, .elementor-panel .elementor-panel-menu-item:focus { | |
| 731 | +.elementor-panel .elementor-panel-menu-item:hover { | |
| 1046 | 732 | background-color: var(--e-a-bg-hover); |
| 1047 | 733 | } |
| 1048 | 734 | .elementor-panel .elementor-panel-menu-item:active { |
| 1049 | 735 | background-color: var(--e-a-bg-active); |
| @@ -1065,9 +751,9 @@ | ||
| 1065 | 751 | } |
| 1066 | 752 | .elementor-panel .elementor-panel-menu-item-title-badge { |
| 1067 | 753 | margin: 0 10px; |
| 1068 | 754 | background: var(--e-a-color-white); |
| 1069 | - border-radius: var(--e-a-border-radius); | |
| 755 | + border-radius: 3px; | |
| 1070 | 756 | } |
| 1071 | 757 | .elementor-panel .elementor-panel-menu-item-title > span { |
| 1072 | 758 | color: var(--e-a-color-accent); |
| 1073 | 759 | } |
| @@ -1076,9 +762,10 @@ | ||
| 1076 | 762 | align-items: center; |
| 1077 | 763 | color: inherit; |
| 1078 | 764 | width: 100%; |
| 1079 | 765 | height: 100%; |
| 1080 | - padding-inline-start: 10px; | |
| 766 | + -webkit-padding-start: 10px; | |
| 767 | + padding-inline-start: 10px; | |
| 1081 | 768 | padding: 10px 0; |
| 1082 | 769 | } |
| 1083 | 770 | .elementor-panel .elementor-control.elementor-control-clear_page { |
| 1084 | 771 | background-color: transparent; |
| @@ -1090,15 +777,15 @@ | ||
| 1090 | 777 | } |
| 1091 | 778 | .elementor-panel .elementor-panel-navigation { |
| 1092 | 779 | display: flex; |
| 1093 | 780 | width: 100%; |
| 1094 | - border-block-end: var(--e-a-border); | |
| 781 | + border-bottom: var(--e-a-border); | |
| 1095 | 782 | } |
| 1096 | 783 | .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab { |
| 1097 | 784 | all: unset; |
| 1098 | 785 | flex: auto; |
| 1099 | 786 | transition: var(--e-a-transition-hover); |
| 1100 | - border-block-end: 3px solid transparent; | |
| 787 | + border-bottom: 3px solid transparent; | |
| 1101 | 788 | cursor: pointer; |
| 1102 | 789 | } |
| 1103 | 790 | .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:hover, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus { |
| 1104 | 791 | background-color: var(--e-a-bg-hover); |
| @@ -1109,11 +796,13 @@ | ||
| 1109 | 796 | .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { |
| 1110 | 797 | border-color: var(--e-a-border-color-accent); |
| 1111 | 798 | color: var(--e-a-color-txt-accent); |
| 1112 | 799 | } |
| 800 | +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active a, | |
| 1113 | 801 | .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span { |
| 1114 | 802 | color: var(--e-a-color-txt-accent); |
| 1115 | 803 | } |
| 804 | +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a, | |
| 1116 | 805 | .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span { |
| 1117 | 806 | color: inherit; |
| 1118 | 807 | display: block; |
| 1119 | 808 | text-align: center; |
| @@ -1119,37 +808,42 @@ | ||
| 1119 | 808 | text-align: center; |
| 1120 | 809 | padding: 12px 0 8px; |
| 1121 | 810 | font-size: 10px; |
| 1122 | 811 | } |
| 812 | +.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before, | |
| 1123 | 813 | .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before { |
| 1124 | 814 | font-family: eicons; |
| 1125 | 815 | font-size: 16px; |
| 1126 | 816 | display: block; |
| 1127 | - margin-block-end: 8px; | |
| 817 | + margin-bottom: 8px; | |
| 1128 | 818 | } |
| 819 | +.elementor-panel .elementor-tab-control-content a:before, | |
| 1129 | 820 | .elementor-panel .elementor-tab-control-content span:before { |
| 1130 | 821 | content: "\e92c"; |
| 1131 | 822 | } |
| 823 | +.elementor-panel .elementor-tab-control-style a:before, | |
| 1132 | 824 | .elementor-panel .elementor-tab-control-style span:before { |
| 1133 | 825 | content: "\e921"; |
| 1134 | 826 | } |
| 1135 | -.elementor-panel .elementor-tab-control-settings span:before { | |
| 1136 | - content: "\e940"; | |
| 1137 | -} | |
| 1138 | -.elementor-panel .elementor-tab-control-advanced-tab-floating-buttons span:before, | |
| 1139 | -.elementor-panel .elementor-tab-control-advanced-tab-links-in-bio span:before, | |
| 1140 | -.elementor-panel .elementor-tab-control-advanced-tab-floating-bars span:before, | |
| 827 | +.elementor-panel .elementor-tab-control-advanced a:before, | |
| 1141 | 828 | .elementor-panel .elementor-tab-control-advanced span:before, |
| 829 | +.elementor-panel .elementor-tab-control-settings a:before, | |
| 830 | +.elementor-panel .elementor-tab-control-settings span:before, | |
| 831 | +.elementor-panel .elementor-tab-control-general_style a:before, | |
| 1142 | 832 | .elementor-panel .elementor-tab-control-general_style span:before { |
| 1143 | 833 | content: "\e916"; |
| 1144 | 834 | } |
| 835 | +.elementor-panel .elementor-tab-control-responsive a:before, | |
| 1145 | 836 | .elementor-panel .elementor-tab-control-responsive span:before { |
| 1146 | 837 | content: "\e885"; |
| 1147 | 838 | } |
| 839 | +.elementor-panel .elementor-tab-control-lightbox a:before, | |
| 1148 | 840 | .elementor-panel .elementor-tab-control-lightbox span:before { |
| 1149 | 841 | content: "\e922"; |
| 1150 | 842 | } |
| 843 | +.elementor-panel .elementor-tab-control-layout a:before, | |
| 1151 | 844 | .elementor-panel .elementor-tab-control-layout span:before, |
| 845 | +.elementor-panel .elementor-tab-control-column a:before, | |
| 1152 | 846 | .elementor-panel .elementor-tab-control-column span:before { |
| 1153 | 847 | content: "\e899"; |
| 1154 | 848 | } |
| 1155 | 849 | .elementor-panel #elementor-panel__editor__help { |
| @@ -1163,9 +857,10 @@ | ||
| 1163 | 857 | align-items: center; |
| 1164 | 858 | justify-content: center; |
| 1165 | 859 | font-size: 85%; |
| 1166 | 860 | line-height: 2; |
| 1167 | - padding-inline-start: 5px; | |
| 861 | + -webkit-padding-start: 5px; | |
| 862 | + padding-inline-start: 5px; | |
| 1168 | 863 | color: inherit; |
| 1169 | 864 | font-weight: 500; |
| 1170 | 865 | transition: var(--e-a-transition-hover); |
| 1171 | 866 | } |
| @@ -1181,15 +876,144 @@ | ||
| 1181 | 876 | content: ""; |
| 1182 | 877 | position: absolute; |
| 1183 | 878 | height: 13px; |
| 1184 | 879 | width: 13px; |
| 1185 | - inset-block-start: 3px; | |
| 1186 | - inset-block-end: 0; | |
| 1187 | - inset-inline-start: 8px; | |
| 1188 | - inset-inline-end: 0; | |
| 880 | + top: 3px; | |
| 881 | + bottom: 0; | |
| 882 | + right: 8px; | |
| 883 | + left: 0; | |
| 1189 | 884 | border-radius: 50%; |
| 1190 | 885 | z-index: -1; |
| 1191 | 886 | } |
| 887 | +.elementor-panel #elementor-panel-footer { | |
| 888 | + position: relative; | |
| 889 | + height: 40px; | |
| 890 | + background-color: var(--e-a-dark-bg); | |
| 891 | + color: var(--e-a-dark-color-txt); | |
| 892 | +} | |
| 893 | +.elementor-panel #elementor-panel-footer-tools { | |
| 894 | + display: flex; | |
| 895 | + justify-content: space-between; | |
| 896 | + height: 100%; | |
| 897 | +} | |
| 898 | +.elementor-panel .elementor-panel-footer-tool { | |
| 899 | + display: flex; | |
| 900 | + align-items: center; | |
| 901 | + justify-content: center; | |
| 902 | + width: 15%; | |
| 903 | + cursor: pointer; | |
| 904 | + transition: var(--e-a-transition-hover); | |
| 905 | + border: 0; | |
| 906 | + color: currentColor; | |
| 907 | + background-color: transparent; | |
| 908 | +} | |
| 909 | +.elementor-panel .elementor-panel-footer-tool i { | |
| 910 | + font-size: 15px; | |
| 911 | +} | |
| 912 | +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right { | |
| 913 | + margin: auto; | |
| 914 | + transform: rotate(270deg); | |
| 915 | +} | |
| 916 | +.elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 917 | + cursor: inherit; | |
| 918 | +} | |
| 919 | +.elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus { | |
| 920 | + color: var(--e-a-dark-color-txt-hover); | |
| 921 | +} | |
| 922 | +.elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper { | |
| 923 | + display: none; | |
| 924 | +} | |
| 925 | +.elementor-panel #elementor-panel-footer-saver-publish { | |
| 926 | + width: 30%; | |
| 927 | + margin-right: auto; | |
| 928 | +} | |
| 929 | +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { | |
| 930 | + margin-left: 0; | |
| 931 | +} | |
| 932 | +.elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { | |
| 933 | + display: none; | |
| 934 | +} | |
| 935 | +.elementor-panel #elementor-panel-footer-saver-options { | |
| 936 | + width: 10%; | |
| 937 | +} | |
| 938 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { | |
| 939 | + font-size: 11px; | |
| 940 | + font-style: italic; | |
| 941 | + padding: 5px 0 15px; | |
| 942 | +} | |
| 943 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { | |
| 944 | + display: none; | |
| 945 | +} | |
| 946 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { | |
| 947 | + border-bottom: 1px dotted transparent; | |
| 948 | + transition: all ease-in-out 0.3s; | |
| 949 | + cursor: pointer; | |
| 950 | +} | |
| 951 | +.elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { | |
| 952 | + border-bottom-color: inherit; | |
| 953 | +} | |
| 954 | +.elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right { | |
| 955 | + transform: rotate(90deg); | |
| 956 | +} | |
| 957 | +.elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { | |
| 958 | + padding: 0; | |
| 959 | + font-size: 11px; | |
| 960 | + height: 100%; | |
| 961 | + width: 100%; | |
| 962 | + border-radius: 0; | |
| 963 | +} | |
| 964 | +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled { | |
| 965 | + background-color: #1f2124; | |
| 966 | + color: #9DA5AE; | |
| 967 | +} | |
| 968 | +.elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) { | |
| 969 | + -webkit-border-end: 1px solid #F0ABFC; | |
| 970 | + border-inline-end: 1px solid #F0ABFC; | |
| 971 | +} | |
| 972 | +.elementor-panel #elementor-panel-saver-button-publish.elementor-disabled { | |
| 973 | + -webkit-border-end: 1px solid #3f444b; | |
| 974 | + border-inline-end: 1px solid #3f444b; | |
| 975 | +} | |
| 976 | +.elementor-panel .elementor-panel-footer-sub-menu-wrapper { | |
| 977 | + position: absolute; | |
| 978 | + bottom: 100%; | |
| 979 | + left: 0; | |
| 980 | + width: 100%; | |
| 981 | + background-color: #1f2124; | |
| 982 | + padding: 10px; | |
| 983 | + box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); | |
| 984 | + cursor: default; | |
| 985 | + z-index: 10000; | |
| 986 | +} | |
| 987 | +.elementor-panel .elementor-panel-footer-sub-menu { | |
| 988 | + border-radius: var(--e-border-radius); | |
| 989 | + overflow: hidden; | |
| 990 | + border: 1px solid #3f444b; | |
| 991 | +} | |
| 992 | +.elementor-panel .elementor-panel-footer-sub-menu-item { | |
| 993 | + display: flex; | |
| 994 | + height: 40px; | |
| 995 | + color: #D5D8DC; | |
| 996 | + align-items: center; | |
| 997 | + -moz-column-gap: 10px; | |
| 998 | + column-gap: 10px; | |
| 999 | + padding: 0 20px; | |
| 1000 | + transition: var(--e-a-transition-hover); | |
| 1001 | + cursor: pointer; | |
| 1002 | +} | |
| 1003 | +.elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled { | |
| 1004 | + cursor: default; | |
| 1005 | + color: #69727D; | |
| 1006 | +} | |
| 1007 | +.elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { | |
| 1008 | + border-bottom: 1px solid #3f444b; | |
| 1009 | +} | |
| 1010 | +.elementor-panel .elementor-panel-footer-sub-menu-item:hover { | |
| 1011 | + background-color: rgba(255, 255, 255, 0.1); | |
| 1012 | +} | |
| 1013 | +.elementor-panel .elementor-panel-footer-sub-menu-item.active { | |
| 1014 | + background-color: rgba(255, 255, 255, 0.2); | |
| 1015 | +} | |
| 1192 | 1016 | |
| 1193 | 1017 | #elementor-panel-elements-navigation .elementor-panel-navigation-tab { |
| 1194 | 1018 | text-align: center; |
| 1195 | 1019 | padding: 10px 0; |
| @@ -1205,9 +1029,12 @@ | ||
| 1205 | 1029 | display: none; |
| 1206 | 1030 | } |
| 1207 | 1031 | body.elementor-panel-loading #elementor-panel-state-loading { |
| 1208 | 1032 | position: absolute; |
| 1209 | - inset: 0; | |
| 1033 | + top: 0; | |
| 1034 | + left: 0; | |
| 1035 | + height: 100%; | |
| 1036 | + width: 100%; | |
| 1210 | 1037 | display: flex; |
| 1211 | 1038 | align-items: center; |
| 1212 | 1039 | justify-content: center; |
| 1213 | 1040 | background-color: rgba(255, 255, 255, 0.5); |
| @@ -1220,17 +1047,13 @@ | ||
| 1220 | 1047 | |
| 1221 | 1048 | #elementor-panel-elements-search-area { |
| 1222 | 1049 | background-color: var(--e-a-bg-default); |
| 1223 | 1050 | position: sticky; |
| 1224 | - inset-block-start: 0; | |
| 1051 | + top: 0; | |
| 1225 | 1052 | padding: 15px; |
| 1226 | 1053 | z-index: 1; |
| 1227 | 1054 | } |
| 1228 | 1055 | |
| 1229 | -#elementor-panel-elements-search-area:empty { | |
| 1230 | - display: none; | |
| 1231 | -} | |
| 1232 | - | |
| 1233 | 1056 | #elementor-panel-elements-search-wrapper { |
| 1234 | 1057 | position: relative; |
| 1235 | 1058 | } |
| 1236 | 1059 | |
| @@ -1235,10 +1058,9 @@ | ||
| 1235 | 1058 | } |
| 1236 | 1059 | |
| 1237 | 1060 | #elementor-panel-elements-search-input { |
| 1238 | 1061 | font-size: 11px; |
| 1239 | - padding-block: 10px; | |
| 1240 | - padding-inline: 29px 10px; | |
| 1062 | + padding: 10px 29px 10px 10px; | |
| 1241 | 1063 | font-style: italic; |
| 1242 | 1064 | border: var(--e-a-border-bold); |
| 1243 | 1065 | border-radius: 0; |
| 1244 | 1066 | transition: all 1s; |
| @@ -1247,34 +1069,19 @@ | ||
| 1247 | 1069 | appearance: none; |
| 1248 | 1070 | } |
| 1249 | 1071 | #elementor-panel-elements-search-input + i { |
| 1250 | 1072 | position: absolute; |
| 1251 | - inset-block-start: 50%; | |
| 1252 | - inset-inline-start: 10px; | |
| 1073 | + right: 10px; | |
| 1074 | + top: 50%; | |
| 1075 | + color: var(--e-a-color-txt-disabled); | |
| 1253 | 1076 | transform: translateY(-50%); |
| 1254 | - color: var(--e-a-color-txt-disabled); | |
| 1255 | 1077 | } |
| 1256 | 1078 | #elementor-panel-elements-search-input:focus { |
| 1257 | 1079 | border-color: var(--e-a-border-color-focus); |
| 1258 | - padding-inline-end: 15px; | |
| 1080 | + padding-left: 15px; | |
| 1259 | 1081 | } |
| 1260 | 1082 | |
| 1261 | -.e-free-badge-container { | |
| 1262 | - flex-grow: 1; | |
| 1263 | - margin-inline-start: 10px; | |
| 1264 | - margin-inline-end: 10px; | |
| 1265 | -} | |
| 1266 | -.e-free-badge-container .e-free-badge { | |
| 1267 | - border-radius: var(--e-a-border-radius); | |
| 1268 | - background-color: var(--e-a-btn-bg); | |
| 1269 | - color: var(--e-a-btn-color-invert); | |
| 1270 | - padding: 3px 5px; | |
| 1271 | -} | |
| 1272 | - | |
| 1273 | 1083 | .elementor-panel .elementor-element { |
| 1274 | - font-family: var(--e-a-font-family); | |
| 1275 | - color: var(--e-a-color-txt); | |
| 1276 | - line-height: 1; | |
| 1277 | 1084 | text-align: center; |
| 1278 | 1085 | border: var(--e-a-border-bold); |
| 1279 | 1086 | border-radius: 3px; |
| 1280 | 1087 | cursor: move; |
| @@ -1279,10 +1086,8 @@ | ||
| 1279 | 1086 | border-radius: 3px; |
| 1280 | 1087 | cursor: move; |
| 1281 | 1088 | position: relative; |
| 1282 | 1089 | transition: var(--e-a-transition-hover); |
| 1283 | - width: 100%; | |
| 1284 | - background-color: transparent; | |
| 1285 | 1090 | } |
| 1286 | 1091 | .elementor-panel .elementor-element--promotion .elementor-element { |
| 1287 | 1092 | cursor: pointer; |
| 1288 | 1093 | -webkit-user-select: none; |
| @@ -1288,40 +1093,18 @@ | ||
| 1288 | 1093 | -webkit-user-select: none; |
| 1289 | 1094 | -moz-user-select: none; |
| 1290 | 1095 | user-select: none; |
| 1291 | 1096 | } |
| 1292 | -.elementor-panel .elementor-element .eicon-atomic, | |
| 1293 | -.elementor-panel .elementor-element .e-widget-new-badge { | |
| 1294 | - position: absolute; | |
| 1295 | - inset-block-start: 4px; | |
| 1296 | - inset-inline-end: 6px; | |
| 1297 | -} | |
| 1298 | -.elementor-panel .elementor-element .eicon-atomic { | |
| 1299 | - color: var(--e-a-color-txt); | |
| 1300 | -} | |
| 1301 | -.elementor-panel .elementor-element .e-widget-new-badge { | |
| 1302 | - border-radius: 4px; | |
| 1303 | - background-color: #EBF2FE; | |
| 1304 | - color: var(--e-a-color-info); | |
| 1305 | - padding: 2px 4px; | |
| 1306 | - font-size: 10px; | |
| 1307 | - font-weight: 500; | |
| 1308 | - line-height: 1.4; | |
| 1309 | - pointer-events: none; | |
| 1310 | -} | |
| 1311 | -.elementor-panel .elementor-element:hover, .elementor-panel .elementor-element:focus { | |
| 1097 | +.elementor-panel .elementor-element:hover { | |
| 1312 | 1098 | background-color: var(--e-a-bg-hover); |
| 1313 | 1099 | border-color: var(--e-a-border-color-bold); |
| 1314 | 1100 | } |
| 1315 | -.elementor-panel .elementor-element:hover > .eicon-lock, .elementor-panel .elementor-element:focus > .eicon-lock { | |
| 1101 | +.elementor-panel .elementor-element:hover > .eicon-lock { | |
| 1316 | 1102 | color: var(--e-a-color-accent); |
| 1317 | 1103 | } |
| 1318 | -.elementor-panel .elementor-element:hover > .eicon-plug, .elementor-panel .elementor-element:focus > .eicon-plug { | |
| 1319 | - color: var(--e-a-color-info); | |
| 1320 | -} | |
| 1321 | 1104 | .elementor-panel .elementor-element .icon { |
| 1322 | 1105 | font-size: 28px; |
| 1323 | - padding-block-start: 15px; | |
| 1106 | + padding-top: 15px; | |
| 1324 | 1107 | } |
| 1325 | 1108 | .elementor-panel .elementor-element .title-wrapper { |
| 1326 | 1109 | display: flex; |
| 1327 | 1110 | height: 40px; |
| @@ -1330,12 +1113,12 @@ | ||
| 1330 | 1113 | } |
| 1331 | 1114 | .elementor-panel .elementor-element .title { |
| 1332 | 1115 | font-size: 12px; |
| 1333 | 1116 | } |
| 1334 | -.elementor-panel .elementor-element > .eicon-lock, .elementor-panel .elementor-element .eicon-plug { | |
| 1117 | +.elementor-panel .elementor-element > .eicon-lock { | |
| 1335 | 1118 | position: absolute; |
| 1336 | - inset-block-start: 5px; | |
| 1337 | - inset-inline-end: 5px; | |
| 1119 | + top: 5px; | |
| 1120 | + left: 5px; | |
| 1338 | 1121 | color: var(--e-a-color-txt-disabled); |
| 1339 | 1122 | } |
| 1340 | 1123 | .elementor-panel .elementor-element:active { |
| 1341 | 1124 | background-color: var(--e-a-bg-hover); |
| @@ -1353,13 +1136,13 @@ | ||
| 1353 | 1136 | } |
| 1354 | 1137 | #elementor-element--promotion__dialog:after { |
| 1355 | 1138 | content: ""; |
| 1356 | 1139 | position: absolute; |
| 1357 | - inset-block-start: 15px; | |
| 1358 | - inset-inline-end: 100%; | |
| 1140 | + top: 15px; | |
| 1141 | + left: 100%; | |
| 1359 | 1142 | transform: scaleY(0.7); |
| 1360 | 1143 | border: 10px solid transparent; |
| 1361 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1144 | + border-left-color: var(--e-a-bg-default); | |
| 1362 | 1145 | } |
| 1363 | 1146 | #elementor-element--promotion__dialog__title { |
| 1364 | 1147 | font-size: 14px; |
| 1365 | 1148 | } |
| @@ -1365,14 +1148,14 @@ | ||
| 1365 | 1148 | } |
| 1366 | 1149 | #elementor-element--promotion__dialog .dialog-header { |
| 1367 | 1150 | display: flex; |
| 1368 | 1151 | padding: 20px; |
| 1369 | - border-block-end: var(--e-a-border); | |
| 1152 | + border-bottom: var(--e-a-border); | |
| 1370 | 1153 | font-weight: 500; |
| 1371 | 1154 | } |
| 1372 | 1155 | #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { |
| 1373 | 1156 | flex-grow: 1; |
| 1374 | - margin-inline-start: 10px; | |
| 1157 | + margin-right: 10px; | |
| 1375 | 1158 | font-size: 14px; |
| 1376 | 1159 | color: var(--e-a-color-accent); |
| 1377 | 1160 | } |
| 1378 | 1161 | #elementor-element--promotion__dialog .dialog-header .eicon-close { |
| @@ -1396,9 +1179,9 @@ | ||
| 1396 | 1179 | .dialog-tooltip-widget { |
| 1397 | 1180 | position: absolute; |
| 1398 | 1181 | width: 300px; |
| 1399 | 1182 | z-index: 1; |
| 1400 | - background-color: var(--e-a-bg-default); | |
| 1183 | + background-color: #ffffff; | |
| 1401 | 1184 | box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); |
| 1402 | 1185 | border-radius: 3px; |
| 1403 | 1186 | } |
| 1404 | 1187 | .dialog-tooltip-widget:after { |
| @@ -1403,13 +1186,13 @@ | ||
| 1403 | 1186 | } |
| 1404 | 1187 | .dialog-tooltip-widget:after { |
| 1405 | 1188 | content: ""; |
| 1406 | 1189 | position: absolute; |
| 1407 | - inset-block-start: 15px; | |
| 1408 | - inset-inline-end: 100%; | |
| 1190 | + top: 15px; | |
| 1191 | + left: 100%; | |
| 1409 | 1192 | transform: scaleY(0.7); |
| 1410 | 1193 | border: 10px solid transparent; |
| 1411 | - border-inline-end-color: var(--e-a-bg-default); | |
| 1194 | + border-left-color: #ffffff; | |
| 1412 | 1195 | } |
| 1413 | 1196 | .dialog-tooltip-widget__title { |
| 1414 | 1197 | font-size: 14px; |
| 1415 | 1198 | } |
| @@ -1415,22 +1198,23 @@ | ||
| 1415 | 1198 | } |
| 1416 | 1199 | .dialog-tooltip-widget .dialog-tooltip-header { |
| 1417 | 1200 | display: flex; |
| 1418 | 1201 | padding: 20px 20px 0; |
| 1419 | - color: var(--e-a-color-txt); | |
| 1420 | - border-block-end: 1px solid var(--e-a-bg-default); | |
| 1202 | + color: #0C0D0E; | |
| 1203 | + border-bottom: 1px solid #ffffff; | |
| 1421 | 1204 | font-weight: 500; |
| 1422 | 1205 | } |
| 1423 | 1206 | .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon { |
| 1424 | 1207 | flex-grow: 1; |
| 1425 | - margin-inline-start: 10px; | |
| 1208 | + margin-right: 10px; | |
| 1426 | 1209 | font-size: 14px; |
| 1427 | - color: #93003f; | |
| 1210 | + color: #524CFF; | |
| 1428 | 1211 | } |
| 1429 | 1212 | .dialog-tooltip-widget .dialog-tooltip-header .eicon-close { |
| 1430 | 1213 | cursor: pointer; |
| 1431 | - margin-inline-start: auto; | |
| 1432 | - color: var(--e-a-color-txt); | |
| 1214 | + -webkit-margin-start: auto; | |
| 1215 | + margin-inline-start: auto; | |
| 1216 | + color: #9DA5AE; | |
| 1433 | 1217 | } |
| 1434 | 1218 | .dialog-tooltip-widget .dialog-tooltip-message { |
| 1435 | 1219 | padding: 20px; |
| 1436 | 1220 | } |
| @@ -1445,80 +1229,8 @@ | ||
| 1445 | 1229 | .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { |
| 1446 | 1230 | border: 0; |
| 1447 | 1231 | } |
| 1448 | 1232 | |
| 1449 | -#elementor-panel-elements-widget-creation-area:empty { | |
| 1450 | - display: none; | |
| 1451 | -} | |
| 1452 | - | |
| 1453 | -.elementor-panel-elements-widget-creation { | |
| 1454 | - text-align: center; | |
| 1455 | - padding: 30px 20px; | |
| 1456 | -} | |
| 1457 | -.elementor-panel-elements-widget-creation__title { | |
| 1458 | - font-size: 14px; | |
| 1459 | - font-weight: bold; | |
| 1460 | - line-height: 1.4; | |
| 1461 | - color: var(--e-a-color-txt); | |
| 1462 | -} | |
| 1463 | -.elementor-panel-elements-widget-creation__message { | |
| 1464 | - margin-block-start: 8px; | |
| 1465 | - font-size: 13px; | |
| 1466 | - line-height: 1.6; | |
| 1467 | - color: var(--e-a-color-txt-muted); | |
| 1468 | -} | |
| 1469 | -.elementor-panel-elements-widget-creation__cta { | |
| 1470 | - display: inline-flex; | |
| 1471 | - align-items: center; | |
| 1472 | - gap: 6px; | |
| 1473 | - margin-block-start: 16px; | |
| 1474 | - padding: 0; | |
| 1475 | - border: none; | |
| 1476 | - background: none; | |
| 1477 | - color: #C00BB9; | |
| 1478 | - font-size: 14px; | |
| 1479 | - font-weight: 500; | |
| 1480 | - cursor: pointer; | |
| 1481 | - font-family: var(--e-a-font-family); | |
| 1482 | -} | |
| 1483 | -.elementor-panel-elements-widget-creation__cta i { | |
| 1484 | - font-size: 16px; | |
| 1485 | -} | |
| 1486 | -.elementor-panel-elements-widget-creation__cta:hover { | |
| 1487 | - opacity: 0.8; | |
| 1488 | -} | |
| 1489 | -.elementor-panel-elements-widget-creation--search-footer { | |
| 1490 | - border-block-start: var(--e-a-border); | |
| 1491 | -} | |
| 1492 | - | |
| 1493 | -.elementor-panel-category-custom-widgets-empty { | |
| 1494 | - grid-column: 1/-1; | |
| 1495 | - width: 100%; | |
| 1496 | - padding: 0 16px 16px; | |
| 1497 | -} | |
| 1498 | -.elementor-panel-category-custom-widgets-empty__message { | |
| 1499 | - margin: 0; | |
| 1500 | - font-size: 12px; | |
| 1501 | - line-height: 1.6; | |
| 1502 | - color: var(--e-a-color-txt-muted); | |
| 1503 | -} | |
| 1504 | - | |
| 1505 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading { | |
| 1506 | - margin-inline-start: auto; | |
| 1507 | - padding: 4px 10px; | |
| 1508 | - border: none; | |
| 1509 | - background: none; | |
| 1510 | - color: #C00BB9; | |
| 1511 | - font-size: 12px; | |
| 1512 | - font-weight: 500; | |
| 1513 | - cursor: pointer; | |
| 1514 | - font-family: var(--e-a-font-family); | |
| 1515 | - flex-shrink: 0; | |
| 1516 | -} | |
| 1517 | -.elementor-panel-heading.elementor-panel-category-title .elementor-panel-custom-widgets__cta--heading:hover { | |
| 1518 | - opacity: 0.8; | |
| 1519 | -} | |
| 1520 | - | |
| 1521 | 1233 | #elementor-panel-inner { |
| 1522 | 1234 | position: relative; |
| 1523 | 1235 | height: 100%; |
| 1524 | 1236 | display: flex; |
| @@ -1533,120 +1245,32 @@ | ||
| 1533 | 1245 | } |
| 1534 | 1246 | |
| 1535 | 1247 | .elementor-panel-container { |
| 1536 | 1248 | clear: both; |
| 1537 | - padding-inline-start: 15px; | |
| 1538 | - padding-inline-end: 15px; | |
| 1249 | + padding-left: 15px; | |
| 1250 | + padding-right: 15px; | |
| 1539 | 1251 | } |
| 1540 | 1252 | |
| 1541 | 1253 | #elementor-panel-get-pro-elements .elementor-nerd-box-message { |
| 1542 | - margin-block-start: 10px; | |
| 1254 | + margin-top: 10px; | |
| 1543 | 1255 | } |
| 1544 | 1256 | #elementor-panel-get-pro-elements .elementor-nerd-box-icon { |
| 1545 | - margin-block-start: 20px; | |
| 1257 | + margin-top: 20px; | |
| 1546 | 1258 | } |
| 1547 | 1259 | |
| 1548 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) { | |
| 1549 | - display: flex; | |
| 1550 | - flex-direction: column; | |
| 1551 | -} | |
| 1552 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) #elementor-panel-page-editor { | |
| 1553 | - display: flex; | |
| 1554 | - flex-direction: column; | |
| 1555 | - flex: 1; | |
| 1556 | - min-height: 0; | |
| 1557 | -} | |
| 1558 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion { | |
| 1559 | - position: sticky; | |
| 1560 | - inset-block-end: 0; | |
| 1561 | - margin-block-start: auto; | |
| 1562 | -} | |
| 1563 | -#elementor-panel-content-wrapper:has(> #elementor-panel-page-editor) .elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1564 | - margin-block-start: 0; | |
| 1565 | -} | |
| 1566 | - | |
| 1567 | -#elementor-panel-get-pro-elements-sticky { | |
| 1568 | - position: sticky; | |
| 1569 | - inset-block-end: 0; | |
| 1570 | - margin-block-end: -10px; | |
| 1571 | -} | |
| 1572 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message { | |
| 1573 | - margin-block-start: -14px; | |
| 1574 | -} | |
| 1575 | - | |
| 1576 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) { | |
| 1577 | - display: flex; | |
| 1578 | - flex-direction: column; | |
| 1579 | - min-height: 100%; | |
| 1580 | -} | |
| 1581 | -#elementor-panel-page-elements:has(> #elementor-panel-get-pro-elements-sticky) > #elementor-panel-get-pro-elements-sticky { | |
| 1582 | - margin-block-start: auto; | |
| 1583 | -} | |
| 1584 | - | |
| 1585 | -#elementor-panel-get-pro-elements-sticky, | |
| 1586 | -.elementor-panel-editor-sticky-promotion { | |
| 1587 | - font-size: 14px; | |
| 1588 | - font-weight: 400; | |
| 1589 | - line-height: 1.6; | |
| 1590 | - background-color: var(--e-a-color-white); | |
| 1591 | -} | |
| 1592 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message, | |
| 1593 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message { | |
| 1594 | - min-height: 40px; | |
| 1595 | - display: block; | |
| 1596 | - padding: 9px min(35px, 5%); | |
| 1597 | - gap: 10px; | |
| 1598 | - background-color: var(--e-a-color-white); | |
| 1599 | - color: var(--e-a-color-black); | |
| 1600 | - text-align: center; | |
| 1601 | - box-shadow: 0px -10px 14px -6px rgba(0, 0, 0, 0.05); | |
| 1602 | -} | |
| 1603 | -#elementor-panel-get-pro-elements-sticky .elementor-get-pro-sticky-message a, | |
| 1604 | -.elementor-panel-editor-sticky-promotion .elementor-get-pro-sticky-message a { | |
| 1605 | - display: inline-block; | |
| 1606 | - font-size: 13px; | |
| 1607 | - font-weight: 500; | |
| 1608 | - color: var(--e-a-btn-bg-accent); | |
| 1609 | -} | |
| 1610 | -#elementor-panel-get-pro-elements-sticky img, | |
| 1611 | -.elementor-panel-editor-sticky-promotion img { | |
| 1612 | - margin-inline-start: 17px; | |
| 1613 | -} | |
| 1614 | - | |
| 1615 | 1260 | #elementor-panel-notice-wrapper .elementor-panel-notice { |
| 1616 | 1261 | width: 90%; |
| 1617 | 1262 | margin: 0 auto; |
| 1618 | 1263 | font-style: unset; |
| 1619 | - margin-block-end: 15px; | |
| 1264 | + margin-bottom: 15px; | |
| 1620 | 1265 | } |
| 1621 | 1266 | #elementor-panel-notice-wrapper .elementor-panel-notice a { |
| 1622 | 1267 | font-weight: bold; |
| 1623 | 1268 | font-style: italic; |
| 1624 | - border-block-end: 2px dotted var(--e-a-color-info); | |
| 1269 | + border-bottom: 2px dotted var(--e-a-color-info); | |
| 1625 | 1270 | display: inline-block; |
| 1626 | 1271 | } |
| 1627 | 1272 | |
| 1628 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button, | |
| 1629 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon { | |
| 1630 | - position: relative; | |
| 1631 | -} | |
| 1632 | -body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after, | |
| 1633 | -body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after { | |
| 1634 | - position: absolute; | |
| 1635 | - content: ""; | |
| 1636 | - display: block; | |
| 1637 | - background: var(--e-a-color-primary); | |
| 1638 | - border-radius: 50%; | |
| 1639 | - width: 8px; | |
| 1640 | - height: 8px; | |
| 1641 | - inset-block-start: 5px; | |
| 1642 | - inset-inline-end: 5px; | |
| 1643 | -} | |
| 1644 | - | |
| 1645 | -#elementor-panel-footer.elementor-panel-footer-back-compat-wrapper { | |
| 1646 | - display: none !important; | |
| 1647 | -} | |
| 1648 | - | |
| 1649 | 1273 | .media-modal.wp-core-ui { |
| 1650 | 1274 | color-scheme: light; |
| 1651 | 1275 | color: #515962; |
| 1652 | 1276 | } |
| @@ -1666,13 +1290,13 @@ | ||
| 1666 | 1290 | } |
| 1667 | 1291 | .elementor-control a { |
| 1668 | 1292 | font-weight: 500; |
| 1669 | 1293 | text-decoration: none; |
| 1670 | - border-block-end: 1px dotted transparent; | |
| 1294 | + border-bottom: 1px dotted transparent; | |
| 1671 | 1295 | transition: all ease-in-out 0.3s; |
| 1672 | 1296 | } |
| 1673 | 1297 | .elementor-control a:hover { |
| 1674 | - border-block-end-color: inherit; | |
| 1298 | + border-bottom-color: inherit; | |
| 1675 | 1299 | } |
| 1676 | 1300 | .elementor-control .elementor-control-content { |
| 1677 | 1301 | display: flex; |
| 1678 | 1302 | flex-direction: column; |
| @@ -1679,13 +1303,10 @@ | ||
| 1679 | 1303 | } |
| 1680 | 1304 | .elementor-control .elementor-control-title { |
| 1681 | 1305 | font-size: var(--control-title-size); |
| 1682 | 1306 | line-height: 1; |
| 1683 | - margin-inline-end: 5px; | |
| 1307 | + margin-left: 5px; | |
| 1684 | 1308 | } |
| 1685 | -.elementor-control .elementor-control-title:empty { | |
| 1686 | - display: none; | |
| 1687 | -} | |
| 1688 | 1309 | .elementor-control .elementor-control-spinner { |
| 1689 | 1310 | display: flex; |
| 1690 | 1311 | align-items: center; |
| 1691 | 1312 | } |
| @@ -1692,42 +1313,42 @@ | ||
| 1692 | 1313 | .elementor-control.elementor-control-type-divider { |
| 1693 | 1314 | padding: 0; |
| 1694 | 1315 | } |
| 1695 | 1316 | .elementor-control.elementor-control-type-divider .elementor-control-content { |
| 1696 | - margin-inline: 20px; | |
| 1697 | 1317 | border-width: 0; |
| 1698 | - border-block-start: var(--e-a-border); | |
| 1318 | + border-top: var(--e-a-border); | |
| 1699 | 1319 | background-color: var(--e-a-bg-default); |
| 1700 | 1320 | height: 15px; |
| 1701 | 1321 | } |
| 1702 | 1322 | .elementor-control.elementor-control-separator-before { |
| 1703 | - padding-block-start: 15px; | |
| 1323 | + padding-top: 15px; | |
| 1704 | 1324 | } |
| 1705 | 1325 | .elementor-control.elementor-control-separator-before:before { |
| 1706 | 1326 | content: ""; |
| 1707 | 1327 | position: absolute; |
| 1708 | - inset: 0 20px auto; | |
| 1709 | 1328 | height: 1px; |
| 1329 | + width: calc(100% - 40px); | |
| 1330 | + top: 0; | |
| 1331 | + right: 20px; | |
| 1710 | 1332 | background-color: var(--e-a-border-color); |
| 1711 | 1333 | } |
| 1712 | -.elementor-control.elementor-control-separator-after { | |
| 1713 | - padding-block-end: 15px; | |
| 1714 | -} | |
| 1715 | 1334 | .elementor-control.elementor-control-separator-after:after { |
| 1716 | 1335 | content: ""; |
| 1717 | 1336 | position: absolute; |
| 1718 | - inset: auto 20px 0; | |
| 1719 | 1337 | height: 1px; |
| 1338 | + width: calc(100% - 40px); | |
| 1339 | + bottom: 0; | |
| 1340 | + right: 20px; | |
| 1720 | 1341 | background-color: var(--e-a-border-color); |
| 1721 | 1342 | } |
| 1722 | 1343 | .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 { |
| 1723 | - padding-block-start: 15px; | |
| 1344 | + padding-top: 15px; | |
| 1724 | 1345 | } |
| 1725 | 1346 | .elementor-control.elementor-control-deprecated { |
| 1726 | - color: var(--e-a-color-warning); | |
| 1347 | + color: #F59E0B; | |
| 1727 | 1348 | } |
| 1728 | 1349 | .elementor-control.elementor-control-deprecated .elementor-control-field-description { |
| 1729 | - color: var(--e-a-color-warning); | |
| 1350 | + color: #F59E0B; | |
| 1730 | 1351 | } |
| 1731 | 1352 | .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { |
| 1732 | 1353 | display: none; |
| 1733 | 1354 | } |
| @@ -1758,36 +1379,26 @@ | ||
| 1758 | 1379 | } |
| 1759 | 1380 | body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { |
| 1760 | 1381 | display: none; |
| 1761 | 1382 | } |
| 1762 | -.elementor-control-shape_divider_top .elementor-visual-choice-element-image label, .elementor-control-shape_divider_bottom .elementor-visual-choice-element-image label { | |
| 1763 | - padding: 4px; | |
| 1383 | +.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1384 | + margin-top: 5px; | |
| 1764 | 1385 | } |
| 1765 | -.elementor-control-shape_divider_top img, .elementor-control-shape_divider_bottom img { | |
| 1766 | - aspect-ratio: 4/1; | |
| 1767 | - -o-object-fit: cover; | |
| 1768 | - object-fit: cover; | |
| 1769 | - -o-object-position: center; | |
| 1770 | - object-position: center; | |
| 1386 | +.elementor-control.elementor-control-custom_css_title { | |
| 1387 | + font-size: 12px; | |
| 1771 | 1388 | } |
| 1772 | -.elementor-control-shape_divider_bottom img { | |
| 1773 | - rotate: X 180deg; | |
| 1774 | -} | |
| 1775 | -.elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { | |
| 1776 | - margin-block-start: 5px; | |
| 1777 | -} | |
| 1778 | 1389 | |
| 1779 | -.elementor-control.e-open .elementor-panel-heading-toggle i, .elementor-control.elementor-active .elementor-panel-heading-toggle i, | |
| 1780 | -.elementor-panel-category.e-open .elementor-panel-heading-toggle i, | |
| 1781 | -.elementor-panel-category.elementor-active .elementor-panel-heading-toggle i, | |
| 1782 | -.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle i, | |
| 1783 | -.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle i { | |
| 1784 | - transform: rotate(90deg); | |
| 1390 | +.elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1391 | +.elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1392 | +.elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before, | |
| 1393 | +.elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before, | |
| 1394 | +.elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before { | |
| 1395 | + content: "\e92a"; | |
| 1785 | 1396 | } |
| 1786 | -.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1787 | -.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i, | |
| 1788 | -.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle i { | |
| 1789 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1397 | +.elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1398 | +.elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, | |
| 1399 | +.elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before { | |
| 1400 | + content: "\e909"; | |
| 1790 | 1401 | } |
| 1791 | 1402 | |
| 1792 | 1403 | .elementor-panel-heading { |
| 1793 | 1404 | display: flex; |
| @@ -1795,12 +1406,10 @@ | ||
| 1795 | 1406 | gap: 5px; |
| 1796 | 1407 | height: 48px; |
| 1797 | 1408 | padding-inline: 20px; |
| 1798 | 1409 | width: 100%; |
| 1799 | - border: 0; | |
| 1800 | - border-block-start: var(--e-a-border); | |
| 1801 | - border-block-start-width: 2px; | |
| 1802 | - background-color: transparent; | |
| 1410 | + border-top: var(--e-a-border); | |
| 1411 | + border-top-width: 2px; | |
| 1803 | 1412 | color: var(--e-a-color-txt-accent); |
| 1804 | 1413 | cursor: pointer; |
| 1805 | 1414 | } |
| 1806 | 1415 | .elementor-panel-heading-toggle { |
| @@ -1811,38 +1420,11 @@ | ||
| 1811 | 1420 | } |
| 1812 | 1421 | .elementor-panel-heading-title { |
| 1813 | 1422 | font-weight: bold; |
| 1814 | 1423 | } |
| 1815 | -.elementor-panel-heading-category-chip { | |
| 1816 | - margin-inline-start: auto; | |
| 1817 | - background-color: var(--e-a-bg-chip); | |
| 1818 | - border-radius: 100px; | |
| 1819 | - padding: 5px 8px; | |
| 1820 | -} | |
| 1821 | -.elementor-panel-heading-promotion { | |
| 1822 | - margin-inline-start: auto; | |
| 1823 | -} | |
| 1824 | -.elementor-panel-heading-promotion a { | |
| 1825 | - color: var(--e-a-color-accent-promotion); | |
| 1826 | - font-family: "Roboto", sans-serif; | |
| 1827 | - font-weight: 500; | |
| 1828 | - font-size: 13px; | |
| 1829 | -} | |
| 1830 | -.elementor-panel-heading-promotion a i { | |
| 1831 | - margin-inline-end: 4px; | |
| 1832 | - font-size: 14px; | |
| 1833 | -} | |
| 1834 | -.elementor-panel-heading-promotion a:hover { | |
| 1835 | - color: var(--e-a-color-accent-promotion); | |
| 1836 | -} | |
| 1837 | -.elementor-panel-heading:focus-visible { | |
| 1838 | - color: var(--e-a-color-txt-hover); | |
| 1839 | -} | |
| 1840 | 1424 | |
| 1841 | -#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1842 | -#elementor-panel-page-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading, | |
| 1843 | -#elementor-panel-editorPreferences-settings-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1844 | - border-block-start: none; | |
| 1425 | +#elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading { | |
| 1426 | + border-top: none; | |
| 1845 | 1427 | } |
| 1846 | 1428 | |
| 1847 | 1429 | .elementor-control-field { |
| 1848 | 1430 | display: flex; |
| @@ -1854,9 +1436,9 @@ | ||
| 1854 | 1436 | } |
| 1855 | 1437 | .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1856 | 1438 | width: 100%; |
| 1857 | 1439 | max-width: 100%; |
| 1858 | - margin-block-start: 10px; | |
| 1440 | + margin-top: 10px; | |
| 1859 | 1441 | } |
| 1860 | 1442 | .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label { |
| 1861 | 1443 | width: auto; |
| 1862 | 1444 | flex: 1 1 27px; |
| @@ -1864,12 +1446,12 @@ | ||
| 1864 | 1446 | align-items: center; |
| 1865 | 1447 | justify-content: center; |
| 1866 | 1448 | } |
| 1867 | 1449 | .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1868 | - margin-block-start: 0; | |
| 1450 | + margin-top: 0; | |
| 1869 | 1451 | } |
| 1870 | 1452 | .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1871 | - margin-block-start: 0; | |
| 1453 | + margin-top: 0; | |
| 1872 | 1454 | } |
| 1873 | 1455 | |
| 1874 | 1456 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title { |
| 1875 | 1457 | flex-shrink: 0; |
| @@ -1875,24 +1457,22 @@ | ||
| 1875 | 1457 | flex-shrink: 0; |
| 1876 | 1458 | max-width: 60%; |
| 1877 | 1459 | } |
| 1878 | 1460 | .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 1879 | - margin-inline-start: auto; | |
| 1461 | + margin-right: auto; | |
| 1880 | 1462 | } |
| 1881 | 1463 | |
| 1882 | 1464 | .elementor-control-field-description { |
| 1883 | - margin-block-start: 10px; | |
| 1465 | + margin-top: 10px; | |
| 1884 | 1466 | } |
| 1885 | 1467 | |
| 1886 | 1468 | .elementor-group-control-attachment_alert .elementor-control-field-description { |
| 1887 | - margin-block-start: 0; | |
| 1469 | + margin-top: 0; | |
| 1888 | 1470 | } |
| 1889 | 1471 | |
| 1890 | -.elementor-control-start-end .eicon-text-align-left, | |
| 1891 | -.elementor-control-start-end .eicon-text-align-right, | |
| 1892 | 1472 | .elementor-control-start-end .eicon-h-align-left, |
| 1893 | 1473 | .elementor-control-start-end .eicon-h-align-right { |
| 1894 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 1474 | + transform: rotate(180deg); | |
| 1895 | 1475 | } |
| 1896 | 1476 | |
| 1897 | 1477 | .elementor-update-preview { |
| 1898 | 1478 | margin: 15px 15px 0; |
| @@ -1901,13 +1481,14 @@ | ||
| 1901 | 1481 | } |
| 1902 | 1482 | |
| 1903 | 1483 | .elementor-update-preview-button-wrapper { |
| 1904 | 1484 | flex-grow: 1; |
| 1905 | - text-align: end; | |
| 1485 | + text-align: left; | |
| 1906 | 1486 | } |
| 1907 | 1487 | |
| 1908 | 1488 | .elementor-update-preview-button { |
| 1909 | 1489 | padding: 8px 15px; |
| 1490 | + text-transform: uppercase; | |
| 1910 | 1491 | } |
| 1911 | 1492 | |
| 1912 | 1493 | .elementor-control-direction-ltr input, |
| 1913 | 1494 | .elementor-control-direction-ltr textarea { |
| @@ -1923,15 +1504,15 @@ | ||
| 1923 | 1504 | --pointer-position: var(--selected-option); |
| 1924 | 1505 | position: relative; |
| 1925 | 1506 | width: 2.5em; |
| 1926 | 1507 | height: 2.5em; |
| 1927 | - margin: calc(-2.5em + 12px) 0; | |
| 1928 | - margin-inline-end: 5px; | |
| 1508 | + margin: calc( -2.5em + 12px) 0; | |
| 1509 | + margin-left: 5px; | |
| 1929 | 1510 | } |
| 1930 | 1511 | .elementor-control-responsive-switchers__holder { |
| 1931 | 1512 | position: absolute; |
| 1932 | 1513 | width: 100%; |
| 1933 | - inset-block-start: 0; | |
| 1514 | + top: 0; | |
| 1934 | 1515 | background-color: var(--e-a-bg-default); |
| 1935 | 1516 | border-radius: var(--e-a-border-radius); |
| 1936 | 1517 | transition: 0.15s; |
| 1937 | 1518 | border: 1px solid transparent; |
| @@ -2035,9 +1616,9 @@ | ||
| 2035 | 1616 | } |
| 2036 | 1617 | |
| 2037 | 1618 | .e-units-wrapper { |
| 2038 | 1619 | position: relative; |
| 2039 | - margin-inline-start: auto; | |
| 1620 | + margin-right: auto; | |
| 2040 | 1621 | } |
| 2041 | 1622 | .e-units-wrapper .e-units-switcher { |
| 2042 | 1623 | cursor: pointer; |
| 2043 | 1624 | font-size: 10px; |
| @@ -2074,10 +1655,10 @@ | ||
| 2074 | 1655 | display: none; |
| 2075 | 1656 | overflow: hidden; |
| 2076 | 1657 | max-height: 0; |
| 2077 | 1658 | position: absolute; |
| 2078 | - inset-block-start: -0.8em; | |
| 2079 | - inset-inline-start: -0.5em; | |
| 1659 | + top: -0.8em; | |
| 1660 | + right: -0.5em; | |
| 2080 | 1661 | width: 2.5em; |
| 2081 | 1662 | text-align: center; |
| 2082 | 1663 | background-color: var(--e-a-bg-default); |
| 2083 | 1664 | border-radius: var(--e-a-border-radius); |
| @@ -2097,8 +1678,14 @@ | ||
| 2097 | 1678 | } |
| 2098 | 1679 | .e-units-choices .elementor-units-choices-label:hover { |
| 2099 | 1680 | color: var(--e-a-color-primary-bold); |
| 2100 | 1681 | } |
| 1682 | +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i { | |
| 1683 | + display: none; | |
| 1684 | +} | |
| 1685 | +.e-units-choices .elementor-units-choices-label[data-choose=custom] span { | |
| 1686 | + display: none; | |
| 1687 | +} | |
| 2101 | 1688 | .e-units-choices.e-units-choices-open { |
| 2102 | 1689 | display: block; |
| 2103 | 1690 | animation-duration: 1s; |
| 2104 | 1691 | animation-name: e-units-choices-open; |
| @@ -2116,26 +1703,19 @@ | ||
| 2116 | 1703 | to { |
| 2117 | 1704 | max-height: 100vh; |
| 2118 | 1705 | } |
| 2119 | 1706 | } |
| 2120 | -.elementor-control-alert { | |
| 2121 | - display: flex; | |
| 2122 | - flex-direction: column; | |
| 2123 | - justify-content: flex-start; | |
| 2124 | - align-items: flex-start; | |
| 2125 | - gap: 8px; | |
| 2126 | -} | |
| 2127 | -.elementor-control-alert-heading { | |
| 2128 | - font-weight: bold; | |
| 2129 | -} | |
| 2130 | - | |
| 2131 | 1707 | .elementor-control-type-button .elementor-control-input-wrapper { |
| 2132 | - text-align: end; | |
| 1708 | + text-align: left; | |
| 2133 | 1709 | } |
| 2134 | -.elementor-control-type-button .elementor-button { | |
| 1710 | +.elementor-control-type-button .elementor-button, .elementor-control-type-button .dialog-type-confirm .dialog-buttons-wrapper .dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .elementor-control-type-button .dialog-button, | |
| 1711 | +.elementor-control-type-button .dialog-type-alert .dialog-buttons-wrapper .dialog-button, | |
| 1712 | +.dialog-type-alert .dialog-buttons-wrapper .elementor-control-type-button .dialog-button { | |
| 2135 | 1713 | width: auto; |
| 2136 | 1714 | } |
| 2137 | -.elementor-control-type-button .elementor-button.elementor-button-center { | |
| 1715 | +.elementor-control-type-button .elementor-button.elementor-button-center, .elementor-control-type-button .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-center.dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .elementor-control-type-button .elementor-button-center.dialog-button, | |
| 1716 | +.elementor-control-type-button .dialog-type-alert .dialog-buttons-wrapper .elementor-button-center.dialog-button, | |
| 1717 | +.dialog-type-alert .dialog-buttons-wrapper .elementor-control-type-button .elementor-button-center.dialog-button { | |
| 2138 | 1718 | display: block; |
| 2139 | 1719 | margin: 0 auto; |
| 2140 | 1720 | } |
| 2141 | 1721 | |
| @@ -2152,12 +1732,12 @@ | ||
| 2152 | 1732 | border-radius: var(--e-a-border-radius); |
| 2153 | 1733 | overflow: hidden; |
| 2154 | 1734 | } |
| 2155 | 1735 | .elementor-choices .elementor-choices-label { |
| 2156 | - border-block-start: var(--e-a-border-bold); | |
| 2157 | - border-block-end: var(--e-a-border-bold); | |
| 2158 | - border-inline-start: var(--e-a-border-bold); | |
| 2159 | - border-inline-end: none; | |
| 1736 | + border-top: var(--e-a-border-bold); | |
| 1737 | + border-bottom: var(--e-a-border-bold); | |
| 1738 | + border-right: var(--e-a-border-bold); | |
| 1739 | + border-left: none; | |
| 2160 | 1740 | font-size: 12px; |
| 2161 | 1741 | transition: var(--e-a-transition-hover); |
| 2162 | 1742 | cursor: pointer; |
| 2163 | 1743 | overflow: hidden; |
| @@ -2162,15 +1742,15 @@ | ||
| 2162 | 1742 | cursor: pointer; |
| 2163 | 1743 | overflow: hidden; |
| 2164 | 1744 | } |
| 2165 | 1745 | .elementor-choices .elementor-choices-label:nth-child(2) { |
| 2166 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2167 | - border-end-start-radius: var(--e-a-border-radius); | |
| 1746 | + border-top-right-radius: var(--e-a-border-radius); | |
| 1747 | + border-bottom-right-radius: var(--e-a-border-radius); | |
| 2168 | 1748 | } |
| 2169 | 1749 | .elementor-choices .elementor-choices-label:last-child { |
| 2170 | - border-inline-end: var(--e-a-border-bold); | |
| 2171 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2172 | - border-end-end-radius: var(--e-a-border-radius); | |
| 1750 | + border-left: var(--e-a-border-bold); | |
| 1751 | + border-top-left-radius: var(--e-a-border-radius); | |
| 1752 | + border-bottom-left-radius: var(--e-a-border-radius); | |
| 2173 | 1753 | } |
| 2174 | 1754 | .elementor-choices input { |
| 2175 | 1755 | display: none; |
| 2176 | 1756 | } |
| @@ -2186,12 +1766,9 @@ | ||
| 2186 | 1766 | justify-content: flex-end; |
| 2187 | 1767 | } |
| 2188 | 1768 | |
| 2189 | 1769 | .elementor-control-type-color.e-control-global .pickr { |
| 2190 | - border-start-start-radius: 0; | |
| 2191 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2192 | - border-end-start-radius: 0; | |
| 2193 | - border-end-end-radius: var(--e-a-border-radius); | |
| 1770 | + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius); | |
| 2194 | 1771 | flex-shrink: 0; |
| 2195 | 1772 | border-color: var(--e-a-border-color-bold); |
| 2196 | 1773 | transition: var(--e-a-transition-hover); |
| 2197 | 1774 | } |
| @@ -2213,10 +1790,10 @@ | ||
| 2213 | 1790 | height: 6px; |
| 2214 | 1791 | box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); |
| 2215 | 1792 | } |
| 2216 | 1793 | .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 2217 | - margin-block-start: 0; | |
| 2218 | - margin-block-end: 5px; | |
| 1794 | + margin-top: 0; | |
| 1795 | + margin-bottom: 5px; | |
| 2219 | 1796 | } |
| 2220 | 1797 | |
| 2221 | 1798 | .elementor-group-control-blur .elementor-slider { |
| 2222 | 1799 | background: url("../images/blur.png"); |
| @@ -2246,15 +1823,15 @@ | ||
| 2246 | 1823 | --pointer-position: var(--selected-option); |
| 2247 | 1824 | position: relative; |
| 2248 | 1825 | width: 2.5em; |
| 2249 | 1826 | height: 2.5em; |
| 2250 | - margin: calc(-2.5em + 12px) 0; | |
| 2251 | - margin-inline-end: 5px; | |
| 1827 | + margin: calc( -2.5em + 12px) 0; | |
| 1828 | + margin-left: 5px; | |
| 2252 | 1829 | } |
| 2253 | 1830 | .elementor-control-responsive-switchers__holder { |
| 2254 | 1831 | position: absolute; |
| 2255 | 1832 | width: 100%; |
| 2256 | - inset-block-start: 0; | |
| 1833 | + top: 0; | |
| 2257 | 1834 | background-color: var(--e-a-bg-default); |
| 2258 | 1835 | border-radius: var(--e-a-border-radius); |
| 2259 | 1836 | transition: 0.15s; |
| 2260 | 1837 | border: 1px solid transparent; |
| @@ -2358,9 +1935,9 @@ | ||
| 2358 | 1935 | } |
| 2359 | 1936 | |
| 2360 | 1937 | .e-units-wrapper { |
| 2361 | 1938 | position: relative; |
| 2362 | - margin-inline-start: auto; | |
| 1939 | + margin-right: auto; | |
| 2363 | 1940 | } |
| 2364 | 1941 | .e-units-wrapper .e-units-switcher { |
| 2365 | 1942 | cursor: pointer; |
| 2366 | 1943 | font-size: 10px; |
| @@ -2397,10 +1974,10 @@ | ||
| 2397 | 1974 | display: none; |
| 2398 | 1975 | overflow: hidden; |
| 2399 | 1976 | max-height: 0; |
| 2400 | 1977 | position: absolute; |
| 2401 | - inset-block-start: -0.8em; | |
| 2402 | - inset-inline-start: -0.5em; | |
| 1978 | + top: -0.8em; | |
| 1979 | + right: -0.5em; | |
| 2403 | 1980 | width: 2.5em; |
| 2404 | 1981 | text-align: center; |
| 2405 | 1982 | background-color: var(--e-a-bg-default); |
| 2406 | 1983 | border-radius: var(--e-a-border-radius); |
| @@ -2420,8 +1997,14 @@ | ||
| 2420 | 1997 | } |
| 2421 | 1998 | .e-units-choices .elementor-units-choices-label:hover { |
| 2422 | 1999 | color: var(--e-a-color-primary-bold); |
| 2423 | 2000 | } |
| 2001 | +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i { | |
| 2002 | + display: none; | |
| 2003 | +} | |
| 2004 | +.e-units-choices .elementor-units-choices-label[data-choose=custom] span { | |
| 2005 | + display: none; | |
| 2006 | +} | |
| 2424 | 2007 | .e-units-choices.e-units-choices-open { |
| 2425 | 2008 | display: block; |
| 2426 | 2009 | animation-duration: 1s; |
| 2427 | 2010 | animation-name: e-units-choices-open; |
| @@ -2454,15 +2037,15 @@ | ||
| 2454 | 2037 | width: 100%; |
| 2455 | 2038 | height: 27px; |
| 2456 | 2039 | } |
| 2457 | 2040 | .elementor-control-type-dimensions li input { |
| 2458 | - border-inline-start: none; | |
| 2041 | + border-right: none; | |
| 2459 | 2042 | border-radius: 0; |
| 2460 | 2043 | padding: var(--e-a-border-radius); |
| 2461 | 2044 | } |
| 2462 | 2045 | .elementor-control-type-dimensions li input:focus { |
| 2463 | - border-inline-start: var(--e-a-border-bold); | |
| 2464 | - margin-inline-start: -1px; | |
| 2046 | + border-right: var(--e-a-border-bold); | |
| 2047 | + margin-right: -1px; | |
| 2465 | 2048 | width: calc(100% + 1px); |
| 2466 | 2049 | } |
| 2467 | 2050 | .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { |
| 2468 | 2051 | color: var(--e-a-color-txt); |
| @@ -2468,28 +2051,22 @@ | ||
| 2468 | 2051 | color: var(--e-a-color-txt); |
| 2469 | 2052 | } |
| 2470 | 2053 | .elementor-control-type-dimensions li .elementor-link-dimensions { |
| 2471 | 2054 | border: var(--e-a-border-bold); |
| 2472 | - border-inline-start: none; | |
| 2055 | + border-right: none; | |
| 2473 | 2056 | background-color: var(--e-a-bg-default); |
| 2474 | 2057 | padding: 0; |
| 2475 | 2058 | outline: none; |
| 2476 | - border-start-start-radius: 0; | |
| 2477 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2478 | - border-end-start-radius: 0; | |
| 2479 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2059 | + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius); | |
| 2480 | 2060 | cursor: pointer; |
| 2481 | 2061 | } |
| 2482 | 2062 | .elementor-control-type-dimensions li:first-child input { |
| 2483 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2484 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2485 | - border-start-end-radius: 0; | |
| 2486 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2487 | - border-end-end-radius: 0; | |
| 2063 | + border-right: 1px solid var(--e-a-border-color-bold); | |
| 2064 | + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0; | |
| 2488 | 2065 | } |
| 2489 | 2066 | .elementor-control-type-dimensions li:first-child input:focus { |
| 2490 | 2067 | border-color: var(--e-a-border-color-focus); |
| 2491 | - margin-inline-start: 0; | |
| 2068 | + margin-right: 0; | |
| 2492 | 2069 | width: 100%; |
| 2493 | 2070 | } |
| 2494 | 2071 | .elementor-control-type-dimensions li:last-child { |
| 2495 | 2072 | max-width: 27px; |
| @@ -2501,9 +2078,9 @@ | ||
| 2501 | 2078 | color: var(--e-a-color-txt-muted); |
| 2502 | 2079 | display: block; |
| 2503 | 2080 | text-align: center; |
| 2504 | 2081 | font-size: 9px; |
| 2505 | - padding-block-start: 5px; | |
| 2082 | + padding-top: 5px; | |
| 2506 | 2083 | } |
| 2507 | 2084 | .elementor-control-type-dimensions .elementor-link-dimensions.unlinked { |
| 2508 | 2085 | background-color: var(--e-a-bg-default); |
| 2509 | 2086 | } |
| @@ -2524,15 +2101,15 @@ | ||
| 2524 | 2101 | --pointer-position: var(--selected-option); |
| 2525 | 2102 | position: relative; |
| 2526 | 2103 | width: 2.5em; |
| 2527 | 2104 | height: 2.5em; |
| 2528 | - margin: calc(-2.5em + 12px) 0; | |
| 2529 | - margin-inline-end: 5px; | |
| 2105 | + margin: calc( -2.5em + 12px) 0; | |
| 2106 | + margin-left: 5px; | |
| 2530 | 2107 | } |
| 2531 | 2108 | .elementor-control-responsive-switchers__holder { |
| 2532 | 2109 | position: absolute; |
| 2533 | 2110 | width: 100%; |
| 2534 | - inset-block-start: 0; | |
| 2111 | + top: 0; | |
| 2535 | 2112 | background-color: var(--e-a-bg-default); |
| 2536 | 2113 | border-radius: var(--e-a-border-radius); |
| 2537 | 2114 | transition: 0.15s; |
| 2538 | 2115 | border: 1px solid transparent; |
| @@ -2636,9 +2213,9 @@ | ||
| 2636 | 2213 | } |
| 2637 | 2214 | |
| 2638 | 2215 | .e-units-wrapper { |
| 2639 | 2216 | position: relative; |
| 2640 | - margin-inline-start: auto; | |
| 2217 | + margin-right: auto; | |
| 2641 | 2218 | } |
| 2642 | 2219 | .e-units-wrapper .e-units-switcher { |
| 2643 | 2220 | cursor: pointer; |
| 2644 | 2221 | font-size: 10px; |
| @@ -2675,10 +2252,10 @@ | ||
| 2675 | 2252 | display: none; |
| 2676 | 2253 | overflow: hidden; |
| 2677 | 2254 | max-height: 0; |
| 2678 | 2255 | position: absolute; |
| 2679 | - inset-block-start: -0.8em; | |
| 2680 | - inset-inline-start: -0.5em; | |
| 2256 | + top: -0.8em; | |
| 2257 | + right: -0.5em; | |
| 2681 | 2258 | width: 2.5em; |
| 2682 | 2259 | text-align: center; |
| 2683 | 2260 | background-color: var(--e-a-bg-default); |
| 2684 | 2261 | border-radius: var(--e-a-border-radius); |
| @@ -2698,8 +2275,14 @@ | ||
| 2698 | 2275 | } |
| 2699 | 2276 | .e-units-choices .elementor-units-choices-label:hover { |
| 2700 | 2277 | color: var(--e-a-color-primary-bold); |
| 2701 | 2278 | } |
| 2279 | +.e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i { | |
| 2280 | + display: none; | |
| 2281 | +} | |
| 2282 | +.e-units-choices .elementor-units-choices-label[data-choose=custom] span { | |
| 2283 | + display: none; | |
| 2284 | +} | |
| 2702 | 2285 | .e-units-choices.e-units-choices-open { |
| 2703 | 2286 | display: block; |
| 2704 | 2287 | animation-duration: 1s; |
| 2705 | 2288 | animation-name: e-units-choices-open; |
| @@ -2732,15 +2315,15 @@ | ||
| 2732 | 2315 | width: 100%; |
| 2733 | 2316 | height: 27px; |
| 2734 | 2317 | } |
| 2735 | 2318 | .elementor-control-type-gaps li input { |
| 2736 | - border-inline-start: none; | |
| 2319 | + border-right: none; | |
| 2737 | 2320 | border-radius: 0; |
| 2738 | 2321 | padding: var(--e-a-border-radius); |
| 2739 | 2322 | } |
| 2740 | 2323 | .elementor-control-type-gaps li input:focus { |
| 2741 | - border-inline-start: var(--e-a-border-bold); | |
| 2742 | - margin-inline-start: -1px; | |
| 2324 | + border-right: var(--e-a-border-bold); | |
| 2325 | + margin-right: -1px; | |
| 2743 | 2326 | width: calc(100% + 1px); |
| 2744 | 2327 | } |
| 2745 | 2328 | .elementor-control-type-gaps li input:focus + .elementor-control-gap-label { |
| 2746 | 2329 | color: var(--e-a-color-txt); |
| @@ -2746,28 +2329,22 @@ | ||
| 2746 | 2329 | color: var(--e-a-color-txt); |
| 2747 | 2330 | } |
| 2748 | 2331 | .elementor-control-type-gaps li .elementor-link-gaps { |
| 2749 | 2332 | border: var(--e-a-border-bold); |
| 2750 | - border-inline-start: none; | |
| 2333 | + border-right: none; | |
| 2751 | 2334 | background-color: var(--e-a-bg-default); |
| 2752 | 2335 | padding: 0; |
| 2753 | 2336 | outline: none; |
| 2754 | - border-start-start-radius: 0; | |
| 2755 | - border-start-end-radius: var(--e-a-border-radius); | |
| 2756 | - border-end-start-radius: 0; | |
| 2757 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2337 | + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius); | |
| 2758 | 2338 | cursor: pointer; |
| 2759 | 2339 | } |
| 2760 | 2340 | .elementor-control-type-gaps li:first-child input { |
| 2761 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 2762 | - border-start-start-radius: var(--e-a-border-radius); | |
| 2763 | - border-start-end-radius: 0; | |
| 2764 | - border-end-start-radius: var(--e-a-border-radius); | |
| 2765 | - border-end-end-radius: 0; | |
| 2341 | + border-right: 1px solid var(--e-a-border-color-bold); | |
| 2342 | + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0; | |
| 2766 | 2343 | } |
| 2767 | 2344 | .elementor-control-type-gaps li:first-child input:focus { |
| 2768 | 2345 | border-color: var(--e-a-border-color-focus); |
| 2769 | - margin-inline-start: 0; | |
| 2346 | + margin-right: 0; | |
| 2770 | 2347 | width: 100%; |
| 2771 | 2348 | } |
| 2772 | 2349 | .elementor-control-type-gaps li:last-child { |
| 2773 | 2350 | max-width: 27px; |
| @@ -2779,9 +2356,9 @@ | ||
| 2779 | 2356 | color: var(--e-a-color-txt-muted); |
| 2780 | 2357 | display: block; |
| 2781 | 2358 | text-align: center; |
| 2782 | 2359 | font-size: 9px; |
| 2783 | - padding-block-start: 5px; | |
| 2360 | + padding-top: 5px; | |
| 2784 | 2361 | } |
| 2785 | 2362 | .elementor-control-type-gaps .elementor-link-gaps.unlinked { |
| 2786 | 2363 | background-color: var(--e-a-bg-default); |
| 2787 | 2364 | } |
| @@ -2798,11 +2375,11 @@ | ||
| 2798 | 2375 | } |
| 2799 | 2376 | |
| 2800 | 2377 | .elementor-control-type-icons .elementor-control-media__preview > * { |
| 2801 | 2378 | position: absolute; |
| 2802 | - inset-block-start: 50%; | |
| 2803 | - inset-inline-start: 50%; | |
| 2804 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2379 | + top: 50%; | |
| 2380 | + left: 50%; | |
| 2381 | + transform: translate(-50%, -50%); | |
| 2805 | 2382 | } |
| 2806 | 2383 | .elementor-control-type-icons .elementor-control-media__preview i { |
| 2807 | 2384 | font-size: 70px; |
| 2808 | 2385 | } |
| @@ -2819,10 +2396,10 @@ | ||
| 2819 | 2396 | } |
| 2820 | 2397 | .elementor-control-type-gallery .elementor-control-gallery-status { |
| 2821 | 2398 | font-size: 12px; |
| 2822 | 2399 | height: 27px; |
| 2823 | - padding-inline-start: 10px; | |
| 2824 | - border-block-end: var(--e-a-border-bold); | |
| 2400 | + padding-right: 10px; | |
| 2401 | + border-bottom: var(--e-a-border-bold); | |
| 2825 | 2402 | display: flex; |
| 2826 | 2403 | } |
| 2827 | 2404 | .elementor-control-type-gallery .elementor-control-gallery-status > * { |
| 2828 | 2405 | display: flex; |
| @@ -2834,8 +2411,11 @@ | ||
| 2834 | 2411 | .elementor-control-type-gallery .elementor-control-gallery-content { |
| 2835 | 2412 | position: relative; |
| 2836 | 2413 | overflow: hidden; |
| 2837 | 2414 | } |
| 2415 | +.elementor-control-type-gallery .elementor-control-gallery-content:not(:hover) .elementor-control-gallery-edit { | |
| 2416 | + opacity: 0; | |
| 2417 | +} | |
| 2838 | 2418 | .elementor-control-type-gallery .elementor-control-gallery-thumbnails { |
| 2839 | 2419 | display: grid; |
| 2840 | 2420 | grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); |
| 2841 | 2421 | grid-gap: 10px; |
| @@ -2841,25 +2421,21 @@ | ||
| 2841 | 2421 | grid-gap: 10px; |
| 2842 | 2422 | cursor: pointer; |
| 2843 | 2423 | padding: 10px; |
| 2844 | 2424 | } |
| 2845 | -.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 { | |
| 2846 | - opacity: 1; | |
| 2847 | -} | |
| 2848 | 2425 | .elementor-control-type-gallery .elementor-control-gallery-thumbnail { |
| 2849 | 2426 | width: 48px; |
| 2850 | 2427 | height: 48px; |
| 2851 | - -o-object-fit: cover; | |
| 2852 | - object-fit: cover; | |
| 2428 | + background-size: cover; | |
| 2429 | + background-position: 50% 50%; | |
| 2853 | 2430 | border: var(--e-a-border); |
| 2854 | 2431 | } |
| 2855 | -.elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image { | |
| 2856 | - outline: 2px solid var(--e-a-btn-bg-danger-active); | |
| 2857 | - opacity: 0.6; | |
| 2858 | -} | |
| 2859 | 2432 | .elementor-control-type-gallery .elementor-control-gallery-edit { |
| 2860 | 2433 | position: absolute; |
| 2861 | - inset: 0; | |
| 2434 | + top: 0; | |
| 2435 | + bottom: 0; | |
| 2436 | + left: 0; | |
| 2437 | + right: 0; | |
| 2862 | 2438 | background-color: rgba(0, 0, 0, 0.2); |
| 2863 | 2439 | padding: 10px; |
| 2864 | 2440 | font-size: 11px; |
| 2865 | 2441 | transition: all 0.3s ease-in-out; |
| @@ -2864,14 +2440,14 @@ | ||
| 2864 | 2440 | font-size: 11px; |
| 2865 | 2441 | transition: all 0.3s ease-in-out; |
| 2866 | 2442 | pointer-events: none; |
| 2867 | 2443 | cursor: pointer; |
| 2868 | - opacity: 0; | |
| 2444 | + opacity: 1; | |
| 2869 | 2445 | } |
| 2870 | 2446 | .elementor-control-type-gallery .elementor-control-gallery-edit span { |
| 2871 | 2447 | position: absolute; |
| 2872 | - inset-block-start: 10px; | |
| 2873 | - inset-inline-end: 10px; | |
| 2448 | + top: 10px; | |
| 2449 | + left: 10px; | |
| 2874 | 2450 | width: 21px; |
| 2875 | 2451 | height: 21px; |
| 2876 | 2452 | color: var(--e-a-color-white); |
| 2877 | 2453 | background-color: rgba(0, 0, 0, 0.5); |
| @@ -2904,24 +2480,21 @@ | ||
| 2904 | 2480 | .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add { |
| 2905 | 2481 | display: none; |
| 2906 | 2482 | } |
| 2907 | 2483 | .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear { |
| 2908 | - border-inline-start: var(--e-a-border); | |
| 2484 | + border-right: var(--e-a-border); | |
| 2909 | 2485 | } |
| 2910 | 2486 | .elementor-control-type-gallery .elementor-control-gallery-clear { |
| 2911 | - color: currentColor; | |
| 2912 | - background-color: transparent; | |
| 2913 | - border: none; | |
| 2914 | 2487 | cursor: pointer; |
| 2915 | 2488 | justify-content: center; |
| 2916 | 2489 | } |
| 2917 | -.elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus { | |
| 2490 | +.elementor-control-type-gallery .elementor-control-gallery-clear:hover { | |
| 2918 | 2491 | color: var(--e-a-color-danger); |
| 2919 | 2492 | } |
| 2920 | 2493 | .elementor-control-type-gallery .elementor-control-dynamic-switcher { |
| 2921 | 2494 | border-width: 0; |
| 2922 | 2495 | border-inline-start-width: 1px; |
| 2923 | - border-block-end-width: 1px; | |
| 2496 | + border-bottom-width: 1px; | |
| 2924 | 2497 | border-radius: 0; |
| 2925 | 2498 | } |
| 2926 | 2499 | |
| 2927 | 2500 | .e-global__popover { |
| @@ -2927,17 +2500,14 @@ | ||
| 2927 | 2500 | .e-global__popover { |
| 2928 | 2501 | width: 288px; |
| 2929 | 2502 | z-index: 1; |
| 2930 | 2503 | font-size: 12px; |
| 2931 | - padding-inline-start: 10px; | |
| 2504 | + padding-right: 10px; | |
| 2932 | 2505 | } |
| 2933 | 2506 | .e-global__popover-toggle { |
| 2934 | 2507 | border: var(--e-a-border-bold); |
| 2935 | - border-inline-end: 0; | |
| 2936 | - border-start-start-radius: 3px; | |
| 2937 | - border-start-end-radius: 0; | |
| 2938 | - border-end-start-radius: 3px; | |
| 2939 | - border-end-end-radius: 0; | |
| 2508 | + border-left: 0; | |
| 2509 | + border-radius: 0 3px 3px 0; | |
| 2940 | 2510 | display: flex; |
| 2941 | 2511 | align-items: center; |
| 2942 | 2512 | justify-content: center; |
| 2943 | 2513 | cursor: pointer; |
| @@ -2953,23 +2523,24 @@ | ||
| 2953 | 2523 | .e-global__popover-container { |
| 2954 | 2524 | box-shadow: var(--e-a-popover-shadow); |
| 2955 | 2525 | border-radius: var(--e-a-border-radius); |
| 2956 | 2526 | background-color: var(--e-a-bg-default); |
| 2527 | + padding-bottom: 5px; | |
| 2957 | 2528 | } |
| 2958 | 2529 | .e-global__popover-title { |
| 2959 | 2530 | padding: 15px 20px; |
| 2960 | 2531 | font-weight: 500; |
| 2961 | - border-block-end: var(--e-a-border); | |
| 2532 | + border-bottom: var(--e-a-border); | |
| 2962 | 2533 | display: flex; |
| 2963 | 2534 | } |
| 2964 | 2535 | .e-global__popover-title > i { |
| 2965 | - margin-inline-end: 5px; | |
| 2536 | + margin-left: 5px; | |
| 2966 | 2537 | } |
| 2967 | 2538 | .e-global__popover-title-text { |
| 2968 | 2539 | flex-grow: 1; |
| 2969 | 2540 | } |
| 2970 | 2541 | .e-global__popover-info { |
| 2971 | - margin-inline-end: 10px; | |
| 2542 | + margin-left: 5px; | |
| 2972 | 2543 | display: inline-block; |
| 2973 | 2544 | } |
| 2974 | 2545 | .e-global__popover-info-tooltip { |
| 2975 | 2546 | width: 270px; |
| @@ -2981,20 +2552,20 @@ | ||
| 2981 | 2552 | } |
| 2982 | 2553 | .e-global__popover-info-tooltip:after { |
| 2983 | 2554 | content: ""; |
| 2984 | 2555 | position: absolute; |
| 2985 | - inset-block-end: -17px; | |
| 2986 | - inset-inline-start: 16px; | |
| 2556 | + bottom: -17px; | |
| 2557 | + right: 16px; | |
| 2987 | 2558 | border: 10px solid transparent; |
| 2988 | - border-block-start-color: rgba(0, 0, 0, 0.9); | |
| 2559 | + border-top-color: rgba(0, 0, 0, 0.9); | |
| 2989 | 2560 | } |
| 2990 | 2561 | .e-global__popover-info i { |
| 2991 | 2562 | font-size: 13px; |
| 2992 | 2563 | } |
| 2993 | 2564 | .e-global__preview-items-container { |
| 2994 | - max-height: 400px; | |
| 2565 | + max-height: 260px; | |
| 2995 | 2566 | overflow-y: auto; |
| 2996 | - padding: 5px 0; | |
| 2567 | + margin-top: 5px; | |
| 2997 | 2568 | } |
| 2998 | 2569 | .e-global__preview-items-container::-webkit-scrollbar { |
| 2999 | 2570 | width: 7px; |
| 3000 | 2571 | } |
| @@ -3001,26 +2572,14 @@ | ||
| 3001 | 2572 | .e-global__preview-items-container::-webkit-scrollbar-thumb { |
| 3002 | 2573 | background-color: #BABFC5; |
| 3003 | 2574 | border-radius: 10px; |
| 3004 | 2575 | } |
| 3005 | -.e-global__group-header { | |
| 3006 | - padding: 12px 20px 5px; | |
| 3007 | - font-weight: 500; | |
| 3008 | - font-size: 11px; | |
| 3009 | - color: var(--e-a-color-txt-muted); | |
| 3010 | -} | |
| 3011 | -.e-global__group-divider { | |
| 3012 | - height: 1px; | |
| 3013 | - background-color: var(--e-a-border-color); | |
| 3014 | - margin: 10px 20px; | |
| 3015 | -} | |
| 3016 | 2576 | .e-global__manage-button { |
| 3017 | 2577 | font-weight: 500; |
| 3018 | 2578 | cursor: pointer; |
| 3019 | 2579 | } |
| 3020 | 2580 | .e-global__typography { |
| 3021 | - padding-block: 10px; | |
| 3022 | - padding-inline: 35px 20px; | |
| 2581 | + padding: 5px 35px 5px 10px; | |
| 3023 | 2582 | white-space: nowrap; |
| 3024 | 2583 | text-overflow: ellipsis; |
| 3025 | 2584 | overflow: hidden; |
| 3026 | 2585 | } |
| @@ -3029,34 +2588,44 @@ | ||
| 3029 | 2588 | font-size: 13px; |
| 3030 | 2589 | content: "\e90e"; |
| 3031 | 2590 | position: absolute; |
| 3032 | 2591 | transform: translateY(-50%); |
| 3033 | - inset-block-start: 50%; | |
| 3034 | - inset-inline-start: 13px; | |
| 2592 | + top: 50%; | |
| 2593 | + left: 12px; | |
| 3035 | 2594 | } |
| 3036 | 2595 | .e-global__color { |
| 3037 | - padding: 10px 20px; | |
| 2596 | + margin: 5px auto; | |
| 2597 | + padding: 5px 20px; | |
| 3038 | 2598 | display: flex; |
| 3039 | 2599 | align-items: center; |
| 3040 | 2600 | } |
| 2601 | +.e-global__color:first-child { | |
| 2602 | + margin-top: 5px; | |
| 2603 | +} | |
| 2604 | +.e-global__color:last-child { | |
| 2605 | + margin-bottom: 10px; | |
| 2606 | +} | |
| 3041 | 2607 | .e-global__color-preview-container { |
| 3042 | 2608 | height: 20px; |
| 3043 | 2609 | width: 20px; |
| 3044 | 2610 | border-radius: 3px; |
| 3045 | 2611 | border: 1px solid rgba(0, 0, 0, 0.1); |
| 3046 | - margin-inline-end: 10px; | |
| 2612 | + margin-left: 10px; | |
| 3047 | 2613 | flex-shrink: 0; |
| 3048 | 2614 | position: relative; |
| 3049 | 2615 | } |
| 3050 | 2616 | .e-global__color-preview-color, .e-global__color-preview-transparent-bg { |
| 3051 | 2617 | border-radius: 3px; |
| 2618 | + height: 100%; | |
| 2619 | + width: 100%; | |
| 3052 | 2620 | position: absolute; |
| 3053 | - inset: 0; | |
| 2621 | + top: 0; | |
| 2622 | + left: 0; | |
| 3054 | 2623 | } |
| 3055 | 2624 | .e-global__color-preview-transparent-bg { |
| 3056 | 2625 | 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)); |
| 3057 | 2626 | background-size: 12px 12px; |
| 3058 | - background-position: 0 0, calc(12px / 2) calc(12px / 2); | |
| 2627 | + background-position: 0 0, calc( 12px / 2 ) calc( 12px / 2 ); | |
| 3059 | 2628 | } |
| 3060 | 2629 | .e-global__color-title { |
| 3061 | 2630 | flex-grow: 1; |
| 3062 | 2631 | white-space: nowrap; |
| @@ -3061,9 +2630,9 @@ | ||
| 3061 | 2630 | flex-grow: 1; |
| 3062 | 2631 | white-space: nowrap; |
| 3063 | 2632 | text-overflow: ellipsis; |
| 3064 | 2633 | overflow: hidden; |
| 3065 | - padding-inline-end: 10px; | |
| 2634 | + padding-left: 10px; | |
| 3066 | 2635 | } |
| 3067 | 2636 | .e-global__color-hex { |
| 3068 | 2637 | font-size: 10px; |
| 3069 | 2638 | color: var(--e-a-color-txt-muted); |
| @@ -3115,14 +2684,12 @@ | ||
| 3115 | 2684 | max-width: 135px; |
| 3116 | 2685 | width: 100%; |
| 3117 | 2686 | } |
| 3118 | 2687 | .e-control-global.elementor-control .elementor-control-input-wrapper { |
| 3119 | - display: flex; | |
| 3120 | - flex-direction: row; | |
| 3121 | - align-items: stretch; | |
| 2688 | + direction: rtl; | |
| 3122 | 2689 | } |
| 3123 | 2690 | .e-control-global .elementor-control-spinner { |
| 3124 | - margin-inline-end: 4px; | |
| 2691 | + margin-left: 4px; | |
| 3125 | 2692 | } |
| 3126 | 2693 | |
| 3127 | 2694 | .elementor-control-type-hidden { |
| 3128 | 2695 | display: none !important; |
| @@ -3128,9 +2695,9 @@ | ||
| 3128 | 2695 | display: none !important; |
| 3129 | 2696 | } |
| 3130 | 2697 | |
| 3131 | 2698 | .elementor-control-type-icon .select2-selection__rendered .eicon { |
| 3132 | - margin-inline-end: 3px; | |
| 2699 | + margin-right: 3px; | |
| 3133 | 2700 | } |
| 3134 | 2701 | |
| 3135 | 2702 | .elementor-control-type-image_dimensions .elementor-control-field-description { |
| 3136 | 2703 | margin: 0 0 15px; |
| @@ -3148,19 +2715,19 @@ | ||
| 3148 | 2715 | } |
| 3149 | 2716 | .elementor-control-type-image_dimensions .elementor-image-dimensions-separator { |
| 3150 | 2717 | width: 20px; |
| 3151 | 2718 | text-align: center; |
| 3152 | - padding-block-start: 4px; | |
| 2719 | + padding-top: 4px; | |
| 3153 | 2720 | } |
| 3154 | 2721 | .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description { |
| 3155 | 2722 | display: block; |
| 3156 | - margin-block-start: 5px; | |
| 2723 | + margin-top: 5px; | |
| 3157 | 2724 | color: var(--e-a-color-txt-disabled); |
| 3158 | 2725 | font-size: 10px; |
| 3159 | 2726 | text-align: center; |
| 3160 | 2727 | } |
| 3161 | 2728 | .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button { |
| 3162 | - margin-inline-start: auto; | |
| 2729 | + margin-right: auto; | |
| 3163 | 2730 | } |
| 3164 | 2731 | |
| 3165 | 2732 | .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 { |
| 3166 | 2733 | display: none; |
| @@ -3172,11 +2739,11 @@ | ||
| 3172 | 2739 | display: none; |
| 3173 | 2740 | } |
| 3174 | 2741 | .elementor-control-media .eicon-plus-circle { |
| 3175 | 2742 | position: absolute; |
| 3176 | - inset-block-start: 50%; | |
| 3177 | - inset-inline-start: 50%; | |
| 3178 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2743 | + top: 50%; | |
| 2744 | + left: 50%; | |
| 2745 | + transform: translate(-50%, -50%); | |
| 3179 | 2746 | color: var(--e-a-color-white); |
| 3180 | 2747 | font-size: 20px; |
| 3181 | 2748 | } |
| 3182 | 2749 | .elementor-control-media__content__upload-button { |
| @@ -3185,13 +2752,14 @@ | ||
| 3185 | 2752 | .elementor-control-media__preview { |
| 3186 | 2753 | height: 100%; |
| 3187 | 2754 | background-size: cover; |
| 3188 | 2755 | background-position: center; |
| 2756 | + padding-bottom: 42.8571%; | |
| 3189 | 2757 | } |
| 3190 | 2758 | .elementor-control-media-area { |
| 3191 | 2759 | 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)); |
| 3192 | 2760 | background-size: 16px 16px; |
| 3193 | - background-position: 0 0, calc(16px / 2) calc(16px / 2); | |
| 2761 | + background-position: 0 0, calc( 16px / 2 ) calc( 16px / 2 ); | |
| 3194 | 2762 | background-color: var(--e-a-bg-default); |
| 3195 | 2763 | border: var(--e-a-border-bold); |
| 3196 | 2764 | aspect-ratio: 21/9; |
| 3197 | 2765 | } |
| @@ -3199,11 +2767,11 @@ | ||
| 3199 | 2767 | display: none; |
| 3200 | 2768 | } |
| 3201 | 2769 | .elementor-control-media-area .eicon-video-camera { |
| 3202 | 2770 | position: absolute; |
| 3203 | - inset-block-start: 50%; | |
| 3204 | - inset-inline-start: 50%; | |
| 3205 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 2771 | + top: 50%; | |
| 2772 | + left: 50%; | |
| 2773 | + transform: translate(-50%, -50%); | |
| 3206 | 2774 | color: rgba(255, 255, 255, 0.7); |
| 3207 | 2775 | font-size: 21px; |
| 3208 | 2776 | } |
| 3209 | 2777 | .elementor-control-media .elementor-control-media__content { |
| @@ -3214,14 +2782,17 @@ | ||
| 3214 | 2782 | } |
| 3215 | 2783 | .elementor-control-media .elementor-control-media__content:hover:after { |
| 3216 | 2784 | content: ""; |
| 3217 | 2785 | position: absolute; |
| 3218 | - inset: 0; | |
| 2786 | + top: 0; | |
| 2787 | + bottom: 0; | |
| 2788 | + left: 0; | |
| 2789 | + right: 0; | |
| 3219 | 2790 | background-color: rgba(0, 0, 0, 0.2); |
| 3220 | 2791 | pointer-events: none; |
| 3221 | 2792 | } |
| 3222 | 2793 | .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { |
| 3223 | - inset-block-end: -30px; | |
| 2794 | + bottom: -30px; | |
| 3224 | 2795 | } |
| 3225 | 2796 | .elementor-control-media__content { |
| 3226 | 2797 | transition: all 0.2s ease-in-out; |
| 3227 | 2798 | } |
| @@ -3226,15 +2797,16 @@ | ||
| 3226 | 2797 | transition: all 0.2s ease-in-out; |
| 3227 | 2798 | } |
| 3228 | 2799 | .elementor-control-media__tools { |
| 3229 | 2800 | position: absolute; |
| 3230 | - inset-block-end: 0; | |
| 3231 | - inset-inline: 0; | |
| 2801 | + bottom: 0; | |
| 2802 | + left: 0; | |
| 2803 | + right: 0; | |
| 3232 | 2804 | height: 27px; |
| 3233 | 2805 | transition: all 0.2s ease-in-out; |
| 3234 | 2806 | } |
| 3235 | 2807 | .elementor-control-media__tools > *:not(:first-child) { |
| 3236 | - margin-inline-start: 1px; | |
| 2808 | + margin-right: 1px; | |
| 3237 | 2809 | } |
| 3238 | 2810 | .elementor-control-media__tool { |
| 3239 | 2811 | display: flex; |
| 3240 | 2812 | align-items: center; |
| @@ -3256,10 +2828,10 @@ | ||
| 3256 | 2828 | } |
| 3257 | 2829 | .elementor-control-media__content__remove { |
| 3258 | 2830 | position: absolute; |
| 3259 | 2831 | z-index: 1; |
| 3260 | - inset-block-start: 10px; | |
| 3261 | - inset-inline-end: 10px; | |
| 2832 | + top: 10px; | |
| 2833 | + left: 10px; | |
| 3262 | 2834 | width: 20px; |
| 3263 | 2835 | height: 20px; |
| 3264 | 2836 | font-size: 11px; |
| 3265 | 2837 | color: var(--e-a-color-white); |
| @@ -3273,24 +2845,18 @@ | ||
| 3273 | 2845 | } |
| 3274 | 2846 | .elementor-control-media.e-media-empty .elementor-control-file-area { |
| 3275 | 2847 | display: none; |
| 3276 | 2848 | } |
| 3277 | -.elementor-control-media__warnings:empty { | |
| 3278 | - display: none; | |
| 3279 | -} | |
| 3280 | -.elementor-control-media__warnings:not(:empty) { | |
| 3281 | - margin-block-start: 10px; | |
| 3282 | -} | |
| 3283 | 2849 | .elementor-control-media__file { |
| 3284 | 2850 | display: flex; |
| 3285 | 2851 | justify-content: space-between; |
| 3286 | 2852 | align-items: center; |
| 3287 | 2853 | width: 100%; |
| 3288 | - margin-block-start: 10px; | |
| 2854 | + margin-top: 10px; | |
| 3289 | 2855 | border: var(--e-a-border); |
| 3290 | 2856 | } |
| 3291 | 2857 | .elementor-control-media__file__content { |
| 3292 | - padding-inline-start: 5px; | |
| 2858 | + padding-right: 5px; | |
| 3293 | 2859 | font-size: 12px; |
| 3294 | 2860 | } |
| 3295 | 2861 | .elementor-control-media__file__content__label { |
| 3296 | 2862 | color: #9DA5AE; |
| @@ -3300,13 +2866,13 @@ | ||
| 3300 | 2866 | align-items: center; |
| 3301 | 2867 | font-weight: 500; |
| 3302 | 2868 | } |
| 3303 | 2869 | .elementor-control-media__file__content__info__icon { |
| 3304 | - margin-inline-end: 5px; | |
| 2870 | + margin-left: 5px; | |
| 3305 | 2871 | } |
| 3306 | 2872 | .elementor-control-media__file__controls { |
| 3307 | 2873 | display: flex; |
| 3308 | - border-inline-start: var(--e-a-border); | |
| 2874 | + border-right: var(--e-a-border); | |
| 3309 | 2875 | } |
| 3310 | 2876 | .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { |
| 3311 | 2877 | width: 27px; |
| 3312 | 2878 | height: 27px; |
| @@ -3317,9 +2883,9 @@ | ||
| 3317 | 2883 | display: flex; |
| 3318 | 2884 | justify-content: center; |
| 3319 | 2885 | } |
| 3320 | 2886 | .elementor-control-media__file__controls__remove { |
| 3321 | - border-inline-end: var(--e-a-border); | |
| 2887 | + border-left: var(--e-a-border); | |
| 3322 | 2888 | } |
| 3323 | 2889 | .elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label { |
| 3324 | 2890 | display: none; |
| 3325 | 2891 | } |
| @@ -3342,12 +2908,12 @@ | ||
| 3342 | 2908 | .elementor-control-media .e-control-image-size { |
| 3343 | 2909 | display: flex; |
| 3344 | 2910 | flex-direction: column; |
| 3345 | 2911 | width: 100%; |
| 3346 | - padding-block-start: 20px; | |
| 2912 | + padding-top: 20px; | |
| 3347 | 2913 | } |
| 3348 | 2914 | .elementor-control-media .e-control-image-size .elementor-control-input-wrapper { |
| 3349 | - margin-inline-start: auto; | |
| 2915 | + margin-right: auto; | |
| 3350 | 2916 | } |
| 3351 | 2917 | |
| 3352 | 2918 | .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper { |
| 3353 | 2919 | border: none; |
| @@ -3356,79 +2922,8 @@ | ||
| 3356 | 2922 | .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview { |
| 3357 | 2923 | background-color: var(--e-a-bg-active-bold); |
| 3358 | 2924 | } |
| 3359 | 2925 | |
| 3360 | -.elementor-control-notice { | |
| 3361 | - display: flex; | |
| 3362 | - justify-content: flex-start; | |
| 3363 | - align-items: flex-start; | |
| 3364 | - gap: 8px; | |
| 3365 | - padding: 16px; | |
| 3366 | - border-radius: 3px; | |
| 3367 | - border: 1px solid var(--notice-control-color, var(--e-a-color-txt)); | |
| 3368 | - color: var(--e-a-color-txt); | |
| 3369 | - font-size: 12px; | |
| 3370 | - font-weight: 400; | |
| 3371 | - line-height: 1.5; | |
| 3372 | - text-align: start; | |
| 3373 | - margin-block-start: 10px; | |
| 3374 | -} | |
| 3375 | -.elementor-control-notice-type-info { | |
| 3376 | - --notice-control-color: var(--e-a-color-info); | |
| 3377 | -} | |
| 3378 | -.elementor-control-notice-type-success { | |
| 3379 | - --notice-control-color: var(--e-a-color-success); | |
| 3380 | -} | |
| 3381 | -.elementor-control-notice-type-warning { | |
| 3382 | - --notice-control-color: var(--e-a-color-warning); | |
| 3383 | -} | |
| 3384 | -.elementor-control-notice-type-danger { | |
| 3385 | - --notice-control-color: var(--e-a-color-danger); | |
| 3386 | -} | |
| 3387 | -.elementor-control-notice-icon { | |
| 3388 | - flex-basis: 18px; | |
| 3389 | - color: var(--notice-control-color); | |
| 3390 | -} | |
| 3391 | -.elementor-control-notice-main { | |
| 3392 | - display: flex; | |
| 3393 | - flex-direction: column; | |
| 3394 | - justify-content: flex-start; | |
| 3395 | - align-items: flex-start; | |
| 3396 | - gap: 6px; | |
| 3397 | - flex: 1; | |
| 3398 | -} | |
| 3399 | -.elementor-control-notice-main-heading { | |
| 3400 | - font-weight: 700; | |
| 3401 | - font-style: italic; | |
| 3402 | -} | |
| 3403 | -.elementor-control-notice-main-content { | |
| 3404 | - font-style: italic; | |
| 3405 | - line-height: 1.5; | |
| 3406 | -} | |
| 3407 | -.elementor-control-notice-main-actions { | |
| 3408 | - display: flex; | |
| 3409 | - gap: 10px; | |
| 3410 | - padding-block-start: 8px; | |
| 3411 | -} | |
| 3412 | -.elementor-control-notice-main a { | |
| 3413 | - color: inherit; | |
| 3414 | - font-weight: 700; | |
| 3415 | - cursor: pointer; | |
| 3416 | -} | |
| 3417 | -.elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus { | |
| 3418 | - color: inherit; | |
| 3419 | -} | |
| 3420 | -.elementor-control-notice-dismiss { | |
| 3421 | - -webkit-appearance: none; | |
| 3422 | - -moz-appearance: none; | |
| 3423 | - appearance: none; | |
| 3424 | - background-color: transparent; | |
| 3425 | - border: 0; | |
| 3426 | - padding: 0; | |
| 3427 | - margin: 0; | |
| 3428 | - cursor: pointer; | |
| 3429 | -} | |
| 3430 | - | |
| 3431 | 2926 | .elementor-control-type-popover_toggle input { |
| 3432 | 2927 | display: none; |
| 3433 | 2928 | } |
| 3434 | 2929 | .elementor-control-type-popover_toggle label { |
| @@ -3434,11 +2929,9 @@ | ||
| 3434 | 2929 | .elementor-control-type-popover_toggle label { |
| 3435 | 2930 | cursor: pointer; |
| 3436 | 2931 | } |
| 3437 | 2932 | .elementor-control-type-popover_toggle .elementor-control-input-wrapper { |
| 3438 | - display: flex; | |
| 3439 | - flex-direction: row-reverse; | |
| 3440 | - align-items: center; | |
| 2933 | + direction: ltr; | |
| 3441 | 2934 | } |
| 3442 | 2935 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label { |
| 3443 | 2936 | color: var(--e-a-color-txt-active); |
| 3444 | 2937 | background-color: var(--e-a-bg-active-bold); |
| @@ -3459,9 +2952,10 @@ | ||
| 3459 | 2952 | background-color: var(--e-a-bg-hover); |
| 3460 | 2953 | } |
| 3461 | 2954 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { |
| 3462 | 2955 | color: var(--e-a-color-txt-muted); |
| 3463 | - margin-inline-end: 5px; | |
| 2956 | + -webkit-margin-start: 5px; | |
| 2957 | + margin-inline-start: 5px; | |
| 3464 | 2958 | } |
| 3465 | 2959 | .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover { |
| 3466 | 2960 | color: var(--e-a-color-txt); |
| 3467 | 2961 | } |
| @@ -3466,65 +2960,61 @@ | ||
| 3466 | 2960 | color: var(--e-a-color-txt); |
| 3467 | 2961 | } |
| 3468 | 2962 | |
| 3469 | 2963 | .elementor-controls-popover.e-controls-popover--typography { |
| 3470 | - padding-block-start: 0; | |
| 2964 | + padding-top: 0; | |
| 3471 | 2965 | } |
| 3472 | 2966 | |
| 3473 | 2967 | .e-control-global .elementor-control-popover-toggle-toggle-label { |
| 3474 | - border-start-start-radius: 0; | |
| 3475 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3476 | - border-end-start-radius: 0; | |
| 3477 | - border-end-end-radius: var(--e-a-border-radius); | |
| 2968 | + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius); | |
| 3478 | 2969 | flex-shrink: 0; |
| 3479 | 2970 | } |
| 3480 | 2971 | |
| 3481 | 2972 | .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) { |
| 3482 | - padding-inline-start: 10px; | |
| 3483 | - padding-inline-end: 10px; | |
| 3484 | - padding-block-end: 10px; | |
| 2973 | + padding-right: 10px; | |
| 2974 | + padding-left: 10px; | |
| 2975 | + padding-bottom: 10px; | |
| 3485 | 2976 | } |
| 3486 | 2977 | .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove { |
| 3487 | 2978 | display: none; |
| 3488 | 2979 | } |
| 3489 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-tool-duplicate, | |
| 3490 | -.elementor-control-type-repeater.elementor-repeater-has-maximum-rows .elementor-repeater-add { | |
| 3491 | - display: none; | |
| 3492 | -} | |
| 3493 | 2980 | .elementor-control-type-repeater .elementor-repeater-fields { |
| 3494 | 2981 | margin: 10px 0; |
| 3495 | 2982 | } |
| 3496 | 2983 | .elementor-control-type-repeater .elementor-repeater-row-controls { |
| 3497 | 2984 | border: var(--e-a-border-bold); |
| 3498 | - border-block-start-width: 0; | |
| 3499 | - padding-block-start: 15px; | |
| 2985 | + border-top-width: 0; | |
| 2986 | + padding-top: 15px; | |
| 3500 | 2987 | } |
| 3501 | 2988 | .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { |
| 3502 | 2989 | display: none; |
| 3503 | 2990 | } |
| 3504 | 2991 | .elementor-control-type-repeater .elementor-repeater-row-tools { |
| 3505 | - display: flex; | |
| 3506 | - align-items: center; | |
| 2992 | + display: table; | |
| 2993 | + table-layout: fixed; | |
| 3507 | 2994 | width: 100%; |
| 3508 | - border: 1px solid var(--e-a-border-color-bold); | |
| 3509 | - transition: var(--e-a-transition-hover); | |
| 2995 | + background-color: var(--e-a-border-color-bold); | |
| 2996 | + height: 40px; | |
| 2997 | + border-spacing: 1px; | |
| 2998 | + transition: all 0.5s; | |
| 3510 | 2999 | } |
| 3511 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button { | |
| 3512 | - display: flex; | |
| 3513 | - align-items: center; | |
| 3514 | - justify-content: center; | |
| 3515 | - height: 40px; | |
| 3516 | - border: none; | |
| 3517 | - background-color: transparent; | |
| 3518 | - color: currentColor; | |
| 3000 | +.elementor-control-type-repeater .elementor-repeater-row-tools:hover { | |
| 3001 | + background-color: var(--e-a-border-color-focus); | |
| 3002 | +} | |
| 3003 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div { | |
| 3004 | + display: table-cell; | |
| 3005 | + text-align: center; | |
| 3006 | + vertical-align: middle; | |
| 3519 | 3007 | cursor: pointer; |
| 3520 | 3008 | } |
| 3521 | -.elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus { | |
| 3009 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div:not(.elementor-repeater-row-handle-sortable) { | |
| 3010 | + background-color: var(--e-a-bg-default); | |
| 3011 | +} | |
| 3012 | +.elementor-control-type-repeater .elementor-repeater-row-tools > div:hover { | |
| 3522 | 3013 | background-color: var(--e-a-bg-hover); |
| 3523 | 3014 | } |
| 3524 | 3015 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { |
| 3525 | - flex: 1; | |
| 3526 | - justify-content: flex-start; | |
| 3016 | + text-align: right; | |
| 3527 | 3017 | padding: 0 10px; |
| 3528 | 3018 | font-size: var(--control-title-size); |
| 3529 | 3019 | white-space: nowrap; |
| 3530 | 3020 | text-overflow: ellipsis; |
| @@ -3532,9 +3022,9 @@ | ||
| 3532 | 3022 | } |
| 3533 | 3023 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, |
| 3534 | 3024 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, |
| 3535 | 3025 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { |
| 3536 | - margin-inline-end: 5px; | |
| 3026 | + margin-left: 5px; | |
| 3537 | 3027 | } |
| 3538 | 3028 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] { |
| 3539 | 3029 | width: 1em; |
| 3540 | 3030 | } |
| @@ -3539,24 +3029,21 @@ | ||
| 3539 | 3029 | width: 1em; |
| 3540 | 3030 | } |
| 3541 | 3031 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { |
| 3542 | 3032 | width: 40px; |
| 3543 | - border-inline-start: 1px solid var(--e-a-border-color-bold); | |
| 3544 | 3033 | } |
| 3545 | 3034 | .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { |
| 3035 | + cursor: move; | |
| 3546 | 3036 | width: 10px; |
| 3547 | - border-inline-end: 1px solid var(--e-a-border-color-bold); | |
| 3548 | - cursor: move; | |
| 3037 | + color: #fff; | |
| 3549 | 3038 | } |
| 3550 | 3039 | .elementor-control-type-repeater .elementor-button-wrapper { |
| 3551 | 3040 | text-align: center; |
| 3552 | - padding-block-start: 5px; | |
| 3041 | + padding-top: 5px; | |
| 3553 | 3042 | } |
| 3554 | 3043 | |
| 3555 | -#elementor-controls, | |
| 3556 | -#elementor-panel-page-settings-controls, | |
| 3557 | -#elementor-panel-editorPreferences-settings-controls { | |
| 3558 | - padding-block-start: 15px; | |
| 3044 | +#elementor-controls { | |
| 3045 | + padding-top: 15px; | |
| 3559 | 3046 | } |
| 3560 | 3047 | |
| 3561 | 3048 | .elementor-control-type-section { |
| 3562 | 3049 | padding: 0; |
| @@ -3561,15 +3048,15 @@ | ||
| 3561 | 3048 | .elementor-control-type-section { |
| 3562 | 3049 | padding: 0; |
| 3563 | 3050 | } |
| 3564 | 3051 | .elementor-control-type-section.e-open { |
| 3565 | - padding-block-end: 10px; | |
| 3052 | + padding-bottom: 10px; | |
| 3566 | 3053 | } |
| 3567 | 3054 | .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { |
| 3568 | 3055 | display: none; |
| 3569 | 3056 | } |
| 3570 | 3057 | .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) { |
| 3571 | - margin-block-start: 25px; | |
| 3058 | + margin-top: 25px; | |
| 3572 | 3059 | } |
| 3573 | 3060 | |
| 3574 | 3061 | .elementor-control-type-select .elementor-control-input-wrapper { |
| 3575 | 3062 | position: relative; |
| @@ -3585,10 +3072,10 @@ | ||
| 3585 | 3072 | text-transform: inherit; |
| 3586 | 3073 | letter-spacing: inherit; |
| 3587 | 3074 | line-height: inherit; |
| 3588 | 3075 | flex-basis: 100%; |
| 3589 | - padding-inline-start: 5px; | |
| 3590 | - padding-inline-end: 20px; | |
| 3076 | + padding-right: 5px; | |
| 3077 | + padding-left: 20px; | |
| 3591 | 3078 | cursor: pointer; |
| 3592 | 3079 | } |
| 3593 | 3080 | .elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { |
| 3594 | 3081 | color: var(--e-a-color-txt-disabled); |
| @@ -3600,19 +3087,16 @@ | ||
| 3600 | 3087 | font-family: eicons; |
| 3601 | 3088 | content: "\e8ad"; |
| 3602 | 3089 | font-size: 12px; |
| 3603 | 3090 | position: absolute; |
| 3604 | - inset-block-start: 50%; | |
| 3605 | - inset-inline-end: 5px; | |
| 3091 | + top: 50%; | |
| 3606 | 3092 | transform: translateY(-50%); |
| 3093 | + left: 5px; | |
| 3607 | 3094 | pointer-events: none; |
| 3608 | 3095 | } |
| 3609 | -.elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { | |
| 3610 | - max-width: 80px; | |
| 3611 | -} | |
| 3612 | 3096 | |
| 3613 | 3097 | .elementor-shadow-box .elementor-shadow-slider { |
| 3614 | - margin-block-start: 10px; | |
| 3098 | + margin-top: 10px; | |
| 3615 | 3099 | } |
| 3616 | 3100 | .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title { |
| 3617 | 3101 | flex-grow: 1; |
| 3618 | 3102 | } |
| @@ -3617,12 +3101,9 @@ | ||
| 3617 | 3101 | flex-grow: 1; |
| 3618 | 3102 | } |
| 3619 | 3103 | |
| 3620 | 3104 | .elementor-control-type-slider.elementor-control-dynamic input { |
| 3621 | - border-start-start-radius: var(--e-a-border-radius); | |
| 3622 | - border-start-end-radius: 0; | |
| 3623 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3624 | - border-end-end-radius: 0; | |
| 3105 | + border-radius: 0 var(--e-a-border-radius) var(--e-a-border-radius) 0; | |
| 3625 | 3106 | } |
| 3626 | 3107 | .elementor-control-type-slider .elementor-control-unit-2 { |
| 3627 | 3108 | width: 21%; |
| 3628 | 3109 | } |
| @@ -3629,23 +3110,23 @@ | ||
| 3629 | 3110 | .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper { |
| 3630 | 3111 | display: block; |
| 3631 | 3112 | } |
| 3632 | 3113 | .elementor-control-type-slider--multiple { |
| 3633 | - padding-block-end: 40px; | |
| 3114 | + padding-bottom: 40px; | |
| 3634 | 3115 | } |
| 3635 | 3116 | .elementor-control-type-slider--multiple .elementor-slider { |
| 3636 | - margin-block-start: 12px; | |
| 3117 | + margin-top: 12px; | |
| 3637 | 3118 | width: 98%; |
| 3638 | 3119 | } |
| 3639 | 3120 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { |
| 3640 | 3121 | border-radius: 0; |
| 3641 | 3122 | width: 10px; |
| 3642 | - transform: translateY(calc(50% - 14px)) translateX(calc(4px * var(--direction-multiplier))); | |
| 3123 | + transform: translateY(calc(50% - 14px)) translateX(-4px); | |
| 3643 | 3124 | } |
| 3644 | 3125 | .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { |
| 3645 | 3126 | content: ""; |
| 3646 | 3127 | position: absolute; |
| 3647 | - inset-block-start: 2px; | |
| 3128 | + top: 2px; | |
| 3648 | 3129 | height: 12px; |
| 3649 | 3130 | width: 11px; |
| 3650 | 3131 | transform: rotate(45deg); |
| 3651 | 3132 | background-color: var(--e-a-color-white); |
| @@ -3659,13 +3140,10 @@ | ||
| 3659 | 3140 | right: 5px; |
| 3660 | 3141 | box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); |
| 3661 | 3142 | } |
| 3662 | 3143 | .elementor-control-type-slider .elementor-control-dynamic-switcher { |
| 3663 | - border-inline-start-width: 0; | |
| 3664 | - border-start-start-radius: 0; | |
| 3665 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3666 | - border-end-start-radius: 0; | |
| 3667 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3144 | + border-right-width: 0; | |
| 3145 | + border-radius: var(--e-a-border-radius) 0 0 var(--e-a-border-radius); | |
| 3668 | 3146 | } |
| 3669 | 3147 | .elementor-control-type-slider .elementor-control-input-wrapper { |
| 3670 | 3148 | display: flex; |
| 3671 | 3149 | align-items: center; |
| @@ -3670,9 +3148,9 @@ | ||
| 3670 | 3148 | display: flex; |
| 3671 | 3149 | align-items: center; |
| 3672 | 3150 | } |
| 3673 | 3151 | .elementor-control-type-slider .elementor-dynamic-cover { |
| 3674 | - margin-block-start: 10px; | |
| 3152 | + margin-top: 10px; | |
| 3675 | 3153 | } |
| 3676 | 3154 | .elementor-control-type-slider.e-units-custom .elementor-slider { |
| 3677 | 3155 | display: none; |
| 3678 | 3156 | } |
| @@ -3692,9 +3170,9 @@ | ||
| 3692 | 3170 | } |
| 3693 | 3171 | .elementor-slider-input { |
| 3694 | 3172 | width: 21%; |
| 3695 | 3173 | min-width: 54px; |
| 3696 | - margin-inline-start: 12px; | |
| 3174 | + margin-right: 12px; | |
| 3697 | 3175 | transition: width 0.3s ease-in-out; |
| 3698 | 3176 | } |
| 3699 | 3177 | .elementor-slider__extra { |
| 3700 | 3178 | position: relative; |
| @@ -3711,9 +3189,9 @@ | ||
| 3711 | 3189 | position: absolute; |
| 3712 | 3190 | display: flex; |
| 3713 | 3191 | justify-content: space-evenly; |
| 3714 | 3192 | width: 100%; |
| 3715 | - margin-block-start: 4px; | |
| 3193 | + margin-top: 4px; | |
| 3716 | 3194 | } |
| 3717 | 3195 | .elementor-slider__scale { |
| 3718 | 3196 | width: 1px; |
| 3719 | 3197 | height: 21px; |
| @@ -3722,11 +3200,11 @@ | ||
| 3722 | 3200 | .elementor-slider .noUi-handle { |
| 3723 | 3201 | height: 16px; |
| 3724 | 3202 | width: 16px; |
| 3725 | 3203 | background-color: var(--e-a-color-white); |
| 3204 | + left: 0; | |
| 3205 | + transform: translateY(calc(50% - 14px)) translateX(-8px); | |
| 3726 | 3206 | position: absolute; |
| 3727 | - inset-inline-end: 0; | |
| 3728 | - transform: translateY(calc(50% - 14px)) translateX(calc(8px * var(--direction-multiplier))); | |
| 3729 | 3207 | box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); |
| 3730 | 3208 | border-radius: 50%; |
| 3731 | 3209 | } |
| 3732 | 3210 | .elementor-slider .noUi-connects { |
| @@ -3736,9 +3214,12 @@ | ||
| 3736 | 3214 | } |
| 3737 | 3215 | .elementor-slider .noUi-connect { |
| 3738 | 3216 | position: absolute; |
| 3739 | 3217 | z-index: 0; |
| 3740 | - inset: 0; | |
| 3218 | + top: 0; | |
| 3219 | + left: 0; | |
| 3220 | + height: 100%; | |
| 3221 | + width: 100%; | |
| 3741 | 3222 | will-change: transform; |
| 3742 | 3223 | transform-origin: 0 0; |
| 3743 | 3224 | background-color: var(--e-a-border-color-focus); |
| 3744 | 3225 | } |
| @@ -3743,9 +3224,9 @@ | ||
| 3743 | 3224 | background-color: var(--e-a-border-color-focus); |
| 3744 | 3225 | } |
| 3745 | 3226 | .elementor-slider .noUi-tooltip { |
| 3746 | 3227 | position: absolute; |
| 3747 | - inset-block-start: calc(100% + 5px); | |
| 3228 | + top: calc(100% + 5px); | |
| 3748 | 3229 | left: calc(50% - 4px); |
| 3749 | 3230 | transform: translateX(-50%); |
| 3750 | 3231 | font-size: 10px; |
| 3751 | 3232 | } |
| @@ -3770,9 +3251,9 @@ | ||
| 3770 | 3251 | padding: 15px 20px 0; |
| 3771 | 3252 | font-size: 11px; |
| 3772 | 3253 | cursor: pointer; |
| 3773 | 3254 | color: var(--e-a-color-txt-muted); |
| 3774 | - border-block-start: var(--e-a-border); | |
| 3255 | + border-top: var(--e-a-border); | |
| 3775 | 3256 | margin: 0 -20px; |
| 3776 | 3257 | } |
| 3777 | 3258 | .elementor-control-type-structure .elementor-control-structure-reset:hover { |
| 3778 | 3259 | color: var(--e-a-color-txt); |
| @@ -3795,13 +3276,13 @@ | ||
| 3795 | 3276 | .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { |
| 3796 | 3277 | fill: var(--e-a-border-color-focus); |
| 3797 | 3278 | } |
| 3798 | 3279 | .elementor-control-type-structure .elementor-control-structure-preset-wrapper { |
| 3799 | - margin-block-end: 15px; | |
| 3280 | + margin-bottom: 15px; | |
| 3800 | 3281 | } |
| 3801 | 3282 | .elementor-control-type-structure .elementor-control-structure-preset-title { |
| 3802 | 3283 | text-align: center; |
| 3803 | - padding-block-start: 5px; | |
| 3284 | + padding-top: 5px; | |
| 3804 | 3285 | font-style: italic; |
| 3805 | 3286 | font-size: 11px; |
| 3806 | 3287 | color: #9DA5AE; |
| 3807 | 3288 | } |
| @@ -3806,9 +3287,9 @@ | ||
| 3806 | 3287 | color: #9DA5AE; |
| 3807 | 3288 | } |
| 3808 | 3289 | |
| 3809 | 3290 | .elementor-control-type-switcher .elementor-control-input-wrapper { |
| 3810 | - text-align: end; | |
| 3291 | + text-align: left; | |
| 3811 | 3292 | } |
| 3812 | 3293 | .elementor-control-type-switcher .elementor-switch { |
| 3813 | 3294 | position: relative; |
| 3814 | 3295 | display: inline-block; |
| @@ -3832,9 +3313,9 @@ | ||
| 3832 | 3313 | transition-property: opacity, background; |
| 3833 | 3314 | } |
| 3834 | 3315 | .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { |
| 3835 | 3316 | position: absolute; |
| 3836 | - inset-block-start: 0; | |
| 3317 | + top: 0; | |
| 3837 | 3318 | width: 50%; |
| 3838 | 3319 | text-align: center; |
| 3839 | 3320 | line-height: 20px; |
| 3840 | 3321 | transition: inherit; |
| @@ -3840,14 +3321,14 @@ | ||
| 3840 | 3321 | transition: inherit; |
| 3841 | 3322 | } |
| 3842 | 3323 | .elementor-control-type-switcher .elementor-switch-label:before { |
| 3843 | 3324 | content: attr(data-off); |
| 3844 | - inset-inline-end: 5px; | |
| 3325 | + right: 5px; | |
| 3845 | 3326 | color: var(--e-a-color-txt-muted); |
| 3846 | 3327 | } |
| 3847 | 3328 | .elementor-control-type-switcher .elementor-switch-label:after { |
| 3848 | 3329 | content: attr(data-on); |
| 3849 | - inset-inline-start: 5px; | |
| 3330 | + left: 5px; | |
| 3850 | 3331 | color: var(--e-a-btn-color); |
| 3851 | 3332 | opacity: 0; |
| 3852 | 3333 | } |
| 3853 | 3334 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { |
| @@ -3860,28 +3341,25 @@ | ||
| 3860 | 3341 | opacity: 1; |
| 3861 | 3342 | } |
| 3862 | 3343 | .elementor-control-type-switcher .elementor-switch-handle { |
| 3863 | 3344 | position: absolute; |
| 3864 | - inset-block-start: 1px; | |
| 3865 | - inset-inline-start: 1px; | |
| 3345 | + top: 1px; | |
| 3346 | + left: 1px; | |
| 3866 | 3347 | width: 18px; |
| 3867 | 3348 | height: 18px; |
| 3868 | 3349 | background: white; |
| 3869 | 3350 | border-radius: 10px; |
| 3870 | - transition: inset-inline-start 0.15s ease-out; | |
| 3351 | + transition: left 0.15s ease-out; | |
| 3871 | 3352 | } |
| 3872 | 3353 | .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { |
| 3873 | - inset-inline-start: initial; | |
| 3874 | - inset-inline-end: 1px; | |
| 3354 | + left: initial; | |
| 3355 | + right: 1px; | |
| 3875 | 3356 | } |
| 3876 | 3357 | |
| 3877 | 3358 | .elementor-control-type-tabs { |
| 3878 | - display: none; | |
| 3359 | + display: flex; | |
| 3879 | 3360 | font-size: var(--control-title-size); |
| 3880 | 3361 | } |
| 3881 | -.elementor-control-type-tabs:has(> :not(.elementor-control-type-tab.elementor-hidden-control)) { | |
| 3882 | - display: flex; | |
| 3883 | -} | |
| 3884 | 3362 | |
| 3885 | 3363 | .elementor-control-type-tab { |
| 3886 | 3364 | text-align: center; |
| 3887 | 3365 | width: 100%; |
| @@ -3886,22 +3364,22 @@ | ||
| 3886 | 3364 | text-align: center; |
| 3887 | 3365 | width: 100%; |
| 3888 | 3366 | padding: 0; |
| 3889 | 3367 | line-height: 25px; |
| 3890 | - border-block-start: var(--e-a-border-bold); | |
| 3891 | - border-block-end: var(--e-a-border-bold); | |
| 3892 | - border-inline-end: var(--e-a-border-bold); | |
| 3368 | + border-top: var(--e-a-border-bold); | |
| 3369 | + border-bottom: var(--e-a-border-bold); | |
| 3370 | + border-left: var(--e-a-border-bold); | |
| 3893 | 3371 | transition: var(--e-a-transition-hover); |
| 3894 | 3372 | cursor: pointer; |
| 3895 | 3373 | } |
| 3896 | 3374 | .elementor-control-type-tab:first-child { |
| 3897 | - border-inline-start: var(--e-a-border-bold); | |
| 3898 | - border-start-start-radius: var(--e-a-border-radius); | |
| 3899 | - border-end-start-radius: var(--e-a-border-radius); | |
| 3375 | + border-right: var(--e-a-border-bold); | |
| 3376 | + border-top-right-radius: var(--e-a-border-radius); | |
| 3377 | + border-bottom-right-radius: var(--e-a-border-radius); | |
| 3900 | 3378 | } |
| 3901 | 3379 | .elementor-control-type-tab:last-child { |
| 3902 | - border-start-end-radius: var(--e-a-border-radius); | |
| 3903 | - border-end-end-radius: var(--e-a-border-radius); | |
| 3380 | + border-top-left-radius: var(--e-a-border-radius); | |
| 3381 | + border-bottom-left-radius: var(--e-a-border-radius); | |
| 3904 | 3382 | } |
| 3905 | 3383 | .elementor-control-type-tab:hover { |
| 3906 | 3384 | background-color: var(--e-a-bg-hover); |
| 3907 | 3385 | } |
| @@ -3924,11 +3402,11 @@ | ||
| 3924 | 3402 | } |
| 3925 | 3403 | .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, |
| 3926 | 3404 | .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { |
| 3927 | 3405 | position: absolute; |
| 3928 | - inset-block-start: 0; | |
| 3929 | - inset-inline-end: 0; | |
| 3406 | + top: 0; | |
| 3930 | 3407 | z-index: 1; |
| 3408 | + left: 0; | |
| 3931 | 3409 | } |
| 3932 | 3410 | .elementor-control-type-textarea .elementor-control-input-wrapper, |
| 3933 | 3411 | .elementor-control-type-code .elementor-control-input-wrapper { |
| 3934 | 3412 | position: relative; |
| @@ -3979,12 +3457,12 @@ | ||
| 3979 | 3457 | font-size: 12px; |
| 3980 | 3458 | } |
| 3981 | 3459 | .elementor-control-type-url .elementor-control-url-more-options { |
| 3982 | 3460 | display: none; |
| 3983 | - padding-block-start: 10px; | |
| 3461 | + padding-top: 10px; | |
| 3984 | 3462 | } |
| 3985 | 3463 | .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { |
| 3986 | - margin-block-start: 10px; | |
| 3464 | + margin-top: 10px; | |
| 3987 | 3465 | } |
| 3988 | 3466 | .elementor-control-type-url .elementor-control-url-more:hover { |
| 3989 | 3467 | color: var(--e-a-color-txt-hover); |
| 3990 | 3468 | } |
| @@ -3996,9 +3474,9 @@ | ||
| 3996 | 3474 | display: flex; |
| 3997 | 3475 | align-items: center; |
| 3998 | 3476 | } |
| 3999 | 3477 | .elementor-control-type-url .elementor-control-url-option:not(:last-child) { |
| 4000 | - padding-block-end: 10px; | |
| 3478 | + padding-bottom: 10px; | |
| 4001 | 3479 | } |
| 4002 | 3480 | .elementor-control-type-url .elementor-control-url-option input, |
| 4003 | 3481 | .elementor-control-type-url .elementor-control-url-option label { |
| 4004 | 3482 | cursor: pointer; |
| @@ -4005,10 +3483,10 @@ | ||
| 4005 | 3483 | } |
| 4006 | 3484 | .elementor-control-type-url .elementor-control-url-autocomplete-spinner { |
| 4007 | 3485 | display: none; |
| 4008 | 3486 | position: absolute; |
| 4009 | - inset-block-start: 5px; | |
| 4010 | - inset-inline-end: 0; | |
| 3487 | + top: 5px; | |
| 3488 | + right: 0; | |
| 4011 | 3489 | width: 10px; |
| 4012 | 3490 | height: 10px; |
| 4013 | 3491 | font-size: 10px; |
| 4014 | 3492 | color: var(--e-a-color-txt-disabled); |
| @@ -4017,9 +3495,9 @@ | ||
| 4017 | 3495 | font-size: var(--control-title-size); |
| 4018 | 3496 | } |
| 4019 | 3497 | .elementor-control-type-url .elementor-control-url__custom-attributes input { |
| 4020 | 3498 | width: 100%; |
| 4021 | - margin-block-start: 10px; | |
| 3499 | + margin-top: 10px; | |
| 4022 | 3500 | } |
| 4023 | 3501 | .elementor-control-type-url .elementor-input:focus ~ div { |
| 4024 | 3502 | border-color: var(--e-a-border-color-focus); |
| 4025 | 3503 | } |
| @@ -4056,79 +3534,11 @@ | ||
| 4056 | 3534 | background: var(--e-a-bg-hover); |
| 4057 | 3535 | } |
| 4058 | 3536 | .elementor-autocomplete-menu .elementor-autocomplete-item-info { |
| 4059 | 3537 | font-size: 10px; |
| 4060 | - padding-block-start: 2px; | |
| 3538 | + padding-top: 2px; | |
| 4061 | 3539 | } |
| 4062 | 3540 | |
| 4063 | -.elementor-control-type-visual_choice { | |
| 4064 | - width: 100%; | |
| 4065 | -} | |
| 4066 | - | |
| 4067 | -.elementor-visual-choice-choices { | |
| 4068 | - display: grid; | |
| 4069 | - gap: 8px; | |
| 4070 | - grid-template-columns: repeat(var(--elementor-visual-choice-columns), 1fr); | |
| 4071 | - text-align: center; | |
| 4072 | - border-radius: var(--e-a-border-radius); | |
| 4073 | - overflow: hidden; | |
| 4074 | -} | |
| 4075 | - | |
| 4076 | -.elementor-visual-choice-element { | |
| 4077 | - display: flex; | |
| 4078 | - flex-direction: column; | |
| 4079 | - align-items: center; | |
| 4080 | - justify-content: center; | |
| 4081 | - gap: 8px; | |
| 4082 | - width: auto; | |
| 4083 | -} | |
| 4084 | -.elementor-visual-choice-element-image label { | |
| 4085 | - border: var(--e-a-border-bold); | |
| 4086 | - border-radius: var(--e-a-border-radius); | |
| 4087 | - font-size: 12px; | |
| 4088 | - transition: var(--e-a-transition-hover); | |
| 4089 | - cursor: pointer; | |
| 4090 | - overflow: hidden; | |
| 4091 | - width: 100%; | |
| 4092 | - padding: 8px; | |
| 4093 | -} | |
| 4094 | -.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 { | |
| 4095 | - background-color: var(--e-a-bg-active-bold); | |
| 4096 | - opacity: 1; | |
| 4097 | -} | |
| 4098 | -.elementor-visual-choice-element-image input:checked + label { | |
| 4099 | - border-color: var(--e-a-color-primary-bold); | |
| 4100 | -} | |
| 4101 | -.elementor-visual-choice-element-image input:not(:checked) + label { | |
| 4102 | - background-color: var(--e-a-color-white); | |
| 4103 | - opacity: 0.5; | |
| 4104 | -} | |
| 4105 | -.elementor-visual-choice-element-image img { | |
| 4106 | - width: 100%; | |
| 4107 | - height: auto; | |
| 4108 | -} | |
| 4109 | -.elementor-visual-choice-element-button { | |
| 4110 | - grid-column: span var(--elementor-visual-choice-columns); | |
| 4111 | -} | |
| 4112 | -.elementor-visual-choice-element-button label { | |
| 4113 | - width: -moz-fit-content; | |
| 4114 | - width: fit-content; | |
| 4115 | -} | |
| 4116 | -.elementor-visual-choice-element-button input:checked + .elementor-button, .elementor-visual-choice-element-button input:hover + .elementor-button { | |
| 4117 | - background-color: var(--e-a-bg-active-bold); | |
| 4118 | -} | |
| 4119 | -.elementor-visual-choice-element-button input:checked + .elementor-button { | |
| 4120 | - border-color: var(--e-a-color-primary-bold); | |
| 4121 | -} | |
| 4122 | - | |
| 4123 | -.elementor-label-inline .elementor-visual-choice-choices { | |
| 4124 | - justify-content: flex-end; | |
| 4125 | -} | |
| 4126 | - | |
| 4127 | -.tipsy-inner { | |
| 4128 | - white-space: pre-line; | |
| 4129 | -} | |
| 4130 | - | |
| 4131 | 3541 | .elementor-control-type-wp_widget .widget-inside { |
| 4132 | 3542 | line-height: 2; |
| 4133 | 3543 | background-color: inherit; |
| 4134 | 3544 | display: block; |
| @@ -4144,9 +3554,9 @@ | ||
| 4144 | 3554 | border: var(--e-a-border); |
| 4145 | 3555 | } |
| 4146 | 3556 | .elementor-control-type-wysiwyg .wp-editor-tabs { |
| 4147 | 3557 | border: var(--e-a-border-bold); |
| 4148 | - border-block-end: none; | |
| 3558 | + border-bottom: none; | |
| 4149 | 3559 | border-start-start-radius: var(--e-a-border-radius); |
| 4150 | 3560 | border-start-end-radius: var(--e-a-border-radius); |
| 4151 | 3561 | border-end-end-radius: 0; |
| 4152 | 3562 | border-end-start-radius: 0; |
| @@ -4219,11 +3629,8 @@ | ||
| 4219 | 3629 | font-size: 16px; |
| 4220 | 3630 | } |
| 4221 | 3631 | .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 { |
| 4222 | 3632 | color: var(--e-a-color-txt-active); |
| 4223 | - background: var(--e-a-bg-hover); | |
| 4224 | - border-color: var(--e-a-border-color); | |
| 4225 | - box-shadow: none; | |
| 4226 | 3633 | } |
| 4227 | 3634 | .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 { |
| 4228 | 3635 | color: var(--e-a-color-txt-active); |
| 4229 | 3636 | } |
| @@ -4240,46 +3647,18 @@ | ||
| 4240 | 3647 | .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher { |
| 4241 | 3648 | border: none; |
| 4242 | 3649 | } |
| 4243 | 3650 | |
| 4244 | -@media screen and (prefers-color-scheme: dark) { | |
| 4245 | - #wp-link-wrap { | |
| 4246 | - color-scheme: light; | |
| 4247 | - --e-a-color-txt: #515962; | |
| 4248 | - --e-a-bg-default: #ffffff; | |
| 4249 | - --e-a-border-color-bold: #D5D8DC; | |
| 4250 | - --e-a-color-primary-bold: #D004D4; | |
| 4251 | - } | |
| 4252 | - #wp-link { | |
| 4253 | - color: var(--e-a-color-txt); | |
| 4254 | - } | |
| 4255 | - #wp-link input { | |
| 4256 | - background-color: var(--e-a-bg-default); | |
| 4257 | - border-color: var(--e-a-border-color-bold); | |
| 4258 | - } | |
| 4259 | - #wp-link input[type=checkbox] { | |
| 4260 | - border-color: var(--e-a-border-color-bold); | |
| 4261 | - } | |
| 4262 | - #wp-link input[type=checkbox]:checked { | |
| 4263 | - background: var(--e-a-color-primary-bold); | |
| 4264 | - } | |
| 4265 | - #wp-link input.button-primary { | |
| 4266 | - background: #2271b1; | |
| 4267 | - border-color: #2271b1; | |
| 4268 | - color: #fff; | |
| 4269 | - } | |
| 4270 | -} | |
| 4271 | 3651 | #elementor-mode-switcher { |
| 4272 | 3652 | --e-a-mode-switcher-width: 15px; |
| 4273 | 3653 | --e-a-mode-switcher-height: 50px; |
| 4274 | 3654 | --e-a-mode-switcher-icon-size: 15px; |
| 4275 | 3655 | position: absolute; |
| 4276 | - inset-block-start: 50%; | |
| 4277 | - inset-inline-start: 100%; | |
| 3656 | + right: 100%; | |
| 3657 | + top: 50%; | |
| 4278 | 3658 | transform: translateY(-50%); |
| 4279 | 3659 | background-color: var(--e-a-bg-default); |
| 4280 | - box-shadow: calc(3px * var(--direction-multiplier, 1)) 1px 3px rgba(0, 0, 0, 0.05); | |
| 4281 | - transition: 0.3s opacity; | |
| 3660 | + box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.05); | |
| 4282 | 3661 | } |
| 4283 | 3662 | #elementor-mode-switcher:hover { |
| 4284 | 3663 | background-color: var(--e-a-bg-hover); |
| 4285 | 3664 | } |
| @@ -4285,12 +3664,8 @@ | ||
| 4285 | 3664 | } |
| 4286 | 3665 | #elementor-mode-switcher:focus-within { |
| 4287 | 3666 | background-color: var(--e-a-bg-active); |
| 4288 | 3667 | } |
| 4289 | -.e-panel-block-interactions #elementor-mode-switcher { | |
| 4290 | - opacity: 0; | |
| 4291 | - pointer-events: none; | |
| 4292 | -} | |
| 4293 | 3668 | #elementor-mode-switcher-preview i { |
| 4294 | 3669 | display: flex; |
| 4295 | 3670 | flex-direction: column; |
| 4296 | 3671 | justify-content: center; |
| @@ -4305,19 +3680,16 @@ | ||
| 4305 | 3680 | |
| 4306 | 3681 | .elementor-revision-item__wrapper { |
| 4307 | 3682 | display: flex; |
| 4308 | 3683 | align-items: center; |
| 4309 | - text-align: start; | |
| 4310 | - width: 100%; | |
| 4311 | 3684 | border: var(--e-a-border); |
| 4312 | 3685 | border-radius: var(--e-a-border-radius); |
| 4313 | 3686 | padding: 10px 15px; |
| 4314 | - margin-block-end: 10px; | |
| 3687 | + margin-bottom: 10px; | |
| 4315 | 3688 | font-size: 11px; |
| 4316 | 3689 | transition: var(--e-a-transition-hover); |
| 4317 | - background-color: transparent; | |
| 4318 | 3690 | } |
| 4319 | -.elementor-revision-item__wrapper:hover, .elementor-revision-item__wrapper:focus { | |
| 3691 | +.elementor-revision-item__wrapper:hover { | |
| 4320 | 3692 | background-color: var(--e-a-bg-hover); |
| 4321 | 3693 | } |
| 4322 | 3694 | .elementor-revision-item-loading .elementor-revision-item__tools-current { |
| 4323 | 3695 | display: none; |
| @@ -4332,14 +3704,14 @@ | ||
| 4332 | 3704 | .elementor-revision-item__gravatar img { |
| 4333 | 3705 | display: block; |
| 4334 | 3706 | } |
| 4335 | 3707 | .elementor-revision-item__details { |
| 4336 | - padding-inline-start: 15px; | |
| 3708 | + padding-right: 15px; | |
| 4337 | 3709 | flex-grow: 1; |
| 4338 | 3710 | cursor: pointer; |
| 4339 | 3711 | } |
| 4340 | 3712 | .elementor-revision-meta { |
| 4341 | - padding-block-start: 5px; | |
| 3713 | + padding-top: 5px; | |
| 4342 | 3714 | font-size: 10px; |
| 4343 | 3715 | font-weight: bold; |
| 4344 | 3716 | } |
| 4345 | 3717 | .elementor-revision-current-preview .elementor-revision-item__wrapper { |
| @@ -4348,11 +3720,11 @@ | ||
| 4348 | 3720 | } |
| 4349 | 3721 | |
| 4350 | 3722 | #elementor-panel-revisions-loading { |
| 4351 | 3723 | position: absolute; |
| 4352 | - inset-block-start: 50%; | |
| 4353 | - inset-inline-start: 50%; | |
| 4354 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 3724 | + top: 50%; | |
| 3725 | + left: 50%; | |
| 3726 | + transform: translate(-50%, -50%); | |
| 4355 | 3727 | } |
| 4356 | 3728 | #elementor-panel-revisions-loading .eicon-loading { |
| 4357 | 3729 | font-size: 50px; |
| 4358 | 3730 | } |
| @@ -4360,31 +3732,28 @@ | ||
| 4360 | 3732 | .elementor-panel-revisions-buttons { |
| 4361 | 3733 | display: flex; |
| 4362 | 3734 | justify-content: space-between; |
| 4363 | 3735 | padding: 15px 20px; |
| 4364 | - border-block-end: var(--e-a-border); | |
| 3736 | + border-bottom: var(--e-a-border); | |
| 4365 | 3737 | } |
| 4366 | 3738 | |
| 4367 | 3739 | .elementor-history-item { |
| 4368 | 3740 | display: flex; |
| 4369 | 3741 | align-items: center; |
| 4370 | - text-align: start; | |
| 4371 | 3742 | border: var(--e-a-border); |
| 4372 | 3743 | border-radius: var(--e-a-border-radius); |
| 4373 | 3744 | padding: 10px 15px; |
| 4374 | - margin-block-end: 10px; | |
| 4375 | - width: 100%; | |
| 3745 | + margin-bottom: 10px; | |
| 4376 | 3746 | font-size: 11px; |
| 4377 | 3747 | line-height: 1.4; |
| 4378 | - background-color: transparent; | |
| 4379 | 3748 | cursor: pointer; |
| 4380 | 3749 | transition: var(--e-a-transition-hover); |
| 4381 | 3750 | } |
| 4382 | -.elementor-history-item:hover:not(.elementor-history-item-current), .elementor-history-item:focus:not(.elementor-history-item-current) { | |
| 3751 | +.elementor-history-item:hover:not(.elementor-history-item-current) { | |
| 4383 | 3752 | background-color: var(--e-a-bg-hover); |
| 4384 | 3753 | color: var(--e-a-txt-color-hover); |
| 4385 | 3754 | } |
| 4386 | -.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 { | |
| 3755 | +.elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before { | |
| 4387 | 3756 | content: "\e924"; |
| 4388 | 3757 | } |
| 4389 | 3758 | .elementor-history-item-current { |
| 4390 | 3759 | border-color: var(--e-a-border-color-accent); |
| @@ -4390,9 +3759,9 @@ | ||
| 4390 | 3759 | border-color: var(--e-a-border-color-accent); |
| 4391 | 3760 | background-color: var(--e-a-bg-active); |
| 4392 | 3761 | color: var(--e-a-txt-color-active); |
| 4393 | 3762 | } |
| 4394 | -.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 { | |
| 3763 | +.elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before { | |
| 4395 | 3764 | content: "\e90e"; |
| 4396 | 3765 | } |
| 4397 | 3766 | .elementor-history-item__details { |
| 4398 | 3767 | width: 95%; |
| @@ -4406,23 +3775,25 @@ | ||
| 4406 | 3775 | .elementor-history-item__action { |
| 4407 | 3776 | font-style: italic; |
| 4408 | 3777 | text-decoration: underline; |
| 4409 | 3778 | } |
| 3779 | +.elementor-history-item .__icon { | |
| 3780 | + float: left; | |
| 3781 | +} | |
| 4410 | 3782 | .elementor-history-revisions-message { |
| 4411 | 3783 | font-size: 11px; |
| 4412 | 3784 | text-align: center; |
| 4413 | - padding-block-start: 5px; | |
| 3785 | + padding-top: 5px; | |
| 4414 | 3786 | } |
| 4415 | 3787 | |
| 4416 | 3788 | #elementor-panel-history { |
| 4417 | - padding: 20px; | |
| 4418 | - padding-block-end: 15px; | |
| 3789 | + padding: 20px 20px 15px; | |
| 4419 | 3790 | } |
| 4420 | 3791 | #elementor-panel-history.elementor-empty .elementor-history-revisions-message { |
| 4421 | - padding-block-start: 20px; | |
| 3792 | + padding-top: 20px; | |
| 4422 | 3793 | } |
| 4423 | 3794 | #elementor-panel-history:not(.elementor-empty) { |
| 4424 | - margin-block-start: 10px; | |
| 3795 | + margin-top: 10px; | |
| 4425 | 3796 | } |
| 4426 | 3797 | |
| 4427 | 3798 | #elementor-panel-history-no-items, |
| 4428 | 3799 | #elementor-panel-revisions-no-revisions { |
| @@ -4429,87 +3800,11 @@ | ||
| 4429 | 3800 | text-align: center; |
| 4430 | 3801 | } |
| 4431 | 3802 | #elementor-panel-history-no-items .elementor-nerd-box-icon, |
| 4432 | 3803 | #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { |
| 4433 | - margin-block-start: 20px; | |
| 3804 | + margin-top: 20px; | |
| 4434 | 3805 | } |
| 4435 | 3806 | |
| 4436 | -.e-control-display-conditions-promotion__wrapper { | |
| 4437 | - display: flex; | |
| 4438 | - justify-content: space-between; | |
| 4439 | -} | |
| 4440 | -.e-control-display-conditions-promotion__wrapper:hover .eicon-upgrade-crown-full.e-control-display-conditions-promotion { | |
| 4441 | - color: var(--e-a-color-accent-promotion); | |
| 4442 | -} | |
| 4443 | -.e-control-display-conditions-promotion__description { | |
| 4444 | - display: flex; | |
| 4445 | - align-self: center; | |
| 4446 | -} | |
| 4447 | -.e-control-display-conditions-promotion__text { | |
| 4448 | - display: inline-block; | |
| 4449 | -} | |
| 4450 | -.e-control-display-conditions-promotion__lock-wrapper { | |
| 4451 | - width: 2.5rem; | |
| 4452 | - display: flex; | |
| 4453 | - justify-content: center; | |
| 4454 | - align-items: center; | |
| 4455 | -} | |
| 4456 | -.e-control-display-conditions-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4457 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4458 | -} | |
| 4459 | -.e-control-display-conditions-promotion.eicon-flow { | |
| 4460 | - align-self: flex-end; | |
| 4461 | - cursor: pointer; | |
| 4462 | - border: var(--e-a-border-bold); | |
| 4463 | - border-radius: var(--e-a-border-radius); | |
| 4464 | - padding: 5px; | |
| 4465 | -} | |
| 4466 | -.e-control-display-conditions-promotion.eicon-flow.filled { | |
| 4467 | - background-color: var(--e-a-bg-active); | |
| 4468 | - color: #E73CF6; | |
| 4469 | -} | |
| 4470 | - | |
| 4471 | -.e-control-motion-effects-promotion__wrapper:hover .eicon-upgrade-crown-full, .e-control-promotion__wrapper:hover .eicon-upgrade-crown-full { | |
| 4472 | - color: var(--e-a-color-accent-promotion); | |
| 4473 | -} | |
| 4474 | -.e-control-motion-effects-promotion__wrapper .elementor-control-title, .e-control-promotion__wrapper .elementor-control-title { | |
| 4475 | - margin-inline-end: 0; | |
| 4476 | -} | |
| 4477 | -.e-control-motion-effects-promotion__wrapper .select-promotion, .e-control-promotion__wrapper .select-promotion { | |
| 4478 | - display: flex; | |
| 4479 | - flex-direction: column; | |
| 4480 | - justify-content: center; | |
| 4481 | - padding-inline-start: 5px; | |
| 4482 | - padding-inline-end: 20px; | |
| 4483 | - cursor: pointer; | |
| 4484 | - height: 27px; | |
| 4485 | - width: 100%; | |
| 4486 | - color: var(--e-a-color-txt); | |
| 4487 | - border-radius: var(--e-a-border-radius); | |
| 4488 | - background-color: var(--e-a-bg-default); | |
| 4489 | - box-shadow: none; | |
| 4490 | - border: var(--e-a-border-bold); | |
| 4491 | - font-size: var(--control-title-size); | |
| 4492 | -} | |
| 4493 | -.e-control-motion-effects-promotion__lock-wrapper, .e-control-promotion__lock-wrapper { | |
| 4494 | - width: 2.5rem; | |
| 4495 | - display: flex; | |
| 4496 | - justify-content: center; | |
| 4497 | - align-items: center; | |
| 4498 | -} | |
| 4499 | -.e-control-motion-effects-promotion__lock-wrapper .eicon-upgrade-crown-full, .e-control-promotion__lock-wrapper .eicon-upgrade-crown-full { | |
| 4500 | - color: var(--e-a-color-accent-promotion-disabled); | |
| 4501 | -} | |
| 4502 | - | |
| 4503 | -.e-link-promotion { | |
| 4504 | - font-family: "Roboto", sans-serif; | |
| 4505 | - font-weight: 500; | |
| 4506 | - color: #93003f; | |
| 4507 | -} | |
| 4508 | -.e-link-promotion:hover { | |
| 4509 | - color: #93003f; | |
| 4510 | -} | |
| 4511 | - | |
| 4512 | 3807 | .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, |
| 4513 | 3808 | .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { |
| 4514 | 3809 | display: none; |
| 4515 | 3810 | } |
| @@ -4519,10 +3814,14 @@ | ||
| 4519 | 3814 | display: flex; |
| 4520 | 3815 | } |
| 4521 | 3816 | body:not(.e-routes-has-history) #elementor-panel-header-kit-back { |
| 4522 | 3817 | pointer-events: none; |
| 4523 | - visibility: hidden; | |
| 3818 | + opacity: 0.4; | |
| 4524 | 3819 | } |
| 3820 | +body:not(.e-routes-has-history) #elementor-panel-header-kit-back:hover .elementor-icon { | |
| 3821 | + cursor: inherit; | |
| 3822 | + color: inherit; | |
| 3823 | +} | |
| 4525 | 3824 | |
| 4526 | 3825 | .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { |
| 4527 | 3826 | display: none; |
| 4528 | 3827 | } |
| @@ -4529,14 +3828,16 @@ | ||
| 4529 | 3828 | .elementor-editor-kit .elementor-panel #elementor-panel-page-menu { |
| 4530 | 3829 | padding: 25px 15px 0; |
| 4531 | 3830 | } |
| 4532 | 3831 | .elementor-editor-kit #elementor-panel-header-add-button, |
| 4533 | -.elementor-editor-kit #elementor-panel-header-menu-button { | |
| 3832 | +.elementor-editor-kit #elementor-panel-header-menu-button, | |
| 3833 | +.elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template, | |
| 3834 | +.elementor-editor-kit #elementor-panel-footer-navigator { | |
| 4534 | 3835 | display: none; |
| 4535 | 3836 | } |
| 4536 | 3837 | |
| 4537 | 3838 | .elementor-control-type-global-style-repeater .elementor-repeater-fields { |
| 4538 | - margin-block-end: 15px; | |
| 3839 | + margin-bottom: 15px; | |
| 4539 | 3840 | position: relative; |
| 4540 | 3841 | } |
| 4541 | 3842 | .elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper { |
| 4542 | 3843 | background-color: var(--e-a-bg-default); |
| @@ -4547,13 +3848,11 @@ | ||
| 4547 | 3848 | } |
| 4548 | 3849 | .elementor-control-type-global-style-repeater .elementor-repeater-row-tool { |
| 4549 | 3850 | cursor: pointer; |
| 4550 | 3851 | color: var(--e-a-color-txt); |
| 4551 | - background-color: transparent; | |
| 4552 | - border: none; | |
| 4553 | 3852 | padding: 5px; |
| 4554 | 3853 | } |
| 4555 | -.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:focus, .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover { | |
| 3854 | +.elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover { | |
| 4556 | 3855 | color: var(--e-a-color-txt-hover); |
| 4557 | 3856 | } |
| 4558 | 3857 | .elementor-control-type-global-style-repeater .elementor-control { |
| 4559 | 3858 | padding: 0; |
| @@ -4579,18 +3878,18 @@ | ||
| 4579 | 3878 | .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 { |
| 4580 | 3879 | display: none; |
| 4581 | 3880 | } |
| 4582 | 3881 | .elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { |
| 4583 | - margin-block-start: 0; | |
| 3882 | + margin-top: 0; | |
| 4584 | 3883 | } |
| 4585 | 3884 | .elementor-control-type-global-style-repeater .elementor-controls-popover { |
| 4586 | 3885 | align-self: end; |
| 4587 | - margin-block-start: 35px; | |
| 4588 | - inset-block-start: 0; | |
| 3886 | + margin-top: 35px; | |
| 3887 | + top: 0; | |
| 4589 | 3888 | width: 100%; |
| 4590 | 3889 | } |
| 4591 | 3890 | .elementor-control-type-global-style-repeater .elementor-controls-popover:before { |
| 4592 | - inset-inline-end: 5px; | |
| 3891 | + left: 5px; | |
| 4593 | 3892 | } |
| 4594 | 3893 | .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { |
| 4595 | 3894 | padding: 0 20px 15px; |
| 4596 | 3895 | } |
| @@ -4598,14 +3897,14 @@ | ||
| 4598 | 3897 | flex-grow: initial; |
| 4599 | 3898 | } |
| 4600 | 3899 | .elementor-control-type-global-style-repeater .elementor-button-wrapper { |
| 4601 | 3900 | text-align: center; |
| 4602 | - border-block-start: var(--e-a-border); | |
| 4603 | - padding-block-start: 15px; | |
| 3901 | + border-top: var(--e-a-border); | |
| 3902 | + padding-top: 15px; | |
| 4604 | 3903 | } |
| 4605 | 3904 | .elementor-control-type-global-style-repeater .pickr, |
| 4606 | 3905 | .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label { |
| 4607 | - margin-inline-start: 5px; | |
| 3906 | + margin-right: 5px; | |
| 4608 | 3907 | } |
| 4609 | 3908 | .elementor-control-type-global-style-repeater .e-sortable-placeholder { |
| 4610 | 3909 | background-color: var(--e-a-color-info); |
| 4611 | 3910 | opacity: 0.9; |
| @@ -4613,15 +3912,15 @@ | ||
| 4613 | 3912 | margin: 8px 0; |
| 4614 | 3913 | height: 2px; |
| 4615 | 3914 | } |
| 4616 | 3915 | .elementor-control-system_colors, .elementor-control-system_typography { |
| 4617 | - padding-block-end: 0; | |
| 3916 | + padding-bottom: 0; | |
| 4618 | 3917 | } |
| 4619 | 3918 | |
| 4620 | 3919 | .e-global-colors__color-value { |
| 4621 | 3920 | font-size: 10px; |
| 4622 | 3921 | padding: 0 5px; |
| 4623 | - text-align: end; | |
| 3922 | + text-align: left; | |
| 4624 | 3923 | white-space: nowrap; |
| 4625 | 3924 | text-overflow: ellipsis; |
| 4626 | 3925 | overflow: hidden; |
| 4627 | 3926 | } |
| @@ -4660,239 +3959,8 @@ | ||
| 4660 | 3959 | 100% { |
| 4661 | 3960 | transform: translateY(0); |
| 4662 | 3961 | } |
| 4663 | 3962 | } |
| 4664 | -.elementor-button, | |
| 4665 | -.e-btn { | |
| 4666 | - font-size: 12px; | |
| 4667 | - font-weight: 500; | |
| 4668 | - line-height: 1.2; | |
| 4669 | - padding: 8px 16px; | |
| 4670 | - outline: none; | |
| 4671 | - border: none; | |
| 4672 | - border-radius: var(--e-a-border-radius); | |
| 4673 | - background-color: var(--e-a-btn-bg); | |
| 4674 | - color: var(--e-a-btn-color-invert); | |
| 4675 | - transition: var(--e-a-transition-hover); | |
| 4676 | -} | |
| 4677 | -.elementor-button:hover, | |
| 4678 | -.e-btn:hover { | |
| 4679 | - border: none; | |
| 4680 | -} | |
| 4681 | -.elementor-button:hover, .elementor-button:focus, | |
| 4682 | -.e-btn:hover, | |
| 4683 | -.e-btn:focus { | |
| 4684 | - background-color: var(--e-a-btn-bg-hover); | |
| 4685 | - color: var(--e-a-btn-color-invert); | |
| 4686 | -} | |
| 4687 | -.elementor-button:active, | |
| 4688 | -.e-btn:active { | |
| 4689 | - background-color: var(--e-a-btn-bg-active); | |
| 4690 | -} | |
| 4691 | -.elementor-button:not([disabled]), | |
| 4692 | -.e-btn:not([disabled]) { | |
| 4693 | - cursor: pointer; | |
| 4694 | -} | |
| 4695 | -.elementor-button:disabled, | |
| 4696 | -.e-btn:disabled { | |
| 4697 | - background-color: var(--e-a-btn-bg-disabled); | |
| 4698 | - color: var(--e-a-btn-color-disabled); | |
| 4699 | -} | |
| 4700 | -.elementor-button:not(.elementor-button-state) .elementor-state-icon, | |
| 4701 | -.e-btn:not(.elementor-button-state) .elementor-state-icon { | |
| 4702 | - display: none; | |
| 4703 | -} | |
| 4704 | -.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4705 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel, | |
| 4706 | -.e-btn.e-btn-txt, | |
| 4707 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel, | |
| 4708 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel { | |
| 4709 | - background: transparent; | |
| 4710 | - color: var(--e-a-color-txt); | |
| 4711 | -} | |
| 4712 | -.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:hover, | |
| 4713 | -.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, | |
| 4714 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:focus, | |
| 4715 | -.e-btn.e-btn-txt:hover, | |
| 4716 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4717 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:hover, | |
| 4718 | -.e-btn.e-btn-txt:focus, | |
| 4719 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus, | |
| 4720 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:focus { | |
| 4721 | - background: var(--e-a-bg-hover); | |
| 4722 | - color: var(--e-a-color-txt-hover); | |
| 4723 | -} | |
| 4724 | -.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4725 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-cancel:disabled, | |
| 4726 | -.e-btn.e-btn-txt:disabled, | |
| 4727 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled, | |
| 4728 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-cancel:disabled { | |
| 4729 | - background: transparent; | |
| 4730 | - color: var(--e-a-color-txt-disabled); | |
| 4731 | -} | |
| 4732 | -.elementor-button.e-btn-txt-border, | |
| 4733 | -.e-btn.e-btn-txt-border { | |
| 4734 | - border: 1px solid var(--e-a-color-txt-muted); | |
| 4735 | -} | |
| 4736 | -.elementor-button.elementor-button-success, .elementor-button.e-success, | |
| 4737 | -.e-btn.elementor-button-success, | |
| 4738 | -.e-btn.e-success { | |
| 4739 | - background-color: var(--e-a-btn-bg-success); | |
| 4740 | -} | |
| 4741 | -.elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus, | |
| 4742 | -.e-btn.elementor-button-success:hover, | |
| 4743 | -.e-btn.elementor-button-success:focus, | |
| 4744 | -.e-btn.e-success:hover, | |
| 4745 | -.e-btn.e-success:focus { | |
| 4746 | - background-color: var(--e-a-btn-bg-success-hover); | |
| 4747 | -} | |
| 4748 | -.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok, | |
| 4749 | -.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, | |
| 4750 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over, | |
| 4751 | -.e-btn.e-primary, | |
| 4752 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4753 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok, | |
| 4754 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over, | |
| 4755 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over { | |
| 4756 | - background-color: var(--e-a-btn-bg-primary); | |
| 4757 | - color: var(--e-a-btn-color); | |
| 4758 | -} | |
| 4759 | -.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok:hover, | |
| 4760 | -.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, | |
| 4761 | -.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, | |
| 4762 | -.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, | |
| 4763 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over:focus, | |
| 4764 | -.e-btn.e-primary:hover, | |
| 4765 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4766 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:hover, | |
| 4767 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4768 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:hover, | |
| 4769 | -.e-btn.e-primary:focus, | |
| 4770 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4771 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok:focus, | |
| 4772 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus, | |
| 4773 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over:focus { | |
| 4774 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 4775 | - color: var(--e-a-btn-color); | |
| 4776 | -} | |
| 4777 | -.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok, | |
| 4778 | -.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, | |
| 4779 | -.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, | |
| 4780 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel, | |
| 4781 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel, | |
| 4782 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel, | |
| 4783 | -.e-btn.e-primary.e-btn-txt, | |
| 4784 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4785 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok, | |
| 4786 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4787 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over, | |
| 4788 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4789 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4790 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel, | |
| 4791 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel, | |
| 4792 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel, | |
| 4793 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel { | |
| 4794 | - background: transparent; | |
| 4795 | - color: var(--e-a-color-primary-bold); | |
| 4796 | -} | |
| 4797 | -.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4798 | -.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, | |
| 4799 | -.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, | |
| 4800 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:hover, | |
| 4801 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4802 | -.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, | |
| 4803 | -.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, | |
| 4804 | -.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, | |
| 4805 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.e-primary.dialog-button.dialog-cancel:focus, | |
| 4806 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4807 | -.dialog-type-alert .dialog-buttons-wrapper .elementor-button.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4808 | -.e-btn.e-primary.e-btn-txt:hover, | |
| 4809 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4810 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4811 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4812 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4813 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4814 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4815 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4816 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:hover, | |
| 4817 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4818 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:hover, | |
| 4819 | -.e-btn.e-primary.e-btn-txt:focus, | |
| 4820 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4821 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-ok:focus, | |
| 4822 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4823 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-btn-txt.dialog-button.dialog-take_over:focus, | |
| 4824 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4825 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4826 | -.dialog-type-confirm .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus, | |
| 4827 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.e-primary.dialog-button.dialog-cancel:focus, | |
| 4828 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-ok.dialog-cancel:focus, | |
| 4829 | -.dialog-type-alert .dialog-buttons-wrapper .e-btn.dialog-button.dialog-take_over.dialog-cancel:focus { | |
| 4830 | - background: var(--e-a-bg-primary); | |
| 4831 | -} | |
| 4832 | -.elementor-button.go-pro, .elementor-button.e-accent, | |
| 4833 | -.e-btn.go-pro, | |
| 4834 | -.e-btn.e-accent { | |
| 4835 | - background-color: var(--e-a-btn-bg-accent); | |
| 4836 | -} | |
| 4837 | -.elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus, | |
| 4838 | -.e-btn.go-pro:hover, | |
| 4839 | -.e-btn.go-pro:focus, | |
| 4840 | -.e-btn.e-accent:hover, | |
| 4841 | -.e-btn.e-accent:focus { | |
| 4842 | - background-color: var(--e-a-btn-bg-accent-hover); | |
| 4843 | -} | |
| 4844 | -.elementor-button.go-pro:active, .elementor-button.e-accent:active, | |
| 4845 | -.e-btn.go-pro:active, | |
| 4846 | -.e-btn.e-accent:active { | |
| 4847 | - background-color: var(--e-a-btn-bg-accent-active); | |
| 4848 | -} | |
| 4849 | -.elementor-button.elementor-button-info, .elementor-button.e-info, | |
| 4850 | -.e-btn.elementor-button-info, | |
| 4851 | -.e-btn.e-info { | |
| 4852 | - background-color: var(--e-a-btn-bg-info); | |
| 4853 | -} | |
| 4854 | -.elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus, | |
| 4855 | -.e-btn.elementor-button-info:hover, | |
| 4856 | -.e-btn.elementor-button-info:focus, | |
| 4857 | -.e-btn.e-info:hover, | |
| 4858 | -.e-btn.e-info:focus { | |
| 4859 | - background-color: var(--e-a-btn-bg-info-hover); | |
| 4860 | -} | |
| 4861 | -.elementor-button.elementor-button-warning, .elementor-button.e-warning, | |
| 4862 | -.e-btn.elementor-button-warning, | |
| 4863 | -.e-btn.e-warning { | |
| 4864 | - background-color: var(--e-a-btn-bg-warning); | |
| 4865 | -} | |
| 4866 | -.elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus, | |
| 4867 | -.e-btn.elementor-button-warning:hover, | |
| 4868 | -.e-btn.elementor-button-warning:focus, | |
| 4869 | -.e-btn.e-warning:hover, | |
| 4870 | -.e-btn.e-warning:focus { | |
| 4871 | - background-color: var(--e-a-btn-bg-warning-hover); | |
| 4872 | -} | |
| 4873 | -.elementor-button.elementor-button-danger, .elementor-button.e-danger, | |
| 4874 | -.e-btn.elementor-button-danger, | |
| 4875 | -.e-btn.e-danger { | |
| 4876 | - background-color: var(--e-a-btn-bg-danger); | |
| 4877 | -} | |
| 4878 | -.elementor-button.elementor-button-danger.color-white, .elementor-button.e-danger.color-white, | |
| 4879 | -.e-btn.elementor-button-danger.color-white, | |
| 4880 | -.e-btn.e-danger.color-white { | |
| 4881 | - color: var(--e-a-color-white); | |
| 4882 | -} | |
| 4883 | -.elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, | |
| 4884 | -.e-btn.elementor-button-danger:hover, | |
| 4885 | -.e-btn.elementor-button-danger:focus, | |
| 4886 | -.e-btn.e-danger:hover, | |
| 4887 | -.e-btn.e-danger:focus { | |
| 4888 | - background-color: var(--e-a-btn-bg-danger-hover); | |
| 4889 | -} | |
| 4890 | -.elementor-button i, | |
| 4891 | -.e-btn i { | |
| 4892 | - margin-inline-end: 5px; | |
| 4893 | -} | |
| 4894 | - | |
| 4895 | 3963 | body { |
| 4896 | 3964 | --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px)); |
| 4897 | 3965 | } |
| 4898 | 3966 | body.elementor-navigator-docked { |
| @@ -4923,23 +3991,22 @@ | ||
| 4923 | 3991 | } |
| 4924 | 3992 | |
| 4925 | 3993 | #elementor-preview-responsive-wrapper { |
| 4926 | 3994 | transform-origin: top center; |
| 4927 | - margin: 20px; | |
| 3995 | + padding: 20px; | |
| 4928 | 3996 | transform: scale(var(--e-preview-scale, 1)); |
| 4929 | - overflow: hidden; | |
| 4930 | 3997 | } |
| 4931 | 3998 | .elementor-device-desktop #elementor-preview-responsive-wrapper { |
| 4932 | 3999 | min-width: 1025px; |
| 4933 | 4000 | width: 100%; |
| 4934 | 4001 | height: 100%; |
| 4935 | - margin: 0; | |
| 4002 | + padding: 0; | |
| 4936 | 4003 | position: relative; |
| 4937 | 4004 | } |
| 4938 | 4005 | body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { |
| 4939 | 4006 | width: var(--e-editor-preview-width); |
| 4940 | 4007 | height: var(--e-editor-preview-height); |
| 4941 | - margin: 20px max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4008 | + margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); | |
| 4942 | 4009 | box-sizing: content-box; |
| 4943 | 4010 | position: relative; |
| 4944 | 4011 | max-height: calc(100vh - 80px); |
| 4945 | 4012 | } |
| @@ -5001,10 +4068,9 @@ | ||
| 5001 | 4068 | #elementor-preview-responsive-wrapper .ui-resizable-s { |
| 5002 | 4069 | bottom: 0; |
| 5003 | 4070 | } |
| 5004 | 4071 | #elementor-preview-responsive-wrapper .ui-resizable-e { |
| 5005 | - width: 10px; | |
| 5006 | - right: -5px; | |
| 4072 | + right: 0; | |
| 5007 | 4073 | } |
| 5008 | 4074 | #elementor-preview-responsive-wrapper .ui-resizable-w { |
| 5009 | 4075 | left: 0; |
| 5010 | 4076 | } |
| @@ -5015,20 +4081,8 @@ | ||
| 5015 | 4081 | background-color: #fff; |
| 5016 | 4082 | box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); |
| 5017 | 4083 | } |
| 5018 | 4084 | |
| 5019 | -#elementor-template-library-modal button:focus-visible, | |
| 5020 | -#elementor-template-library-modal a:focus-visible, | |
| 5021 | -#elementor-template-library-modal input:focus-visible, | |
| 5022 | -#elementor-template-library-modal select:focus-visible, | |
| 5023 | -#elementor-template-library-modal [tabindex="0"]:focus-visible, | |
| 5024 | -#elementor-template-library-modal [role=tab]:focus-visible, | |
| 5025 | -#elementor-template-library-modal [role=radio]:focus-visible, | |
| 5026 | -#elementor-template-library-modal [role=menuitem]:focus-visible { | |
| 5027 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5028 | - outline-offset: 2px; | |
| 5029 | - border-radius: 2px; | |
| 5030 | -} | |
| 5031 | 4085 | #elementor-template-library-modal a.elementor-template-library-blank-footer-link { |
| 5032 | 4086 | font-style: normal; |
| 5033 | 4087 | text-decoration: underline; |
| 5034 | 4088 | } |
| @@ -5040,17 +4094,8 @@ | ||
| 5040 | 4094 | } |
| 5041 | 4095 | #elementor-template-library-modal .dialog-message { |
| 5042 | 4096 | overflow-y: scroll; |
| 5043 | 4097 | } |
| 5044 | -#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 { | |
| 5045 | - overflow-y: auto; | |
| 5046 | -} | |
| 5047 | -#elementor-template-library-modal .e-back-to-editor { | |
| 5048 | - color: var(--e-a-color-txt); | |
| 5049 | - text-decoration: underline; | |
| 5050 | - font-size: 17px; | |
| 5051 | - cursor: pointer; | |
| 5052 | -} | |
| 5053 | 4098 | |
| 5054 | 4099 | #elementor-template-library-header-menu { |
| 5055 | 4100 | text-align: center; |
| 5056 | 4101 | } |
| @@ -5057,23 +4102,16 @@ | ||
| 5057 | 4102 | |
| 5058 | 4103 | .elementor-template-library-menu-item { |
| 5059 | 4104 | display: inline-block; |
| 5060 | 4105 | padding: 17px 20px; |
| 5061 | - border-block-end: 3px solid transparent; | |
| 4106 | + border-bottom: 3px solid transparent; | |
| 5062 | 4107 | cursor: pointer; |
| 5063 | - background: transparent; | |
| 5064 | - margin: 0; | |
| 5065 | - font-size: inherit; | |
| 5066 | - font-family: inherit; | |
| 5067 | - color: inherit; | |
| 5068 | - border: none; | |
| 5069 | 4108 | } |
| 5070 | 4109 | .elementor-template-library-menu-item:hover { |
| 5071 | 4110 | background-color: var(--e-a-bg-hover); |
| 5072 | 4111 | border-color: var(--e-a-bg-hover); |
| 5073 | 4112 | } |
| 5074 | -.elementor-template-library-menu-item.elementor-active, .elementor-template-library-menu-item[aria-selected=true] { | |
| 5075 | - border-block-end: 3px solid; | |
| 4113 | +.elementor-template-library-menu-item.elementor-active { | |
| 5076 | 4114 | border-color: var(--e-a-border-color-accent); |
| 5077 | 4115 | color: var(--e-a-color-txt-accent); |
| 5078 | 4116 | } |
| 5079 | 4117 | |
| @@ -5079,178 +4117,42 @@ | ||
| 5079 | 4117 | |
| 5080 | 4118 | #elementor-template-library-header-actions { |
| 5081 | 4119 | display: flex; |
| 5082 | 4120 | } |
| 5083 | -#elementor-template-library-header-actions > div, | |
| 5084 | -#elementor-template-library-header-actions > button { | |
| 5085 | - background: transparent; | |
| 5086 | - margin: 0; | |
| 5087 | - font-size: inherit; | |
| 5088 | - font-family: inherit; | |
| 5089 | - color: inherit; | |
| 5090 | - border: none; | |
| 5091 | - padding-inline-end: 16px; | |
| 5092 | - cursor: pointer; | |
| 4121 | +#elementor-template-library-header-actions > div { | |
| 4122 | + padding-left: 16px; | |
| 5093 | 4123 | } |
| 5094 | -#elementor-template-library-header-actions > div:focus-visible, | |
| 5095 | -#elementor-template-library-header-actions > button:focus-visible { | |
| 5096 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5097 | - outline-offset: -2px; | |
| 5098 | - border-radius: 2px; | |
| 5099 | -} | |
| 5100 | 4124 | |
| 5101 | -#elementor-template-library-header-tools.e-hidden-disabled { | |
| 5102 | - opacity: 0; | |
| 5103 | - visibility: hidden; | |
| 5104 | -} | |
| 5105 | - | |
| 5106 | 4125 | #elementor-template-library-header-preview-insert-wrapper { |
| 5107 | 4126 | cursor: default; |
| 5108 | 4127 | padding: 0 10px; |
| 5109 | 4128 | } |
| 5110 | 4129 | |
| 5111 | -.elementor-template-library-template-insert + .elementor-template-library-template-generate-variation { | |
| 5112 | - margin-inline-start: 4px; | |
| 5113 | -} | |
| 5114 | - | |
| 5115 | 4130 | #elementor-template-library-header-preview-back { |
| 5116 | - gap: 10px; | |
| 5117 | - padding-block: 16.5px 15px; | |
| 5118 | - padding-inline: 0 16.5px; | |
| 5119 | - border-inline-end: var(--e-a-border); | |
| 4131 | + padding: 16.5px 0 15px 16.5px; | |
| 4132 | + border-left: var(--e-a-border); | |
| 5120 | 4133 | cursor: pointer; |
| 5121 | 4134 | transition: color 0.5s; |
| 5122 | 4135 | } |
| 5123 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button { | |
| 5124 | - background: transparent; | |
| 5125 | - margin: 0; | |
| 5126 | - font-size: inherit; | |
| 5127 | - font-family: inherit; | |
| 5128 | - color: inherit; | |
| 5129 | - border: none; | |
| 5130 | - display: flex; | |
| 5131 | - align-items: center; | |
| 5132 | - gap: 10px; | |
| 5133 | - cursor: pointer; | |
| 5134 | -} | |
| 5135 | -#elementor-template-library-header-preview-back .elementor-template-library-header-back-button:focus-visible { | |
| 5136 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5137 | - outline-offset: 2px; | |
| 5138 | - border-radius: 2px; | |
| 5139 | -} | |
| 5140 | 4136 | #elementor-template-library-header-preview-back:hover { |
| 5141 | 4137 | color: var(--e-a-color-txt-hover); |
| 5142 | 4138 | } |
| 5143 | 4139 | #elementor-template-library-header-preview-back i { |
| 4140 | + padding-left: 10px; | |
| 5144 | 4141 | font-size: 18px; |
| 5145 | - scale: calc(1 * var(--direction-multiplier)) 1; | |
| 5146 | 4142 | } |
| 4143 | +#elementor-template-library-header-preview-back i:before { | |
| 4144 | + content: "\e87d"; | |
| 4145 | +} | |
| 5147 | 4146 | |
| 5148 | -#elementor-template-library-templates { | |
| 5149 | - display: flex; | |
| 5150 | - flex-direction: column; | |
| 5151 | - gap: 20px; | |
| 4147 | +#elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container { | |
| 4148 | + margin-top: 10px; | |
| 4149 | + margin-bottom: 45px; | |
| 4150 | + border-top: var(--e-a-border); | |
| 5152 | 4151 | } |
| 5153 | -#elementor-template-library-templates .toolbar-container { | |
| 5154 | - display: flex; | |
| 5155 | - justify-content: space-between; | |
| 5156 | - align-items: center; | |
| 5157 | - gap: 2%; | |
| 5158 | - height: 45px; | |
| 5159 | -} | |
| 5160 | -#elementor-template-library-templates #elementor-template-library-templates-container { | |
| 5161 | - display: flex; | |
| 5162 | - flex-wrap: wrap; | |
| 5163 | - align-items: flex-start; | |
| 5164 | -} | |
| 5165 | -#elementor-template-library-templates[data-template-source=local] .toolbar-container .quota-progress-container { | |
| 5166 | - display: none; | |
| 5167 | -} | |
| 5168 | -#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"])) { | |
| 5169 | - justify-content: flex-end; | |
| 5170 | -} | |
| 5171 | -#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 { | |
| 5172 | - display: flex; | |
| 5173 | - align-items: baseline; | |
| 5174 | - border-radius: 3px; | |
| 5175 | -} | |
| 5176 | -#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 { | |
| 5177 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5178 | - outline-offset: 2px; | |
| 5179 | -} | |
| 5180 | -#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 { | |
| 5181 | - align-items: center; | |
| 5182 | -} | |
| 5183 | -#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 { | |
| 5184 | - font-size: 14px; | |
| 5185 | - margin-inline-start: 5px; | |
| 5186 | -} | |
| 5187 | -#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 { | |
| 5188 | - width: 200px; | |
| 5189 | - margin: 0px 10px; | |
| 5190 | - align-self: center; | |
| 5191 | - text-align: start; | |
| 5192 | -} | |
| 5193 | -#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 { | |
| 5194 | - font-size: 10px; | |
| 5195 | -} | |
| 5196 | -#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 { | |
| 5197 | - color: var(--e-a-btn-bg-accent); | |
| 5198 | -} | |
| 5199 | -#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 { | |
| 5200 | - height: 4px; | |
| 5201 | - background-color: var(--e-a-color-primary-bold); | |
| 5202 | - position: relative; | |
| 5203 | - display: flex; | |
| 5204 | - align-items: center; | |
| 5205 | - padding: 0; | |
| 5206 | -} | |
| 5207 | -#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 { | |
| 5208 | - height: 100%; | |
| 5209 | - transition: width 0.3s ease; | |
| 5210 | -} | |
| 5211 | -#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 { | |
| 5212 | - background-color: #D004D4; | |
| 5213 | -} | |
| 5214 | -#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 { | |
| 5215 | - background-color: #F59E0B; | |
| 5216 | -} | |
| 5217 | -#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 { | |
| 5218 | - background-color: #93003f; | |
| 5219 | -} | |
| 5220 | -#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 { | |
| 5221 | - background-color: #F0ABFC; | |
| 5222 | -} | |
| 5223 | -#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 { | |
| 5224 | - background-color: rgb(251.0236220472, 216.4291338583, 157.9763779528); | |
| 5225 | -} | |
| 5226 | -#elementor-template-library-templates[data-template-source=cloud] .toolbar-container-value, #elementor-template-library-templates[data-template-source=empty] .toolbar-container-value { | |
| 5227 | - font-size: 12px; | |
| 5228 | - color: var(--e-a-color-txt); | |
| 5229 | -} | |
| 5230 | -#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 { | |
| 5231 | - border-block-start: var(--e-a-border); | |
| 5232 | -} | |
| 5233 | -#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 { | |
| 4152 | +#elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { | |
| 5234 | 4153 | color: var(--e-a-color-txt-active); |
| 5235 | 4154 | } |
| 5236 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-templates-container { | |
| 5237 | - border-block-start: none; | |
| 5238 | -} | |
| 5239 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local { | |
| 5240 | - padding: 0; | |
| 5241 | -} | |
| 5242 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local div { | |
| 5243 | - max-width: -moz-fit-content; | |
| 5244 | - max-width: fit-content; | |
| 5245 | -} | |
| 5246 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5247 | -#elementor-template-library-templates[data-template-source=cloud][data-template-view=grid] #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5 { | |
| 5248 | - display: none; | |
| 5249 | -} | |
| 5250 | -#elementor-template-library-templates[data-template-source=cloud] .elementor-template-library-local-column-3 { | |
| 5251 | - pointer-events: none; | |
| 5252 | -} | |
| 5253 | 4155 | #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { |
| 5254 | 4156 | margin: 10px -15px 0; |
| 5255 | 4157 | } |
| 5256 | 4158 | #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { |
| @@ -5266,253 +4168,24 @@ | ||
| 5266 | 4168 | #elementor-template-library-templates .elementor-template-library-order-input { |
| 5267 | 4169 | display: none; |
| 5268 | 4170 | } |
| 5269 | 4171 | #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { |
| 5270 | - padding-inline-end: 8px; | |
| 4172 | + padding-left: 8px; | |
| 5271 | 4173 | } |
| 5272 | 4174 | #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { |
| 5273 | 4175 | font-family: eicons; |
| 5274 | 4176 | content: "\e8ae"; |
| 5275 | - margin-inline-start: 3px; | |
| 4177 | + margin-right: 3px; | |
| 5276 | 4178 | } |
| 5277 | 4179 | #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { |
| 5278 | 4180 | content: "\e8ad"; |
| 5279 | 4181 | } |
| 5280 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions { | |
| 4182 | + | |
| 4183 | +#elementor-template-library-templates-container { | |
| 5281 | 4184 | display: flex; |
| 5282 | - align-items: center; | |
| 5283 | - gap: 8px; | |
| 4185 | + flex-wrap: wrap; | |
| 4186 | + align-items: flex-start; | |
| 5284 | 4187 | } |
| 5285 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item { | |
| 5286 | - background: transparent; | |
| 5287 | - margin: 0; | |
| 5288 | - font-size: inherit; | |
| 5289 | - font-family: inherit; | |
| 5290 | - color: inherit; | |
| 5291 | - border: none; | |
| 5292 | - cursor: pointer; | |
| 5293 | - font-size: 20px; | |
| 5294 | - padding: 0 5px; | |
| 5295 | - border-radius: 2px; | |
| 5296 | - color: var(--e-a-color-txt); | |
| 5297 | -} | |
| 5298 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .elementor-template-library-action-item:hover { | |
| 5299 | - background-color: var(--e-a-bg-hover); | |
| 5300 | -} | |
| 5301 | -#elementor-template-library-templates .elementor-template-library-filter-toolbar-side-actions .divider { | |
| 5302 | - width: 1px; | |
| 5303 | - height: 20px; | |
| 5304 | - background-color: var(--e-a-border-color); | |
| 5305 | -} | |
| 5306 | -#elementor-template-library-templates[data-template-view=list] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-list { | |
| 5307 | - background-color: var(--e-a-bg-hover); | |
| 5308 | -} | |
| 5309 | -#elementor-template-library-templates[data-template-view=grid] .elementor-template-library-filter-toolbar-side-actions #elementor-template-library-view-grid { | |
| 5310 | - background-color: var(--e-a-bg-hover); | |
| 5311 | -} | |
| 5312 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container { | |
| 5313 | - display: grid; | |
| 5314 | - grid-template-columns: repeat(auto-fill, 208px); | |
| 5315 | - grid-gap: 20px; | |
| 5316 | - padding: 20px 0; | |
| 5317 | -} | |
| 5318 | -#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 { | |
| 5319 | - grid-column: 1; | |
| 5320 | -} | |
| 5321 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container #elementor-template-library-templates-empty { | |
| 5322 | - grid-column: 1/-1; | |
| 5323 | -} | |
| 5324 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid { | |
| 5325 | - display: flex; | |
| 5326 | - position: relative; | |
| 5327 | - flex-direction: column; | |
| 5328 | - height: 158px; | |
| 5329 | - padding: 8px; | |
| 5330 | - border: var(--e-a-border); | |
| 5331 | - border-radius: 3px; | |
| 5332 | -} | |
| 5333 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid:focus-visible { | |
| 5334 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5335 | - outline-offset: 2px; | |
| 5336 | -} | |
| 5337 | -#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 { | |
| 5338 | - display: flex; | |
| 5339 | -} | |
| 5340 | -#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 { | |
| 5341 | - display: none; | |
| 5342 | -} | |
| 5343 | -#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 { | |
| 5344 | - display: flex !important; | |
| 5345 | -} | |
| 5346 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-thumbnail { | |
| 5347 | - width: 190px; | |
| 5348 | - height: 100px; | |
| 5349 | - position: relative; | |
| 5350 | - border-radius: 3px; | |
| 5351 | - margin-block-end: 4px; | |
| 5352 | - overflow: hidden; | |
| 5353 | -} | |
| 5354 | -#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 { | |
| 5355 | - -o-object-fit: contain; | |
| 5356 | - object-fit: contain; | |
| 5357 | - width: 100%; | |
| 5358 | - height: 100%; | |
| 5359 | -} | |
| 5360 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-preview { | |
| 5361 | - display: none; | |
| 5362 | - justify-content: center; | |
| 5363 | - align-items: center; | |
| 5364 | - position: absolute; | |
| 5365 | - inset: 0; | |
| 5366 | - background-color: rgba(0, 0, 0, 0.5); | |
| 5367 | - cursor: default; | |
| 5368 | -} | |
| 5369 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-template-name { | |
| 5370 | - font-size: 11px; | |
| 5371 | - white-space: nowrap; | |
| 5372 | - text-overflow: ellipsis; | |
| 5373 | - overflow: hidden; | |
| 5374 | -} | |
| 5375 | -#elementor-template-library-templates[data-template-view=grid] #elementor-template-library-templates-container .elementor-template-library-template-view-grid .elementor-template-library-card-footer { | |
| 5376 | - display: flex; | |
| 5377 | - position: relative; | |
| 5378 | - justify-content: space-between; | |
| 5379 | - align-items: center; | |
| 5380 | - font-size: 11px; | |
| 5381 | - min-height: 38px; | |
| 5382 | -} | |
| 5383 | -#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 { | |
| 5384 | - display: none; | |
| 5385 | - width: 90%; | |
| 5386 | - gap: 8px; | |
| 5387 | - height: 38px; | |
| 5388 | - padding: 4px 0; | |
| 5389 | -} | |
| 5390 | -#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 { | |
| 5391 | - display: flex; | |
| 5392 | -} | |
| 5393 | -#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 { | |
| 5394 | - display: flex; | |
| 5395 | - align-items: center; | |
| 5396 | -} | |
| 5397 | -#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 { | |
| 5398 | - display: flex; | |
| 5399 | - flex-direction: column; | |
| 5400 | - justify-content: center; | |
| 5401 | - width: 65%; | |
| 5402 | - align-items: start; | |
| 5403 | - white-space: nowrap; | |
| 5404 | - text-overflow: ellipsis; | |
| 5405 | - overflow: hidden; | |
| 5406 | -} | |
| 5407 | -#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 { | |
| 5408 | - flex-direction: row; | |
| 5409 | - align-items: center; | |
| 5410 | - justify-content: start; | |
| 5411 | - height: 56px; | |
| 5412 | - padding: 13px 10px; | |
| 5413 | -} | |
| 5414 | -#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 { | |
| 5415 | - font-size: 25px; | |
| 5416 | - margin-inline-end: 8px; | |
| 5417 | -} | |
| 5418 | -#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 { | |
| 5419 | - margin-inline-start: auto; | |
| 5420 | -} | |
| 5421 | -#elementor-template-library-templates[data-template-view=grid] #bulk-select-all { | |
| 5422 | - display: none; | |
| 5423 | -} | |
| 5424 | -#elementor-template-library-templates.no-bulk-selections #bulk-select-all, #elementor-template-library-templates.no-bulk-selections .bulk-selection-item-checkbox { | |
| 5425 | - visibility: hidden; | |
| 5426 | -} | |
| 5427 | -#elementor-template-library-templates.no-bulk-selections .elementor-template-library-template-name:hover .bulk-selection-item-checkbox { | |
| 5428 | - visibility: visible; | |
| 5429 | -} | |
| 5430 | -#elementor-template-library-templates .bulk-selection-action-bar { | |
| 5431 | - display: none; | |
| 5432 | - background: var(--e-a-bg-active); | |
| 5433 | - padding: 10px 25px; | |
| 5434 | - border-radius: 5px; | |
| 5435 | - color: var(--e-a-bg-invert); | |
| 5436 | - gap: 20px; | |
| 5437 | - align-items: center; | |
| 5438 | - flex: 1; | |
| 5439 | -} | |
| 5440 | -#elementor-template-library-templates .bulk-selection-action-bar button { | |
| 5441 | - background: transparent; | |
| 5442 | - margin: 0; | |
| 5443 | - font-size: inherit; | |
| 5444 | - font-family: inherit; | |
| 5445 | - color: inherit; | |
| 5446 | - border: none; | |
| 5447 | - cursor: pointer; | |
| 5448 | - display: flex; | |
| 5449 | - align-items: center; | |
| 5450 | - justify-content: center; | |
| 5451 | -} | |
| 5452 | -#elementor-template-library-templates .bulk-selection-action-bar button.disabled { | |
| 5453 | - pointer-events: none; | |
| 5454 | - opacity: 0.3; | |
| 5455 | - cursor: not-allowed; | |
| 5456 | -} | |
| 5457 | -#elementor-template-library-templates .bulk-selection-action-bar i { | |
| 5458 | - cursor: pointer; | |
| 5459 | - font-size: 18px; | |
| 5460 | -} | |
| 5461 | -#elementor-template-library-templates .bulk-selection-action-bar .eicon-editor-close { | |
| 5462 | - font-size: 20px; | |
| 5463 | -} | |
| 5464 | -#elementor-template-library-templates #elementor-template-library-navigation-container { | |
| 5465 | - display: flex; | |
| 5466 | - flex: 1; | |
| 5467 | - white-space: nowrap; | |
| 5468 | - text-overflow: ellipsis; | |
| 5469 | - overflow: hidden; | |
| 5470 | -} | |
| 5471 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container { | |
| 5472 | - display: flex; | |
| 5473 | - flex-direction: row; | |
| 5474 | - align-items: center; | |
| 5475 | - gap: 15px; | |
| 5476 | - white-space: nowrap; | |
| 5477 | - text-overflow: ellipsis; | |
| 5478 | - overflow: hidden; | |
| 5479 | -} | |
| 5480 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container > span { | |
| 5481 | - white-space: nowrap; | |
| 5482 | - text-overflow: ellipsis; | |
| 5483 | - overflow: hidden; | |
| 5484 | -} | |
| 5485 | -#elementor-template-library-templates #elementor-template-library-navigation-container .elementor-template-library-navigation-container .elementor-template-library-navigation-back-button { | |
| 5486 | - padding-inline-start: 8px; | |
| 5487 | - background-color: var(--e-a-bg-hover); | |
| 5488 | - color: var(--e-a-color-txt); | |
| 5489 | -} | |
| 5490 | -#elementor-template-library-templates #elementor-template-library-order-toolbar-local:hover #bulk-select-all { | |
| 5491 | - visibility: visible; | |
| 5492 | -} | |
| 5493 | -#elementor-template-library-templates .bulk-selected-item { | |
| 5494 | - background: var(--e-a-bg-active); | |
| 5495 | -} | |
| 5496 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox] { | |
| 5497 | - position: relative; | |
| 5498 | - inset-block-start: 3px; | |
| 5499 | -} | |
| 5500 | -#elementor-template-library-templates .elementor-template-library-local-column-1 input[type=checkbox]:checked { | |
| 5501 | - inset-block-start: 0px; | |
| 5502 | -} | |
| 5503 | -#elementor-template-library-templates .bulk-selection-item-checkbox:checked, | |
| 5504 | -#elementor-template-library-templates #bulk-select-all:checked { | |
| 5505 | - background: #69727D; | |
| 5506 | -} | |
| 5507 | -#elementor-template-library-templates .checkbox-minus:before { | |
| 5508 | - display: block; | |
| 5509 | - content: ""; | |
| 5510 | - width: 10px; | |
| 5511 | - height: 2px; | |
| 5512 | - background-color: white; | |
| 5513 | - transform: none; | |
| 5514 | -} | |
| 5515 | 4188 | |
| 5516 | 4189 | #elementor-template-library-toolbar { |
| 5517 | 4190 | display: flex; |
| 5518 | 4191 | justify-content: space-between; |
| @@ -5523,80 +4196,8 @@ | ||
| 5523 | 4196 | display: flex; |
| 5524 | 4197 | align-items: center; |
| 5525 | 4198 | } |
| 5526 | 4199 | |
| 5527 | -.elementor-template-library-filter-select-source { | |
| 5528 | - width: 350px; | |
| 5529 | - display: flex; | |
| 5530 | - gap: 10px; | |
| 5531 | -} | |
| 5532 | -.elementor-template-library-filter-select-source .source-option { | |
| 5533 | - flex: 1; | |
| 5534 | - border: 0.5px solid #BABFC5; | |
| 5535 | - padding: 5px; | |
| 5536 | - border-radius: 3px; | |
| 5537 | - cursor: pointer; | |
| 5538 | - font-size: 12px; | |
| 5539 | -} | |
| 5540 | -.elementor-template-library-filter-select-source .source-option i { | |
| 5541 | - margin-inline-end: 5px; | |
| 5542 | -} | |
| 5543 | -.elementor-template-library-filter-select-source .source-option .new-badge { | |
| 5544 | - border: 1px solid var(--e-a-color-primary-bold-dark); | |
| 5545 | - padding: 2px 4px; | |
| 5546 | - color: var(--e-a-color-primary-bold-dark); | |
| 5547 | - border-radius: 10px; | |
| 5548 | - font-size: 10px; | |
| 5549 | - margin-inline-start: 5px; | |
| 5550 | -} | |
| 5551 | -.elementor-template-library-filter-select-source .source-option.selected, .elementor-template-library-filter-select-source .source-option:hover { | |
| 5552 | - background-color: var(--e-a-bg-hover); | |
| 5553 | -} | |
| 5554 | - | |
| 5555 | -#elementor-template-library-connect-states .elementor-template-library-filter-toolbar { | |
| 5556 | - display: flex; | |
| 5557 | - align-items: center; | |
| 5558 | - justify-content: space-between; | |
| 5559 | -} | |
| 5560 | - | |
| 5561 | -#elementor-template-library-toolbar .source-option-badge, | |
| 5562 | -.elementor-template-library-connect-states-badge .source-option-badge { | |
| 5563 | - display: flex; | |
| 5564 | - align-items: center; | |
| 5565 | - gap: 6px; | |
| 5566 | - padding: 6px 12px; | |
| 5567 | - border: none; | |
| 5568 | - border-radius: 20px; | |
| 5569 | - font-size: 14px; | |
| 5570 | - font-weight: 500; | |
| 5571 | - white-space: nowrap; | |
| 5572 | - margin-inline-start: auto; | |
| 5573 | - margin-inline-end: 15px; | |
| 5574 | -} | |
| 5575 | -#elementor-template-library-toolbar .source-option-badge i, | |
| 5576 | -.elementor-template-library-connect-states-badge .source-option-badge i { | |
| 5577 | - margin: 0; | |
| 5578 | - font-size: 14px; | |
| 5579 | -} | |
| 5580 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge, | |
| 5581 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge { | |
| 5582 | - background-color: var(--e-a-bg-info); | |
| 5583 | - color: var(--e-a-color-info); | |
| 5584 | -} | |
| 5585 | -#elementor-template-library-toolbar .source-option-badge.cloud-badge i, | |
| 5586 | -.elementor-template-library-connect-states-badge .source-option-badge.cloud-badge i { | |
| 5587 | - color: var(--e-a-color-info); | |
| 5588 | -} | |
| 5589 | -#elementor-template-library-toolbar .source-option-badge.site-badge, | |
| 5590 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge { | |
| 5591 | - background-color: var(--e-a-bg-warning); | |
| 5592 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5593 | -} | |
| 5594 | -#elementor-template-library-toolbar .source-option-badge.site-badge i, | |
| 5595 | -.elementor-template-library-connect-states-badge .source-option-badge.site-badge i { | |
| 5596 | - color: var(--e-a-btn-bg-warning-hover); | |
| 5597 | -} | |
| 5598 | - | |
| 5599 | 4200 | #elementor-template-library-filter-toolbar-remote { |
| 5600 | 4201 | font-size: 11px; |
| 5601 | 4202 | } |
| 5602 | 4203 | |
| @@ -5601,20 +4202,17 @@ | ||
| 5601 | 4202 | } |
| 5602 | 4203 | |
| 5603 | 4204 | #elementor-template-library-order { |
| 5604 | 4205 | display: flex; |
| 5605 | - border-inline-end: var(--e-a-border); | |
| 4206 | + border-left: var(--e-a-border); | |
| 5606 | 4207 | } |
| 5607 | 4208 | |
| 5608 | 4209 | .elementor-template-library-order-label { |
| 5609 | 4210 | text-transform: uppercase; |
| 5610 | - padding-inline-end: 22px; | |
| 4211 | + padding-left: 22px; | |
| 5611 | 4212 | -webkit-user-select: none; |
| 5612 | 4213 | -moz-user-select: none; |
| 5613 | 4214 | user-select: none; |
| 5614 | - line-height: 1; | |
| 5615 | - font-size: 10px; | |
| 5616 | - font-weight: 500; | |
| 5617 | 4215 | } |
| 5618 | 4216 | |
| 5619 | 4217 | label.elementor-template-library-order-label { |
| 5620 | 4218 | cursor: pointer; |
| @@ -5623,9 +4221,9 @@ | ||
| 5623 | 4221 | color: var(--e-a-color-txt-hover); |
| 5624 | 4222 | } |
| 5625 | 4223 | |
| 5626 | 4224 | #elementor-template-library-filter .select2 { |
| 5627 | - text-align: start; | |
| 4225 | + text-align: right; | |
| 5628 | 4226 | width: calc(27px * 5) !important; |
| 5629 | 4227 | } |
| 5630 | 4228 | #elementor-template-library-filter .select2-selection__rendered { |
| 5631 | 4229 | text-transform: capitalize; |
| @@ -5632,16 +4230,16 @@ | ||
| 5632 | 4230 | } |
| 5633 | 4231 | |
| 5634 | 4232 | #select2-elementor-template-library-filter-subtype-results .select2-results__option { |
| 5635 | 4233 | text-transform: capitalize; |
| 5636 | - text-align: start; | |
| 5637 | - padding-inline-start: 5px; | |
| 4234 | + text-align: right; | |
| 4235 | + padding-right: 5px; | |
| 5638 | 4236 | } |
| 5639 | 4237 | |
| 5640 | 4238 | #elementor-template-library-my-favorites { |
| 5641 | 4239 | flex-grow: 1; |
| 5642 | - text-align: start; | |
| 5643 | - padding-inline-start: 20px; | |
| 4240 | + text-align: right; | |
| 4241 | + padding-right: 20px; | |
| 5644 | 4242 | } |
| 5645 | 4243 | |
| 5646 | 4244 | #elementor-template-library-filter-my-favorites { |
| 5647 | 4245 | display: none; |
| @@ -5664,18 +4262,14 @@ | ||
| 5664 | 4262 | #elementor-template-library-filter-my-favorites-label:hover i:after { |
| 5665 | 4263 | color: var(--e-a-color-primary-bold); |
| 5666 | 4264 | } |
| 5667 | 4265 | #elementor-template-library-filter-my-favorites-label i { |
| 5668 | - padding-inline-end: 5px; | |
| 4266 | + padding-left: 5px; | |
| 5669 | 4267 | } |
| 5670 | 4268 | #elementor-template-library-filter-my-favorites-label i:after { |
| 5671 | 4269 | content: "\e923"; |
| 5672 | 4270 | } |
| 5673 | 4271 | |
| 5674 | -#elementor-template-library-create-new-folder-dialog .elementor-create-folder-template-dialog__p { | |
| 5675 | - margin-block-end: 10px; | |
| 5676 | -} | |
| 5677 | - | |
| 5678 | 4272 | #elementor-template-library-filter-text-wrapper { |
| 5679 | 4273 | width: 200px; |
| 5680 | 4274 | position: relative; |
| 5681 | 4275 | } |
| @@ -5680,19 +4274,16 @@ | ||
| 5680 | 4274 | position: relative; |
| 5681 | 4275 | } |
| 5682 | 4276 | #elementor-template-library-filter-text-wrapper i { |
| 5683 | 4277 | position: absolute; |
| 5684 | - inset-block-start: 50%; | |
| 5685 | - inset-inline-end: 0; | |
| 4278 | + top: 50%; | |
| 4279 | + left: 0; | |
| 5686 | 4280 | transform: translateY(-50%); |
| 5687 | 4281 | } |
| 5688 | -#elementor-template-library-filter-text-wrapper i.eicon-loading.eicon-animation-spin { | |
| 5689 | - inset-block-start: 25%; | |
| 5690 | -} | |
| 5691 | 4282 | |
| 5692 | 4283 | #elementor-template-library-filter-text { |
| 5693 | 4284 | border: none; |
| 5694 | - border-block-end: var(--e-a-border-bold); | |
| 4285 | + border-bottom: var(--e-a-border-bold); | |
| 5695 | 4286 | border-radius: 0; |
| 5696 | 4287 | font-size: 11px; |
| 5697 | 4288 | padding: 8px 15px 8px 0; |
| 5698 | 4289 | transition: border 0.5s; |
| @@ -5709,37 +4300,24 @@ | ||
| 5709 | 4300 | text-transform: uppercase; |
| 5710 | 4301 | } |
| 5711 | 4302 | |
| 5712 | 4303 | .elementor-template-library-template-remote { |
| 5713 | - margin: calc(30px / 2); | |
| 4304 | + margin: calc( 30px / 2 ); | |
| 5714 | 4305 | padding: 8px; |
| 5715 | 4306 | border: var(--e-a-border); |
| 5716 | 4307 | border-radius: 3px; |
| 5717 | 4308 | } |
| 5718 | -.elementor-template-library-template-remote:focus-visible { | |
| 5719 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5720 | - outline-offset: 2px; | |
| 5721 | -} | |
| 5722 | -.elementor-template-library-template-remote:hover, .elementor-template-library-template-remote:focus, .elementor-template-library-template-remote:focus-within { | |
| 4309 | +.elementor-template-library-template-remote:hover { | |
| 5723 | 4310 | background-color: var(--e-a-bg-hover); |
| 5724 | 4311 | } |
| 5725 | -.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 { | |
| 5726 | - opacity: 1; | |
| 5727 | -} | |
| 5728 | -.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 { | |
| 4312 | +.elementor-template-library-template-remote:hover .elementor-template-library-template-name { | |
| 5729 | 4313 | display: none; |
| 5730 | 4314 | } |
| 5731 | -.elementor-template-library-template-remote:hover .elementor-template-library-favorite, | |
| 5732 | -.elementor-template-library-template-remote:hover .elementor-template-library-template-action, .elementor-template-library-template-remote:focus .elementor-template-library-favorite, | |
| 5733 | -.elementor-template-library-template-remote:focus .elementor-template-library-template-action, .elementor-template-library-template-remote:focus-within .elementor-template-library-favorite, | |
| 5734 | -.elementor-template-library-template-remote:focus-within .elementor-template-library-template-action { | |
| 5735 | - display: initial; | |
| 5736 | -} | |
| 5737 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-preview { | |
| 4315 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { | |
| 5738 | 4316 | opacity: 0; |
| 5739 | 4317 | } |
| 5740 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-favorite, | |
| 5741 | -.elementor-template-library-template-remote:not(:hover):not(:focus):not(:focus-within) .elementor-template-library-template-action { | |
| 4318 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, | |
| 4319 | +.elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { | |
| 5742 | 4320 | display: none; |
| 5743 | 4321 | } |
| 5744 | 4322 | .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { |
| 5745 | 4323 | content: var(--elementor-template-library-subscription-plan-label); |
| @@ -5747,10 +4325,10 @@ | ||
| 5747 | 4325 | color: var(--e-a-color-white); |
| 5748 | 4326 | position: absolute; |
| 5749 | 4327 | text-transform: uppercase; |
| 5750 | 4328 | line-height: 1; |
| 5751 | - inset-block-start: 5px; | |
| 5752 | - inset-inline-end: 5px; | |
| 4329 | + top: 5px; | |
| 4330 | + left: 5px; | |
| 5753 | 4331 | padding: 3px 5px; |
| 5754 | 4332 | font-size: 8px; |
| 5755 | 4333 | border-radius: 2px; |
| 5756 | 4334 | } |
| @@ -5765,10 +4343,10 @@ | ||
| 5765 | 4343 | } |
| 5766 | 4344 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { |
| 5767 | 4345 | position: absolute; |
| 5768 | 4346 | width: 100%; |
| 5769 | - inset-block-end: 0; | |
| 5770 | - inset-inline-start: 0; | |
| 4347 | + bottom: 0; | |
| 4348 | + right: 0; | |
| 5771 | 4349 | padding: 10px; |
| 5772 | 4350 | background-color: var(--e-a-bg-default); |
| 5773 | 4351 | transition: transform 0.5s; |
| 5774 | 4352 | } |
| @@ -5774,9 +4352,9 @@ | ||
| 5774 | 4352 | } |
| 5775 | 4353 | .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { |
| 5776 | 4354 | display: none; |
| 5777 | 4355 | } |
| 5778 | -.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 { | |
| 4356 | +.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { | |
| 5779 | 4357 | transform: translateY(100%); |
| 5780 | 4358 | } |
| 5781 | 4359 | .elementor-template-library-template-remote .elementor-template-library-template-body { |
| 5782 | 4360 | position: relative; |
| @@ -5793,9 +4371,12 @@ | ||
| 5793 | 4371 | box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); |
| 5794 | 4372 | } |
| 5795 | 4373 | .elementor-template-library-template-remote .elementor-template-library-template-preview { |
| 5796 | 4374 | position: absolute; |
| 5797 | - inset: 0; | |
| 4375 | + top: 0; | |
| 4376 | + left: 0; | |
| 4377 | + width: 100%; | |
| 4378 | + height: 100%; | |
| 5798 | 4379 | background-color: rgba(0, 0, 0, 0.5); |
| 5799 | 4380 | transition: opacity 0.5s; |
| 5800 | 4381 | cursor: pointer; |
| 5801 | 4382 | } |
| @@ -5801,11 +4382,11 @@ | ||
| 5801 | 4382 | } |
| 5802 | 4383 | .elementor-template-library-template-remote .elementor-template-library-template-preview i { |
| 5803 | 4384 | font-size: 20px; |
| 5804 | 4385 | position: absolute; |
| 5805 | - inset-block-start: 50%; | |
| 5806 | - inset-inline-start: 50%; | |
| 5807 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 4386 | + top: 50%; | |
| 4387 | + left: 50%; | |
| 4388 | + transform: translate(-50%, -50%); | |
| 5808 | 4389 | } |
| 5809 | 4390 | .elementor-template-library-template-remote .elementor-template-library-template-footer { |
| 5810 | 4391 | display: flex; |
| 5811 | 4392 | justify-content: space-between; |
| @@ -5814,33 +4395,18 @@ | ||
| 5814 | 4395 | height: 40px; |
| 5815 | 4396 | align-items: center; |
| 5816 | 4397 | } |
| 5817 | 4398 | .elementor-template-library-template-remote .elementor-template-library-template-name { |
| 5818 | - text-align: start; | |
| 4399 | + text-align: right; | |
| 5819 | 4400 | flex-grow: 1; |
| 5820 | 4401 | white-space: nowrap; |
| 5821 | 4402 | text-overflow: ellipsis; |
| 5822 | 4403 | overflow: hidden; |
| 5823 | - padding-inline-end: 5px; | |
| 4404 | + padding-left: 5px; | |
| 5824 | 4405 | } |
| 5825 | -.elementor-template-library-template-remote .elementor-template-library-favorite { | |
| 5826 | - margin-inline-start: auto; | |
| 5827 | -} | |
| 5828 | 4406 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { |
| 5829 | - position: absolute; | |
| 5830 | - width: 1px; | |
| 5831 | - height: 1px; | |
| 5832 | - padding: 0; | |
| 5833 | - margin: -1px; | |
| 5834 | - overflow: hidden; | |
| 5835 | - clip: rect(0, 0, 0, 0); | |
| 5836 | - white-space: nowrap; | |
| 5837 | - border: 0; | |
| 4407 | + display: none; | |
| 5838 | 4408 | } |
| 5839 | -.elementor-template-library-template-remote .elementor-template-library-template-favorite-input:focus-visible + .elementor-template-library-template-favorite-label { | |
| 5840 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 5841 | - outline-offset: 2px; | |
| 5842 | -} | |
| 5843 | 4409 | .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { |
| 5844 | 4410 | content: "\e93f"; |
| 5845 | 4411 | color: var(--e-a-color-primary-bold); |
| 5846 | 4412 | } |
| @@ -5875,231 +4441,106 @@ | ||
| 5875 | 4441 | height: 200px; |
| 5876 | 4442 | } |
| 5877 | 4443 | |
| 5878 | 4444 | #elementor-template-library-order-toolbar-local, |
| 5879 | -.elementor-template-library-template-local, | |
| 5880 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4445 | +.elementor-template-library-template-local { | |
| 5881 | 4446 | display: flex; |
| 5882 | 4447 | align-items: center; |
| 5883 | 4448 | padding: 0 25px; |
| 5884 | - text-align: start; | |
| 4449 | + text-align: right; | |
| 5885 | 4450 | } |
| 5886 | -@media (max-width: 1439px) { | |
| 5887 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5888 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5889 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5890 | - width: 33%; | |
| 5891 | - } | |
| 5892 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5893 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5894 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5895 | - width: 10%; | |
| 5896 | - } | |
| 5897 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5898 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5899 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5900 | - width: 15%; | |
| 5901 | - } | |
| 5902 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5903 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5904 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5905 | - width: 15%; | |
| 5906 | - } | |
| 5907 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5908 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5909 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5910 | - width: 27%; | |
| 5911 | - } | |
| 5912 | -} | |
| 5913 | -@media (min-width: 1440px) { | |
| 5914 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-1, | |
| 5915 | - .elementor-template-library-template-local .elementor-template-library-local-column-1, | |
| 5916 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 { | |
| 5917 | - width: 25%; | |
| 5918 | - } | |
| 5919 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-2, | |
| 5920 | - .elementor-template-library-template-local .elementor-template-library-local-column-2, | |
| 5921 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-2 { | |
| 5922 | - width: 17%; | |
| 5923 | - } | |
| 5924 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5925 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5926 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5927 | - width: 17%; | |
| 5928 | - } | |
| 5929 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-4, | |
| 5930 | - .elementor-template-library-template-local .elementor-template-library-local-column-4, | |
| 5931 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-4 { | |
| 5932 | - width: 17%; | |
| 5933 | - } | |
| 5934 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5935 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5936 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5937 | - width: 24%; | |
| 5938 | - } | |
| 5939 | -} | |
| 5940 | -@media (max-width: 1024px) { | |
| 5941 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-3, | |
| 5942 | - .elementor-template-library-template-local .elementor-template-library-local-column-3, | |
| 5943 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-3 { | |
| 5944 | - display: none; | |
| 5945 | - } | |
| 5946 | - #elementor-template-library-order-toolbar-local .elementor-template-library-local-column-5, | |
| 5947 | - .elementor-template-library-template-local .elementor-template-library-local-column-5, | |
| 5948 | - .elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-5 { | |
| 5949 | - width: 41%; | |
| 5950 | - } | |
| 5951 | -} | |
| 5952 | 4451 | |
| 5953 | -.elementor-template-library-template-local .elementor-template-library-template-more, | |
| 5954 | -.elementor-template-library-template-cloud .elementor-template-library-template-more { | |
| 5955 | - display: none; | |
| 5956 | - position: absolute; | |
| 5957 | - background-color: var(--e-a-bg-default); | |
| 5958 | - border-radius: var(--e-a-border-radius); | |
| 5959 | - box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 5960 | - inset-block-start: 100%; | |
| 5961 | - inset-inline-end: 0; | |
| 5962 | - z-index: 1; | |
| 5963 | - list-style: none; | |
| 5964 | - margin: 0; | |
| 5965 | - padding: 0; | |
| 4452 | +#elementor-template-library-order-toolbar-local { | |
| 4453 | + margin-top: 30px; | |
| 5966 | 4454 | } |
| 5967 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button, | |
| 5968 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 5969 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button, | |
| 5970 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5971 | - background: transparent; | |
| 5972 | - margin: 0; | |
| 5973 | - font-size: inherit; | |
| 5974 | - font-family: inherit; | |
| 5975 | - color: inherit; | |
| 5976 | - border: none; | |
| 5977 | - padding: 10px 20px; | |
| 5978 | - font-size: 11px; | |
| 5979 | - cursor: pointer; | |
| 5980 | - display: flex; | |
| 5981 | - align-items: center; | |
| 5982 | - gap: 8px; | |
| 5983 | - width: 100%; | |
| 4455 | +#elementor-template-library-order-toolbar-local .elementor-template-library-order-label { | |
| 4456 | + line-height: 1; | |
| 4457 | + font-size: 10px; | |
| 4458 | + font-weight: 500; | |
| 5984 | 4459 | } |
| 5985 | -.elementor-template-library-template-local .elementor-template-library-template-more > li button.disabled, | |
| 5986 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a.disabled, | |
| 5987 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li button.disabled, | |
| 5988 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a.disabled { | |
| 5989 | - cursor: not-allowed; | |
| 5990 | - color: var(--e-a-color-txt-disabled); | |
| 5991 | -} | |
| 5992 | -.elementor-template-library-template-local .elementor-template-library-template-more > li a, | |
| 5993 | -.elementor-template-library-template-cloud .elementor-template-library-template-more > li a { | |
| 5994 | - color: var(--e-a-color-txt); | |
| 5995 | - text-decoration: none; | |
| 5996 | -} | |
| 5997 | -.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete, | |
| 5998 | -.elementor-template-library-template-cloud .elementor-template-library-template-more .elementor-template-library-template-delete { | |
| 5999 | - color: var(--e-a-color-danger); | |
| 6000 | -} | |
| 6001 | -.elementor-template-library-template-local .elementor-template-library-template-more i, | |
| 6002 | -.elementor-template-library-template-cloud .elementor-template-library-template-more i { | |
| 6003 | - font-size: 16px; | |
| 6004 | -} | |
| 6005 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle, | |
| 6006 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle { | |
| 6007 | - margin-inline-start: auto; | |
| 6008 | - cursor: pointer; | |
| 6009 | - background: none; | |
| 6010 | - border: none; | |
| 6011 | - padding: 0; | |
| 6012 | - display: flex; | |
| 6013 | - align-items: center; | |
| 6014 | - justify-content: center; | |
| 6015 | -} | |
| 6016 | -.elementor-template-library-template-local .elementor-template-library-template-more-toggle i, | |
| 6017 | -.elementor-template-library-template-cloud .elementor-template-library-template-more-toggle i { | |
| 6018 | - font-size: 20px; | |
| 6019 | -} | |
| 6020 | 4460 | |
| 6021 | -.elementor-template-library-template-local, | |
| 6022 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) { | |
| 4461 | +.elementor-template-library-template-local { | |
| 6023 | 4462 | height: 50px; |
| 6024 | 4463 | width: 100%; |
| 6025 | - margin-block-start: 1px; | |
| 4464 | + margin-top: 1px; | |
| 6026 | 4465 | transition: background-color 0.3s linear; |
| 6027 | 4466 | } |
| 6028 | -.elementor-template-library-template-local:hover, | |
| 6029 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):hover { | |
| 4467 | +.elementor-template-library-template-local:hover { | |
| 6030 | 4468 | background-color: var(--e-a-bg-hover); |
| 6031 | 4469 | } |
| 6032 | -.elementor-template-library-template-local:first-child, | |
| 6033 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):first-child { | |
| 6034 | - border-start-start-radius: 3px; | |
| 6035 | - border-start-end-radius: 3px; | |
| 6036 | - border-end-start-radius: 0; | |
| 6037 | - border-end-end-radius: 0; | |
| 4470 | +.elementor-template-library-template-local:first-child { | |
| 4471 | + border-radius: 3px 3px 0 0; | |
| 6038 | 4472 | } |
| 6039 | -.elementor-template-library-template-local:last-child, | |
| 6040 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid):last-child { | |
| 6041 | - border-start-start-radius: 0; | |
| 6042 | - border-start-end-radius: 0; | |
| 6043 | - border-end-start-radius: 3px; | |
| 6044 | - border-end-end-radius: 3px; | |
| 4473 | +.elementor-template-library-template-local:last-child { | |
| 4474 | + border-radius: 0 0 3px 3px; | |
| 6045 | 4475 | } |
| 6046 | -.elementor-template-library-template-local .elementor-template-library-template-name, | |
| 6047 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name { | |
| 4476 | +.elementor-template-library-template-local .elementor-template-library-template-name { | |
| 6048 | 4477 | font-weight: 500; |
| 6049 | 4478 | } |
| 6050 | -.elementor-template-library-template-local .elementor-template-library-template-name i, | |
| 6051 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name i { | |
| 6052 | - font-size: 16px; | |
| 6053 | -} | |
| 6054 | 4479 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6055 | -.elementor-template-library-template-local .elementor-template-library-template-meta, | |
| 6056 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6057 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta { | |
| 6058 | - padding-inline-end: 20px; | |
| 4480 | +.elementor-template-library-template-local .elementor-template-library-template-meta { | |
| 4481 | + padding-left: 20px; | |
| 6059 | 4482 | } |
| 6060 | -.elementor-template-library-template-local .elementor-template-library-local-column-1 i, | |
| 6061 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-local-column-1 i { | |
| 6062 | - padding-inline-end: 10px; | |
| 6063 | -} | |
| 6064 | 4483 | .elementor-template-library-template-local .elementor-template-library-template-name, |
| 6065 | 4484 | .elementor-template-library-template-local .elementor-template-library-template-meta, |
| 6066 | 4485 | .elementor-template-library-template-local .elementor-template-library-template-preview, |
| 6067 | -.elementor-template-library-template-local .elementor-template-library-template-action, | |
| 6068 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-name, | |
| 6069 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-meta, | |
| 6070 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-preview, | |
| 6071 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-action { | |
| 4486 | +.elementor-template-library-template-local .elementor-template-library-template-action { | |
| 6072 | 4487 | white-space: nowrap; |
| 6073 | 4488 | text-overflow: ellipsis; |
| 6074 | 4489 | overflow: hidden; |
| 6075 | 4490 | } |
| 6076 | -.elementor-template-library-template-local .elementor-template-library-template-controls, | |
| 6077 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls { | |
| 4491 | +.elementor-template-library-template-local .elementor-template-library-template-controls { | |
| 6078 | 4492 | position: relative; |
| 6079 | 4493 | display: flex; |
| 6080 | 4494 | align-items: center; |
| 6081 | 4495 | } |
| 6082 | -.elementor-template-library-template-local .elementor-template-library-template-controls > div, | |
| 6083 | -.elementor-template-library-template-local .elementor-template-library-template-controls > button, | |
| 6084 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > div, | |
| 6085 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-controls > button { | |
| 4496 | +.elementor-template-library-template-local .elementor-template-library-template-controls > div { | |
| 6086 | 4497 | cursor: pointer; |
| 6087 | 4498 | transition: color 0.5s; |
| 6088 | 4499 | } |
| 6089 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled, | |
| 6090 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled { | |
| 6091 | - color: #F5D0FE; | |
| 4500 | +.elementor-template-library-template-local .elementor-template-library-template-insert i { | |
| 4501 | + margin-left: 3px; | |
| 6092 | 4502 | } |
| 6093 | -.elementor-template-library-template-local .elementor-template-library-template-insert.disabled:hover, .elementor-template-library-template-local .elementor-template-library-template-insert.disabled:focus, | |
| 6094 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:hover, | |
| 6095 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert.disabled:focus { | |
| 6096 | - cursor: not-allowed; | |
| 4503 | +.elementor-template-library-template-local .elementor-template-library-template-control-title { | |
| 4504 | + margin-right: 6px; | |
| 6097 | 4505 | } |
| 6098 | -.elementor-template-library-template-local .elementor-template-library-template-insert i, | |
| 6099 | -.elementor-template-library-template-cloud:not(.elementor-template-library-template-view-grid) .elementor-template-library-template-insert i { | |
| 6100 | - margin-inline-end: 3px; | |
| 4506 | +.elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { | |
| 4507 | + color: var(--e-a-color-danger); | |
| 6101 | 4508 | } |
| 4509 | +.elementor-template-library-template-local .elementor-template-library-template-more { | |
| 4510 | + display: none; | |
| 4511 | + position: absolute; | |
| 4512 | + background-color: var(--e-a-bg-default); | |
| 4513 | + padding: 3px 20px; | |
| 4514 | + border-radius: var(--e-a-border-radius); | |
| 4515 | + box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); | |
| 4516 | + top: 100%; | |
| 4517 | + left: 0; | |
| 4518 | + transform: translateX(-65%) translateY(-7px); | |
| 4519 | + z-index: 1; | |
| 4520 | +} | |
| 4521 | +.elementor-template-library-template-local .elementor-template-library-template-more:before { | |
| 4522 | + content: ""; | |
| 4523 | + position: absolute; | |
| 4524 | + border: solid transparent; | |
| 4525 | + border-width: 8px 4px; | |
| 4526 | + border-bottom-color: var(--e-a-color-white); | |
| 4527 | + transform: translateY(-100%); | |
| 4528 | +} | |
| 4529 | +.elementor-template-library-template-local .elementor-template-library-template-more > div { | |
| 4530 | + margin: 10px 0; | |
| 4531 | + font-size: 11px; | |
| 4532 | +} | |
| 4533 | +.elementor-template-library-template-local .elementor-template-library-template-more a { | |
| 4534 | + color: var(--e-a-color-txt); | |
| 4535 | +} | |
| 4536 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle { | |
| 4537 | + flex-grow: 1; | |
| 4538 | + text-align: left; | |
| 4539 | +} | |
| 4540 | +.elementor-template-library-template-local .elementor-template-library-template-more-toggle i { | |
| 4541 | + font-size: 16px; | |
| 4542 | +} | |
| 6102 | 4543 | |
| 6103 | 4544 | #elementor-template-library-preview { |
| 6104 | 4545 | height: 100%; |
| 6105 | 4546 | overflow: hidden; |
| @@ -6105,9 +4546,9 @@ | ||
| 6105 | 4546 | overflow: hidden; |
| 6106 | 4547 | } |
| 6107 | 4548 | #elementor-template-library-preview iframe { |
| 6108 | 4549 | height: 150%; |
| 6109 | - transform: scale(0.666) translateX(calc(-25% * var(--direction-multiplier))) translateY(-25%); | |
| 4550 | + transform: scale(0.666) translateX(25%) translateY(-25%); | |
| 6110 | 4551 | } |
| 6111 | 4552 | @media (max-width: 1439px) { |
| 6112 | 4553 | #elementor-template-library-preview iframe { |
| 6113 | 4554 | width: 1440px; |
| @@ -6120,17 +4561,11 @@ | ||
| 6120 | 4561 | } |
| 6121 | 4562 | |
| 6122 | 4563 | .elementor-template-library-blank-icon { |
| 6123 | 4564 | font-size: 64px; |
| 6124 | - margin-block-start: 45px; | |
| 4565 | + margin-top: 45px; | |
| 6125 | 4566 | line-height: 1; |
| 6126 | 4567 | } |
| 6127 | -.elementor-template-library-blank-icon i { | |
| 6128 | - font-size: 85px; | |
| 6129 | -} | |
| 6130 | -.elementor-template-library-blank-icon i.eicon-library-upload { | |
| 6131 | - font-size: 65px; | |
| 6132 | -} | |
| 6133 | 4568 | .elementor-template-library-blank-icon img { |
| 6134 | 4569 | width: 70px; |
| 6135 | 4570 | } |
| 6136 | 4571 | .elementor-template-library-blank-icon .elementor-template-library-no-results { |
| @@ -6138,9 +4573,9 @@ | ||
| 6138 | 4573 | } |
| 6139 | 4574 | |
| 6140 | 4575 | .elementor-template-library-blank-title { |
| 6141 | 4576 | font-size: 30px; |
| 6142 | - margin-block-start: 20px; | |
| 4577 | + margin-top: 20px; | |
| 6143 | 4578 | } |
| 6144 | 4579 | @media (max-width: 1439px) { |
| 6145 | 4580 | .elementor-template-library-blank-title { |
| 6146 | 4581 | font-size: 25px; |
| @@ -6148,20 +4583,20 @@ | ||
| 6148 | 4583 | } |
| 6149 | 4584 | |
| 6150 | 4585 | .elementor-template-library-blank-message { |
| 6151 | 4586 | font-size: 18px; |
| 6152 | - margin-block-start: 15px; | |
| 4587 | + margin-top: 15px; | |
| 6153 | 4588 | font-weight: 300; |
| 6154 | 4589 | } |
| 6155 | 4590 | @media (max-width: 1439px) { |
| 6156 | 4591 | .elementor-template-library-blank-message { |
| 6157 | 4592 | font-size: 16px; |
| 6158 | - margin-block-start: 10px; | |
| 4593 | + margin-top: 10px; | |
| 6159 | 4594 | } |
| 6160 | 4595 | } |
| 6161 | 4596 | |
| 6162 | 4597 | #elementor-template-library-save-template-form { |
| 6163 | - margin-block-start: 40px; | |
| 4598 | + margin-top: 40px; | |
| 6164 | 4599 | display: flex; |
| 6165 | 4600 | align-items: center; |
| 6166 | 4601 | justify-content: center; |
| 6167 | 4602 | } |
| @@ -6168,515 +4603,18 @@ | ||
| 6168 | 4603 | #elementor-template-library-save-template-form > * { |
| 6169 | 4604 | height: 55px; |
| 6170 | 4605 | font-size: 16px; |
| 6171 | 4606 | } |
| 6172 | -#elementor-template-library-save-template-form .cloud-library-form-inputs > * { | |
| 6173 | - height: 55px; | |
| 6174 | - font-size: 16px; | |
| 6175 | - margin-block-end: 15px; | |
| 6176 | -} | |
| 6177 | -#elementor-template-library-save-template-form .cloud-library-form-inputs { | |
| 6178 | - display: block; | |
| 6179 | - width: 500px; | |
| 6180 | - margin: 0 auto; | |
| 6181 | -} | |
| 6182 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-tooltip, | |
| 6183 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .connect-badge { | |
| 6184 | - display: none; | |
| 6185 | -} | |
| 6186 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .divider { | |
| 6187 | - margin-inline: 5px; | |
| 6188 | -} | |
| 6189 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge { | |
| 6190 | - display: none; | |
| 6191 | - border: 1px solid rgba(147, 0, 63, 0.5019607843); | |
| 6192 | - padding: 3px 5px; | |
| 6193 | - border-radius: 100px; | |
| 6194 | - margin-inline: 5px; | |
| 6195 | -} | |
| 6196 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a { | |
| 6197 | - color: var(--e-a-btn-bg-accent); | |
| 6198 | -} | |
| 6199 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .upgrade-badge a i { | |
| 6200 | - margin-inline-end: 5px; | |
| 6201 | -} | |
| 6202 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .quota-cta { | |
| 6203 | - display: inline; | |
| 6204 | -} | |
| 6205 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container { | |
| 6206 | - display: inline; | |
| 6207 | - background: var(--e-a-bg-hover); | |
| 6208 | - padding: 0 2px 1px; | |
| 6209 | - border: none; | |
| 6210 | - border-radius: 2px; | |
| 6211 | - vertical-align: bottom; | |
| 6212 | - cursor: pointer; | |
| 6213 | - font-family: inherit; | |
| 6214 | - font-size: inherit; | |
| 6215 | - color: inherit; | |
| 6216 | - line-height: inherit; | |
| 6217 | -} | |
| 6218 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:hover { | |
| 6219 | - background: var(--e-a-bg-active); | |
| 6220 | -} | |
| 6221 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .ellipsis-container:focus-visible { | |
| 6222 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6223 | - outline-offset: 2px; | |
| 6224 | -} | |
| 6225 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .upgrade-tooltip, | |
| 6226 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .connect-badge, | |
| 6227 | -#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, | |
| 6228 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .connect-badge, | |
| 6229 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .upgrade-badge { | |
| 6230 | - display: inline; | |
| 6231 | -} | |
| 6232 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6233 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion #cloud, | |
| 6234 | -#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, | |
| 6235 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity #cloud, | |
| 6236 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .cloud label { | |
| 6237 | - pointer-events: none; | |
| 6238 | -} | |
| 6239 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.promotion .ellipsis-container, | |
| 6240 | -#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, | |
| 6241 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.max-capacity .divider { | |
| 6242 | - display: none; | |
| 6243 | -} | |
| 6244 | -#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 { | |
| 6245 | - color: var(--e-a-color-txt-muted); | |
| 6246 | - margin-inline: 5px; | |
| 6247 | -} | |
| 6248 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta { | |
| 6249 | - display: none; | |
| 6250 | - float: inline-start; | |
| 6251 | -} | |
| 6252 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta p { | |
| 6253 | - font-size: 13px; | |
| 6254 | - color: var(--e-a-btn-bg-accent); | |
| 6255 | - text-align: start; | |
| 6256 | -} | |
| 6257 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .quota-cta a { | |
| 6258 | - color: var(--e-a-btn-bg-accent); | |
| 6259 | - text-decoration: underline; | |
| 6260 | -} | |
| 6261 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit { | |
| 6262 | - float: inline-end; | |
| 6263 | -} | |
| 6264 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-submit[disabled] { | |
| 6265 | - cursor: not-allowed; | |
| 6266 | -} | |
| 6267 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections { | |
| 6268 | - display: flex; | |
| 6269 | - flex-direction: column; | |
| 6270 | - text-align: start; | |
| 6271 | - border: var(--e-a-border-bold); | |
| 6272 | - padding: 15px; | |
| 6273 | - height: auto; | |
| 6274 | - gap: 10px; | |
| 6275 | - position: relative; | |
| 6276 | -} | |
| 6277 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections input[type=checkbox]:checked { | |
| 6278 | - background: #69727D; | |
| 6279 | - inset-block-start: -3px; | |
| 6280 | - position: relative; | |
| 6281 | -} | |
| 6282 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input { | |
| 6283 | - position: relative; | |
| 6284 | - display: inline-block; | |
| 6285 | -} | |
| 6286 | -#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 { | |
| 6287 | - white-space: nowrap; | |
| 6288 | - text-overflow: ellipsis; | |
| 6289 | - overflow: hidden; | |
| 6290 | - overflow: visible; | |
| 6291 | - display: inline-flex; | |
| 6292 | - align-items: baseline; | |
| 6293 | - line-height: 27px; | |
| 6294 | -} | |
| 6295 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud, | |
| 6296 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local { | |
| 6297 | - flex-shrink: 0; | |
| 6298 | - position: relative; | |
| 6299 | - inset-block-start: 2px; | |
| 6300 | -} | |
| 6301 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #cloud:checked, | |
| 6302 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #local:checked { | |
| 6303 | - inset-block-start: -2px; | |
| 6304 | -} | |
| 6305 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-ellipsis-h { | |
| 6306 | - vertical-align: bottom; | |
| 6307 | -} | |
| 6308 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-info { | |
| 6309 | - margin-inline: 5px; | |
| 6310 | - color: var(--e-a-color-txt-muted); | |
| 6311 | - cursor: pointer; | |
| 6312 | -} | |
| 6313 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder { | |
| 6314 | - display: none; | |
| 6315 | - margin-inline-end: 5px; | |
| 6316 | - align-items: baseline; | |
| 6317 | - white-space: nowrap; | |
| 6318 | - text-overflow: ellipsis; | |
| 6319 | - overflow: hidden; | |
| 6320 | -} | |
| 6321 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6322 | - display: inline-flex !important; | |
| 6323 | -} | |
| 6324 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .selected-folder-text { | |
| 6325 | - text-decoration: underline; | |
| 6326 | - cursor: pointer; | |
| 6327 | - white-space: nowrap; | |
| 6328 | - text-overflow: ellipsis; | |
| 6329 | - overflow: hidden; | |
| 6330 | -} | |
| 6331 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input .eicon-editor-close { | |
| 6332 | - cursor: pointer; | |
| 6333 | - flex-shrink: 0; | |
| 6334 | -} | |
| 6335 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge { | |
| 6336 | - color: var(--e-a-color-primary-bold); | |
| 6337 | - font-size: 14px; | |
| 6338 | -} | |
| 6339 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input #elementor-template-library-connect__badge:hover { | |
| 6340 | - text-decoration: underline; | |
| 6341 | -} | |
| 6342 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown { | |
| 6343 | - display: none; | |
| 6344 | - position: absolute; | |
| 6345 | - inset-block-start: 40px; | |
| 6346 | - background-color: var(--e-a-bg-default); | |
| 6347 | - min-width: 187px; | |
| 6348 | - overflow: auto; | |
| 6349 | - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); | |
| 6350 | - z-index: 1; | |
| 6351 | - border-radius: 2px; | |
| 6352 | - max-width: 450px; | |
| 6353 | -} | |
| 6354 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown li { | |
| 6355 | - white-space: nowrap; | |
| 6356 | - text-overflow: ellipsis; | |
| 6357 | - overflow: hidden; | |
| 6358 | -} | |
| 6359 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-loading { | |
| 6360 | - margin: 15px; | |
| 6361 | -} | |
| 6362 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .eicon-folder-o { | |
| 6363 | - margin-inline-end: 10px; | |
| 6364 | -} | |
| 6365 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-list { | |
| 6366 | - max-height: 170px; | |
| 6367 | -} | |
| 6368 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item { | |
| 6369 | - padding: 5px 15px; | |
| 6370 | - cursor: pointer; | |
| 6371 | - list-style: none; | |
| 6372 | -} | |
| 6373 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] .eicon-folder-o { | |
| 6374 | - display: none; | |
| 6375 | -} | |
| 6376 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item .eicon-loading { | |
| 6377 | - margin: 0px; | |
| 6378 | -} | |
| 6379 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item[data-id="0"] { | |
| 6380 | - text-decoration: underline; | |
| 6381 | -} | |
| 6382 | -#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 { | |
| 6383 | - background: var(--e-a-border-color); | |
| 6384 | -} | |
| 6385 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item:focus-visible { | |
| 6386 | - outline: 2px solid var(--e-a-border-color-focus); | |
| 6387 | - outline-offset: -2px; | |
| 6388 | -} | |
| 6389 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .folder-item.disabled { | |
| 6390 | - pointer-events: none; | |
| 6391 | - opacity: 0.3; | |
| 6392 | -} | |
| 6393 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results { | |
| 6394 | - text-align: center; | |
| 6395 | - font-size: 13px; | |
| 6396 | - margin: 0 20px; | |
| 6397 | - padding-block: 15px; | |
| 6398 | - pointer-events: none; | |
| 6399 | -} | |
| 6400 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .cloud-folder-selection-dropdown .no-results i { | |
| 6401 | - font-size: 24px; | |
| 6402 | - padding-block-end: 10px; | |
| 6403 | -} | |
| 6404 | -#elementor-template-library-save-template-form .cloud-library-form-inputs #elementor-template-library-save-template-name { | |
| 6405 | - border-block-start: none; | |
| 6406 | - border-inline: none; | |
| 6407 | -} | |
| 6408 | -#elementor-template-library-save-template-form .cloud-library-form-inputs .source-selections-input.disabled { | |
| 6409 | - pointer-events: none; | |
| 6410 | - opacity: 0.3; | |
| 6411 | -} | |
| 6412 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b { | |
| 6413 | - display: flex; | |
| 6414 | - flex-direction: column; | |
| 6415 | - width: 600px; | |
| 6416 | - text-align: start; | |
| 6417 | -} | |
| 6418 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .template-name-label, | |
| 6419 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .save-location-label { | |
| 6420 | - font-size: 12px; | |
| 6421 | - font-weight: 400; | |
| 6422 | - color: var(--e-a-color-txt); | |
| 6423 | -} | |
| 6424 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-name { | |
| 6425 | - width: 100%; | |
| 6426 | - padding: 12px 15px; | |
| 6427 | - border: var(--e-a-border-bold); | |
| 6428 | - border-radius: 3px; | |
| 6429 | - margin-block-end: 0; | |
| 6430 | -} | |
| 6431 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections { | |
| 6432 | - border: none; | |
| 6433 | - padding: 0; | |
| 6434 | - gap: 12px; | |
| 6435 | - margin-block-start: 20px; | |
| 6436 | -} | |
| 6437 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input { | |
| 6438 | - display: flex; | |
| 6439 | - align-items: center; | |
| 6440 | - padding: 12px 15px; | |
| 6441 | - border: var(--e-a-border-bold); | |
| 6442 | - border-radius: 3px; | |
| 6443 | - width: 100%; | |
| 6444 | - line-height: normal; | |
| 6445 | - gap: 8px; | |
| 6446 | -} | |
| 6447 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input:has(input[type=checkbox]:checked) { | |
| 6448 | - border-color: var(--e-a-color-txt); | |
| 6449 | -} | |
| 6450 | -#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 { | |
| 6451 | - display: flex; | |
| 6452 | -} | |
| 6453 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox] { | |
| 6454 | - margin-inline-end: 0; | |
| 6455 | - flex-shrink: 0; | |
| 6456 | - position: relative; | |
| 6457 | -} | |
| 6458 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]:checked { | |
| 6459 | - inset-block-start: 0; | |
| 6460 | -} | |
| 6461 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input input[type=checkbox]::after { | |
| 6462 | - content: ""; | |
| 6463 | - position: absolute; | |
| 6464 | - inset-inline-end: -8px; | |
| 6465 | - width: 1px; | |
| 6466 | - height: 18px; | |
| 6467 | - background-color: var(--e-a-border-color); | |
| 6468 | -} | |
| 6469 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > i:first-of-type { | |
| 6470 | - margin-inline-start: 12px; | |
| 6471 | - margin-inline-end: 4px; | |
| 6472 | - font-size: 24px; | |
| 6473 | - color: var(--e-a-color-txt); | |
| 6474 | -} | |
| 6475 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input > svg:first-of-type { | |
| 6476 | - margin-inline-start: 8px; | |
| 6477 | - margin-inline-end: 0; | |
| 6478 | - font-size: 24px; | |
| 6479 | - color: var(--e-a-color-txt); | |
| 6480 | -} | |
| 6481 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input label { | |
| 6482 | - flex: 0 0 auto; | |
| 6483 | - margin: 0; | |
| 6484 | - cursor: pointer; | |
| 6485 | -} | |
| 6486 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .divider { | |
| 6487 | - margin-inline: 0; | |
| 6488 | -} | |
| 6489 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container { | |
| 6490 | - display: inline; | |
| 6491 | - background: transparent; | |
| 6492 | - padding: 0; | |
| 6493 | - border-radius: 0; | |
| 6494 | - vertical-align: baseline; | |
| 6495 | - text-decoration: underline; | |
| 6496 | - cursor: pointer; | |
| 6497 | - margin-inline-start: 0; | |
| 6498 | -} | |
| 6499 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .ellipsis-container:hover { | |
| 6500 | - background: transparent; | |
| 6501 | -} | |
| 6502 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link { | |
| 6503 | - color: var(--e-a-color-primary-bold); | |
| 6504 | - text-decoration: underline; | |
| 6505 | - cursor: pointer; | |
| 6506 | - margin-inline-start: 4px; | |
| 6507 | -} | |
| 6508 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .select-folder-link:hover { | |
| 6509 | - text-decoration: none; | |
| 6510 | -} | |
| 6511 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge { | |
| 6512 | - display: none; | |
| 6513 | - border: none; | |
| 6514 | - padding: 0; | |
| 6515 | - border-radius: 0; | |
| 6516 | - margin-inline-start: 0; | |
| 6517 | - background: transparent; | |
| 6518 | - transition: background-color 0.2s; | |
| 6519 | - padding: 3px 8px; | |
| 6520 | -} | |
| 6521 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge:hover { | |
| 6522 | - background-color: var(--e-a-btn-bg-primary-hover); | |
| 6523 | - border-radius: 3px; | |
| 6524 | -} | |
| 6525 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a { | |
| 6526 | - color: var(--e-a-btn-bg-accent); | |
| 6527 | - text-decoration: none; | |
| 6528 | - display: flex; | |
| 6529 | - align-items: center; | |
| 6530 | - gap: 4px; | |
| 6531 | - font-size: 14px; | |
| 6532 | - font-weight: 500; | |
| 6533 | -} | |
| 6534 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .upgrade-badge a i { | |
| 6535 | - margin: 0; | |
| 6536 | - font-size: 14px; | |
| 6537 | -} | |
| 6538 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge { | |
| 6539 | - display: none; | |
| 6540 | -} | |
| 6541 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge .connect-divider { | |
| 6542 | - color: var(--e-a-color-txt-muted); | |
| 6543 | - margin-inline: 5px; | |
| 6544 | -} | |
| 6545 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a { | |
| 6546 | - color: var(--e-a-color-info); | |
| 6547 | - text-decoration: underline; | |
| 6548 | -} | |
| 6549 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .connect-badge a:hover { | |
| 6550 | - text-decoration: none; | |
| 6551 | -} | |
| 6552 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge { | |
| 6553 | - display: flex; | |
| 6554 | - align-items: center; | |
| 6555 | - gap: 6px; | |
| 6556 | - padding: 6px 12px; | |
| 6557 | - border: none; | |
| 6558 | - border-radius: 20px; | |
| 6559 | - font-size: 14px; | |
| 6560 | - font-weight: 500; | |
| 6561 | - cursor: pointer; | |
| 6562 | - transition: opacity 0.2s; | |
| 6563 | - margin-inline-start: auto; | |
| 6564 | -} | |
| 6565 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge:hover { | |
| 6566 | - opacity: 0.8; | |
| 6567 | -} | |
| 6568 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge i { | |
| 6569 | - margin: 0; | |
| 6570 | - font-size: 14px; | |
| 6571 | -} | |
| 6572 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge { | |
| 6573 | - background-color: var(--e-a-bg-info); | |
| 6574 | - color: var(--e-a-color-info); | |
| 6575 | -} | |
| 6576 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.cloud-account-badge i { | |
| 6577 | - color: var(--e-a-color-info); | |
| 6578 | -} | |
| 6579 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge { | |
| 6580 | - background-color: var(--e-a-bg-warning); | |
| 6581 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6582 | -} | |
| 6583 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .account-badge.site-account-badge i { | |
| 6584 | - color: var(--e-a-btn-bg-warning-hover); | |
| 6585 | -} | |
| 6586 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder { | |
| 6587 | - display: none; | |
| 6588 | - margin-inline-start: 8px; | |
| 6589 | - align-items: center; | |
| 6590 | - gap: 6px; | |
| 6591 | -} | |
| 6592 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder[style*="display: inline"] { | |
| 6593 | - display: inline-flex !important; | |
| 6594 | -} | |
| 6595 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .selected-folder-text { | |
| 6596 | - text-decoration: underline; | |
| 6597 | - cursor: pointer; | |
| 6598 | -} | |
| 6599 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections .source-selections-input .eicon-editor-close { | |
| 6600 | - cursor: pointer; | |
| 6601 | - font-size: 14px; | |
| 6602 | -} | |
| 6603 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .cloud-folder-selection-dropdown { | |
| 6604 | - inset-block-start: 75px; | |
| 6605 | - inset-inline-start: 230px; | |
| 6606 | -} | |
| 6607 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:not(:has(.connect-badge)) .connect-badge { | |
| 6608 | - display: none; | |
| 6609 | -} | |
| 6610 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .connect-badge { | |
| 6611 | - display: inline; | |
| 6612 | -} | |
| 6613 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .upgrade-badge { | |
| 6614 | - display: none; | |
| 6615 | -} | |
| 6616 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) { | |
| 6617 | - border-color: var(--e-a-border-color); | |
| 6618 | -} | |
| 6619 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) > i:first-of-type, | |
| 6620 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) label, | |
| 6621 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) .divider { | |
| 6622 | - color: var(--e-a-color-txt-disabled); | |
| 6623 | -} | |
| 6624 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b .source-selections-input.cloud:has(.connect-badge) input[type=checkbox]::after { | |
| 6625 | - background-color: var(--e-a-color-txt-disabled); | |
| 6626 | -} | |
| 6627 | -#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 { | |
| 6628 | - border-color: var(--e-a-border-color); | |
| 6629 | -} | |
| 6630 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud > i:first-of-type, | |
| 6631 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud label, | |
| 6632 | -#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, | |
| 6633 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label, | |
| 6634 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud .divider { | |
| 6635 | - color: var(--e-a-color-txt-disabled); | |
| 6636 | -} | |
| 6637 | -#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 { | |
| 6638 | - background-color: var(--e-a-color-txt-disabled); | |
| 6639 | -} | |
| 6640 | -#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 { | |
| 6641 | - display: inline-flex; | |
| 6642 | -} | |
| 6643 | -#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 { | |
| 6644 | - display: none; | |
| 6645 | -} | |
| 6646 | -#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 { | |
| 6647 | - display: block; | |
| 6648 | -} | |
| 6649 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.promotion .source-selections-input.cloud input[type=checkbox], | |
| 6650 | -#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], | |
| 6651 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .source-selections-input.cloud label { | |
| 6652 | - pointer-events: none; | |
| 6653 | -} | |
| 6654 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b.max-capacity .quota-cta { | |
| 6655 | - display: block; | |
| 6656 | - margin-block-start: 15px; | |
| 6657 | -} | |
| 6658 | -#elementor-template-library-save-template-form .cloud-library-form-inputs.variant-b #elementor-template-library-save-template-submit { | |
| 6659 | - align-self: center; | |
| 6660 | - margin-block-start: 20px; | |
| 6661 | - float: none; | |
| 6662 | -} | |
| 6663 | 4607 | |
| 6664 | 4608 | #elementor-template-library-save-template-name { |
| 6665 | 4609 | width: 500px; |
| 6666 | - padding-inline-start: 25px; | |
| 6667 | - border-start-start-radius: 3px; | |
| 6668 | - border-start-end-radius: 0; | |
| 6669 | - border-end-start-radius: 3px; | |
| 6670 | - border-end-end-radius: 0; | |
| 4610 | + padding-right: 25px; | |
| 4611 | + border-radius: 0 3px 3px 0; | |
| 6671 | 4612 | } |
| 6672 | 4613 | |
| 6673 | 4614 | #elementor-template-library-save-template-submit { |
| 6674 | 4615 | width: 150px; |
| 6675 | - border-start-start-radius: 0; | |
| 6676 | - border-start-end-radius: 3px; | |
| 6677 | - border-end-start-radius: 0; | |
| 6678 | - border-end-end-radius: 3px; | |
| 4616 | + border-radius: 3px 0 0 3px; | |
| 6679 | 4617 | } |
| 6680 | 4618 | |
| 6681 | 4619 | #elementor-template-library-import-form { |
| 6682 | 4620 | width: 95%; |
| @@ -6685,13 +4623,13 @@ | ||
| 6685 | 4623 | margin: 35px auto; |
| 6686 | 4624 | transition: var(--e-a-transition-hover); |
| 6687 | 4625 | } |
| 6688 | 4626 | #elementor-template-library-import-form-or { |
| 6689 | - margin-block-start: 15px; | |
| 4627 | + margin-top: 15px; | |
| 6690 | 4628 | font-size: 18px; |
| 6691 | 4629 | } |
| 6692 | 4630 | #elementor-template-library-import-form-label { |
| 6693 | - margin-block-start: 20px; | |
| 4631 | + margin-top: 20px; | |
| 6694 | 4632 | padding: 15px 35px; |
| 6695 | 4633 | display: inline-block; |
| 6696 | 4634 | } |
| 6697 | 4635 | #elementor-template-library-import-form-input { |
| @@ -6700,12 +4638,12 @@ | ||
| 6700 | 4638 | #elementor-template-library-import-form.elementor-drag-over { |
| 6701 | 4639 | border-color: var(--e-a-color-primary); |
| 6702 | 4640 | } |
| 6703 | 4641 | #elementor-template-library-import .elementor-template-library-blank-icon { |
| 6704 | - margin-block-start: 0; | |
| 4642 | + margin-top: 0; | |
| 6705 | 4643 | } |
| 6706 | 4644 | #elementor-template-library-import .elementor-template-library-blank-message { |
| 6707 | - margin-block-start: 20px; | |
| 4645 | + margin-top: 20px; | |
| 6708 | 4646 | } |
| 6709 | 4647 | |
| 6710 | 4648 | .e-route-library-connect #elementor-template-library-modal .dialog-message { |
| 6711 | 4649 | max-height: 95vh; |
| @@ -6712,12 +4650,8 @@ | ||
| 6712 | 4650 | padding: 100px 0 0; |
| 6713 | 4651 | min-height: 550px; |
| 6714 | 4652 | } |
| 6715 | 4653 | |
| 6716 | -.elementor-template-library-cloud-empty__button { | |
| 6717 | - margin-block-start: 45px; | |
| 6718 | -} | |
| 6719 | - | |
| 6720 | 4654 | #elementor-template-library-connect-logo { |
| 6721 | 4655 | font-size: 20px; |
| 6722 | 4656 | } |
| 6723 | 4657 | #elementor-template-library-connect__button { |
| @@ -6723,9 +4657,9 @@ | ||
| 6723 | 4657 | #elementor-template-library-connect__button { |
| 6724 | 4658 | display: inline-block; |
| 6725 | 4659 | position: relative; |
| 6726 | 4660 | z-index: 1; |
| 6727 | - margin-block-start: 25px; | |
| 4661 | + margin-top: 25px; | |
| 6728 | 4662 | padding: 12px 24px; |
| 6729 | 4663 | font-size: 14px; |
| 6730 | 4664 | } |
| 6731 | 4665 | #elementor-template-library-connect__background-image-left-1 { |
| @@ -6754,11 +4688,11 @@ | ||
| 6754 | 4688 | } |
| 6755 | 4689 | |
| 6756 | 4690 | .elementor-template-library-blank-footer { |
| 6757 | 4691 | position: absolute; |
| 6758 | - inset-block-end: 70px; | |
| 6759 | - inset-inline-start: 50%; | |
| 6760 | - transform: translateX(calc(-50% * var(--direction-multiplier))); | |
| 4692 | + bottom: 70px; | |
| 4693 | + left: 50%; | |
| 4694 | + transform: translateX(-50%); | |
| 6761 | 4695 | font-style: italic; |
| 6762 | 4696 | color: var(--e-a-color-txt-muted); |
| 6763 | 4697 | } |
| 6764 | 4698 | @media (max-height: 700px) { |
| @@ -6767,21 +4701,21 @@ | ||
| 6767 | 4701 | } |
| 6768 | 4702 | } |
| 6769 | 4703 | |
| 6770 | 4704 | #elementor-template-library-footer-banner { |
| 6771 | - padding-block-end: 45px; | |
| 4705 | + padding-bottom: 45px; | |
| 6772 | 4706 | } |
| 6773 | 4707 | #elementor-template-library-footer-banner i { |
| 6774 | 4708 | font-size: 56px; |
| 6775 | - margin-block-start: 40px; | |
| 4709 | + margin-top: 40px; | |
| 6776 | 4710 | } |
| 6777 | 4711 | #elementor-template-library-footer-banner .elementor-nerd-box-icon { |
| 6778 | - margin-block-start: 70px; | |
| 4712 | + margin-top: 70px; | |
| 6779 | 4713 | } |
| 6780 | 4714 | |
| 6781 | 4715 | #elementor-template-library-templates-empty { |
| 6782 | 4716 | width: 100%; |
| 6783 | - margin-block-start: 40px; | |
| 4717 | + margin-top: 40px; | |
| 6784 | 4718 | } |
| 6785 | 4719 | |
| 6786 | 4720 | #elementor-template-library-error-dialog .dialog-message { |
| 6787 | 4721 | text-align: start; |
| @@ -6787,290 +4721,255 @@ | ||
| 6787 | 4721 | text-align: start; |
| 6788 | 4722 | } |
| 6789 | 4723 | |
| 6790 | 4724 | #elementor-template-library-error-info { |
| 6791 | - margin-block-start: 10px; | |
| 4725 | + margin-top: 10px; | |
| 6792 | 4726 | } |
| 6793 | 4727 | |
| 6794 | -#elementor-library--infotip__dialog, | |
| 6795 | -#elementor-library--connect_infotip__dialog, | |
| 6796 | -#elementor-library--cloud-upgrade__dialog, | |
| 6797 | -#elementor-library--site-info__dialog { | |
| 6798 | - position: absolute; | |
| 6799 | - z-index: 10000; | |
| 6800 | - background-color: var(--e-a-bg-default); | |
| 6801 | - box-shadow: var(--e-a-popover-shadow); | |
| 6802 | - border-radius: var(--e-a-border-radius); | |
| 4728 | +@media (max-width: 1439px) { | |
| 4729 | + .elementor-template-library-local-column-1 { | |
| 4730 | + width: 33%; | |
| 4731 | + } | |
| 4732 | + .elementor-template-library-local-column-2 { | |
| 4733 | + width: 10%; | |
| 4734 | + } | |
| 4735 | + .elementor-template-library-local-column-3 { | |
| 4736 | + width: 15%; | |
| 4737 | + } | |
| 4738 | + .elementor-template-library-local-column-4 { | |
| 4739 | + width: 15%; | |
| 4740 | + } | |
| 4741 | + .elementor-template-library-local-column-5 { | |
| 4742 | + width: 27%; | |
| 4743 | + } | |
| 6803 | 4744 | } |
| 6804 | -#elementor-library--infotip__dialog.variant-b, | |
| 6805 | -#elementor-library--connect_infotip__dialog.variant-b, | |
| 6806 | -#elementor-library--cloud-upgrade__dialog.variant-b, | |
| 6807 | -#elementor-library--site-info__dialog.variant-b { | |
| 6808 | - width: 200px; | |
| 6809 | - color: var(--e-a-color-txt-invert); | |
| 6810 | - background-color: var(--e-a-bg-secondary); | |
| 4745 | +@media (min-width: 1440px) { | |
| 4746 | + .elementor-template-library-local-column-1 { | |
| 4747 | + width: 25%; | |
| 4748 | + } | |
| 4749 | + .elementor-template-library-local-column-2 { | |
| 4750 | + width: 17%; | |
| 4751 | + } | |
| 4752 | + .elementor-template-library-local-column-3 { | |
| 4753 | + width: 17%; | |
| 4754 | + } | |
| 4755 | + .elementor-template-library-local-column-4 { | |
| 4756 | + width: 17%; | |
| 4757 | + } | |
| 4758 | + .elementor-template-library-local-column-5 { | |
| 4759 | + width: 24%; | |
| 4760 | + } | |
| 6811 | 4761 | } |
| 6812 | -#elementor-library--infotip__dialog.variant-b .dialog-message, | |
| 6813 | -#elementor-library--connect_infotip__dialog.variant-b .dialog-message, | |
| 6814 | -#elementor-library--cloud-upgrade__dialog.variant-b .dialog-message, | |
| 6815 | -#elementor-library--site-info__dialog.variant-b .dialog-message { | |
| 6816 | - padding: 4px 8px 4px 8px; | |
| 4762 | +@media (max-width: 1024px) { | |
| 4763 | + .elementor-template-library-local-column-3 { | |
| 4764 | + display: none; | |
| 4765 | + } | |
| 4766 | + .elementor-template-library-local-column-5 { | |
| 4767 | + width: 41%; | |
| 4768 | + } | |
| 6817 | 4769 | } |
| 6818 | -#elementor-library--infotip__dialog__title, | |
| 6819 | -#elementor-library--connect_infotip__dialog__title, | |
| 6820 | -#elementor-library--cloud-upgrade__dialog__title, | |
| 6821 | -#elementor-library--site-info__dialog__title { | |
| 6822 | - font-size: 14px; | |
| 4770 | +.elementor-button, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button, | |
| 4771 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button, | |
| 4772 | +.e-btn { | |
| 4773 | + font-size: 12px; | |
| 4774 | + font-weight: 500; | |
| 4775 | + line-height: 1.2; | |
| 4776 | + text-transform: uppercase; | |
| 4777 | + padding: 8px 16px; | |
| 4778 | + outline: none; | |
| 4779 | + border: none; | |
| 4780 | + border-radius: var(--e-a-border-radius); | |
| 4781 | + background-color: var(--e-a-btn-bg); | |
| 4782 | + color: var(--e-a-btn-color-invert); | |
| 4783 | + transition: var(--e-a-transition-hover); | |
| 6823 | 4784 | } |
| 6824 | -#elementor-library--infotip__dialog .dialog-buttons-wrapper, | |
| 6825 | -#elementor-library--connect_infotip__dialog .dialog-buttons-wrapper, | |
| 6826 | -#elementor-library--cloud-upgrade__dialog .dialog-buttons-wrapper, | |
| 6827 | -#elementor-library--site-info__dialog .dialog-buttons-wrapper { | |
| 6828 | - padding: 10px 0 10px 10px; | |
| 6829 | - float: inline-end; | |
| 6830 | -} | |
| 6831 | -#elementor-library--infotip__dialog .dialog-button, | |
| 6832 | -#elementor-library--connect_infotip__dialog .dialog-button, | |
| 6833 | -#elementor-library--cloud-upgrade__dialog .dialog-button, | |
| 6834 | -#elementor-library--site-info__dialog .dialog-button { | |
| 6835 | - padding: 7px 25px; | |
| 6836 | - font-size: 13px; | |
| 6837 | - background: none; | |
| 6838 | - color: var(--e-a-btn-bg-accent); | |
| 4785 | +.elementor-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, | |
| 4786 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, | |
| 4787 | +.e-btn:hover { | |
| 6839 | 4788 | border: none; |
| 6840 | - font-weight: 500; | |
| 6841 | - cursor: pointer; | |
| 4789 | + background-color: var(--e-a-btn-bg-hover); | |
| 4790 | + color: var(--e-a-btn-color-invert); | |
| 6842 | 4791 | } |
| 6843 | -#elementor-library--infotip__dialog:after, | |
| 6844 | -#elementor-library--connect_infotip__dialog:after, | |
| 6845 | -#elementor-library--cloud-upgrade__dialog:after, | |
| 6846 | -#elementor-library--site-info__dialog:after { | |
| 6847 | - content: ""; | |
| 6848 | - position: absolute; | |
| 6849 | - inset-inline-end: 46%; | |
| 6850 | - transform: scaleX(0.7); | |
| 6851 | - border: 10px solid transparent; | |
| 4792 | +.elementor-button:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active, | |
| 4793 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active, | |
| 4794 | +.e-btn:active { | |
| 4795 | + background-color: var(--e-a-btn-bg-active); | |
| 6852 | 4796 | } |
| 6853 | - | |
| 6854 | -#elementor-library--infotip__dialog { | |
| 6855 | - width: 265px; | |
| 4797 | +.elementor-button:not([disabled]), .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]), | |
| 4798 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]), | |
| 4799 | +.e-btn:not([disabled]) { | |
| 4800 | + cursor: pointer; | |
| 6856 | 4801 | } |
| 6857 | -#elementor-library--infotip__dialog .dialog-message { | |
| 6858 | - padding: 20px 20px 0px 20px; | |
| 4802 | +.elementor-button:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled, | |
| 4803 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled, | |
| 4804 | +.e-btn:disabled { | |
| 4805 | + background-color: var(--e-a-btn-bg-disabled); | |
| 4806 | + color: var(--e-a-btn-color-disabled); | |
| 6859 | 4807 | } |
| 6860 | -#elementor-library--infotip__dialog:after { | |
| 6861 | - inset-block-start: 100%; | |
| 6862 | - border-block-start-color: var(--e-a-bg-default); | |
| 4808 | +.elementor-button:not(.elementor-button-state) .elementor-state-icon, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, | |
| 4809 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, | |
| 4810 | +.e-btn:not(.elementor-button-state) .elementor-state-icon { | |
| 4811 | + display: none; | |
| 6863 | 4812 | } |
| 6864 | -#elementor-library--infotip__dialog.variant-b:after { | |
| 6865 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 4813 | +.elementor-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel, | |
| 4814 | +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button, | |
| 4815 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel, | |
| 4816 | +.e-btn.e-btn-txt { | |
| 4817 | + background: transparent; | |
| 4818 | + color: var(--e-a-color-txt); | |
| 6866 | 4819 | } |
| 6867 | - | |
| 6868 | -#elementor-library--connect_infotip__dialog { | |
| 6869 | - width: 265px; | |
| 4820 | +.elementor-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, | |
| 4821 | +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button:hover, | |
| 4822 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, | |
| 4823 | +.e-btn.e-btn-txt:hover { | |
| 4824 | + background: var(--e-a-bg-hover); | |
| 4825 | + color: var(--e-a-color-txt-hover); | |
| 6870 | 4826 | } |
| 6871 | -#elementor-library--connect_infotip__dialog .dialog-message { | |
| 6872 | - padding: 20px; | |
| 4827 | +.elementor-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, | |
| 4828 | +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button:disabled, | |
| 4829 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, | |
| 4830 | +.e-btn.e-btn-txt:disabled { | |
| 4831 | + background: transparent; | |
| 4832 | + color: var(--e-a-color-txt-disabled); | |
| 6873 | 4833 | } |
| 6874 | -#elementor-library--connect_infotip__dialog:not(.variant-b):after { | |
| 6875 | - inset-block-end: 100%; | |
| 6876 | - border-block-end-color: var(--e-a-bg-default); | |
| 4834 | +.elementor-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-success.dialog-button, | |
| 4835 | +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-success.dialog-button, .elementor-button.e-success, .dialog-type-confirm .dialog-buttons-wrapper .e-success.dialog-button, | |
| 4836 | +.dialog-type-alert .dialog-buttons-wrapper .e-success.dialog-button, | |
| 4837 | +.e-btn.elementor-button-success, | |
| 4838 | +.e-btn.e-success { | |
| 4839 | + background-color: var(--e-a-btn-bg-success); | |
| 6877 | 4840 | } |
| 6878 | -#elementor-library--connect_infotip__dialog.variant-b:after { | |
| 6879 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 6880 | - inset-block-start: 100%; | |
| 4841 | +.elementor-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-success.dialog-button:hover, | |
| 4842 | +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-success.dialog-button:hover, .elementor-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-success.dialog-button:hover, | |
| 4843 | +.dialog-type-alert .dialog-buttons-wrapper .e-success.dialog-button:hover, | |
| 4844 | +.e-btn.elementor-button-success:hover, | |
| 4845 | +.e-btn.e-success:hover { | |
| 4846 | + background-color: var(--e-a-btn-bg-success-hover); | |
| 6881 | 4847 | } |
| 6882 | -#elementor-library--connect_infotip__dialog.variant-b { | |
| 6883 | - width: 265px; | |
| 4848 | +.elementor-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok, | |
| 4849 | +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button, | |
| 4850 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over, | |
| 4851 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok, | |
| 4852 | +.e-btn.e-primary { | |
| 4853 | + background-color: var(--e-a-btn-bg-primary); | |
| 4854 | + color: var(--e-a-btn-color); | |
| 6884 | 4855 | } |
| 6885 | - | |
| 6886 | -#elementor-library--cloud-upgrade__dialog { | |
| 6887 | - width: 265px; | |
| 4856 | +.elementor-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, | |
| 4857 | +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button:hover, | |
| 4858 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, | |
| 4859 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, | |
| 4860 | +.e-btn.e-primary:hover { | |
| 4861 | + background-color: var(--e-a-btn-bg-primary-hover); | |
| 4862 | + color: var(--e-a-btn-color); | |
| 6888 | 4863 | } |
| 6889 | -#elementor-library--cloud-upgrade__dialog:after { | |
| 6890 | - inset-block-start: 100%; | |
| 6891 | - border-block-start-color: var(--e-a-bg-default); | |
| 4864 | +.elementor-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.e-btn-txt.dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, | |
| 4865 | +.dialog-type-alert .dialog-buttons-wrapper .e-primary.e-btn-txt.dialog-button, | |
| 4866 | +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over, | |
| 4867 | +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel, | |
| 4868 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, | |
| 4869 | +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok, | |
| 4870 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, | |
| 4871 | +.e-btn.e-primary.e-btn-txt { | |
| 4872 | + background: transparent; | |
| 4873 | + color: var(--e-a-color-primary-bold); | |
| 6892 | 4874 | } |
| 6893 | -#elementor-library--cloud-upgrade__dialog.variant-b:after { | |
| 6894 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 4875 | +.elementor-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.e-btn-txt.dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4876 | +.dialog-type-alert .dialog-buttons-wrapper .e-primary.e-btn-txt.dialog-button:hover, | |
| 4877 | +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-take_over:hover, | |
| 4878 | +.dialog-type-alert .dialog-buttons-wrapper .e-primary.dialog-button.dialog-cancel:hover, | |
| 4879 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, | |
| 4880 | +.dialog-type-alert .dialog-buttons-wrapper .e-btn-txt.dialog-button.dialog-ok:hover, | |
| 4881 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, | |
| 4882 | +.e-btn.e-primary.e-btn-txt:hover { | |
| 4883 | + background: var(--e-a-bg-primary); | |
| 6895 | 4884 | } |
| 6896 | - | |
| 6897 | -#elementor-library--site-info__dialog { | |
| 6898 | - width: 265px; | |
| 4885 | +.elementor-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .go-pro.dialog-button, | |
| 4886 | +.dialog-type-alert .dialog-buttons-wrapper .go-pro.dialog-button, .elementor-button.e-accent, .dialog-type-confirm .dialog-buttons-wrapper .e-accent.dialog-button, | |
| 4887 | +.dialog-type-alert .dialog-buttons-wrapper .e-accent.dialog-button, | |
| 4888 | +.e-btn.go-pro, | |
| 4889 | +.e-btn.e-accent { | |
| 4890 | + background-color: var(--e-a-btn-bg-accent); | |
| 6899 | 4891 | } |
| 6900 | -#elementor-library--site-info__dialog:after { | |
| 6901 | - inset-block-start: 100%; | |
| 6902 | - border-block-start-color: var(--e-a-bg-default); | |
| 4892 | +.elementor-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .go-pro.dialog-button:hover, | |
| 4893 | +.dialog-type-alert .dialog-buttons-wrapper .go-pro.dialog-button:hover, .elementor-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-accent.dialog-button:hover, | |
| 4894 | +.dialog-type-alert .dialog-buttons-wrapper .e-accent.dialog-button:hover, | |
| 4895 | +.e-btn.go-pro:hover, | |
| 4896 | +.e-btn.e-accent:hover { | |
| 4897 | + background-color: var(--e-a-btn-bg-accent-hover); | |
| 6903 | 4898 | } |
| 6904 | -#elementor-library--site-info__dialog.variant-b:after { | |
| 6905 | - border-block-start-color: var(--e-a-bg-secondary); | |
| 4899 | +.elementor-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .go-pro.dialog-button:active, | |
| 4900 | +.dialog-type-alert .dialog-buttons-wrapper .go-pro.dialog-button:active, .elementor-button.e-accent:active, .dialog-type-confirm .dialog-buttons-wrapper .e-accent.dialog-button:active, | |
| 4901 | +.dialog-type-alert .dialog-buttons-wrapper .e-accent.dialog-button:active, | |
| 4902 | +.e-btn.go-pro:active, | |
| 4903 | +.e-btn.e-accent:active { | |
| 4904 | + background-color: var(--e-a-btn-bg-accent-active); | |
| 6906 | 4905 | } |
| 6907 | - | |
| 6908 | -.elementor-global-styles-dialog { | |
| 6909 | - --gsd-color-text-primary: #0c0d0e; | |
| 6910 | - --gsd-color-text-secondary: #3f444b; | |
| 6911 | - --gsd-color-text-tertiary: #69727D; | |
| 6912 | - --gsd-color-divider: rgba(0, 0, 0, 0.12); | |
| 6913 | - --gsd-color-primary-main: #f0abfc; | |
| 6914 | - --gsd-color-primary-hover: #e879f9; | |
| 6915 | - --gsd-color-secondary-main: #515962; | |
| 6916 | - --gsd-border-radius: 4px; | |
| 6917 | - --gsd-spacing-horizontal: 24px; | |
| 6918 | - --gsd-font-family: 'Roboto', sans-serif; | |
| 6919 | - padding: 16px 0 0; | |
| 6920 | - min-width: 444px; | |
| 4906 | +.elementor-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-warning.dialog-button, | |
| 4907 | +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-warning.dialog-button, .elementor-button.e-warning, .dialog-type-confirm .dialog-buttons-wrapper .e-warning.dialog-button, | |
| 4908 | +.dialog-type-alert .dialog-buttons-wrapper .e-warning.dialog-button, | |
| 4909 | +.e-btn.elementor-button-warning, | |
| 4910 | +.e-btn.e-warning { | |
| 4911 | + background-color: var(--e-a-btn-bg-warning); | |
| 6921 | 4912 | } |
| 6922 | -.elementor-global-styles-dialog__header { | |
| 6923 | - padding: 10px var(--gsd-spacing-horizontal) 0; | |
| 6924 | - margin-block-end: 16px; | |
| 4913 | +.elementor-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-warning.dialog-button:hover, | |
| 4914 | +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-warning.dialog-button:hover, .elementor-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-warning.dialog-button:hover, | |
| 4915 | +.dialog-type-alert .dialog-buttons-wrapper .e-warning.dialog-button:hover, | |
| 4916 | +.e-btn.elementor-button-warning:hover, | |
| 4917 | +.e-btn.e-warning:hover { | |
| 4918 | + background-color: var(--e-a-btn-bg-warning-hover); | |
| 6925 | 4919 | } |
| 6926 | -.elementor-global-styles-dialog__header h2 { | |
| 6927 | - margin: 0 0 4px; | |
| 6928 | - font-family: var(--gsd-font-family); | |
| 6929 | - font-size: 16px; | |
| 6930 | - font-weight: 500; | |
| 6931 | - line-height: 1.3; | |
| 6932 | - color: var(--gsd-color-text-primary); | |
| 6933 | - letter-spacing: 0.15px; | |
| 4920 | +.elementor-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-danger.dialog-button, | |
| 4921 | +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-danger.dialog-button, .elementor-button.e-danger, .dialog-type-confirm .dialog-buttons-wrapper .e-danger.dialog-button, | |
| 4922 | +.dialog-type-alert .dialog-buttons-wrapper .e-danger.dialog-button, | |
| 4923 | +.e-btn.elementor-button-danger, | |
| 4924 | +.e-btn.e-danger { | |
| 4925 | + background-color: var(--e-a-btn-bg-danger); | |
| 6934 | 4926 | } |
| 6935 | -.elementor-global-styles-dialog__header p { | |
| 6936 | - margin: 0; | |
| 6937 | - font-family: var(--gsd-font-family); | |
| 6938 | - font-size: 14px; | |
| 6939 | - font-weight: 400; | |
| 6940 | - line-height: 20px; | |
| 6941 | - color: var(--gsd-color-text-secondary); | |
| 6942 | - letter-spacing: 0.15px; | |
| 4927 | +.elementor-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .elementor-button-danger.dialog-button:hover, | |
| 4928 | +.dialog-type-alert .dialog-buttons-wrapper .elementor-button-danger.dialog-button:hover, .elementor-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .e-danger.dialog-button:hover, | |
| 4929 | +.dialog-type-alert .dialog-buttons-wrapper .e-danger.dialog-button:hover, | |
| 4930 | +.e-btn.elementor-button-danger:hover, | |
| 4931 | +.e-btn.e-danger:hover { | |
| 4932 | + background-color: var(--e-a-btn-bg-danger-hover); | |
| 6943 | 4933 | } |
| 6944 | -.elementor-global-styles-dialog__options { | |
| 6945 | - display: flex; | |
| 6946 | - flex-direction: column; | |
| 6947 | - gap: 12px; | |
| 6948 | - padding: 0 var(--gsd-spacing-horizontal); | |
| 4934 | +.elementor-button i, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button i, | |
| 4935 | +.dialog-type-alert .dialog-buttons-wrapper .dialog-button i, | |
| 4936 | +.e-btn i { | |
| 4937 | + margin-left: 5px; | |
| 6949 | 4938 | } |
| 6950 | -.elementor-global-styles-dialog__radio-card { | |
| 6951 | - display: flex; | |
| 6952 | - gap: 0; | |
| 6953 | - padding: 12px 8px; | |
| 6954 | - border: 1px solid var(--gsd-color-divider); | |
| 6955 | - border-radius: var(--gsd-border-radius); | |
| 6956 | - cursor: pointer; | |
| 6957 | - transition: border-color 0.2s ease; | |
| 4939 | + | |
| 4940 | +.dialog-type-confirm .dialog-widget-content, | |
| 4941 | +.dialog-type-alert .dialog-widget-content { | |
| 4942 | + margin: auto; | |
| 4943 | + width: 400px; | |
| 4944 | + padding: 20px; | |
| 6958 | 4945 | } |
| 6959 | -.elementor-global-styles-dialog__radio-card:has(input[type=radio]:checked) { | |
| 6960 | - border: 2px solid var(--gsd-color-text-primary); | |
| 6961 | - padding: 11px 7px; | |
| 6962 | -} | |
| 6963 | -.elementor-global-styles-dialog__radio-card input[type=radio] { | |
| 6964 | - flex-shrink: 0; | |
| 6965 | - width: 20px; | |
| 6966 | - height: 20px; | |
| 6967 | - margin: 9px; | |
| 6968 | - cursor: pointer; | |
| 6969 | - color: var(--gsd-color-text-tertiary); | |
| 6970 | - accent-color: var(--gsd-color-text-primary); | |
| 6971 | -} | |
| 6972 | -.elementor-global-styles-dialog__radio-card-content { | |
| 6973 | - display: flex; | |
| 6974 | - align-items: flex-start; | |
| 6975 | - flex-direction: column; | |
| 6976 | - flex: 1; | |
| 6977 | -} | |
| 6978 | -.elementor-global-styles-dialog__radio-label { | |
| 6979 | - font-family: var(--gsd-font-family); | |
| 6980 | - font-size: 14px; | |
| 4946 | +.dialog-type-confirm .dialog-header, | |
| 4947 | +.dialog-type-alert .dialog-header { | |
| 4948 | + font-size: 15px; | |
| 6981 | 4949 | font-weight: 500; |
| 6982 | - line-height: 18px; | |
| 6983 | - color: var(--gsd-color-text-primary); | |
| 6984 | - letter-spacing: 0.15px; | |
| 6985 | 4950 | } |
| 6986 | -.elementor-global-styles-dialog__radio-description { | |
| 6987 | - font-family: var(--gsd-font-family); | |
| 6988 | - font-size: 12px; | |
| 6989 | - font-weight: 400; | |
| 6990 | - line-height: 20px; | |
| 6991 | - color: var(--gsd-color-text-secondary); | |
| 6992 | - letter-spacing: 0.4px; | |
| 4951 | +.dialog-type-confirm .dialog-header:after, | |
| 4952 | +.dialog-type-alert .dialog-header:after { | |
| 4953 | + content: ""; | |
| 4954 | + display: block; | |
| 4955 | + border-bottom: var(--e-a-border); | |
| 4956 | + padding-bottom: 10px; | |
| 4957 | + margin-bottom: 10px; | |
| 4958 | + margin-right: -20px; | |
| 4959 | + margin-left: -20px; | |
| 6993 | 4960 | } |
| 6994 | -.elementor-global-styles-dialog__checkbox-container { | |
| 6995 | - display: flex; | |
| 6996 | - align-items: flex-start; | |
| 6997 | - gap: 4px; | |
| 6998 | - padding: 0; | |
| 6999 | - margin-block-start: 0; | |
| 4961 | +.dialog-type-confirm .dialog-message, | |
| 4962 | +.dialog-type-alert .dialog-message { | |
| 4963 | + min-height: 50px; | |
| 7000 | 4964 | } |
| 7001 | -.elementor-global-styles-dialog__checkbox-option { | |
| 4965 | +.dialog-type-confirm .dialog-buttons-wrapper, | |
| 4966 | +.dialog-type-alert .dialog-buttons-wrapper { | |
| 4967 | + padding-top: 10px; | |
| 7002 | 4968 | display: flex; |
| 7003 | - align-items: flex-start; | |
| 7004 | - gap: 4px; | |
| 7005 | - cursor: pointer; | |
| 7006 | -} | |
| 7007 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox] { | |
| 7008 | - width: 18px; | |
| 7009 | - height: 18px; | |
| 7010 | - margin: 4px; | |
| 7011 | - cursor: pointer; | |
| 7012 | -} | |
| 7013 | -.elementor-global-styles-dialog__checkbox-option input[type=checkbox]:checked { | |
| 7014 | - background-color: var(--gsd-color-text-tertiary); | |
| 7015 | -} | |
| 7016 | -.elementor-global-styles-dialog__checkbox-label { | |
| 7017 | - font-family: var(--gsd-font-family); | |
| 7018 | - font-size: 12px; | |
| 7019 | - font-weight: 400; | |
| 7020 | - line-height: 1.43; | |
| 7021 | - color: var(--gsd-color-text-primary); | |
| 7022 | - letter-spacing: 0.15px; | |
| 7023 | - padding-block-start: 4px; | |
| 7024 | - margin-inline-start: 4px; | |
| 7025 | -} | |
| 7026 | -.elementor-global-styles-dialog__checkbox-label a { | |
| 7027 | - color: #2563eb; | |
| 7028 | - text-decoration: underline; | |
| 7029 | -} | |
| 7030 | -.elementor-global-styles-dialog__checkbox-label a:hover { | |
| 7031 | - color: #2563eb; | |
| 7032 | -} | |
| 7033 | -.elementor-global-styles-dialog__footer { | |
| 7034 | - display: flex; | |
| 7035 | 4969 | justify-content: flex-end; |
| 7036 | - align-items: center; | |
| 7037 | - gap: 8px; | |
| 7038 | - padding: 16px var(--gsd-spacing-horizontal); | |
| 4970 | + gap: 15px; | |
| 7039 | 4971 | } |
| 7040 | -.elementor-global-styles-dialog__button-cancel { | |
| 7041 | - padding: 6px 8px; | |
| 7042 | - font-family: var(--gsd-font-family); | |
| 7043 | - font-size: 15px; | |
| 7044 | - font-weight: 500; | |
| 7045 | - line-height: 24px; | |
| 7046 | - letter-spacing: 0.4px; | |
| 7047 | - color: var(--gsd-color-secondary-main); | |
| 7048 | - background: transparent; | |
| 7049 | - border: none; | |
| 7050 | - border-radius: var(--gsd-border-radius); | |
| 7051 | - cursor: pointer; | |
| 7052 | -} | |
| 7053 | -.elementor-global-styles-dialog__button-cancel:hover { | |
| 7054 | - background: rgba(0, 0, 0, 0.04); | |
| 7055 | -} | |
| 7056 | -.elementor-global-styles-dialog__button-insert { | |
| 7057 | - padding: 6px 16px; | |
| 7058 | - font-family: var(--gsd-font-family); | |
| 7059 | - font-size: 15px; | |
| 7060 | - font-weight: 500; | |
| 7061 | - line-height: 24px; | |
| 7062 | - letter-spacing: 0.4px; | |
| 7063 | - color: var(--gsd-color-text-primary); | |
| 7064 | - background: var(--gsd-color-primary-main); | |
| 7065 | - border: none; | |
| 7066 | - border-radius: var(--gsd-border-radius); | |
| 7067 | - cursor: pointer; | |
| 7068 | -} | |
| 7069 | -.elementor-global-styles-dialog__button-insert:hover { | |
| 7070 | - background: var(--gsd-color-primary-hover); | |
| 7071 | -} | |
| 7072 | - | |
| 7073 | 4972 | .elementor-tags-list { |
| 7074 | 4973 | display: none; |
| 7075 | 4974 | position: absolute; |
| 7076 | 4975 | width: 260px; |
| @@ -7075,9 +4974,9 @@ | ||
| 7075 | 4974 | position: absolute; |
| 7076 | 4975 | width: 260px; |
| 7077 | 4976 | max-height: 300px; |
| 7078 | 4977 | overflow: auto; |
| 7079 | - padding-block-end: 5px; | |
| 4978 | + padding-bottom: 5px; | |
| 7080 | 4979 | background-color: var(--e-a-bg-default); |
| 7081 | 4980 | box-shadow: var(--e-a-popover-shadow); |
| 7082 | 4981 | border: var(--e-a-border); |
| 7083 | 4982 | border-radius: 3px; |
| @@ -7090,9 +4989,9 @@ | ||
| 7090 | 4989 | display: flex; |
| 7091 | 4990 | align-items: center; |
| 7092 | 4991 | } |
| 7093 | 4992 | .elementor-tags-list__group-title .eicon-info-circle { |
| 7094 | - padding-inline-end: 5px; | |
| 4993 | + padding-left: 5px; | |
| 7095 | 4994 | color: var(--e-a-color-primary-bold); |
| 7096 | 4995 | font-size: 14px; |
| 7097 | 4996 | } |
| 7098 | 4997 | .elementor-tags-list__item { |
| @@ -7102,17 +5001,17 @@ | ||
| 7102 | 5001 | } |
| 7103 | 5002 | .elementor-tags-list__item:before { |
| 7104 | 5003 | content: ">"; |
| 7105 | 5004 | font-size: 8px; |
| 7106 | - padding-inline-end: 5px; | |
| 5005 | + padding-left: 5px; | |
| 7107 | 5006 | } |
| 7108 | 5007 | .elementor-tags-list__item:hover { |
| 7109 | 5008 | background-color: var(--e-a-bg-hover); |
| 7110 | 5009 | } |
| 7111 | 5010 | .elementor-tags-list__teaser { |
| 7112 | - border-block-start: 2px solid var(--e-a-border-color); | |
| 7113 | - padding-block-start: 4px; | |
| 7114 | - margin-block-start: 4px; | |
| 5011 | + border-top: 2px solid var(--e-a-border-color); | |
| 5012 | + padding-top: 4px; | |
| 5013 | + margin-top: 4px; | |
| 7115 | 5014 | } |
| 7116 | 5015 | .elementor-tags-list__teaser-text { |
| 7117 | 5016 | padding: 2px 15px 8px; |
| 7118 | 5017 | line-height: 1.5; |
| @@ -7146,9 +5045,9 @@ | ||
| 7146 | 5045 | .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { |
| 7147 | 5046 | color: var(--e-a-color-txt-hover); |
| 7148 | 5047 | } |
| 7149 | 5048 | .elementor-control-type-wysiwyg .elementor-dynamic-cover { |
| 7150 | - margin-block-start: 10px; | |
| 5049 | + margin-top: 10px; | |
| 7151 | 5050 | } |
| 7152 | 5051 | |
| 7153 | 5052 | .elementor-tag-settings-popup { |
| 7154 | 5053 | position: absolute; |
| @@ -7160,12 +5059,12 @@ | ||
| 7160 | 5059 | } |
| 7161 | 5060 | .elementor-tag-settings-popup:before { |
| 7162 | 5061 | content: ""; |
| 7163 | 5062 | position: absolute; |
| 7164 | - inset-block-start: -20px; | |
| 7165 | - inset-inline-start: 5px; | |
| 5063 | + top: -20px; | |
| 5064 | + right: 5px; | |
| 7166 | 5065 | border: 10px solid transparent; |
| 7167 | - border-block-end-color: var(--e-a-border-color); | |
| 5066 | + border-bottom-color: var(--e-a-border-color); | |
| 7168 | 5067 | } |
| 7169 | 5068 | .elementor-tag-settings-popup .elementor-control-type-section:first-child { |
| 7170 | 5069 | margin: 0; |
| 7171 | 5070 | } |
| @@ -7220,54 +5119,40 @@ | ||
| 7220 | 5119 | } |
| 7221 | 5120 | |
| 7222 | 5121 | .elementor-context-menu { |
| 7223 | 5122 | position: absolute; |
| 7224 | - width: 250px; | |
| 7225 | - padding: 5px 0px; | |
| 5123 | + width: 200px; | |
| 7226 | 5124 | background-color: var(--e-a-bg-default); |
| 7227 | - border-radius: var(--e-a-border-radius); | |
| 7228 | - box-shadow: var(--e-a-popover-shadow); | |
| 5125 | + border: var(--e-a-border); | |
| 5126 | + border-radius: 3px; | |
| 5127 | + box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); | |
| 7229 | 5128 | -webkit-user-select: none; |
| 7230 | 5129 | -moz-user-select: none; |
| 7231 | 5130 | user-select: none; |
| 7232 | 5131 | z-index: 101; |
| 7233 | 5132 | } |
| 7234 | -.elementor-context-menu-list { | |
| 7235 | - display: flex; | |
| 7236 | - flex-direction: column; | |
| 7237 | -} | |
| 7238 | 5133 | .elementor-context-menu-list__group { |
| 7239 | - display: flex; | |
| 7240 | - flex-direction: column; | |
| 5134 | + padding: 5px 0; | |
| 7241 | 5135 | } |
| 7242 | 5136 | .elementor-context-menu-list__group:not(:last-child) { |
| 7243 | - border-block-end: var(--e-a-border); | |
| 5137 | + border-bottom: var(--e-a-border); | |
| 7244 | 5138 | } |
| 7245 | 5139 | .elementor-context-menu-list__item { |
| 7246 | - padding: 12px 20px; | |
| 5140 | + padding: 5px 10px; | |
| 5141 | + padding-left: 20px; | |
| 7247 | 5142 | display: flex; |
| 7248 | - gap: 16px; | |
| 7249 | 5143 | cursor: pointer; |
| 7250 | 5144 | transition: var(--e-a-transition-hover); |
| 7251 | - align-items: center; | |
| 7252 | 5145 | } |
| 7253 | 5146 | .elementor-context-menu-list__item--disabled { |
| 7254 | 5147 | cursor: default; |
| 7255 | - opacity: 0.5; | |
| 7256 | 5148 | color: var(--e-a-color-disabled); |
| 7257 | 5149 | } |
| 7258 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action { | |
| 7259 | - opacity: 1; | |
| 7260 | -} | |
| 7261 | -.elementor-context-menu-list__item--disabled.elementor-context-menu-list__item--has-shortcut-action > :not(.elementor-context-menu-list__item__shortcut) { | |
| 7262 | - opacity: 0.5; | |
| 7263 | -} | |
| 7264 | -.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 { | |
| 5150 | +.elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover { | |
| 7265 | 5151 | background-color: var(--e-a-bg-hover); |
| 7266 | 5152 | color: var(--e-a-color-hover); |
| 7267 | 5153 | } |
| 7268 | 5154 | .elementor-context-menu-list__item__icon { |
| 7269 | - display: none; | |
| 7270 | 5155 | width: 20px; |
| 7271 | 5156 | } |
| 7272 | 5157 | .elementor-context-menu-list__item__title { |
| 7273 | 5158 | flex-grow: 1; |
| @@ -7277,52 +5162,17 @@ | ||
| 7277 | 5162 | } |
| 7278 | 5163 | .elementor-context-menu-list__item__shortcut { |
| 7279 | 5164 | color: var(--e-a-color-txt-muted); |
| 7280 | 5165 | } |
| 7281 | -.elementor-context-menu-list__item__shortcut--link-fullwidth { | |
| 7282 | - position: absolute; | |
| 7283 | - inset: 0; | |
| 7284 | - z-index: 2; | |
| 7285 | - cursor: pointer; | |
| 7286 | -} | |
| 7287 | -.elementor-context-menu-list__item__shortcut__new-badge { | |
| 7288 | - border: 1px solid var(--e-a-color-primary-bold); | |
| 7289 | - padding: 2px 8px; | |
| 7290 | - color: var(--e-a-color-primary-bold); | |
| 7291 | - border-radius: 10px; | |
| 7292 | - font-size: 10px; | |
| 7293 | -} | |
| 7294 | -.elementor-context-menu-list__item__shortcut__promotion-badge { | |
| 7295 | - display: flex; | |
| 7296 | - align-items: center; | |
| 7297 | - justify-content: center; | |
| 7298 | - width: 24px; | |
| 7299 | - height: 24px; | |
| 7300 | - border-radius: 50%; | |
| 7301 | - background-color: rgba(214, 16, 124, 0.12); | |
| 7302 | - color: var(--e-a-color-accent-promotion, #D6107C); | |
| 7303 | - font-size: 16px; | |
| 7304 | - cursor: pointer; | |
| 7305 | -} | |
| 7306 | -.elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { | |
| 7307 | - font-size: 14px; | |
| 7308 | - font-style: normal; | |
| 7309 | - font-weight: 400; | |
| 7310 | - line-height: 1; | |
| 7311 | - position: relative; | |
| 7312 | -} | |
| 7313 | -.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 > * { | |
| 5166 | +.elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > * { | |
| 7314 | 5167 | color: var(--e-global-color-danger); |
| 7315 | 5168 | } |
| 7316 | -.elementor-context-menu-list__item.elementor-hidden { | |
| 7317 | - display: none; | |
| 7318 | -} | |
| 7319 | 5169 | .elementor-context-menu .eicon-pro-icon { |
| 7320 | 5170 | color: var(--e-global-color-accent); |
| 7321 | 5171 | } |
| 7322 | 5172 | |
| 7323 | 5173 | #elementor-hotkeys { |
| 7324 | - text-align: start; | |
| 5174 | + text-align: right; | |
| 7325 | 5175 | } |
| 7326 | 5176 | #elementor-hotkeys__modal .dialog-buttons-wrapper { |
| 7327 | 5177 | display: none; |
| 7328 | 5178 | } |
| @@ -7327,11 +5177,8 @@ | ||
| 7327 | 5177 | display: none; |
| 7328 | 5178 | } |
| 7329 | 5179 | #elementor-hotkeys__content { |
| 7330 | 5180 | display: flex; |
| 7331 | - justify-content: space-between; | |
| 7332 | - gap: 70px; | |
| 7333 | - padding: 20px 30px; | |
| 7334 | 5181 | width: 100%; |
| 7335 | 5182 | overflow: hidden; |
| 7336 | 5183 | } |
| 7337 | 5184 | @media (max-width: 1024px) { |
| @@ -7336,29 +5183,108 @@ | ||
| 7336 | 5183 | } |
| 7337 | 5184 | @media (max-width: 1024px) { |
| 7338 | 5185 | #elementor-hotkeys__content { |
| 7339 | 5186 | flex-direction: column; |
| 7340 | - gap: 20px; | |
| 7341 | - padding: 20px; | |
| 7342 | 5187 | } |
| 7343 | 5188 | } |
| 5189 | +#elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 5190 | + border-radius: 0 3px 3px 0; | |
| 5191 | +} | |
| 5192 | +@media (max-width: 1024px) { | |
| 5193 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 5194 | + border-radius: var(--e-global-radius); | |
| 5195 | + } | |
| 5196 | +} | |
| 5197 | +@media (min-width: 1025px) { | |
| 5198 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 5199 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 5200 | + padding-left: 25px; | |
| 5201 | + } | |
| 5202 | +} | |
| 5203 | +@media (min-width: 1440px) { | |
| 5204 | + #elementor-hotkeys__actions .elementor-hotkeys__header, | |
| 5205 | + #elementor-hotkeys__actions .elementor-hotkeys__list { | |
| 5206 | + padding-left: 50px; | |
| 5207 | + } | |
| 5208 | +} | |
| 5209 | +#elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 5210 | + border-radius: 3px 0 0 3px; | |
| 5211 | +} | |
| 5212 | +@media (max-width: 1024px) { | |
| 5213 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 5214 | + border-radius: var(--e-global-radius); | |
| 5215 | + } | |
| 5216 | +} | |
| 5217 | +@media (min-width: 1025px) { | |
| 5218 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 5219 | + padding-right: 25px; | |
| 5220 | + } | |
| 5221 | +} | |
| 5222 | +@media (min-width: 1440px) { | |
| 5223 | + #elementor-hotkeys__navigation .elementor-hotkeys__header { | |
| 5224 | + padding-right: 50px; | |
| 5225 | + } | |
| 5226 | +} | |
| 5227 | +@media (min-width: 1025px) { | |
| 5228 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 5229 | + padding-right: 15px; | |
| 5230 | + } | |
| 5231 | +} | |
| 5232 | +@media (min-width: 1440px) { | |
| 5233 | + #elementor-hotkeys__navigation .elementor-hotkeys__list { | |
| 5234 | + padding-right: 40px; | |
| 5235 | + } | |
| 5236 | +} | |
| 7344 | 5237 | |
| 7345 | 5238 | .elementor-hotkeys__col { |
| 7346 | - display: flex; | |
| 7347 | - flex-direction: column; | |
| 7348 | - gap: 20px; | |
| 5239 | + width: 50%; | |
| 5240 | +} | |
| 5241 | +@media (max-width: 1024px) { | |
| 5242 | + .elementor-hotkeys__col { | |
| 5243 | + width: 100%; | |
| 5244 | + } | |
| 5245 | +} | |
| 5246 | +.elementor-hotkeys__header, .elementor-hotkeys__list { | |
| 7349 | 5247 | width: 100%; |
| 7350 | 5248 | } |
| 7351 | 5249 | .elementor-hotkeys__header { |
| 5250 | + padding: 10px 30px; | |
| 7352 | 5251 | font-weight: 500; |
| 7353 | 5252 | } |
| 5253 | +@media (max-width: 479px) { | |
| 5254 | + .elementor-hotkeys__header { | |
| 5255 | + padding-right: 10px; | |
| 5256 | + padding-left: 10px; | |
| 5257 | + } | |
| 5258 | +} | |
| 5259 | +.elementor-hotkeys__list { | |
| 5260 | + background-color: var(--e-a-bg-default); | |
| 5261 | + height: calc(100% - 42px); | |
| 5262 | + padding: 10px 20px; | |
| 5263 | +} | |
| 5264 | +@media (max-width: 479px) { | |
| 5265 | + .elementor-hotkeys__list { | |
| 5266 | + padding: 0; | |
| 5267 | + } | |
| 5268 | +} | |
| 5269 | +@media (max-width: 1024px) { | |
| 5270 | + .elementor-hotkeys__list { | |
| 5271 | + margin-bottom: 30px; | |
| 5272 | + } | |
| 5273 | +} | |
| 5274 | +@media (max-width: 1024px) { | |
| 5275 | + .elementor-hotkeys__list { | |
| 5276 | + height: auto; | |
| 5277 | + } | |
| 5278 | +} | |
| 7354 | 5279 | .elementor-hotkeys__item { |
| 7355 | 5280 | display: flex; |
| 7356 | 5281 | align-items: center; |
| 7357 | 5282 | padding: 20px 10px; |
| 5283 | + border-bottom: var(--e-a-border); | |
| 7358 | 5284 | } |
| 7359 | -.elementor-hotkeys__item:not(:last-child) { | |
| 7360 | - border-block-end: var(--e-a-border); | |
| 5285 | +.elementor-hotkeys__item:last-child { | |
| 5286 | + border-bottom: none; | |
| 7361 | 5287 | } |
| 7362 | 5288 | .elementor-hotkeys__item--label { |
| 7363 | 5289 | font-size: 13px; |
| 7364 | 5290 | font-weight: 400; |
| @@ -7366,45 +5292,41 @@ | ||
| 7366 | 5292 | } |
| 7367 | 5293 | .elementor-hotkeys__item--shortcut { |
| 7368 | 5294 | flex-grow: 0; |
| 7369 | 5295 | display: flex; |
| 7370 | - gap: 27px; | |
| 5296 | + flex-direction: row-reverse; | |
| 7371 | 5297 | } |
| 7372 | -@media (max-width: 1024px) { | |
| 7373 | - .elementor-hotkeys__item--shortcut { | |
| 7374 | - gap: 23px; | |
| 7375 | - } | |
| 7376 | -} | |
| 7377 | -.elementor-hotkeys__item--shortcut kbd { | |
| 5298 | +.elementor-hotkeys__item--shortcut span { | |
| 7378 | 5299 | position: relative; |
| 7379 | - font-family: unset; | |
| 7380 | 5300 | background-color: var(--e-a-bg-active); |
| 7381 | 5301 | padding: 5px 12px; |
| 7382 | - border-radius: var(--e-a-border-radius); | |
| 5302 | + margin-right: 27px; | |
| 5303 | + border-radius: 3px; | |
| 7383 | 5304 | } |
| 7384 | -@media (max-width: 1024px) { | |
| 7385 | - .elementor-hotkeys__item--shortcut kbd { | |
| 5305 | +@media (max-width: 479px) { | |
| 5306 | + .elementor-hotkeys__item--shortcut span { | |
| 7386 | 5307 | padding: 4px 9px; |
| 5308 | + margin-right: 23px; | |
| 7387 | 5309 | } |
| 7388 | 5310 | } |
| 7389 | -.elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 5311 | +.elementor-hotkeys__item--shortcut span:after { | |
| 7390 | 5312 | content: "+"; |
| 7391 | 5313 | position: absolute; |
| 7392 | - inset-inline-end: 0; | |
| 5314 | + right: -18px; | |
| 7393 | 5315 | width: 9px; |
| 7394 | 5316 | text-align: center; |
| 7395 | - margin-inline-end: -18px; | |
| 7396 | 5317 | } |
| 7397 | -@media (max-width: 1024px) { | |
| 7398 | - .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { | |
| 7399 | - margin-inline-end: -16px; | |
| 5318 | +@media (max-width: 479px) { | |
| 5319 | + .elementor-hotkeys__item--shortcut span:after { | |
| 5320 | + right: -16px; | |
| 7400 | 5321 | } |
| 7401 | 5322 | } |
| 7402 | - | |
| 7403 | -.elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp).elementor-template-library-template-floating_button { | |
| 7404 | - margin-top: 0 !important; | |
| 7405 | - width: calc(25% - 30px); | |
| 5323 | +.elementor-hotkeys__item--shortcut span:last-child { | |
| 5324 | + margin-right: 0; | |
| 7406 | 5325 | } |
| 5326 | +.elementor-hotkeys__item--shortcut span:last-child:after { | |
| 5327 | + display: none; | |
| 5328 | +} | |
| 7407 | 5329 | |
| 7408 | 5330 | .ui-resizable-n { |
| 7409 | 5331 | top: -5px; |
| 7410 | 5332 | } |
| @@ -7463,18 +5385,16 @@ | ||
| 7463 | 5385 | } |
| 7464 | 5386 | |
| 7465 | 5387 | body { |
| 7466 | 5388 | --e-editor-navigator-width: 240px; |
| 7467 | - --e-editor-navigator-indicator-width: 3px; | |
| 7468 | - --e-editor-navigator-promotion-height: 30px; | |
| 7469 | 5389 | } |
| 7470 | 5390 | |
| 7471 | 5391 | #elementor-navigator { |
| 7472 | 5392 | position: fixed; |
| 7473 | - inset-block-start: 100px; | |
| 7474 | - inset-inline-end: 30px; | |
| 5393 | + top: 100px; | |
| 7475 | 5394 | width: var(--e-editor-navigator-width); |
| 7476 | 5395 | height: 50vh; |
| 5396 | + left: 30px; | |
| 7477 | 5397 | background-color: var(--e-a-bg-default); |
| 7478 | 5398 | border: var(--e-a-border); |
| 7479 | 5399 | box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); |
| 7480 | 5400 | -webkit-user-select: none; |
| @@ -7484,10 +5404,10 @@ | ||
| 7484 | 5404 | z-index: 100; |
| 7485 | 5405 | display: none; |
| 7486 | 5406 | } |
| 7487 | 5407 | body.elementor-navigator-docked #elementor-navigator { |
| 7488 | - inset: 0; | |
| 7489 | - inset-inline-start: auto; | |
| 5408 | + top: 0; | |
| 5409 | + left: 0; | |
| 7490 | 5410 | height: 100%; |
| 7491 | 5411 | } |
| 7492 | 5412 | body:not(.elementor-navigator-docked) #elementor-navigator { |
| 7493 | 5413 | border-radius: 5px; |
| @@ -7493,15 +5413,13 @@ | ||
| 7493 | 5413 | border-radius: 5px; |
| 7494 | 5414 | } |
| 7495 | 5415 | #elementor-navigator__inner { |
| 7496 | 5416 | height: 100%; |
| 7497 | - display: flex; | |
| 7498 | - flex-direction: column; | |
| 7499 | 5417 | } |
| 7500 | 5418 | #elementor-navigator__header { |
| 7501 | 5419 | display: flex; |
| 7502 | 5420 | align-items: stretch; |
| 7503 | - border-block-end: var(--e-a-border); | |
| 5421 | + border-bottom: var(--e-a-border); | |
| 7504 | 5422 | color: var(--e-a-color-txt-accent); |
| 7505 | 5423 | } |
| 7506 | 5424 | #elementor-navigator__header__title { |
| 7507 | 5425 | flex: 1; |
| @@ -7510,22 +5428,8 @@ | ||
| 7510 | 5428 | font-weight: 400; |
| 7511 | 5429 | padding: 10px 0; |
| 7512 | 5430 | cursor: move; |
| 7513 | 5431 | } |
| 7514 | -iframe + #elementor-navigator__header__title, #elementor-navigator__ai-titles + #elementor-navigator__header__title { | |
| 7515 | - padding-inline-end: 17.5px; | |
| 7516 | -} | |
| 7517 | -#elementor-navigator__ai-titles { | |
| 7518 | - width: 35px; | |
| 7519 | - text-align: center; | |
| 7520 | - cursor: pointer; | |
| 7521 | - background-color: transparent; | |
| 7522 | - border: none; | |
| 7523 | - outline: none; | |
| 7524 | -} | |
| 7525 | -#elementor-navigator__ai-titles:hover { | |
| 7526 | - color: #E73CF6; | |
| 7527 | -} | |
| 7528 | 5432 | #elementor-navigator__close, #elementor-navigator__toggle-all { |
| 7529 | 5433 | color: var(--e-a-color-txt); |
| 7530 | 5434 | background-color: transparent; |
| 7531 | 5435 | border: none; |
| @@ -7546,9 +5450,9 @@ | ||
| 7546 | 5450 | #elementor-navigator__close { |
| 7547 | 5451 | font-size: 11px; |
| 7548 | 5452 | } |
| 7549 | 5453 | #elementor-navigator__elements { |
| 7550 | - flex-grow: 1; | |
| 5454 | + height: calc(100% - 49px); | |
| 7551 | 5455 | overflow: auto; |
| 7552 | 5456 | position: relative; |
| 7553 | 5457 | } |
| 7554 | 5458 | .elementor-navigator-docked #elementor-navigator__elements { |
| @@ -7556,35 +5460,22 @@ | ||
| 7556 | 5460 | } |
| 7557 | 5461 | #elementor-navigator__elements .elementor-nerd-box { |
| 7558 | 5462 | padding: 25px; |
| 7559 | 5463 | } |
| 7560 | -#elementor-navigator__elements > .elementor-navigator__element-section { | |
| 7561 | - border-block-end: var(--e-a-border); | |
| 5464 | +#elementor-navigator__elements-section { | |
| 5465 | + border-bottom: var(--e-a-border); | |
| 7562 | 5466 | } |
| 7563 | 5467 | #elementor-navigator__footer { |
| 5468 | + position: absolute; | |
| 7564 | 5469 | width: 100%; |
| 5470 | + left: 0; | |
| 5471 | + bottom: 0; | |
| 7565 | 5472 | text-align: center; |
| 5473 | + border-top: var(--e-a-border); | |
| 7566 | 5474 | } |
| 7567 | -#elementor-navigator__footer__resize-bar { | |
| 7568 | - border-block-start: var(--e-a-border); | |
| 7569 | -} | |
| 7570 | -.elementor-navigator-docked #elementor-navigator__footer__resize-bar { | |
| 5475 | +.elementor-navigator-docked #elementor-navigator__footer { | |
| 7571 | 5476 | display: none; |
| 7572 | 5477 | } |
| 7573 | -#elementor-navigator__footer__promotion { | |
| 7574 | - font-size: 12px; | |
| 7575 | - padding: 4px 17px; | |
| 7576 | - font-family: "Roboto", sans-serif; | |
| 7577 | - color: var(--e-a-bg-logo); | |
| 7578 | - min-height: var(--e-editor-navigator-promotion-height); | |
| 7579 | - display: flex; | |
| 7580 | - justify-content: center; | |
| 7581 | - align-items: center; | |
| 7582 | -} | |
| 7583 | -#elementor-navigator__footer__promotion a { | |
| 7584 | - color: var(--e-a-color-accent-promotion); | |
| 7585 | - margin-inline-start: 1px; | |
| 7586 | -} | |
| 7587 | 5478 | |
| 7588 | 5479 | .elementor-navigator__item { |
| 7589 | 5480 | position: relative; |
| 7590 | 5481 | display: flex; |
| @@ -7592,9 +5483,9 @@ | ||
| 7592 | 5483 | cursor: pointer; |
| 7593 | 5484 | transition: padding 0.5s linear; |
| 7594 | 5485 | overflow: hidden; |
| 7595 | 5486 | } |
| 7596 | -.elementor-navigator__item:hover, .elementor-navigator__item:focus { | |
| 5487 | +.elementor-navigator__item:hover { | |
| 7597 | 5488 | background-color: var(--e-a-bg-hover); |
| 7598 | 5489 | } |
| 7599 | 5490 | .elementor-navigator__item:active { |
| 7600 | 5491 | background-color: var(--e-a-bg-active); |
| @@ -7603,9 +5494,9 @@ | ||
| 7603 | 5494 | .elementor-navigator__item[data-locked=true] { |
| 7604 | 5495 | cursor: not-allowed; |
| 7605 | 5496 | } |
| 7606 | 5497 | .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { |
| 7607 | - transform: rotate(calc(-90deg * var(--direction-multiplier))); | |
| 5498 | + transform: rotate(90deg); | |
| 7608 | 5499 | } |
| 7609 | 5500 | .elementor-navigator__item > * { |
| 7610 | 5501 | display: flex; |
| 7611 | 5502 | align-items: center; |
| @@ -7614,15 +5505,15 @@ | ||
| 7614 | 5505 | display: none; |
| 7615 | 5506 | } |
| 7616 | 5507 | .elementor-navigator__elements > .elementor-navigator__element-section, |
| 7617 | 5508 | .elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) { |
| 7618 | - border-block-end: var(--e-a-border); | |
| 5509 | + border-bottom: var(--e-a-border); | |
| 7619 | 5510 | } |
| 7620 | 5511 | .elementor-navigator__elements .elementor-empty-view { |
| 7621 | 5512 | padding: 10px; |
| 7622 | 5513 | } |
| 7623 | 5514 | .elementor-navigator__elements .elementor-empty-view__title { |
| 7624 | - margin-inline-start: 34px; | |
| 5515 | + margin-right: 23px; | |
| 7625 | 5516 | font-size: 10px; |
| 7626 | 5517 | font-style: italic; |
| 7627 | 5518 | } |
| 7628 | 5519 | .elementor-navigator__elements .ui-sortable-helper { |
| @@ -7635,9 +5526,9 @@ | ||
| 7635 | 5526 | .elementor-navigator__elements .ui-sortable-placeholder { |
| 7636 | 5527 | background-color: var(--e-a-bg-hover); |
| 7637 | 5528 | } |
| 7638 | 5529 | .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view { |
| 7639 | - border-block-start: var(--e-a-border); | |
| 5530 | + border-top: var(--e-a-border); | |
| 7640 | 5531 | } |
| 7641 | 5532 | .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { |
| 7642 | 5533 | display: none; |
| 7643 | 5534 | } |
| @@ -7659,13 +5550,13 @@ | ||
| 7659 | 5550 | .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing { |
| 7660 | 5551 | background-color: var(--e-a-bg-active); |
| 7661 | 5552 | } |
| 7662 | 5553 | .elementor-navigator__element__list-toggle { |
| 7663 | - margin-inline-end: 7px; | |
| 5554 | + margin-left: 7px; | |
| 7664 | 5555 | transition: transform 0.3s; |
| 7665 | 5556 | } |
| 7666 | 5557 | .elementor-navigator__element__element-type { |
| 7667 | - margin-inline-end: 8px; | |
| 5558 | + margin-left: 8px; | |
| 7668 | 5559 | font-size: 14px; |
| 7669 | 5560 | } |
| 7670 | 5561 | .elementor-navigator__element__title { |
| 7671 | 5562 | flex-grow: 1; |
| @@ -7690,9 +5581,9 @@ | ||
| 7690 | 5581 | overflow: hidden; |
| 7691 | 5582 | } |
| 7692 | 5583 | .elementor-navigator__element__toggle { |
| 7693 | 5584 | position: absolute; |
| 7694 | - inset-inline-end: 15px; | |
| 5585 | + left: 15px; | |
| 7695 | 5586 | height: 100%; |
| 7696 | 5587 | z-index: 0; |
| 7697 | 5588 | font-size: 13px; |
| 7698 | 5589 | } |
| @@ -7698,12 +5589,13 @@ | ||
| 7698 | 5589 | } |
| 7699 | 5590 | .elementor-navigator__element__indicators { |
| 7700 | 5591 | position: relative; |
| 7701 | 5592 | transition: transform 0.5s; |
| 5593 | + padding-right: 5px; | |
| 7702 | 5594 | z-index: 91; |
| 7703 | 5595 | } |
| 7704 | 5596 | .elementor-navigator__element__indicators:not(:hover) { |
| 7705 | - transform: translateX(calc(100% * var(--direction-multiplier) - var(--e-editor-navigator-indicator-width) * var(--direction-multiplier))); | |
| 5597 | + transform: translateX(calc(-100% + 8px)); | |
| 7706 | 5598 | } |
| 7707 | 5599 | .elementor-navigator__element__indicator { |
| 7708 | 5600 | height: 100%; |
| 7709 | 5601 | width: 31px; |
| @@ -7709,15 +5601,18 @@ | ||
| 7709 | 5601 | width: 31px; |
| 7710 | 5602 | display: inline-flex; |
| 7711 | 5603 | align-items: center; |
| 7712 | 5604 | justify-content: center; |
| 7713 | - color: var(--e-a-color-txt); | |
| 7714 | - background-color: var(--e-a-bg-default); | |
| 7715 | - border-inline-end: var(--e-a-border); | |
| 5605 | + color: var(--e-a-color-txt-invert); | |
| 5606 | + background-color: var(--e-a-color-white); | |
| 5607 | + border-right: --e-a-border; | |
| 7716 | 5608 | } |
| 7717 | 5609 | .elementor-navigator__element__indicator:first-child { |
| 7718 | - border-inline-start: var(--e-editor-navigator-indicator-width) solid var(--e-a-border-color-accent); | |
| 5610 | + border-right: 3px solid var(--e-a-border-color-accent); | |
| 7719 | 5611 | } |
| 5612 | +.elementor-editing .elementor-navigator__element__indicator:first-child { | |
| 5613 | + border-color: #242729; | |
| 5614 | +} | |
| 7720 | 5615 | .elementor-navigator__element__indicator:hover { |
| 7721 | 5616 | color: var(--e-a-color-txt-hover); |
| 7722 | 5617 | } |
| 7723 | 5618 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| @@ -7723,16 +5618,13 @@ | ||
| 7723 | 5618 | .elementor-navigator__element--hidden .elementor-navigator__element__title, |
| 7724 | 5619 | .elementor-navigator__element--hidden .elementor-navigator__element__toggle { |
| 7725 | 5620 | opacity: 0.5; |
| 7726 | 5621 | } |
| 7727 | -.elementor-navigator__promotion-text { | |
| 7728 | - line-height: 18px; | |
| 7729 | -} | |
| 7730 | 5622 | |
| 7731 | 5623 | .e-notice-bar { |
| 7732 | 5624 | position: absolute; |
| 7733 | 5625 | width: 100%; |
| 7734 | - inset-block-end: 0; | |
| 5626 | + bottom: 0; | |
| 7735 | 5627 | display: flex; |
| 7736 | 5628 | align-items: center; |
| 7737 | 5629 | height: 40px; |
| 7738 | 5630 | color: #fff; |
| @@ -7747,18 +5639,19 @@ | ||
| 7747 | 5639 | color: #D5D8DC; |
| 7748 | 5640 | } |
| 7749 | 5641 | .e-notice-bar__primary_action { |
| 7750 | 5642 | margin-inline: 12px; |
| 5643 | + text-transform: uppercase; | |
| 7751 | 5644 | } |
| 7752 | 5645 | .e-notice-bar__primary_action a { |
| 7753 | 5646 | background: #ffffff; |
| 7754 | 5647 | border-radius: 3px; |
| 7755 | - color: #93003f; | |
| 5648 | + color: #524CFF; | |
| 7756 | 5649 | padding: 4px 10px; |
| 7757 | 5650 | font-size: 11px; |
| 7758 | 5651 | } |
| 7759 | 5652 | .e-notice-bar__primary_action a:hover { |
| 7760 | - color: rgb(70.5, 0, 30.2142857143); | |
| 5653 | + color: #0900ff; | |
| 7761 | 5654 | background: #F1F2F3; |
| 7762 | 5655 | } |
| 7763 | 5656 | .e-notice-bar__secondary_message, .e-notice-bar__secondary_action { |
| 7764 | 5657 | font-size: 11px; |
| @@ -7774,12 +5667,14 @@ | ||
| 7774 | 5667 | color: #F1F2F3; |
| 7775 | 5668 | } |
| 7776 | 5669 | .e-notice-bar__close { |
| 7777 | 5670 | cursor: pointer; |
| 7778 | - margin-inline-start: auto; | |
| 5671 | + -webkit-margin-start: auto; | |
| 5672 | + margin-inline-start: auto; | |
| 7779 | 5673 | } |
| 7780 | 5674 | .e-notice-bar__icon { |
| 7781 | - margin-inline-end: 8px; | |
| 5675 | + -webkit-margin-end: 8px; | |
| 5676 | + margin-inline-end: 8px; | |
| 7782 | 5677 | } |
| 7783 | 5678 | .e-notice-bar i { |
| 7784 | 5679 | font-size: 16px; |
| 7785 | 5680 | opacity: 0.9; |
| @@ -7819,14 +5714,14 @@ | ||
| 7819 | 5714 | display: none; |
| 7820 | 5715 | } |
| 7821 | 5716 | } |
| 7822 | 5717 | #elementor-icons-manager__tab-links { |
| 7823 | - margin-block-start: 30px; | |
| 5718 | + margin-top: 30px; | |
| 7824 | 5719 | } |
| 7825 | 5720 | #elementor-icons-manager__upload { |
| 7826 | 5721 | margin: 20px 45px; |
| 7827 | - padding-block-start: 35px; | |
| 7828 | - border-block-start: var(--e-a-border); | |
| 5722 | + padding-top: 35px; | |
| 5723 | + border-top: var(--e-a-border); | |
| 7829 | 5724 | display: flex; |
| 7830 | 5725 | align-items: center; |
| 7831 | 5726 | justify-content: space-between; |
| 7832 | 5727 | } |
| @@ -7858,11 +5753,11 @@ | ||
| 7858 | 5753 | background-color: transparent; |
| 7859 | 5754 | } |
| 7860 | 5755 | #elementor-icons-manager__search i { |
| 7861 | 5756 | position: absolute; |
| 7862 | - inset-block-start: 50%; | |
| 7863 | - inset-inline-end: 15px; | |
| 5757 | + top: 50%; | |
| 7864 | 5758 | transform: translateY(-50%); |
| 5759 | + left: 15px; | |
| 7865 | 5760 | } |
| 7866 | 5761 | #elementor-icons-manager__tab__wrapper { |
| 7867 | 5762 | overflow: auto; |
| 7868 | 5763 | margin: 25px -15px 0; |
| @@ -7871,9 +5766,9 @@ | ||
| 7871 | 5766 | #elementor-icons-manager__tab__title { |
| 7872 | 5767 | color: var(--e-a-color-txt); |
| 7873 | 5768 | font-size: 16px; |
| 7874 | 5769 | font-weight: 500; |
| 7875 | - text-align: start; | |
| 5770 | + text-align: right; | |
| 7876 | 5771 | } |
| 7877 | 5772 | @media (max-width: 479px) { |
| 7878 | 5773 | #elementor-icons-manager__tab__title { |
| 7879 | 5774 | display: none; |
| @@ -7908,9 +5803,9 @@ | ||
| 7908 | 5803 | #elementor-icons-manager__promotion { |
| 7909 | 5804 | display: flex; |
| 7910 | 5805 | align-items: center; |
| 7911 | 5806 | flex-direction: column; |
| 7912 | - padding-block-start: 70px; | |
| 5807 | + padding-top: 70px; | |
| 7913 | 5808 | } |
| 7914 | 5809 | #elementor-icons-manager__promotion__icon { |
| 7915 | 5810 | font-size: 60px; |
| 7916 | 5811 | } |
| @@ -7916,25 +5811,24 @@ | ||
| 7916 | 5811 | } |
| 7917 | 5812 | #elementor-icons-manager__promotion__text { |
| 7918 | 5813 | width: 300px; |
| 7919 | 5814 | font-size: 16px; |
| 7920 | - padding-block-start: 25px; | |
| 5815 | + padding-top: 25px; | |
| 7921 | 5816 | } |
| 7922 | 5817 | #elementor-icons-manager__promotion__link { |
| 7923 | - margin-block-start: 20px; | |
| 5818 | + margin-top: 20px; | |
| 7924 | 5819 | } |
| 7925 | 5820 | |
| 7926 | 5821 | .elementor-icons-manager__tab-link { |
| 7927 | - padding-block: 15px; | |
| 7928 | - padding-inline: 45px 0; | |
| 5822 | + padding: 15px 45px 15px 0; | |
| 7929 | 5823 | font-size: 12px; |
| 7930 | - text-align: start; | |
| 5824 | + text-align: right; | |
| 7931 | 5825 | cursor: pointer; |
| 7932 | 5826 | position: relative; |
| 7933 | 5827 | } |
| 7934 | 5828 | .elementor-icons-manager__tab-link i { |
| 7935 | 5829 | font-size: 20px; |
| 7936 | - padding-inline-end: 15px; | |
| 5830 | + padding-left: 15px; | |
| 7937 | 5831 | } |
| 7938 | 5832 | @media (max-width: 1024px) { |
| 7939 | 5833 | .elementor-icons-manager__tab-link i { |
| 7940 | 5834 | display: none; |
| @@ -7951,16 +5845,16 @@ | ||
| 7951 | 5845 | content: ""; |
| 7952 | 5846 | position: absolute; |
| 7953 | 5847 | height: 100%; |
| 7954 | 5848 | width: 3px; |
| 7955 | - inset-block-start: 0; | |
| 7956 | - inset-inline-start: 0; | |
| 5849 | + top: 0; | |
| 5850 | + right: 0; | |
| 7957 | 5851 | background-color: var(--e-a-border-color-accent); |
| 7958 | 5852 | } |
| 7959 | 5853 | .elementor-icons-manager__tab__item { |
| 7960 | 5854 | position: relative; |
| 7961 | 5855 | height: 0; |
| 7962 | - padding-block-end: 100%; | |
| 5856 | + padding-bottom: 100%; | |
| 7963 | 5857 | border: var(--e-a-border); |
| 7964 | 5858 | border-radius: 3px; |
| 7965 | 5859 | cursor: pointer; |
| 7966 | 5860 | transition: var(--e-a-transition-hover); |
| @@ -7979,11 +5873,11 @@ | ||
| 7979 | 5873 | flex-direction: column; |
| 7980 | 5874 | align-items: center; |
| 7981 | 5875 | width: 100%; |
| 7982 | 5876 | position: absolute; |
| 7983 | - inset-block-start: 50%; | |
| 7984 | - inset-inline-start: 50%; | |
| 7985 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5877 | + top: 50%; | |
| 5878 | + left: 50%; | |
| 5879 | + transform: translate(-50%, -50%); | |
| 7986 | 5880 | padding: 1px; |
| 7987 | 5881 | } |
| 7988 | 5882 | .elementor-icons-manager__tab__item__icon { |
| 7989 | 5883 | font-size: 25px; |
| @@ -8027,12 +5921,11 @@ | ||
| 8027 | 5921 | } |
| 8028 | 5922 | .pickr .pcr-button:before, .pickr .pcr-button:after { |
| 8029 | 5923 | height: 12px; |
| 8030 | 5924 | width: 12px; |
| 8031 | - position: absolute; | |
| 8032 | - inset-block-start: 50%; | |
| 8033 | - inset-inline-start: 50%; | |
| 8034 | - transform: translate(calc(-50% * var(--direction-multiplier)), -50%); | |
| 5925 | + top: 50%; | |
| 5926 | + left: 50%; | |
| 5927 | + transform: translate(-50%, -50%); | |
| 8035 | 5928 | } |
| 8036 | 5929 | |
| 8037 | 5930 | .pcr-app { |
| 8038 | 5931 | background-color: var(--e-a-bg-default); |
| @@ -8050,13 +5943,10 @@ | ||
| 8050 | 5943 | } |
| 8051 | 5944 | .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette { |
| 8052 | 5945 | height: 150px; |
| 8053 | 5946 | } |
| 8054 | -.pcr-app .pcr-selection .pcr-picker { | |
| 8055 | - box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); | |
| 8056 | -} | |
| 8057 | 5947 | .pcr-app .pcr-interaction { |
| 8058 | - padding-block-end: 20px; | |
| 5948 | + padding-bottom: 20px; | |
| 8059 | 5949 | } |
| 8060 | 5950 | .pcr-app .pcr-interaction input.pcr-result { |
| 8061 | 5951 | border: var(--e-a-border); |
| 8062 | 5952 | color: var(--e-a-color-txt); |
| @@ -8071,9 +5961,10 @@ | ||
| 8071 | 5961 | .pcr-app .pcr-interaction input.pcr-type { |
| 8072 | 5962 | all: unset; |
| 8073 | 5963 | font-size: 10px; |
| 8074 | 5964 | color: var(--e-a-color-txt-muted); |
| 8075 | - padding-inline-start: 5px; | |
| 5965 | + -webkit-padding-start: 5px; | |
| 5966 | + padding-inline-start: 5px; | |
| 8076 | 5967 | cursor: pointer; |
| 8077 | 5968 | } |
| 8078 | 5969 | .pcr-app .pcr-interaction input.pcr-type.active { |
| 8079 | 5970 | background-color: transparent; |
| @@ -8082,9 +5973,9 @@ | ||
| 8082 | 5973 | .pcr-selection, .pcr-interaction { |
| 8083 | 5974 | padding: 0 20px; |
| 8084 | 5975 | } |
| 8085 | 5976 | .pcr-selection { |
| 8086 | - padding-block-start: 20px; | |
| 5977 | + padding-top: 20px; | |
| 8087 | 5978 | } |
| 8088 | 5979 | .pcr .elementor-control-dynamic-switcher { |
| 8089 | 5980 | height: 20px; |
| 8090 | 5981 | border: 0; |
| @@ -8139,19 +6030,22 @@ | ||
| 8139 | 6030 | font-family: "eicons"; |
| 8140 | 6031 | color: var(--e-a-btn-color-invert); |
| 8141 | 6032 | text-indent: 0; |
| 8142 | 6033 | position: absolute; |
| 8143 | - inset: 0; | |
| 6034 | + left: 0; | |
| 6035 | + top: 0; | |
| 6036 | + width: 100%; | |
| 6037 | + height: 100%; | |
| 8144 | 6038 | display: flex; |
| 8145 | 6039 | justify-content: center; |
| 8146 | 6040 | align-items: center; |
| 8147 | 6041 | } |
| 8148 | 6042 | .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered { |
| 8149 | - padding-block-end: 5px; | |
| 6043 | + padding-bottom: 5px; | |
| 8150 | 6044 | } |
| 8151 | 6045 | .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { |
| 8152 | 6046 | color: var(--e-a-btn-color-invert); |
| 8153 | - margin-inline-end: 3px; | |
| 6047 | + margin-left: 3px; | |
| 8154 | 6048 | } |
| 8155 | 6049 | .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, |
| 8156 | 6050 | .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { |
| 8157 | 6051 | background-color: var(--e-a-bg-default); |
| @@ -8172,9 +6066,9 @@ | ||
| 8172 | 6066 | } |
| 8173 | 6067 | |
| 8174 | 6068 | .select2-selection__arrow { |
| 8175 | 6069 | height: 27px; |
| 8176 | - inset-block-start: 0; | |
| 6070 | + top: 0; | |
| 8177 | 6071 | } |
| 8178 | 6072 | |
| 8179 | 6073 | .select2-results__option[aria-selected=true] { |
| 8180 | 6074 | background-color: var(--e-a-bg-active); |
| @@ -8197,12 +6091,12 @@ | ||
| 8197 | 6091 | .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { |
| 8198 | 6092 | cursor: ew-resize; |
| 8199 | 6093 | } |
| 8200 | 6094 | .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { |
| 8201 | - box-shadow: 0 0 0 1px rgb(14.2857142857, 58.5714285714, 155.7142857143) inset; | |
| 6095 | + box-shadow: 0 0 0 1px #0e3b9c inset; | |
| 8202 | 6096 | } |
| 8203 | 6097 | .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { |
| 8204 | - color: rgb(14.2857142857, 58.5714285714, 155.7142857143); | |
| 6098 | + color: #0e3b9c; | |
| 8205 | 6099 | -webkit-user-select: none; |
| 8206 | 6100 | -moz-user-select: none; |
| 8207 | 6101 | user-select: none; |
| 8208 | 6102 | } |
| @@ -8217,9 +6111,9 @@ | ||
| 8217 | 6111 | #elementor-paste-area-dialog { |
| 8218 | 6112 | text-align: center; |
| 8219 | 6113 | } |
| 8220 | 6114 | #elementor-paste-area-dialog .dialog-header { |
| 8221 | - padding-block-start: 60px; | |
| 6115 | + padding-top: 60px; | |
| 8222 | 6116 | font-size: 30px; |
| 8223 | 6117 | } |
| 8224 | 6118 | #elementor-paste-area-dialog .dialog-message { |
| 8225 | 6119 | padding: 0 15px 15px; |
| @@ -8233,10 +6127,11 @@ | ||
| 8233 | 6127 | padding: 0; |
| 8234 | 6128 | margin: 0; |
| 8235 | 6129 | height: 100px; |
| 8236 | 6130 | position: absolute; |
| 8237 | - inset-block-start: -60px; | |
| 8238 | - inset-inline: 0; | |
| 6131 | + top: -60px; | |
| 6132 | + left: 0; | |
| 6133 | + right: 0; | |
| 8239 | 6134 | } |
| 8240 | 6135 | #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { |
| 8241 | 6136 | border-color: transparent; |
| 8242 | 6137 | outline: none; |
| @@ -8248,9 +6143,9 @@ | ||
| 8248 | 6143 | display: none; |
| 8249 | 6144 | } |
| 8250 | 6145 | #elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading { |
| 8251 | 6146 | display: block; |
| 8252 | - margin-block-start: 15px; | |
| 6147 | + margin-top: 15px; | |
| 8253 | 6148 | } |
| 8254 | 6149 | #elementor-paste-area-dialog #elementor-paste-area-dialog__error { |
| 8255 | 6150 | color: var(--e-a-color-danger); |
| 8256 | 6151 | font-size: 12px; |
| @@ -8256,59 +6151,28 @@ | ||
| 8256 | 6151 | font-size: 12px; |
| 8257 | 6152 | } |
| 8258 | 6153 | #elementor-paste-area-dialog #elementor-paste-area-dialog__error:before { |
| 8259 | 6154 | content: ""; |
| 8260 | - border-block-start: var(--e-a-border); | |
| 6155 | + border-top: var(--e-a-border); | |
| 8261 | 6156 | display: block; |
| 8262 | 6157 | margin: 10px -15px; |
| 8263 | 6158 | } |
| 8264 | 6159 | |
| 8265 | -.elementor-app-backdrop { | |
| 8266 | - position: fixed; | |
| 8267 | - z-index: 99998; | |
| 8268 | - inset: 0; | |
| 8269 | - background: rgba(0, 0, 0, 0.5); | |
| 8270 | - opacity: 0; | |
| 8271 | - transition: opacity 0.25s ease; | |
| 8272 | -} | |
| 8273 | -.elementor-app-backdrop--visible { | |
| 8274 | - opacity: 1; | |
| 8275 | -} | |
| 8276 | - | |
| 8277 | -.elementor-app-iframe { | |
| 8278 | - position: fixed; | |
| 8279 | - top: 30px; | |
| 8280 | - left: 40px; | |
| 8281 | - width: calc(100% - 80px); | |
| 8282 | - height: calc(100% - 60px); | |
| 8283 | - z-index: 100000; | |
| 8284 | - border-radius: 12px; | |
| 8285 | - box-shadow: 0 16px 64px rgba(0, 0, 0, 0.3); | |
| 8286 | - background-color: transparent; | |
| 8287 | - opacity: 0; | |
| 8288 | - transition: opacity 0.25s ease; | |
| 8289 | -} | |
| 8290 | -.elementor-app-iframe--visible { | |
| 8291 | - opacity: 1; | |
| 8292 | -} | |
| 8293 | - | |
| 8294 | 6160 | [class^=eicon-flex], [class*=" eicon-flex"] { |
| 8295 | 6161 | transition: 0.3s all; |
| 6162 | + --is-ltr: 1; | |
| 6163 | + --is-rtl: 0; | |
| 6164 | + --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 6165 | + --is-ltr: 0; | |
| 6166 | + --is-rtl: 1; | |
| 8296 | 6167 | } |
| 8297 | 6168 | [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { |
| 8298 | 6169 | max-height: 1em; |
| 8299 | 6170 | max-width: 1em; |
| 8300 | 6171 | } |
| 8301 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8302 | - --is-ltr: 0; | |
| 8303 | - --is-rtl: 1; | |
| 8304 | -} | |
| 8305 | 6172 | [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { |
| 8306 | 6173 | --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); |
| 8307 | 6174 | } |
| 8308 | -[class^=eicon-flex], [class*=" eicon-flex"] { | |
| 8309 | - --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); | |
| 8310 | -} | |
| 8311 | 6175 | :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) { |
| 8312 | 6176 | transform: rotate(calc(var(--rotation-direction) * 90deg)); |
| 8313 | 6177 | } |
| 8314 | 6178 | :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) { |
| @@ -8321,16 +6185,6 @@ | ||
| 8321 | 6185 | transform: rotate(calc(var(--is-rtl) * 180deg)); |
| 8322 | 6186 | } |
| 8323 | 6187 | .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) { |
| 8324 | 6188 | transform: rotate(calc(var(--is-ltr) * 180deg)); |
| 8325 | -} | |
| 8326 | - | |
| 8327 | -.elementor-editor-active .embed-media-settings .setting.caption { | |
| 8328 | - display: none; | |
| 8329 | -} | |
| 8330 | -.elementor-editor-active .embed-media-settings .setting.align { | |
| 8331 | - display: none; | |
| 8332 | -} | |
| 8333 | -.elementor-editor-active .embed-media-settings fieldset.setting-group { | |
| 8334 | - display: none; | |
| 8335 | 6189 | } |
| 8336 | 6190 | /*# sourceMappingURL=editor-rtl.css.map */ |