
@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}

.fa {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    -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-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-stop:before {
    content: '\f04d';
}

.fa-create:before {
    content: '\f055';
}

.fa-edit:before {
    content: '\f044';
}

.fa-delete:before {
    content: '\f1f8';
}

.fa-search:before {
    content: '\f002';
}

.fa-circlex:before {
    content: '\f057';
}

.fa-threedots:before {
    content: '\f142';
}

.fa-copy:before {
    content: '\f0c5';
}

.fa-paste:before {
    content: '\f0ea';
}


.fa-avatar:before {
    content: '\f4fb';
}

.fa-signout:before {
    content: '\f2f5';
}

.fa-dashboard:before {
    content: '\f625';
}

.fa-circleup:before {
    content: '\f35b';
}

.fa-chevronup:before {
    content: '\f102';
}

.fa-save:before {
    content: '\f0c7';
}

.fa-circle-info:before {
    content: '\f05a';
}


.fa-trash:before {
    content: '\f1f8';
}

.fa-eye:before {
    content: '\f06e';
}

.fa-book-heart:before {
    content: '\f7e6';
}

.fa-play:before {
    content: '\f04b';
}

.fa-icon-information:before {
    content: '\f05a';
}

.fa-icon--warning:before {
    content: '\f071';
    color:orange;
}

.fa-icon--error:before {
    content: '\f04b';
    color:red;
}

.fa-icon--success:before {
    content: '\f00c';
    color:lawngreen;
}

.fa-icon-exchange:before {
    content: '\f0ec';
}

.fa-icon-ban:before {
    content: '\f05e';
}

.fa-menu:before {
    content: '\f0c9';
}

.fa-chevron-down:before {
    content: '\f078';
}

.fa-chevron-left:before {
    content: '\f323';
}

.fa-chevron-right:before {
    content: '\f324';
}

.fa-user:before {
    content: '\f007';
}

.fa-users:before {
    content: '\f0c0';
}

.fa-account:before {
    content: '\f65c';
}

.fa-exchange:before {
    content: '\f0ec';
}

.fa-monitor-waveform:before {
    content: '\f611';
}

.fa-satellite-dish:before {
    content: '\f7c0';
}

.fa-folders:before {
    content: '\f660';
}

.fa-logout:before {
    content: '\f2f5';
}

.fa-user-access-rights:before {
    content: '\f502';
}