| @@ -1,53 +1,80 @@ | ||
| 1 | +/*! elementor - v3.23.0 - 01-07-2024 */ | |
| 1 | 2 | :root { |
| 2 | - --direction-multiplier: 1; | |
| 3 | + --e-a-color-white: #ffffff; | |
| 4 | + --e-a-color-black: #000000; | |
| 5 | + --e-a-color-logo: #ffffff; | |
| 6 | + --e-a-color-primary: #F3BAFD; | |
| 7 | + --e-a-color-primary-bold: #D004D4; | |
| 8 | + --e-a-color-secondary: #515962; | |
| 9 | + --e-a-color-success: #0A875A; | |
| 10 | + --e-a-color-danger: #DC2626; | |
| 11 | + --e-a-color-info: #2563EB; | |
| 12 | + --e-a-color-warning: #F59E0B; | |
| 13 | + --e-a-color-accent: #93003f; | |
| 14 | + --e-a-color-global: #1DDDBF; | |
| 15 | + --e-a-color-accent-promotion: #93003f; | |
| 16 | + --e-a-bg-default: #ffffff; | |
| 17 | + --e-a-bg-invert: #0C0D0E; | |
| 18 | + --e-a-bg-hover: #F1F2F3; | |
| 19 | + --e-a-bg-active: #E6E8EA; | |
| 20 | + --e-a-bg-active-bold: #D5D8DC; | |
| 21 | + --e-a-bg-loading: #F9FAFA; | |
| 22 | + --e-a-bg-logo: #000000; | |
| 23 | + --e-a-bg-primary: #FAE8FF; | |
| 24 | + --e-a-bg-secondary: #515962; | |
| 25 | + --e-a-bg-success: #F2FDF5; | |
| 26 | + --e-a-bg-info: #F0F7FF; | |
| 27 | + --e-a-bg-danger: #FEF1F4; | |
| 28 | + --e-a-bg-warning: #FFFBEB; | |
| 29 | + --e-a-color-txt: #515962; | |
| 30 | + --e-a-color-txt-muted: #818A96; | |
| 31 | + --e-a-color-txt-disabled: #BABFC5; | |
| 32 | + --e-a-color-txt-invert: #ffffff; | |
| 33 | + --e-a-color-txt-accent: #0C0D0E; | |
| 34 | + --e-a-color-txt-hover: #3f444b; | |
| 35 | + --e-a-color-txt-active: #0C0D0E; | |
| 36 | + --e-a-border-color: #E6E8EA; | |
| 37 | + --e-a-border-color-bold: #D5D8DC; | |
| 38 | + --e-a-border-color-focus: #BABFC5; | |
| 39 | + --e-a-border-color-accent: #0C0D0E; | |
| 40 | + --e-a-border: 1px solid var(--e-a-border-color); | |
| 41 | + --e-a-border-bold: 1px solid var(--e-a-border-color-bold); | |
| 42 | + --e-a-border-radius: 3px; | |
| 43 | + --e-a-btn-color: #0C0D0E; | |
| 44 | + --e-a-btn-color-invert: var(--e-a-color-txt-invert); | |
| 45 | + --e-a-btn-color-disabled: var(--e-a-color-txt-disabled); | |
| 46 | + --e-a-btn-bg: #515962; | |
| 47 | + --e-a-btn-bg-hover: #3a4046; | |
| 48 | + --e-a-btn-bg-active: #23262a; | |
| 49 | + --e-a-btn-bg-disabled: #D5D8DC; | |
| 50 | + --e-a-btn-bg-primary: #F3BAFD; | |
| 51 | + --e-a-btn-bg-primary-hover: #F5D0FE; | |
| 52 | + --e-a-btn-bg-primary-active:#F0ABFC; | |
| 53 | + --e-a-btn-bg-accent: #93003f; | |
| 54 | + --e-a-btn-bg-accent-hover: #8F1A4C; | |
| 55 | + --e-a-btn-bg-accent-active: #A93365; | |
| 56 | + --e-a-btn-bg-info: #2563EB; | |
| 57 | + --e-a-btn-bg-info-hover: #134cca; | |
| 58 | + --e-a-btn-bg-info-active: #0e3b9c; | |
| 59 | + --e-a-btn-bg-success: #0A875A; | |
| 60 | + --e-a-btn-bg-success-hover: #06583a; | |
| 61 | + --e-a-btn-bg-success-active:#03281b; | |
| 62 | + --e-a-btn-bg-warning: #F59E0B; | |
| 63 | + --e-a-btn-bg-warning-hover: #c57f08; | |
| 64 | + --e-a-btn-bg-warning-active:#945f06; | |
| 65 | + --e-a-btn-bg-danger: #DC2626; | |
| 66 | + --e-a-btn-bg-danger-hover: #b21d1d; | |
| 67 | + --e-a-btn-bg-danger-active: #861616; | |
| 68 | + --e-a-dark-bg: #0C0D0E; | |
| 69 | + --e-a-dark-color-txt: #9DA5AE; | |
| 70 | + --e-a-dark-color-txt-hover: #D5D8DC; | |
| 71 | + --e-a-font-family: Roboto, Arial, Helvetica, sans-serif; | |
| 72 | + --e-a-transition-hover: all .3s; | |
| 73 | + --e-a-popover-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); | |
| 74 | + --e-a-dropdown-shadow: 0 0 3px rgba(0, 0, 0, 0.2); | |
| 3 | 75 | } |
| 4 | 76 | |
| 5 | -html[dir=rtl], | |
| 6 | -body.rtl { | |
| 7 | - --direction-multiplier: -1; | |
| 8 | -} | |
| 9 | - | |
| 10 | -.elementor-hidden { | |
| 11 | - display: none; | |
| 12 | -} | |
| 13 | - | |
| 14 | -.elementor-visibility-hidden { | |
| 15 | - visibility: hidden; | |
| 16 | -} | |
| 17 | - | |
| 18 | -.elementor-screen-only, | |
| 19 | -.screen-reader-text, | |
| 20 | -.screen-reader-text span, | |
| 21 | -.ui-helper-hidden-accessible { | |
| 22 | - position: absolute; | |
| 23 | - top: -10000em; | |
| 24 | - width: 1px; | |
| 25 | - height: 1px; | |
| 26 | - margin: -1px; | |
| 27 | - padding: 0; | |
| 28 | - overflow: hidden; | |
| 29 | - clip: rect(0, 0, 0, 0); | |
| 30 | - border: 0; | |
| 31 | -} | |
| 32 | - | |
| 33 | -.elementor-clearfix:after { | |
| 34 | - content: ""; | |
| 35 | - display: block; | |
| 36 | - clear: both; | |
| 37 | - width: 0; | |
| 38 | - height: 0; | |
| 39 | -} | |
| 40 | - | |
| 41 | -.e-logo-wrapper { | |
| 42 | - display: inline-block; | |
| 43 | - line-height: 1; | |
| 44 | -} | |
| 45 | -.e-logo-wrapper i { | |
| 46 | - color: var(--e-a-color-circle-logo); | |
| 47 | - font-size: 2.5em; | |
| 48 | -} | |
| 49 | - | |
| 50 | 77 | .dialog-widget-content { |
| 51 | 78 | background-color: var(--e-a-bg-default); |
| 52 | 79 | position: absolute; |
| 53 | 80 | border-radius: 3px; |
| @@ -63,9 +90,9 @@ | ||
| 63 | 90 | .dialog-close-button { |
| 64 | 91 | cursor: pointer; |
| 65 | 92 | position: absolute; |
| 66 | 93 | margin-block-start: 15px; |
| 67 | - inset-inline-end: 15px; | |
| 94 | + left: 15px; | |
| 68 | 95 | color: var(--e-a-color-txt); |
| 69 | 96 | font-size: 15px; |
| 70 | 97 | line-height: 1; |
| 71 | 98 | transition: var(--e-a-transition-hover); |
| @@ -291,13 +318,8 @@ | ||
| 291 | 318 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, |
| 292 | 319 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger { |
| 293 | 320 | background-color: var(--e-a-btn-bg-danger); |
| 294 | 321 | } |
| 295 | -.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, | |
| 296 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger.color-white, | |
| 297 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger.color-white { | |
| 298 | - color: var(--e-a-color-white); | |
| 299 | -} | |
| 300 | 322 | .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, |
| 301 | 323 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, |
| 302 | 324 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, |
| 303 | 325 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, |
| @@ -313,20 +335,71 @@ | ||
| 313 | 335 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, |
| 314 | 336 | .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited { |
| 315 | 337 | color: initial; |
| 316 | 338 | } |
| 317 | -.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, | |
| 318 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:hover, | |
| 319 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:focus, | |
| 320 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled]:visited { | |
| 321 | - background-color: var(--e-a-btn-bg-disabled); | |
| 339 | +.flatpickr-calendar { | |
| 340 | + width: 280px; | |
| 322 | 341 | } |
| 323 | -.dialog-type-confirm .dialog-buttons-wrapper .dialog-button[disabled], | |
| 324 | -.dialog-type-alert .dialog-buttons-wrapper .dialog-button[disabled] { | |
| 325 | - background-color: var(--e-a-btn-bg-disabled); | |
| 326 | - cursor: not-allowed; | |
| 342 | +.flatpickr-calendar .flatpickr-current-month span.cur-month { | |
| 343 | + font-weight: 300; | |
| 327 | 344 | } |
| 345 | +.flatpickr-calendar .dayContainer { | |
| 346 | + width: 280px; | |
| 347 | + min-width: 280px; | |
| 348 | + max-width: 280px; | |
| 349 | +} | |
| 350 | +.flatpickr-calendar .flatpickr-days { | |
| 351 | + width: 280px; | |
| 352 | +} | |
| 353 | +.flatpickr-calendar .flatpickr-day { | |
| 354 | + max-width: 37px; | |
| 355 | + height: 37px; | |
| 356 | + line-height: 37px; | |
| 357 | +} | |
| 328 | 358 | |
| 359 | +.elementor-hidden { | |
| 360 | + display: none; | |
| 361 | +} | |
| 362 | + | |
| 363 | +.elementor-visibility-hidden { | |
| 364 | + visibility: hidden; | |
| 365 | +} | |
| 366 | + | |
| 367 | +.elementor-screen-only, | |
| 368 | +.screen-reader-text, | |
| 369 | +.screen-reader-text span, | |
| 370 | +.ui-helper-hidden-accessible { | |
| 371 | + position: absolute; | |
| 372 | + top: -10000em; | |
| 373 | + width: 1px; | |
| 374 | + height: 1px; | |
| 375 | + margin: -1px; | |
| 376 | + padding: 0; | |
| 377 | + overflow: hidden; | |
| 378 | + clip: rect(0, 0, 0, 0); | |
| 379 | + border: 0; | |
| 380 | +} | |
| 381 | + | |
| 382 | +.elementor-clearfix:after { | |
| 383 | + content: ""; | |
| 384 | + display: block; | |
| 385 | + clear: both; | |
| 386 | + width: 0; | |
| 387 | + height: 0; | |
| 388 | +} | |
| 389 | + | |
| 390 | +.e-logo-wrapper { | |
| 391 | + background: var(--e-a-bg-logo); | |
| 392 | + display: inline-block; | |
| 393 | + padding: 0.75em; | |
| 394 | + border-radius: 50%; | |
| 395 | + line-height: 1; | |
| 396 | +} | |
| 397 | +.e-logo-wrapper i { | |
| 398 | + color: var(--e-a-color-logo); | |
| 399 | + font-size: 1em; | |
| 400 | +} | |
| 401 | + | |
| 329 | 402 | #elementor-change-exit-preference-dialog .dialog-message a { |
| 330 | 403 | cursor: pointer; |
| 331 | 404 | } |
| 332 | 405 | #elementor-change-exit-preference-dialog .dialog-message > div { |
| @@ -426,9 +499,8 @@ | ||
| 426 | 499 | } |
| 427 | 500 | .elementor-templates-modal__header__items-area { |
| 428 | 501 | display: flex; |
| 429 | 502 | flex-direction: row-reverse; |
| 430 | - align-items: center; | |
| 431 | 503 | } |
| 432 | 504 | .elementor-templates-modal__header__item { |
| 433 | 505 | position: relative; |
| 434 | 506 | display: flex; |
| @@ -443,17 +515,8 @@ | ||
| 443 | 515 | } |
| 444 | 516 | .elementor-templates-modal__header__item > i:hover { |
| 445 | 517 | color: var(--e-a-color-txt-hover); |
| 446 | 518 | } |
| 447 | -.elementor-templates-modal__header__close:is(button) { | |
| 448 | - background: transparent; | |
| 449 | - margin: 0; | |
| 450 | - font-size: inherit; | |
| 451 | - font-family: inherit; | |
| 452 | - color: inherit; | |
| 453 | - border: none; | |
| 454 | - cursor: pointer; | |
| 455 | -} | |
| 456 | 519 | .elementor-templates-modal__header__close--normal { |
| 457 | 520 | width: 47px; |
| 458 | 521 | border-inline-start: var(--e-a-border); |
| 459 | 522 | } |
| @@ -507,9 +570,9 @@ | ||
| 507 | 570 | display: flex; |
| 508 | 571 | justify-content: flex-end; |
| 509 | 572 | } |
| 510 | 573 | #elementor-toast .dialog-buttons-wrapper:not(:empty) { |
| 511 | - margin-block-start: 15px; | |
| 574 | + margin-top: 15px; | |
| 512 | 575 | } |
| 513 | 576 | #elementor-toast .dialog-button { |
| 514 | 577 | font-size: 12px; |
| 515 | 578 | font-weight: 500; |
| @@ -519,20 +582,13 @@ | ||
| 519 | 582 | color: var(--e-a-dark-color-txt); |
| 520 | 583 | border-radius: var(--e-a-border-radius); |
| 521 | 584 | transition: var(--e-a-transition-hover); |
| 522 | 585 | cursor: pointer; |
| 523 | - background: none; | |
| 524 | - border: none; | |
| 525 | - font-family: inherit; | |
| 526 | 586 | } |
| 527 | 587 | #elementor-toast .dialog-button:hover { |
| 528 | 588 | background: var(--e-a-bg-hover); |
| 529 | 589 | color: var(--e-a-color-txt-hover); |
| 530 | 590 | } |
| 531 | -#elementor-toast .dialog-button:focus-visible { | |
| 532 | - outline: 2px solid var(--e-a-border-color-focus, #4F46E5); | |
| 533 | - outline-offset: 2px; | |
| 534 | -} | |
| 535 | 591 | #elementor-toast .dialog-button:last-child { |
| 536 | 592 | margin-inline-end: 0; |
| 537 | 593 | } |
| 538 | 594 | |
| @@ -542,14 +598,17 @@ | ||
| 542 | 598 | margin-block-start: 6px; |
| 543 | 599 | } |
| 544 | 600 | |
| 545 | 601 | .e-logo-wrapper { |
| 602 | + background: var(--e-a-bg-logo); | |
| 546 | 603 | display: inline-block; |
| 604 | + padding: 0.75em; | |
| 605 | + border-radius: 50%; | |
| 547 | 606 | line-height: 1; |
| 548 | 607 | } |
| 549 | 608 | .e-logo-wrapper i { |
| 550 | - color: var(--e-a-color-circle-logo); | |
| 551 | - font-size: 2.5em; | |
| 609 | + color: var(--e-a-color-logo); | |
| 610 | + font-size: 1em; | |
| 552 | 611 | } |
| 553 | 612 | |
| 554 | 613 | #elementor-finder__modal { |
| 555 | 614 | background: none; |
| @@ -621,10 +680,10 @@ | ||
| 621 | 680 | } |
| 622 | 681 | .elementor-finder__results__category .eicon-loading { |
| 623 | 682 | display: none; |
| 624 | 683 | position: absolute; |
| 625 | - inset-block-start: 30px; | |
| 626 | - inset-inline-end: 10px; | |
| 684 | + left: 10px; | |
| 685 | + top: 30px; | |
| 627 | 686 | color: var(--e-a-color-info); |
| 628 | 687 | font-size: 14px; |
| 629 | 688 | } |
| 630 | 689 | .elementor-finder__results__item { |