nishant-design-system
Version:
Sense UI components library
2,657 lines • 564 kB
CSS
/*!
* Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
* Copyright 2022 Fonticons, Inc.
*/
.fa {
font-family: var(--fa-style-family, 'Font Awesome 6 Pro');
font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
}
.fa-1x {
font-size: 1em;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-6x {
font-size: 6em;
}
.fa-7x {
font-size: 7em;
}
.fa-8x {
font-size: 8em;
}
.fa-9x {
font-size: 9em;
}
.fa-10x {
font-size: 10em;
}
.fa-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em;
}
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em;
}
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em;
}
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em;
}
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em;
}
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em;
}
.fa-fw {
text-align: center;
width: 1.25em;
}
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0;
}
.fa-ul > li {
position: relative;
}
.fa-li {
left: calc(var(--fa-li-width, 2em) * -1);
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit;
}
.fa-border {
border-radius: var(--fa-border-radius, 0.1em);
border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid)
var(--fa-border-color, #eee);
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
-webkit-animation-name: fa-beat;
animation-name: fa-beat;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(
--fa-animation-iteration-count,
infinite
);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
-webkit-animation-name: fa-bounce;
animation-name: fa-bounce;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(
--fa-animation-iteration-count,
infinite
);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(
--fa-animation-timing,
cubic-bezier(0.28, 0.84, 0.42, 1)
);
animation-timing-function: var(
--fa-animation-timing,
cubic-bezier(0.28, 0.84, 0.42, 1)
);
}
.fa-fade {
-webkit-animation-name: fa-fade;
animation-name: fa-fade;
-webkit-animation-iteration-count: var(
--fa-animation-iteration-count,
infinite
);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(
--fa-animation-timing,
cubic-bezier(0.4, 0, 0.6, 1)
);
animation-timing-function: var(
--fa-animation-timing,
cubic-bezier(0.4, 0, 0.6, 1)
);
}
.fa-beat-fade,
.fa-fade {
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
}
.fa-beat-fade {
-webkit-animation-name: fa-beat-fade;
animation-name: fa-beat-fade;
-webkit-animation-iteration-count: var(
--fa-animation-iteration-count,
infinite
);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(
--fa-animation-timing,
cubic-bezier(0.4, 0, 0.6, 1)
);
animation-timing-function: var(
--fa-animation-timing,
cubic-bezier(0.4, 0, 0.6, 1)
);
}
.fa-flip {
-webkit-animation-name: fa-flip;
animation-name: fa-flip;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(
--fa-animation-iteration-count,
infinite
);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
-webkit-animation-name: fa-shake;
animation-name: fa-shake;
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(
--fa-animation-iteration-count,
infinite
);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-shake,
.fa-spin {
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
}
.fa-spin {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-duration: var(--fa-animation-duration, 2s);
animation-duration: var(--fa-animation-duration, 2s);
-webkit-animation-iteration-count: var(
--fa-animation-iteration-count,
infinite
);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
--fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(
--fa-animation-iteration-count,
infinite
);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-beat-fade,
.fa-bounce,
.fa-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
-webkit-animation-delay: -1ms;
animation-delay: -1ms;
-webkit-animation-duration: 1ms;
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s;
}
}
@-webkit-keyframes fa-beat {
0%,
90% {
-webkit-transform: scale(1);
transform: scale(1);
}
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25));
}
}
@keyframes fa-beat {
0%,
90% {
-webkit-transform: scale(1);
transform: scale(1);
}
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25));
}
}
@-webkit-keyframes fa-bounce {
0% {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
10% {
-webkit-transform: scale(
var(--fa-bounce-start-scale-x, 1.1),
var(--fa-bounce-start-scale-y, 0.9)
)
translateY(0);
transform: scale(
var(--fa-bounce-start-scale-x, 1.1),
var(--fa-bounce-start-scale-y, 0.9)
)
translateY(0);
}
30% {
-webkit-transform: scale(
var(--fa-bounce-jump-scale-x, 0.9),
var(--fa-bounce-jump-scale-y, 1.1)
)
translateY(var(--fa-bounce-height, -0.5em));
transform: scale(
var(--fa-bounce-jump-scale-x, 0.9),
var(--fa-bounce-jump-scale-y, 1.1)
)
translateY(var(--fa-bounce-height, -0.5em));
}
50% {
-webkit-transform: scale(
var(--fa-bounce-land-scale-x, 1.05),
var(--fa-bounce-land-scale-y, 0.95)
)
translateY(0);
transform: scale(
var(--fa-bounce-land-scale-x, 1.05),
var(--fa-bounce-land-scale-y, 0.95)
)
translateY(0);
}
57% {
-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
}
64% {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
to {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
}
@keyframes fa-bounce {
0% {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
10% {
-webkit-transform: scale(
var(--fa-bounce-start-scale-x, 1.1),
var(--fa-bounce-start-scale-y, 0.9)
)
translateY(0);
transform: scale(
var(--fa-bounce-start-scale-x, 1.1),
var(--fa-bounce-start-scale-y, 0.9)
)
translateY(0);
}
30% {
-webkit-transform: scale(
var(--fa-bounce-jump-scale-x, 0.9),
var(--fa-bounce-jump-scale-y, 1.1)
)
translateY(var(--fa-bounce-height, -0.5em));
transform: scale(
var(--fa-bounce-jump-scale-x, 0.9),
var(--fa-bounce-jump-scale-y, 1.1)
)
translateY(var(--fa-bounce-height, -0.5em));
}
50% {
-webkit-transform: scale(
var(--fa-bounce-land-scale-x, 1.05),
var(--fa-bounce-land-scale-y, 0.95)
)
translateY(0);
transform: scale(
var(--fa-bounce-land-scale-x, 1.05),
var(--fa-bounce-land-scale-y, 0.95)
)
translateY(0);
}
57% {
-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
}
64% {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
to {
-webkit-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
}
@-webkit-keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4);
}
}
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4);
}
}
@-webkit-keyframes fa-beat-fade {
0%,
to {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125));
}
}
@keyframes fa-beat-fade {
0%,
to {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125));
}
}
@-webkit-keyframes fa-flip {
50% {
-webkit-transform: rotate3d(
var(--fa-flip-x, 0),
var(--fa-flip-y, 1),
var(--fa-flip-z, 0),
var(--fa-flip-angle, -180deg)
);
transform: rotate3d(
var(--fa-flip-x, 0),
var(--fa-flip-y, 1),
var(--fa-flip-z, 0),
var(--fa-flip-angle, -180deg)
);
}
}
@keyframes fa-flip {
50% {
-webkit-transform: rotate3d(
var(--fa-flip-x, 0),
var(--fa-flip-y, 1),
var(--fa-flip-z, 0),
var(--fa-flip-angle, -180deg)
);
transform: rotate3d(
var(--fa-flip-x, 0),
var(--fa-flip-y, 1),
var(--fa-flip-z, 0),
var(--fa-flip-angle, -180deg)
);
}
}
@-webkit-keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
8%,
24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
12%,
28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg);
}
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
40%,
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg);
}
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
8%,
24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg);
}
12%,
28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg);
}
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg);
}
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
40%,
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
.fa-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.fa-flip-vertical {
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1);
transform: scale(-1);
}
.fa-rotate-by {
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: var(--fa-inverse, #fff);
}
.fa-0:before {
content: '\30';
}
.fa-1:before {
content: '\31';
}
.fa-2:before {
content: '\32';
}
.fa-3:before {
content: '\33';
}
.fa-4:before {
content: '\34';
}
.fa-5:before {
content: '\35';
}
.fa-6:before {
content: '\36';
}
.fa-7:before {
content: '\37';
}
.fa-8:before {
content: '\38';
}
.fa-9:before {
content: '\39';
}
.fa-00:before {
content: '\e467';
}
.fa-360-degrees:before {
content: '\e2dc';
}
.fa-a:before {
content: '\41';
}
.fa-abacus:before {
content: '\f640';
}
.fa-accent-grave:before {
content: '\60';
}
.fa-acorn:before {
content: '\f6ae';
}
.fa-address-book:before,
.fa-contact-book:before {
content: '\f2b9';
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
content: '\f2bb';
}
.fa-air-conditioner:before {
content: '\f8f4';
}
.fa-airplay:before {
content: '\e089';
}
.fa-alarm-clock:before {
content: '\f34e';
}
.fa-alarm-exclamation:before {
content: '\f843';
}
.fa-alarm-plus:before {
content: '\f844';
}
.fa-alarm-snooze:before {
content: '\f845';
}
.fa-album:before {
content: '\f89f';
}
.fa-album-circle-plus:before {
content: '\e48c';
}
.fa-album-circle-user:before {
content: '\e48d';
}
.fa-album-collection:before {
content: '\f8a0';
}
.fa-album-collection-circle-plus:before {
content: '\e48e';
}
.fa-album-collection-circle-user:before {
content: '\e48f';
}
.fa-alicorn:before {
content: '\f6b0';
}
.fa-alien:before {
content: '\f8f5';
}
.fa-alien-8bit:before,
.fa-alien-monster:before {
content: '\f8f6';
}
.fa-align-center:before {
content: '\f037';
}
.fa-align-justify:before {
content: '\f039';
}
.fa-align-left:before {
content: '\f036';
}
.fa-align-right:before {
content: '\f038';
}
.fa-align-slash:before {
content: '\f846';
}
.fa-alt:before {
content: '\e08a';
}
.fa-amp-guitar:before {
content: '\f8a1';
}
.fa-ampersand:before {
content: '\26';
}
.fa-anchor:before {
content: '\f13d';
}
.fa-anchor-circle-check:before {
content: '\e4aa';
}
.fa-anchor-circle-exclamation:before {
content: '\e4ab';
}
.fa-anchor-circle-xmark:before {
content: '\e4ac';
}
.fa-anchor-lock:before {
content: '\e4ad';
}
.fa-angel:before {
content: '\f779';
}
.fa-angle:before {
content: '\e08c';
}
.fa-angle-90:before {
content: '\e08d';
}
.fa-angle-down:before {
content: '\f107';
}
.fa-angle-left:before {
content: '\f104';
}
.fa-angle-right:before {
content: '\f105';
}
.fa-angle-up:before {
content: '\f106';
}
.fa-angle-double-down:before,
.fa-angles-down:before {
content: '\f103';
}
.fa-angle-double-left:before,
.fa-angles-left:before {
content: '\f100';
}
.fa-angle-double-right:before,
.fa-angles-right:before {
content: '\f101';
}
.fa-angle-double-up:before,
.fa-angles-up:before {
content: '\f102';
}
.fa-ankh:before {
content: '\f644';
}
.fa-apartment:before {
content: '\e468';
}
.fa-aperture:before {
content: '\e2df';
}
.fa-apostrophe:before {
content: '\27';
}
.fa-apple-core:before {
content: '\e08f';
}
.fa-apple-alt:before,
.fa-apple-whole:before {
content: '\f5d1';
}
.fa-archway:before {
content: '\f557';
}
.fa-arrow-down:before {
content: '\f063';
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
content: '\f162';
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
content: '\f886';
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
content: '\f15d';
}
.fa-arrow-down-arrow-up:before,
.fa-sort-alt:before {
content: '\f883';
}
.fa-arrow-down-big-small:before,
.fa-sort-size-down:before {
content: '\f88c';
}
.fa-arrow-down-from-dotted-line:before {
content: '\e090';
}
.fa-arrow-down-from-line:before,
.fa-arrow-from-top:before {
content: '\f345';
}
.fa-arrow-down-left:before {
content: '\e091';
}
.fa-arrow-down-left-and-arrow-up-right-to-center:before {
content: '\e092';
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
content: '\f175';
}
.fa-arrow-down-right:before {
content: '\e093';
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
content: '\f884';
}
.fa-arrow-down-small-big:before,
.fa-sort-size-down-alt:before {
content: '\f88d';
}
.fa-arrow-down-square-triangle:before,
.fa-sort-shapes-down-alt:before {
content: '\f889';
}
.fa-arrow-down-to-arc:before {
content: '\e4ae';
}
.fa-arrow-down-to-bracket:before {
content: '\e094';
}
.fa-arrow-down-to-dotted-line:before {
content: '\e095';
}
.fa-arrow-down-to-line:before,
.fa-arrow-to-bottom:before {
content: '\f33d';
}
.fa-arrow-down-to-square:before {
content: '\e096';
}
.fa-arrow-down-triangle-square:before,
.fa-sort-shapes-down:before {
content: '\f888';
}
.fa-arrow-down-up-across-line:before {
content: '\e4af';
}
.fa-arrow-down-up-lock:before {
content: '\e4b0';
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
content: '\f160';
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
content: '\f881';
}
.fa-arrow-left:before {
content: '\f060';
}
.fa-arrow-from-right:before,
.fa-arrow-left-from-line:before {
content: '\f344';
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
content: '\f177';
}
.fa-arrow-left-long-to-line:before {
content: '\e3d4';
}
.fa-arrow-left-to-line:before,
.fa-arrow-to-left:before {
content: '\f33e';
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
content: '\f245';
}
.fa-arrow-right:before {
content: '\f061';
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
content: '\f0ec';
}
.fa-arrow-right-from-arc:before {
content: '\e4b1';
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
content: '\f08b';
}
.fa-arrow-from-left:before,
.fa-arrow-right-from-line:before {
content: '\f343';
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
content: '\f178';
}
.fa-arrow-right-long-to-line:before {
content: '\e3d5';
}
.fa-arrow-right-to-arc:before {
content: '\e4b2';
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
content: '\f090';
}
.fa-arrow-right-to-city:before {
content: '\e4b3';
}
.fa-arrow-right-to-line:before,
.fa-arrow-to-right:before {
content: '\f340';
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
content: '\f0e2';
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
content: '\f01e';
}
.fa-arrow-trend-down:before {
content: '\e097';
}
.fa-arrow-trend-up:before {
content: '\e098';
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
content: '\f149';
}
.fa-arrow-turn-down-left:before {
content: '\e2e1';
}
.fa-arrow-turn-down-right:before {
content: '\e3d6';
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
content: '\f148';
}
.fa-arrow-up:before {
content: '\f062';
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
content: '\f163';
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
content: '\f887';
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
content: '\f15e';
}
.fa-arrow-up-arrow-down:before,
.fa-sort-up-down:before {
content: '\e099';
}
.fa-arrow-up-big-small:before,
.fa-sort-size-up:before {
content: '\f88e';
}
.fa-arrow-up-from-arc:before {
content: '\e4b4';
}
.fa-arrow-up-from-bracket:before {
content: '\e09a';
}
.fa-arrow-up-from-dotted-line:before {
content: '\e09b';
}
.fa-arrow-up-from-ground-water:before {
content: '\e4b5';
}
.fa-arrow-from-bottom:before,
.fa-arrow-up-from-line:before {
content: '\f342';
}
.fa-arrow-up-from-square:before {
content: '\e09c';
}
.fa-arrow-up-from-water-pump:before {
content: '\e4b6';
}
.fa-arrow-up-left:before {
content: '\e09d';
}
.fa-arrow-up-left-from-circle:before {
content: '\e09e';
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
content: '\f176';
}
.fa-arrow-up-right:before {
content: '\e09f';
}
.fa-arrow-up-right-and-arrow-down-left-from-center:before {
content: '\e0a0';
}
.fa-arrow-up-right-dots:before {
content: '\e4b7';
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
content: '\f08e';
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
content: '\f885';
}
.fa-arrow-up-small-big:before,
.fa-sort-size-up-alt:before {
content: '\f88f';
}
.fa-arrow-up-square-triangle:before,
.fa-sort-shapes-up-alt:before {
content: '\f88b';
}
.fa-arrow-up-to-dotted-line:before {
content: '\e0a1';
}
.fa-arrow-to-top:before,
.fa-arrow-up-to-line:before {
content: '\f341';
}
.fa-arrow-up-triangle-square:before,
.fa-sort-shapes-up:before {
content: '\f88a';
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
content: '\f161';
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
content: '\f882';
}
.fa-arrows-cross:before {
content: '\e0a2';
}
.fa-arrows-down-to-line:before {
content: '\e4b8';
}
.fa-arrows-down-to-people:before {
content: '\e4b9';
}
.fa-arrows-from-dotted-line:before {
content: '\e0a3';
}
.fa-arrows-from-line:before {
content: '\e0a4';
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
content: '\f07e';
}
.fa-arrows-left-right-to-line:before {
content: '\e4ba';
}
.fa-arrows-maximize:before,
.fa-expand-arrows:before {
content: '\f31d';
}
.fa-arrows-minimize:before,
.fa-compress-arrows:before {
content: '\e0a5';
}
.fa-arrows-repeat:before,
.fa-repeat-alt:before {
content: '\f364';
}
.fa-arrows-repeat-1:before,
.fa-repeat-1-alt:before {
content: '\f366';
}
.fa-arrows-retweet:before,
.fa-retweet-alt:before {
content: '\f361';
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
content: '\f021';
}
.fa-arrows-spin:before {
content: '\e4bb';
}
.fa-arrows-split-up-and-left:before {
content: '\e4bc';
}
.fa-arrows-to-circle:before {
content: '\e4bd';
}
.fa-arrows-to-dot:before {
content: '\e4be';
}
.fa-arrows-to-dotted-line:before {
content: '\e0a6';
}
.fa-arrows-to-eye:before {
content: '\e4bf';
}
.fa-arrows-to-line:before {
content: '\e0a7';
}
.fa-arrows-turn-right:before {
content: '\e4c0';
}
.fa-arrows-turn-to-dots:before {
content: '\e4c1';
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
content: '\f07d';
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
content: '\f047';
}
.fa-arrows-up-to-line:before {
content: '\e4c2';
}
.fa-asterisk:before {
content: '\2a';
}
.fa-at:before {
content: '\40';
}
.fa-atom:before {
content: '\f5d2';
}
.fa-atom-alt:before,
.fa-atom-simple:before {
content: '\f5d3';
}
.fa-audio-description:before {
content: '\f29e';
}
.fa-audio-description-slash:before {
content: '\e0a8';
}
.fa-austral-sign:before {
content: '\e0a9';
}
.fa-avocado:before {
content: '\e0aa';
}
.fa-award:before {
content: '\f559';
}
.fa-award-simple:before {
content: '\e0ab';
}
.fa-axe:before {
content: '\f6b2';
}
.fa-axe-battle:before {
content: '\f6b3';
}
.fa-b:before {
content: '\42';
}
.fa-baby:before {
content: '\f77c';
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
content: '\f77d';
}
.fa-backpack:before {
content: '\f5d4';
}
.fa-backward:before {
content: '\f04a';
}
.fa-backward-fast:before,
.fa-fast-backward:before {
content: '\f049';
}
.fa-backward-step:before,
.fa-step-backward:before {
content: '\f048';
}
.fa-bacon:before {
content: '\f7e5';
}
.fa-bacteria:before {
content: '\e059';
}
.fa-bacterium:before {
content: '\e05a';
}
.fa-badge:before {
content: '\f335';
}
.fa-badge-check:before {
content: '\f336';
}
.fa-badge-dollar:before {
content: '\f645';
}
.fa-badge-percent:before {
content: '\f646';
}
.fa-badge-sheriff:before {
content: '\f8a2';
}
.fa-badger-honey:before {
content: '\f6b4';
}
.fa-badminton:before {
content: '\e33a';
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
content: '\f290';
}
.fa-bagel:before {
content: '\e3d7';
}
.fa-bags-shopping:before {
content: '\f847';
}
.fa-baguette:before {
content: '\e3d8';
}
.fa-bahai:before,
.fa-haykal:before {
content: '\f666';
}
.fa-baht-sign:before {
content: '\e0ac';
}
.fa-ball-pile:before {
content: '\f77e';
}
.fa-balloon:before {
content: '\e2e3';
}
.fa-balloons:before {
content: '\e2e4';
}
.fa-ballot:before {
content: '\f732';
}
.fa-ballot-check:before {
content: '\f733';
}
.fa-ban:before,
.fa-cancel:before {
content: '\f05e';
}
.fa-ban-bug:before,
.fa-debug:before {
content: '\f7f9';
}
.fa-ban-parking:before,
.fa-parking-circle-slash:before {
content: '\f616';
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
content: '\f54d';
}
.fa-banana:before {
content: '\e2e5';
}
.fa-band-aid:before,
.fa-bandage:before {
content: '\f462';
}
.fa-bangladeshi-taka-sign:before {
content: '\e2e6';
}
.fa-banjo:before {
content: '\f8a3';
}
.fa-barcode:before {
content: '\f02a';
}
.fa-barcode-read:before {
content: '\f464';
}
.fa-barcode-scan:before {
content: '\f465';
}
.fa-bars:before,
.fa-navicon:before {
content: '\f0c9';
}
.fa-bars-filter:before {
content: '\e0ad';
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
content: '\f828';
}
.fa-bars-sort:before {
content: '\e0ae';
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
content: '\f550';
}
.fa-baseball-ball:before,
.fa-baseball:before {
content: '\f433';
}
.fa-baseball-bat-ball:before {
content: '\f432';
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
content: '\f291';
}
.fa-basket-shopping-simple:before,
.fa-shopping-basket-alt:before {
content: '\e0af';
}
.fa-basketball-ball:before,
.fa-basketball:before {
content: '\f434';
}
.fa-basketball-hoop:before {
content: '\f435';
}
.fa-bat:before {
content: '\f6b5';
}
.fa-bath:before,
.fa-bathtub:before {
content: '\f2cd';
}
.fa-battery-bolt:before {
content: '\f376';
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: '\f244';
}
.fa-battery-exclamation:before {
content: '\e0b0';
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
content: '\f240';
}
.fa-battery-3:before,
.fa-battery-half:before {
content: '\f242';
}
.fa-battery-1:before,
.fa-battery-low:before {
content: '\e0b1';
}
.fa-battery-2:before,
.fa-battery-quarter:before {
content: '\f243';
}
.fa-battery-slash:before {
content: '\f377';
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
content: '\f241';
}
.fa-bed:before {
content: '\f236';
}
.fa-bed-bunk:before {
content: '\f8f8';
}
.fa-bed-empty:before {
content: '\f8f9';
}
.fa-bed-alt:before,
.fa-bed-front:before {
content: '\f8f7';
}
.fa-bed-pulse:before,
.fa-procedures:before {
content: '\f487';
}
.fa-bee:before {
content: '\e0b2';
}
.fa-beer-foam:before,
.fa-beer-mug:before {
content: '\e0b3';
}
.fa-beer-mug-empty:before,
.fa-beer:before {
content: '\f0fc';
}
.fa-bell:before {
content: '\f0f3';
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
content: '\f562';
}
.fa-bell-exclamation:before {
content: '\f848';
}
.fa-bell-on:before {
content: '\f8fa';
}
.fa-bell-plus:before {
content: '\f849';
}
.fa-bell-school:before {
content: '\f5d5';
}
.fa-bell-school-slash:before {
content: '\f5d6';
}
.fa-bell-slash:before {
content: '\f1f6';
}
.fa-bells:before {
content: '\f77f';
}
.fa-bench-tree:before {
content: '\e2e7';
}
.fa-bezier-curve:before {
content: '\f55b';
}
.fa-bicycle:before {
content: '\f206';
}
.fa-binary:before {
content: '\e33b';
}
.fa-binary-circle-check:before {
content: '\e33c';
}
.fa-binary-lock:before {
content: '\e33d';
}
.fa-binary-slash:before {
content: '\e33e';
}
.fa-binoculars:before {
content: '\f1e5';
}
.fa-biohazard:before {
content: '\f780';
}
.fa-bird:before {
content: '\e469';
}
.fa-bitcoin-sign:before {
content: '\e0b4';
}
.fa-blanket:before {
content: '\f498';
}
.fa-blanket-fire:before {
content: '\e3da';
}
.fa-blender:before {
content: '\f517';
}
.fa-blender-phone:before {
content: '\f6b6';
}
.fa-blinds:before {
content: '\f8fb';
}
.fa-blinds-open:before {
content: '\f8fc';
}
.fa-blinds-raised:before {
content: '\f8fd';
}
.fa-block:before {
content: '\e46a';
}
.fa-block-brick:before,
.fa-wall-brick:before {
content: '\e3db';
}
.fa-block-brick-fire:before,
.fa-firewall:before {
content: '\e3dc';
}
.fa-block-question:before {
content: '\e3dd';
}
.fa-block-quote:before {
content: '\e0b5';
}
.fa-blog:before {
content: '\f781';
}
.fa-blueberries:before {
content: '\e2e8';
}
.fa-bold:before {
content: '\f032';
}
.fa-bolt:before,
.fa-zap:before {
content: '\f0e7';
}
.fa-bolt-auto:before {
content: '\e0b6';
}
.fa-bolt-lightning:before {
content: '\e0b7';
}
.fa-bolt-slash:before {
content: '\e0b8';
}
.fa-bomb:before {
content: '\f1e2';
}
.fa-bone:before {
content: '\f5d7';
}
.fa-bone-break:before {
content: '\f5d8';
}
.fa-bong:before {
content: '\f55c';
}
.fa-book:before {
content: '\f02d';
}
.fa-book-arrow-right:before {
content: '\e0b9';
}
.fa-book-arrow-up:before {
content: '\e0ba';
}
.fa-atlas:before,
.fa-book-atlas:before {
content: '\f558';
}
.fa-bible:before,
.fa-book-bible:before {
content: '\f647';
}
.fa-book-alt:before,
.fa-book-blank:before {
content: '\f5d9';
}
.fa-book-bookmark:before {
content: '\e0bb';
}
.fa-book-circle-arrow-right:before {
content: '\e0bc';
}
.fa-book-circle-arrow-up:before {
content: '\e0bd';
}
.fa-book-copy:before {
content: '\e0be';
}
.fa-book-font:before {
content: '\e0bf';
}
.fa-book-heart:before {
content: '\f499';
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
content: '\f66a';
}
.fa-book-medical:before {
content: '\f7e6';
}
.fa-book-open:before {
content: '\f518';
}
.fa-book-open-alt:before,
.fa-book-open-cover:before {
content: '\e0c0';
}
.fa-book-open-reader:before,
.fa-book-reader:before {
content: '\f5da';
}
.fa-book-quran:before,
.fa-quran:before {
content: '\f687';
}
.fa-book-law:before,
.fa-book-section:before {
content: '\e0c1';
}
.fa-book-dead:before,
.fa-book-skull:before {
content: '\f6b7';
}
.fa-book-sparkles:before,
.fa-book-spells:before {
content: '\f6b8';
}
.fa-book-tanakh:before,
.fa-tanakh:before {
content: '\f827';
}
.fa-book-user:before {
content: '\f7e7';
}
.fa-bookmark:before {
content: '\f02e';
}
.fa-bookmark-slash:before {
content: '\e0c2';
}
.fa-books:before {
content: '\f5db';
}
.fa-books-medical:before {
content: '\f7e8';
}
.fa-boombox:before {
content: '\f8a5';
}
.fa-boot:before {
content: '\f782';
}
.fa-boot-heeled:before {
content: '\e33f';
}
.fa-booth-curtain:before {
content: '\f734';
}
.fa-border-all:before {
content: '\f84c';
}
.fa-border-bottom:before {
content: '\f84d';
}
.fa-border-bottom-right:before,
.fa-border-style-alt:before {
content: '\f854';
}
.fa-border-center-h:before {
content: '\f89c';
}
.fa-border-center-v:before {
content: '\f89d';
}
.fa-border-inner:before {
content: '\f84e';
}
.fa-border-left:before {
content: '\f84f';
}
.fa-border-none:before {
content: '\f850';
}
.fa-border-outer:before {
content: '\f851';
}
.fa-border-right:before {
content: '\f852';
}
.fa-border-top:before {
content: '\f855';
}
.fa-border-style:before,
.fa-border-top-left:before {
content: '\f853';
}
.fa-bore-hole:before {
content: '\e4c3';
}
.fa-bottle-droplet:before {
content: '\e4c4';
}
.fa-bottle-water:before {
content: '\e4c5';
}
.fa-bow-arrow:before {
content: '\f6b9';
}
.fa-bowl-chopsticks:before {
content: '\e2e9';
}
.fa-bowl-chopsticks-noodles:before {
content: '\e2ea';
}
.fa-bowl-food:before {
content: '\e4c6';
}
.fa-bowl-hot:before,
.fa-soup:before {
content: '\f823';
}
.fa-bowl-rice:before {
content: '\e2eb';
}
.fa-bowl-scoop:before,
.fa-bowl-shaved-ice:before {
content: '\e3de';
}
.fa-bowl-scoops:before {
content: '\e3df';
}
.fa-bowl-soft-serve:before {
content: '\e46b';
}
.fa-bowl-spoon:before {
content: '\e3e0';
}
.fa-bowling-ball:before {
content: '\f436';
}
.fa-bowling-ball-pin:before {
content: '\e0c3';
}
.fa-bowling-pins:before {
content: '\f437';
}
.fa-box:before {
content: '\f466';
}
.fa-archive:before,
.fa-box-archive:before {
content: '\f187';
}
.fa-box-ballot:before {
content: '\f735';
}
.fa-box-check:before {
content: '\f467';
}
.fa-box-circle-check:before {
content: '\e0c4';
}
.fa-box-dollar:before,
.fa-box-usd:before {
content: '\f4a0';
}
.fa-box-heart:before {
content: '\f49d';
}
.fa-box-open:before {
content: '\f49e';
}
.fa-box-full:before,
.fa-box-open-full:before {
content: '\f49c';
}
.fa-box-alt:before,
.fa-box-taped:before {
content: '\f49a';
}
.fa-box-tissue:before {
content: '\e05b';
}
.fa-boxes-packing:before {
content: '\e4c7';
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
content: '\f468';
}
.fa-boxing-glove:before,
.fa-glove-boxing:before {
content: '\f438';
}
.fa-bracket-curly-left:before,
.fa-bracket-curly:before {
content: '\7b';
}
.fa-bracket-curly-right:before {
content: '\7d';
}
.fa-bracket-round:before,
.fa-parenthesis:before {
content: '\28';
}
.fa-bracket-round-right:before {
content: '\29';
}
.fa-bracket-left:before,
.fa-bracket-square:before,
.fa-bracket:before {
content: '\5b';
}
.fa-bracket-square-right:before {
content: '\5d';
}
.fa-brackets-curly:before {
content: '\f7ea';
}
.fa-brackets-round:before,
.fa-parentheses:before {
content: '\e0c5';
}
.fa-brackets-square:before,
.fa-brackets:before {
content: '\f7e9';
}
.fa-braille:before {
content: '\f2a1';
}
.fa-brain:before {
content: '\f5dc';
}
.fa-brain-arrow-curved-right:before,
.fa-mind-share:before {
content: '\f677';
}
.fa-brain-circuit:before {
content: '\e0c6';
}
.fa-brake-warning:before {
content: '\e0c7';
}
.fa-brazilian-real-sign:before {
content: '\e46c';
}
.fa-bread-loaf:before {
content: '\f7eb';
}
.fa-bread-slice:before {
content: '\f7ec';
}
.fa-bread-slice-butter:before {
content: '\e3e1';
}
.fa-bridge:before {
content: '\e4c8';
}
.fa-bridge-circle-check:before {
content: '\e4c9';
}
.fa-bridge-circle-exclamation:before {
content: '\e4ca';
}
.fa-bridge-circle-xmark:before {
content: '\e4cb';
}
.fa-bridge-lock:before {
content: '\e4cc';
}
.fa-bridge-suspension:before {
content: '\e4cd';
}
.fa-bridge-water:before {
content: '\e4ce';
}
.fa-briefcase:before {
content: '\f0b1';
}
.fa-briefcase-arrow-right:before {
content: '\e2f2';
}
.fa-briefcase-blank:before {
content: '\e0c8';
}
.fa-briefcase-medical:before {
content: '\f469';
}
.fa-brightness:before {
content: '\e0c9';
}
.fa-brightness-low:before {
content: '\e0ca';
}
.fa-bring-forward:before {
content: '\f856';
}
.fa-bring-front:before {
content: '\f857';
}
.fa-broccoli:before {
content: '\e3e2';
}
.fa-broom:before {
content: '\f51a';
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
content: '\f458';
}
.fa-browser:before {
content: '\f37e';
}
.fa-browsers:before {
content: '\e0cb';
}
.fa-brush:before {
content: '\f55d';
}
.fa-bucket:before {
content: '\e4cf';
}
.fa-bug:before {
content: '\f188';
}
.fa-bug-slash:before {
content: '\e490';
}
.fa-bugs:before {
content: '\e4d0';
}
.fa-building:before {
content: '\f1ad';
}
.fa-building-circle-arrow-right:before {
content: '\e4d1';
}
.fa-building-circle-check:before {
content: '\e4d2';
}
.fa-building-circle-exclamation:before {
content: '\e4d3';
}
.fa-building-circle-xmark:before {
content: '\e4d4';
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
content: '\f19c';
}
.fa-building-flag:before {
content: '\e4d5';
}
.fa-building-lock:before {
content: '\e4d6';
}
.fa-building-ngo:before {
content: '\e4d7';
}
.fa-building-shield:before {
content: '\e4d8';
}
.fa-building-un:before {
content: '\e4d9';
}
.fa-building-user:before {
content: '\e4da';
}
.fa-building-wheat:before {
content: '\e4db';
}
.fa-buildings:before {
content: '\e0cc';
}
.fa-bullhorn:before {
content: '\f0a1';
}
.fa-bullseye:before {
content: '\f140';
}
.fa-bullseye-arrow:before {
content: '\f648';
}
.fa-bullseye-pointer:before {
content: '\f649';
}
.fa-burger:before,
.fa-hamburger:before {
content: '\f805';
}
.fa-burger-cheese:before,
.fa-cheeseburger:before {
content: '\f7f1';
}
.fa-burger-fries:before {
content: '\e0cd';
}
.fa-burger-glass:before {
content: '\e0ce';
}
.fa-burger-lettuce:before {
content: '\e3e3';
}
.fa-burger-soda:before {
content: '\f858';
}
.fa-burrito:before {
content: '\f7ed';
}
.fa-burst:before {
content: '\e4dc';
}
.fa-bus:before {
content: '\f207';
}
.fa-bus-school:before {
content: '\f5dd';
}
.fa-bus-alt:before,
.fa-bus-simple:before {
content: '\f55e';
}
.fa-briefcase-clock:before,
.fa-business-time:before {
content: '\f64a';
}
.fa-butter:before {
content: '\e3e4';
}
.fa-c:before {
content: '\43';
}
.fa-cabin:before {
content: '\e46d';
}
.fa-cabinet-filing:before {
content: '\f64b';
}
.fa-cable-car:before,
.fa-tram:before {
content: '\f7da';
}
.fa-cactus:before {
content: '\f8a7';
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
content: '\f1fd';
}
.fa-cake-slice:before,
.fa-shortcake:before {
content: '\e3e5';
}
.fa-calculator:before {
content: '\f1ec';
}
.fa-calculator-alt:before,
.fa-calculator-simple:before {
content: '\f64c';
}
.fa-calendar:before {
content: '\f133';
}
.fa-calendar-arrow-down:before,
.fa-calendar-download:before {
content: '\e0d0';
}
.fa-calendar-arrow-up:before,
.fa-calendar-upload:before {
content: '\e0d1';
}
.fa-calendar-check:before {
content: '\f274';
}
.fa-calendar-circle-exclamation:before {
content: '\e46e';
}
.fa-calendar-circle-minus:before {
content: '\e46f';
}
.fa-calendar-circle-plus:before {
content: '\e470';
}
.fa-calendar-circle-user:before {
content: '\e471';
}
.fa-calendar-clock:before,
.fa-calendar-time:before {
content: '\e0d2';
}
.fa-calendar-day:before {
content: '\f783';
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
content: '\f073';
}
.fa-calendar-exclamation:before {
content: '\f334';
}
.fa-calendar-heart:before {
content: '\e0d3';
}
.fa-calendar-image:before {
content: '\e0d4';
}
.fa-calendar-lines:before,
.fa-calendar-note:before {
content: '\e0d5';
}
.fa-calendar-lines-pen:before {
content: '\e472';
}
.fa-calendar-minus:before {
content: '\f272';
}
.fa-calendar-edit:before,
.fa-calendar-pen:before {
content: '\f333';
}
.fa-calendar-plus:before {
content: '\f271';
}
.fa-calendar-range:before {
content: '\e0d6';
}
.fa-calendar-star:before {
content: '\f736';
}
.fa-calendar-week:before {
content: '\f784';
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
content: '\f273';
}
.fa-calendars:before {
content: '\e0d7';
}
.fa-camcorder:before,
.fa-video-handheld:before {
content: '\f8a8';
}
.fa-camera-alt:before,
.fa-camera:before {
content: '\f030';
}
.fa-camera-cctv:before,
.fa-cctv:before {
content: '\f8ac';
}
.fa-camera-movie:before {
content: '\f8a9';
}
.fa-camera-polaroid:before {
content: '\f8aa';
}
.fa-camera-retro:before {
content: '\f083';
}
.fa-camera-rotate:before {
content: '\e0d8';
}
.fa-camera-home:before,
.fa-camera-security:before {
content: '\f8fe';
}
.fa-camera-slash:before {
content: '\e0d9';
}
.fa-camera-viewfinder:before,
.fa-screenshot:before {
content: '\e0da';
}
.fa-camera-web:before,
.fa-webcam:before {
content: '\f832';
}
.fa-camera-web-slash:before,
.fa-webcam-slash:before {
content: '\f833';
}
.fa-campfire:before {
content: '\f6ba';
}
.fa-campground:before {
content: '\f6bb';
}
.fa-can-food:before {
content: '\e3e6';
}
.fa-candle-holder:before {
content: '\f6bc';
}
.fa-candy:before {
content: '\e3e7';
}
.fa-candy-bar:before,
.fa-chocolate-bar:before {
content: '\e3e8';
}
.fa-candy-cane:before {
content: '\f786';
}
.fa-candy-corn:before {
content: '\f6bd';
}
.fa-cannabis:before {
content: '\f55f';
}
.fa-capsules:before {
content: '\f46b';
}
.fa-automobile:before,
.fa-car:before {
content: '\f1b9';
}
.fa-battery-car:before,
.fa-car-battery:before {
content: '\f5df';
}
.fa-car-bolt:before {
content: '\e341';
}
.fa-car-building:before {
content: '\f859';
}
.fa-car-bump:before {
content: '\f5e0';
}
.fa-car-burst:before,
.fa-car-crash:before {
content: '\f5e1';
}
.fa-car-bus:before {
content: '\f85a';
}
.fa-car-circle-bolt:before {
content: '\e342';
}
.fa-car-garage:before {
content: '\f5e2';
}
.fa-car-mirrors:before {
content: '\e343';
}
.fa-car-on:before {
content: '\e4dd';
}
.fa-car-alt:before,
.fa-car-rear:before {
content: '\f5de';
}
.fa-car-side:before {
content: '\f5e4';
}
.fa-car-side-bolt:before {
content: '\e344';
}
.fa-car-tilt:before {
content: '\f5e5';
}
.fa-car-tunnel:before {
content: '\e4de';
}
.fa-car-wash:before {
content: '\f5e6';
}
.fa-car-mechanic:before,
.fa-car-wrench:before {
content: '\f5e3';
}
.fa-caravan:before {
content: '\f8ff';
}
.fa-caravan-alt:before,
.fa-caravan-simple:before {
content: '\e000';
}
.fa-card-club:before {
content: '\e3e9';
}
.fa-card-diamond:before {
content: '\e3ea';
}
.fa-card-heart:before {
content: '\e3eb';
}
.fa-card-spade:before {
content: '\e3ec';
}
.fa-cards:before {
content: '\e3ed';
}
.fa-cards-blank:before {
content: '\e4df';
}
.fa-caret-down:before {
content: '\f0d7';
}
.fa-caret-left:before {
content: '\f0d9';
}
.fa-caret-right:before {
content: '\f0da';
}
.fa-caret-up:before {
content: '\f0d8';
}
.fa-carrot:before {
content: '\f787';
}
.fa-cars:before {
content: '\f85b';
}
.fa-cart-arrow-down:before {
content: '\f218';
}
.fa-cart-arrow-up:before {
content: '\e3ee';
}
.fa-cart-circle-arrow-down:before {
content: '\e3ef';
}
.fa-cart-circle-arrow-up:before {
content: '\e3f0';
}
.fa-cart-circle-check:before {
content: '\e3f1';
}
.fa-cart-circle-exclamation:before {
content: '\e3f2';
}
.fa-cart-circle-plus:before {
content: '\e3f3';
}
.fa-cart-circle-xmark:before {
content: '\e3f4';
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
content: '\f474';
}
.fa-cart-flatbed-boxes:before,
.fa-dolly-flatbed-alt:before {
content: '\f475';
}
.fa-cart-flatbed-empty:before,
.fa-dolly-flatbed-empty:before {
content: '\f476';
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
content: '\f59d';
}
.fa-cart-minus:before {
content: '\e0db';
}
.fa-cart-plus:before {
content: '\f217';
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
content: '\f07a';
}
.fa-cart-shopping-fast:before {
content: '\e0dc';
}
.fa-cart-xmark:before {
content: '\e0dd';
}
.fa-cash-register:before {
content: '\f788';
}
.fa-betamax:before,
.fa-cassette-betamax:before {
content: '\f8a4';
}
.fa-cassette-tape:before {
content: '\f8ab';
}
.fa-cassette-vhs:before,
.fa-vhs:before {
content: '\f8ec';
}
.fa-castle:before {
content: '\e0de';
}
.fa-cat:before {
content: '\f6be';
}
.fa-cat-space:before {
content: '\e001';
}
.fa-cauldron:before {
content: '\f6bf';
}
.fa-cedi-sign:before {
content: '\e0df';
}
.fa-cent-sign:before {
content: '\e3f5';
}
.fa-certificate:before {
content: '\f0a3';
}
.fa-chair:before {
content: '\f6c0';
}
.fa-chair-office:before {
content: '\f6c1';
}
.fa-blackboard:before,
.fa-chalkboard:before {
content: '\f51b';
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
content: '\f51c';
}
.fa-champagne-glass:before,
.fa-glass-champagne:before {
content: '\f79e';
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
content: '\f79f';
}
.fa-charging-station:before {
content: '\f5e7';
}
.fa-area-chart:before,
.fa-chart-area:before {
content: '\f1fe';
}
.fa-bar-chart:before,
.fa-chart-bar:before {
content: '\f080';
}
.fa-chart-bullet:before {
content: '\e0e1';
}
.fa-chart-candlestick:before {
content: '\e0e2';
}
.fa-chart-column:before {
content: '\e0e3';
}
.fa-chart-gantt:before {
content: '\e0e4';
}
.fa-chart-line:before,
.fa-line-chart:before {
content: '\f201';
}
.fa-chart-line-down:before {
content: '\f64d';
}
.fa-chart-line-up:before {
content: '\e0e5';
}
.fa-analytics:before,
.fa-chart-mixed:before {
content: '\f643';
}
.fa-chart-network:before {
content: '\f78a';
}
.fa-chart-pie:before,
.fa-pie-chart:before {
content: '\f200';
}
.fa-chart-pie-alt:before,
.fa-chart-pie-simple:before {
content: '\f64e';
}
.fa-chart-pyramid:before {
content: '\e0e6';
}
.fa-chart-radar:before {
content: '\e0e7';
}
.fa-chart-scatter:before {
content: '\f7ee';
}
.fa-chart-scatter-3d:before {
content: '\e0e8';
}
.fa-chart-scatter-bubble:before {
content: '\e0e9';
}
.fa-chart-simple:before {
content: '\e473';
}
.fa-chart-simple-horizontal:before {
content: '\e474';
}
.fa-chart-tree-map:before {
content: '\e0ea';
}
.fa-chart-user:before,
.fa-user-chart:before {
content: '\f6a3';
}
.fa-chart-waterfall:before {
content: '\e0eb';
}
.fa-check:before {
content: '\f00c';
}
.fa-check-double:before {
content: '\f560';
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
content: '\f772';
}
.fa-cheese:before {
content: '\f7ef';
}
.fa-cheese-swiss:before {
content: '\f7f0';
}
.fa-cherries:before {
content: '\e0ec';
}
.fa-chess:before {
content: '\f439';
}
.fa-chess-bishop:before {
content: '\f43a';
}
.fa-chess-bishop-alt:before,
.fa-chess-bishop-piece:before {
content: '\f43b';
}
.fa-chess-board:before {
content: '\f43c';
}
.fa-chess-clock:before {
content: '\f43d';
}
.fa-chess-clock-alt:before,
.fa-chess-clock-flip:before {
content: '\f43e';
}
.fa-chess-king:before {
content: '\f43f';
}
.fa-chess-king-alt:before,
.fa-chess-king-piece:before {
content: '\f440';
}
.fa-chess-knight:before {
content: '\f441';
}
.fa-chess-knight-alt:before,
.fa-chess-knight-piece:before {
content: '\f442';
}
.fa-chess-pawn:before {
content: '\f443';
}
.fa-chess-pawn-alt:before,
.fa-chess-pawn-piece:before {
content: '\f444';
}
.fa-chess-queen:before {
content: '\f445';
}
.fa-chess-queen-alt:before,
.fa-chess-queen-piece:before {
content: '\f446';
}
.fa-chess-