123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- /*!
- * Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
- * Copyright 2025 Fonticons, Inc.
- */
- :root, :host {
- --fa-font-solid: normal 900 1em/1 "Font Awesome 7 Free";
- --fa-font-regular: normal 400 1em/1 "Font Awesome 7 Free";
- --fa-font-light: normal 300 1em/1 "Font Awesome 7 Pro";
- --fa-font-thin: normal 100 1em/1 "Font Awesome 7 Pro";
- --fa-font-duotone: normal 900 1em/1 "Font Awesome 7 Duotone";
- --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 7 Duotone";
- --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 7 Duotone";
- --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 7 Duotone";
- --fa-font-brands: normal 400 1em/1 "Font Awesome 7 Brands";
- --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 7 Sharp";
- --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 7 Sharp";
- --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 7 Sharp";
- --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 7 Sharp";
- --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 7 Sharp Duotone";
- --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 7 Sharp Duotone";
- --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 7 Sharp Duotone";
- --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 7 Sharp Duotone";
- --fa-font-slab-regular: normal 400 1em/1 "Font Awesome 7 Slab";
- --fa-font-slab-press-regular: normal 400 1em/1 "Font Awesome 7 Slab Press";
- --fa-font-whiteboard-semibold: normal 600 1em/1 "Font Awesome 7 Whiteboard";
- --fa-font-thumbprint-light: normal 300 1em/1 "Font Awesome 7 Thumbprint";
- --fa-font-notdog-solid: normal 900 1em/1 "Font Awesome 7 Notdog";
- --fa-font-notdog-duo-solid: normal 900 1em/1 "Font Awesome 7 Notdog Duo";
- --fa-font-etch-solid: normal 900 1em/1 "Font Awesome 7 Etch";
- --fa-font-jelly-regular: normal 400 1em/1 "Font Awesome 7 Jelly";
- --fa-font-jelly-fill-regular: normal 400 1em/1 "Font Awesome 7 Jelly Fill";
- --fa-font-jelly-duo-regular: normal 400 1em/1 "Font Awesome 7 Jelly Duo";
- --fa-font-chisel-regular: normal 400 1em/1 "Font Awesome 7 Chisel";
- }
- .svg-inline--fa {
- box-sizing: content-box;
- display: var(--fa-display, inline-block);
- height: 1em;
- overflow: visible;
- vertical-align: -0.125em;
- width: var(--fa-width, 1.25em);
- }
- .svg-inline--fa.fa-2xs {
- vertical-align: 0.1em;
- }
- .svg-inline--fa.fa-xs {
- vertical-align: 0em;
- }
- .svg-inline--fa.fa-sm {
- vertical-align: -0.0714285714em;
- }
- .svg-inline--fa.fa-lg {
- vertical-align: -0.2em;
- }
- .svg-inline--fa.fa-xl {
- vertical-align: -0.25em;
- }
- .svg-inline--fa.fa-2xl {
- vertical-align: -0.3125em;
- }
- .svg-inline--fa.fa-li {
- width: var(--fa-li-width, 2em);
- inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
- inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
- }
- .fa-layers-counter, .fa-layers-text {
- display: inline-block;
- position: absolute;
- text-align: center;
- }
- .fa-layers {
- display: inline-block;
- height: 1em;
- position: relative;
- text-align: center;
- vertical-align: -0.125em;
- width: var(--fa-width, 1.25em);
- }
- .fa-layers .svg-inline--fa {
- inset: 0;
- margin: auto;
- position: absolute;
- transform-origin: center center;
- }
- .fa-layers-text {
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- transform-origin: center center;
- }
- .fa-layers-counter {
- background-color: var(--fa-counter-background-color, #ff253a);
- border-radius: var(--fa-counter-border-radius, 1em);
- box-sizing: border-box;
- color: var(--fa-inverse, #fff);
- line-height: var(--fa-counter-line-height, 1);
- max-width: var(--fa-counter-max-width, 5em);
- min-width: var(--fa-counter-min-width, 1.5em);
- overflow: hidden;
- padding: var(--fa-counter-padding, 0.25em 0.5em);
- right: var(--fa-right, 0);
- text-overflow: ellipsis;
- top: var(--fa-top, 0);
- transform: scale(var(--fa-counter-scale, 0.25));
- transform-origin: top right;
- }
- .fa-layers-bottom-right {
- bottom: var(--fa-bottom, 0);
- right: var(--fa-right, 0);
- top: auto;
- transform: scale(var(--fa-layers-scale, 0.25));
- transform-origin: bottom right;
- }
- .fa-layers-bottom-left {
- bottom: var(--fa-bottom, 0);
- left: var(--fa-left, 0);
- right: auto;
- top: auto;
- transform: scale(var(--fa-layers-scale, 0.25));
- transform-origin: bottom left;
- }
- .fa-layers-top-right {
- top: var(--fa-top, 0);
- right: var(--fa-right, 0);
- transform: scale(var(--fa-layers-scale, 0.25));
- transform-origin: top right;
- }
- .fa-layers-top-left {
- left: var(--fa-left, 0);
- right: auto;
- top: var(--fa-top, 0);
- transform: scale(var(--fa-layers-scale, 0.25));
- transform-origin: top left;
- }
- .svg-inline--fa .fa-primary {
- fill: var(--fa-primary-color, currentColor);
- opacity: var(--fa-primary-opacity, 1);
- }
- .svg-inline--fa .fa-secondary {
- fill: var(--fa-secondary-color, currentColor);
- opacity: var(--fa-secondary-opacity, 0.4);
- }
- .svg-inline--fa.fa-swap-opacity .fa-primary {
- opacity: var(--fa-secondary-opacity, 0.4);
- }
- .svg-inline--fa.fa-swap-opacity .fa-secondary {
- opacity: var(--fa-primary-opacity, 1);
- }
- .svg-inline--fa mask .fa-primary,
- .svg-inline--fa mask .fa-secondary {
- fill: black;
- }
- .svg-inline--fa.fa-inverse {
- fill: var(--fa-inverse, #fff);
- }
- .fa-stack-1x,
- .fa-stack-2x {
- bottom: 0;
- left: 0;
- margin: auto;
- position: absolute;
- right: 0;
- top: 0;
- z-index: var(--fa-stack-z-index, auto);
- }
|