/**
 * Created by Stefan Potuijt || stefan@potuijt.com
 * Date: 10-05-2016
 * Component: HkCommon
 */
/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  text-shadow: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
* {
  outline: none;
}
body {
  font-family: 'Avenir Next', Sans-Serif;
  font-size: 16px;
  color: #1D1C1D;
  margin: 0;
  position: relative;
  max-width: 100%;
  min-height: 100vh;
  min-width: 320px;
}
b,
strong,
.bold {
  font-family: "Avenir Next LT W01 Demi";
}
* {
  box-sizing: border-box;
}
.clear {
  clear: both;
}
html {
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
input {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
}
a {
  text-decoration: underline;
  color: #000000;
}
.no-touch a:hover {
  text-decoration: none;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a,
.pointer {
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.35);
}
.button,
exact-view > ul > li .bsy-section-body ul.actions > li ul li,
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content .button,
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
boolean-widget > div:not(.title) ul:not(.readonly) li,
check-widget > div:not(.title) .check:not(.readonly),
.no-touch header-bar > div .new-item .context-menu > li:hover,
side-bar > div .menu > li.item:hover:not(.active),
.no-touch side-bar > div .menu > li .context-menu > ul > li:hover,
pie-chart-panel > div .navigation li:hover:not(.active):not(.disabled) .icon,
location-view > ul > li .bsy-section-body .sync-button,
create-subscription-popup > div .grid > li.properties .section.subscription ul > li.interval ul.simple-slider > li,
create-subscription-popup > div .grid > li.product > ul > li,
.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
view-task-popup > div .grid > li.task-menu > ul > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler):hover,
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler):hover,
task-actions-menu-widget > ul > li ul li,
download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.35);
}
* {
  outline: none;
}
.action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.35);
}
.action-button.small {
  padding: 8px 15px;
}
.action-button.secondary {
  background: #441A44;
  color: #FFFFFF;
}
.action-button.secondary.disabled {
  background: rgba(68, 26, 68, 0.4);
  color: rgba(255, 255, 255, 0.5);
  cursor: default !important;
}
.action-button.accent {
  background: #441A44;
  color: #FFFFFF;
}
.action-button.accent.disabled {
  background: rgba(68, 26, 68, 0.4);
  color: rgba(255, 255, 255, 0.5);
  cursor: default !important;
}
.action-button.outlined {
  border: 1px solid #1D1C1D;
}
.action-button.white {
  background: #FFFFFF;
  color: #1D1C1D;
}
.action-button.light-gray {
  background: #EFEFEF;
  color: #1D1C1D;
}
.action-button span {
  display: block;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.3;
  font-family: "AvenirNextLTW01-Medium";
  text-align: center;
}
.fixed-width-medium .action-button span,
.fixed-width-small .action-button span {
  font-size: 16px;
}
.phantom .action-button span,
.responsive .action-button span {
  font-size: 16px;
}
.no-touch .action-button:hover span {
  text-decoration: underline;
}
.action-button .icon {
  flex-grow: 1;
  text-align: right;
}
.action-button .icon i {
  font-size: 18px;
}
.action-button .icon + span {
  margin-left: 10px;
}
.action-button span + .icon {
  margin-left: 10px;
}
.action-button.small .icon i {
  font-size: 14px;
}
.action-button.small span {
  font-family: 'Avenir Next';
  font-size: 16px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pl-10 {
  padding-left: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.green {
  color: #5EC44A;
}
.light-gray {
  color: #EFEFEF;
}
.red {
  color: #EB5A46;
}
.orange {
  color: #FF9F1A;
}
.gray {
  color: #C1C1C1;
}
.dark-yellow {
  color: #F2D600;
}
.purple {
  color: #AD42F5;
}
.blue {
  color: #49B8E5;
}
.light-blue {
  color: #42B0F5;
}
.mint {
  color: #42F5AD;
}
.pink {
  color: #e63a77;
}
.navy {
  color: #363B69;
}
.secondary {
  color: #441A44;
}
.accent {
  color: #441A44;
}
#hkmediaviewer {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  transition: opacity 0.5s, max-height 1s;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#hkmediaviewer > * {
  min-width: 500px;
  max-width: 99vw;
}
.phantom #hkmediaviewer > *,
.responsive #hkmediaviewer > * {
  min-width: auto;
}
.hk-no-select,
suggestion-timeslots-widget .timeslots-list > li,
suggestion-transition-widget > div .fields > li.event .timeslots > li,
task-tags-widget > div .tags .tag,
filter-list .content .body table tr td .tags > li,
filter-view .content .body table tr td .tags > li,
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li .tags .tag,
view-task-popup > div .grid > li.task-info .tags .tag,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li.tags > ul .tag,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li,
plan-board-view > ul > li .scheduler-box .tags > li,
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li .tags .tag,
.e-tooltip-wrap .content-area > li.tags-row .tags > li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
[contenteditable] *,
input,
textarea,
.hk-select {
  -webkit-touch-callout: text !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  cursor: text;
}
#hknotification {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  transition: opacity 0.5s, max-height 1s;
}
#hknotification > * {
  display: block;
  animation-name: fadeIn;
  opacity: 0;
  animation-duration: 0;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  overflow: hidden;
  background: rgba(29, 28, 29, 0.9);
  width: 100vw;
}
#hknotification > * > * {
  max-height: 100vh;
  overflow-y: overlay;
  padding: 5px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.inline-labels {
  display: none;
}
.inline-label-box {
  position: relative;
  min-height: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.inline-label-box .inline-labels {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}
.inline-label-box .inline-labels > li {
  background: #441A44;
  color: #FFFFFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.inline-label-box .inline-labels > li:not(:last-child) {
  margin-right: 5px;
}
.no-touch .inline-label-box .inline-labels > li:hover {
  cursor: pointer;
}
.no-touch .inline-label-box .inline-labels > li:hover i {
  font-weight: 600;
}
.inline-label-box:hover {
  background: #EFEFEF;
}
.inline-label-box:hover .inline-labels {
  display: flex;
}
div.loader {
  display: none;
}
body.loading > div.loader {
  display: block;
}
.loader {
  position: fixed;
  top: 370px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  color: #441A44;
  font-weight: 400;
  padding: 25px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 4;
}
.loader i {
  margin: 10px 0;
  color: #441A44;
}
@media (max-width: 768px) {
  .loader {
    position: fixed;
    top: 250px;
  }
}
*.ng-hide {
  display: none !important;
}
body.no-scroll {
  overflow: hidden !important;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.popup-layout {
  background: #FFFFFF;
}
.popup-layout.full-width {
  width: calc(100vw - 50px);
}
.popup-layout h1 {
  margin: 5px 0 10px 5px;
  font-size: 24px;
}
.popup-layout .description {
  margin: 0 0 15px 10px;
}
.popup-layout .description p {
  margin: 5px 0;
}
.popup-layout .submit-button {
  margin-top: 15px;
}
.gradient145 {
  background-image: linear-gradient(145deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
h1 {
  font-family: "Avenir Next LT W01 Bold";
  font-size: 34px;
  line-height: 1.2;
  white-space: pre-line;
}
h1 i {
  margin-right: 5px;
}
h1 i + span,
h1 span + i {
  margin-left: 5px;
}
h2 {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 26px;
  line-height: 1.2;
  white-space: pre-line;
}
h2 i {
  margin-right: 5px;
}
h2 i + span,
h2 span + i {
  margin-left: 5px;
}
h3 {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 18px;
  line-height: 1.2;
  white-space: pre-line;
}
h3 i {
  margin-right: 5px;
}
h3 i + span,
h3 span + i {
  margin-left: 5px;
}
h4 {
  font-family: 'Avenir Next';
  font-size: 18px;
  line-height: 1.2;
  white-space: pre-line;
}
h4 i {
  margin-right: 5px;
}
h4 i + span,
h4 span + i {
  margin-left: 5px;
}
strong {
  font-family: "AvenirNextLTW01-Medium";
  font-weight: normal;
}
.title-style,
hk-confirm-popup > div .popup-title,
hk-notification-popup > div .popup-title,
hk-radio-select-popup > div h1,
hk-select-from-dropdown-popup > div .popup-title {
  font-family: "Avenir Next LT W01 Demi";
  font-size: 22px;
  margin: 15px 10px;
  text-align: center;
}
.title-style i,
hk-confirm-popup > div .popup-title i,
hk-notification-popup > div .popup-title i,
hk-radio-select-popup > div h1 i,
hk-select-from-dropdown-popup > div .popup-title i {
  margin-right: 10px;
}
.color-secondary {
  color: #441A44;
}
.color-accent {
  color: #441A44;
}
.bg-secondary {
  background-color: #441A44;
  color: #FFFFFF;
}
.bg-accent {
  background-color: #441A44;
  color: #FFFFFF;
}
.fill-secondary {
  fill: #441A44;
}
.fill-accent {
  fill: #441A44;
}
.fixed-width-large .responsive-element {
  width: 1100px;
  margin: 0 auto;
}
.fixed-width-medium .responsive-element {
  width: 940px;
  margin: 0 auto;
}
.fixed-width-small .responsive-element {
  width: 728px;
  margin: 0 auto;
}
.responsive .responsive-element {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.phantom .responsive-element {
  width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}
.responsive .desktop-only,
.responsive-only {
  display: none;
}
.responsive .responsive-only {
  display: block;
}
.rich-text-content ul:not(.steps):not(.fields),
.text-angular-content ul:not(.steps):not(.fields),
.rich-text-content ol,
.text-angular-content ol {
  padding-left: 15px;
}
.rich-text-content ul:not(.steps):not(.fields) li,
.text-angular-content ul:not(.steps):not(.fields) li,
.rich-text-content ol li,
.text-angular-content ol li {
  list-style: disc;
  margin-left: 15px;
}
.rich-text-content ul:not(.steps):not(.fields) li:not(:last-child),
.text-angular-content ul:not(.steps):not(.fields) li:not(:last-child),
.rich-text-content ol li:not(:last-child),
.text-angular-content ol li:not(:last-child) {
  margin-bottom: 5px;
}
.rich-text-content ol li,
.text-angular-content ol li {
  list-style: decimal;
}
.rich-text-content strong,
.text-angular-content strong,
.rich-text-content b,
.text-angular-content b {
  font-family: "AvenirNextLTW01-Medium";
  font-weight: normal;
  font-style: normal;
}
.rich-text-content i,
.text-angular-content i {
  font-family: "AvenirNextLTW01-Italic";
  font-style: normal;
}
.rich-text-content u,
.text-angular-content u {
  text-decoration: underline;
}
.rich-text-content strike,
.text-angular-content strike {
  text-decoration: line-through;
}
.rich-text-content br,
.text-angular-content br {
  margin: 0;
  padding: 0;
}
.rich-text-content a,
.text-angular-content a {
  text-decoration: underline;
  cursor: pointer;
}
body:not(.touch) .rich-text-content a:hover,
body:not(.touch) .text-angular-content a:hover {
  text-decoration: none;
}
.single-col {
  max-width: 700px !important;
}
.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  padding: 10px 25px;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.35);
}
.submit-button.small {
  padding: 8px 15px;
}
.submit-button.secondary {
  background: #441A44;
  color: #FFFFFF;
}
.submit-button.secondary.disabled {
  background: rgba(68, 26, 68, 0.4);
  color: rgba(255, 255, 255, 0.5);
  cursor: default !important;
}
.submit-button.accent {
  background: #441A44;
  color: #FFFFFF;
}
.submit-button.accent.disabled {
  background: rgba(68, 26, 68, 0.4);
  color: rgba(255, 255, 255, 0.5);
  cursor: default !important;
}
.submit-button.outlined {
  border: 1px solid #1D1C1D;
}
.submit-button.white {
  background: #FFFFFF;
  color: #1D1C1D;
}
.submit-button.light-gray {
  background: #EFEFEF;
  color: #1D1C1D;
}
.submit-button span {
  display: block;
  line-height: 1.3;
  font-family: "AvenirNextLTW01-Medium";
  text-align: center;
}
.fixed-width-medium .submit-button span,
.fixed-width-small .submit-button span {
  font-size: 16px;
}
.phantom .submit-button span,
.responsive .submit-button span {
  font-size: 16px;
}
.no-touch .submit-button:hover span {
  text-decoration: underline;
}
.submit-button .icon {
  text-align: right;
}
.submit-button .icon + span {
  margin-left: 10px;
}
.submit-button span + .icon {
  margin-left: 10px;
}
.submit-button.small .icon i {
  font-size: 14px;
}
.submit-button.small span {
  font-family: 'Avenir Next';
  font-size: 16px;
}
.widget-rows {
  width: 100%;
}
.widget-rows > li:not(:last-child) {
  margin-bottom: 10px;
}
.phantom .widget-rows > li:not(:last-child),
.responsive .widget-rows > li:not(:last-child) {
  margin-bottom: 0;
}
.widget-rows > li > .widgets {
  margin-right: -5px;
  display: flex;
}
.phantom .widget-rows > li > .widgets,
.responsive .widget-rows > li > .widgets {
  flex-direction: column;
  margin-right: 0;
}
.widget-rows > li > .widgets > li {
  flex-basis: calc(50% - 5px);
  margin-right: 5px;
  flex-grow: 1;
}
.phantom .widget-rows > li > .widgets > li,
.responsive .widget-rows > li > .widgets > li {
  flex-basis: 100%;
  margin-right: 0;
  margin-bottom: 5px;
}
.widget-rows > li hk-input-widget,
.widget-rows > li hk-dropdown-widget {
  width: 100%;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/style/avenir-next/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src: url("/style/avenir-next/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"), url("/style/avenir-next/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("/style/avenir-next/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("/style/avenir-next/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"), url("/style/avenir-next/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/style/avenir-next/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix");
  src: url("/style/avenir-next/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix") format("eot"), url("/style/avenir-next/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2") format("woff2"), url("/style/avenir-next/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff") format("woff"), url("/style/avenir-next/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf") format("truetype"), url("/style/avenir-next/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/style/avenir-next/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
  src: url("/style/avenir-next/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"), url("/style/avenir-next/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("/style/avenir-next/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), url("/style/avenir-next/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype"), url("/style/avenir-next/99affa9a-a5e9-4559-bd07-20cf0071852d.svg#99affa9a-a5e9-4559-bd07-20cf0071852d") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/style/avenir-next/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
  src: url("/style/avenir-next/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"), url("/style/avenir-next/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("/style/avenir-next/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), url("/style/avenir-next/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype"), url("/style/avenir-next/99affa9a-a5e9-4559-bd07-20cf0071852d.svg#99affa9a-a5e9-4559-bd07-20cf0071852d") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/style/avenir-next/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix");
  src: url("/style/avenir-next/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix") format("eot"), url("/style/avenir-next/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2") format("woff2"), url("/style/avenir-next/f401df6f-54eb-406c-b46a-90b9451c598d.woff") format("woff"), url("/style/avenir-next/276fe25e-e430-4376-b33c-705dd77b3dba.ttf") format("truetype"), url("/style/avenir-next/869dc33b-3685-4d74-a51c-82b435579093.svg#869dc33b-3685-4d74-a51c-82b435579093") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/style/avenir-next/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src: url("/style/avenir-next/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"), url("/style/avenir-next/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("/style/avenir-next/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("/style/avenir-next/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"), url("/style/avenir-next/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/style/avenir-next/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix");
  src: url("/style/avenir-next/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"), url("/style/avenir-next/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("/style/avenir-next/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), url("/style/avenir-next/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype"), url("/style/avenir-next/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg#a89d6ad1-a04f-4a8f-b140-e55478dbea80") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/style/avenir-next/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
  src: url("/style/avenir-next/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"), url("/style/avenir-next/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("/style/avenir-next/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), url("/style/avenir-next/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype"), url("/style/avenir-next/99affa9a-a5e9-4559-bd07-20cf0071852d.svg#99affa9a-a5e9-4559-bd07-20cf0071852d") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("/style/avenir-next/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix");
  src: url("/style/avenir-next/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix") format("eot"), url("/style/avenir-next/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"), url("/style/avenir-next/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"), url("/style/avenir-next/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf") format("truetype"), url("/style/avenir-next/ed104d8c-7f39-4e8b-90a9-4076be06b857.svg#ed104d8c-7f39-4e8b-90a9-4076be06b857") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "Avenir Next LT W02SC Condensed";
  src: url("/style/avenir-next/4064c113-1653-48f1-a2e8-e7eaf6f66870.eot?#iefix");
  src: url("/style/avenir-next/4064c113-1653-48f1-a2e8-e7eaf6f66870.eot?#iefix") format("eot"), url("/style/avenir-next/0a965a85-4682-4442-8edf-edd73a5b4454.woff2") format("woff2"), url("/style/avenir-next/984b2eaf-3cdc-4198-93c9-3049f9ba0659.woff") format("woff"), url("/style/avenir-next/f2ac19d1-c658-4ad1-abc1-398d300c43c0.ttf") format("truetype"), url("/style/avenir-next/cada96b3-47b6-4b7e-8adf-3d40df8cd73b.svg#cada96b3-47b6-4b7e-8adf-3d40df8cd73b") format("svg");
}
@font-face {
  font-family: "AvenirNextLTW01-Regular";
  src: url("/style/avenir-next/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix");
  src: url("/style/avenir-next/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix") format("eot"), url("/style/avenir-next/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2") format("woff2"), url("/style/avenir-next/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("/style/avenir-next/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"), url("/style/avenir-next/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg");
}
@font-face {
  font-family: "AvenirNextLTW01-Italic";
  src: url("/style/avenir-next/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix");
  src: url("/style/avenir-next/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix") format("eot"), url("/style/avenir-next/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2") format("woff2"), url("/style/avenir-next/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff") format("woff"), url("/style/avenir-next/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf") format("truetype"), url("/style/avenir-next/1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585.svg#1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585") format("svg");
}
@font-face {
  font-family: "AvenirNextLTW01-Medium";
  src: url("/style/avenir-next/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix");
  src: url("/style/avenir-next/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix") format("eot"), url("/style/avenir-next/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"), url("/style/avenir-next/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff"), url("/style/avenir-next/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf") format("truetype"), url("/style/avenir-next/a89d6ad1-a04f-4a8f-b140-e55478dbea80.svg#a89d6ad1-a04f-4a8f-b140-e55478dbea80") format("svg");
}
@font-face {
  font-family: "Avenir Next LT W01 Demi";
  src: url("/style/avenir-next/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix");
  src: url("/style/avenir-next/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix") format("eot"), url("/style/avenir-next/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2") format("woff2"), url("/style/avenir-next/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff") format("woff"), url("/style/avenir-next/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf") format("truetype"), url("/style/avenir-next/99affa9a-a5e9-4559-bd07-20cf0071852d.svg#99affa9a-a5e9-4559-bd07-20cf0071852d") format("svg");
}
@font-face {
  font-family: "Avenir Next LT W01 Bold";
  src: url("/style/avenir-next/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix");
  src: url("/style/avenir-next/dccb10af-07a2-404c-bfc7-7750e2716bc1.eot?#iefix") format("eot"), url("/style/avenir-next/14c73713-e4df-4dba-933b-057feeac8dd1.woff2") format("woff2"), url("/style/avenir-next/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff") format("woff"), url("/style/avenir-next/890bd988-5306-43ff-bd4b-922bc5ebdeb4.ttf") format("truetype"), url("/style/avenir-next/ed104d8c-7f39-4e8b-90a9-4076be06b857.svg#ed104d8c-7f39-4e8b-90a9-4076be06b857") format("svg");
}
@font-face {
  font-family: "Avenir Next W01 Light";
  src: url("/style/avenir-next/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix");
  src: url("/style/avenir-next/0ecef829-586e-426d-a633-4c8a8c926769.eot?#iefix") format("eot"), url("/style/avenir-next/49c5f3e1-5867-4b1d-a843-2d07fa60d85d.woff2") format("woff2"), url("/style/avenir-next/f401df6f-54eb-406c-b46a-90b9451c598d.woff") format("woff"), url("/style/avenir-next/276fe25e-e430-4376-b33c-705dd77b3dba.ttf") format("truetype"), url("/style/avenir-next/869dc33b-3685-4d74-a51c-82b435579093.svg#869dc33b-3685-4d74-a51c-82b435579093") format("svg");
}
@font-face {
  font-family: "Santral W01 Light";
  src: url("/style/santral/a5ad1144-da5b-4069-8cb4-81a109a654bf.eot?#iefix");
  src: url("/style/santral/a5ad1144-da5b-4069-8cb4-81a109a654bf.eot?#iefix") format("eot"), url("/style/santral/f8bfa935-aa4c-4db9-be5b-64b7d951601c.woff2") format("woff2"), url("/style/santral/f40a9e3f-78d2-42d8-a947-f1e84859212b.woff") format("woff"), url("/style/santral/83d3da77-3798-4767-a818-cbb596bacb98.ttf") format("truetype"), url("/style/santral/5ba3bde0-4628-44c5-9c7f-ae487e4509ed.svg#5ba3bde0-4628-44c5-9c7f-ae487e4509ed") format("svg");
}
@font-face {
  font-family: "Santral W01 Light Italic";
  src: url("/style/santral/ca9e7597-8635-4fe3-90db-5f6b7264d9b5.eot?#iefix");
  src: url("/style/santral/ca9e7597-8635-4fe3-90db-5f6b7264d9b5.eot?#iefix") format("eot"), url("/style/santral/70a35074-b196-44f5-91cf-a6be76d4c458.woff2") format("woff2"), url("/style/santral/f1bf8252-34a2-438c-a755-96f06d5f01da.woff") format("woff"), url("/style/santral/e19e69b7-594d-4995-8e3a-7d76b65774bf.ttf") format("truetype"), url("/style/santral/8edf7e4c-4327-4983-8b34-97d6c5840992.svg#8edf7e4c-4327-4983-8b34-97d6c5840992") format("svg");
}
@font-face {
  font-family: "Santral W01 Book";
  src: url("/style/santral/fa62712e-ed4c-4ca0-80cc-82a76296cda4.eot?#iefix");
  src: url("/style/santral/fa62712e-ed4c-4ca0-80cc-82a76296cda4.eot?#iefix") format("eot"), url("/style/santral/f405303b-225b-456d-9723-b1df488846f0.woff2") format("woff2"), url("/style/santral/faeb2b76-033f-4442-bc40-37f76c454eb4.woff") format("woff"), url("/style/santral/b0bf56d0-7728-4d8d-9763-3738c3da0869.ttf") format("truetype"), url("/style/santral/48149f12-f573-4db4-939d-6b88c4f89f96.svg#48149f12-f573-4db4-939d-6b88c4f89f96") format("svg");
}
@font-face {
  font-family: "Santral W01 Book Italic";
  src: url("/style/santral/e55537e6-44df-4d42-930a-689e5075739c.eot?#iefix");
  src: url("/style/santral/e55537e6-44df-4d42-930a-689e5075739c.eot?#iefix") format("eot"), url("/style/santral/1be10ffb-af6c-42ad-964a-f00637a6342f.woff2") format("woff2"), url("/style/santral/438e9193-3afa-455d-87c2-d907958ebbdc.woff") format("woff"), url("/style/santral/17d061a2-629a-4ffb-9380-f55db3d5056c.ttf") format("truetype"), url("/style/santral/617d8f96-8a36-498e-a3de-7e5268596d7f.svg#617d8f96-8a36-498e-a3de-7e5268596d7f") format("svg");
}
@font-face {
  font-family: "Santral W01 Regular";
  src: url("/style/santral/c63e44ea-5123-4c9b-8cea-b403e35a1dad.eot?#iefix");
  src: url("/style/santral/c63e44ea-5123-4c9b-8cea-b403e35a1dad.eot?#iefix") format("eot"), url("/style/santral/047ca209-0ecf-480c-ab3f-7b0b754e2de4.woff2") format("woff2"), url("/style/santral/b098fe12-4712-4497-965f-6886c44abdf9.woff") format("woff"), url("/style/santral/8609fa43-e3d3-4a89-abdc-e4778ba48382.ttf") format("truetype"), url("/style/santral/6192cab1-bf62-4b02-ac01-8a04c7be46c6.svg#6192cab1-bf62-4b02-ac01-8a04c7be46c6") format("svg");
}
@font-face {
  font-family: "Santral W01 Regular Italic";
  src: url("/style/santral/d389f977-ccf9-42d6-94c8-f49efc0ef275.eot?#iefix");
  src: url("/style/santral/d389f977-ccf9-42d6-94c8-f49efc0ef275.eot?#iefix") format("eot"), url("/style/santral/7eeb3856-9984-4c1e-b3a3-05c38844d9d6.woff2") format("woff2"), url("/style/santral/33366f29-2d62-4cc5-af5a-d941b67d61d6.woff") format("woff"), url("/style/santral/45d31da4-bc34-4bd0-94f7-e9d33ad1da1e.ttf") format("truetype"), url("/style/santral/3af060d6-8ae6-4c6a-9821-f9c799f18ce3.svg#3af060d6-8ae6-4c6a-9821-f9c799f18ce3") format("svg");
}
@font-face {
  font-family: "Santral W01 Medium";
  src: url("/style/santral/75037de3-f5a6-4e23-bb9e-7ab10eb9a9ee.eot?#iefix");
  src: url("/style/santral/75037de3-f5a6-4e23-bb9e-7ab10eb9a9ee.eot?#iefix") format("eot"), url("/style/santral/eb3b5069-e24c-450f-8234-15036a5c9e8a.woff2") format("woff2"), url("/style/santral/93b08e64-005a-4359-9062-a22564472854.woff") format("woff"), url("/style/santral/593a544e-fbf6-4c30-ac86-461f3a025dfe.ttf") format("truetype"), url("/style/santral/1e5c15a3-5b86-43ff-b148-8940b4386f15.svg#1e5c15a3-5b86-43ff-b148-8940b4386f15") format("svg");
}
@font-face {
  font-family: "Santral W01 Medium Italic";
  src: url("/style/santral/db764470-08c8-4196-8084-c1b26d1b182d.eot?#iefix");
  src: url("/style/santral/db764470-08c8-4196-8084-c1b26d1b182d.eot?#iefix") format("eot"), url("/style/santral/93e2130a-43b8-41e5-8a2d-36ec6383bf59.woff2") format("woff2"), url("/style/santral/b25abc46-acba-45b5-a3a1-1e579dde8bf4.woff") format("woff"), url("/style/santral/9f745cc2-7afa-4e26-8bf3-6d63e583ca55.ttf") format("truetype"), url("/style/santral/b23c6d8d-ad32-4639-a25b-a1efd30ca6f3.svg#b23c6d8d-ad32-4639-a25b-a1efd30ca6f3") format("svg");
}
@font-face {
  font-family: "Santral W01 SemiBold";
  src: url("/style/santral/6f1bc556-e27a-4319-9027-9317413ad35b.eot?#iefix");
  src: url("/style/santral/6f1bc556-e27a-4319-9027-9317413ad35b.eot?#iefix") format("eot"), url("/style/santral/3c91a937-afa7-460c-b80b-c87168f7ef94.woff2") format("woff2"), url("/style/santral/35c6f44e-154b-4014-84b1-8f92caba3a75.woff") format("woff"), url("/style/santral/12cc9476-3670-4bfd-ab87-fcb22de40a52.ttf") format("truetype"), url("/style/santral/3229f18b-87ec-4ad6-8b58-7297310ea75e.svg#3229f18b-87ec-4ad6-8b58-7297310ea75e") format("svg");
}
@font-face {
  font-family: "Santral W01 SemiBold Italic";
  src: url("/style/santral/275536a7-d305-479b-9b50-fa32601f78d9.eot?#iefix");
  src: url("/style/santral/275536a7-d305-479b-9b50-fa32601f78d9.eot?#iefix") format("eot"), url("/style/santral/9722b951-c927-407d-bffb-ed6bcebde49e.woff2") format("woff2"), url("/style/santral/8b3f2eb0-02bf-468d-8733-a8ba0ae123eb.woff") format("woff"), url("/style/santral/73d68372-21ee-417b-bf75-aecb78e01128.ttf") format("truetype"), url("/style/santral/39390975-dc5c-47a7-826b-314486b0487e.svg#39390975-dc5c-47a7-826b-314486b0487e") format("svg");
}
@font-face {
  font-family: "Santral W01 Bold";
  src: url("/style/santral/7a1eab88-92dd-4c48-b8ba-c8b13393e64d.eot?#iefix");
  src: url("/style/santral/7a1eab88-92dd-4c48-b8ba-c8b13393e64d.eot?#iefix") format("eot"), url("/style/santral/6194aa86-327d-413b-9de0-46de40d443ca.woff2") format("woff2"), url("/style/santral/e2163a10-98e4-46ed-b2ea-b5b9f6214a43.woff") format("woff"), url("/style/santral/74e011fb-15b3-4c03-85b1-572eed7619bf.ttf") format("truetype"), url("/style/santral/ed3d3bdd-e4c0-4eff-9444-0194c12cf286.svg#ed3d3bdd-e4c0-4eff-9444-0194c12cf286") format("svg");
}
@font-face {
  font-family: "Santral W01 Bold Italic";
  src: url("/style/santral/a4b4303f-6eab-41d2-9cf5-fd717d0e7ea3.eot?#iefix");
  src: url("/style/santral/a4b4303f-6eab-41d2-9cf5-fd717d0e7ea3.eot?#iefix") format("eot"), url("/style/santral/18ddc1a8-437f-4d16-bfa2-2ecb95dcf5fc.woff2") format("woff2"), url("/style/santral/51835eef-34b7-493d-8c7c-0bb7f6bd55da.woff") format("woff"), url("/style/santral/aa39be5c-088a-4dfb-b7f0-b55b95501bd8.ttf") format("truetype"), url("/style/santral/4119e3eb-ff69-48ed-ad83-7fd2b574d12b.svg#4119e3eb-ff69-48ed-ad83-7fd2b574d12b") format("svg");
}
.fa6-beat {
  animation-name: fa6-beat;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, ease-in-out);
}
.fa6-bounce {
  animation-name: fa6-bounce;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa6-fade {
  animation-name: fa6-fade;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa6-beat-fade {
  animation-name: fa6-beat-fade;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa6-flip {
  animation-name: fa6-flip;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, ease-in-out);
}
.fa6-shake {
  animation-name: fa6-shake;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, linear);
}
.fa6-spin {
  animation-name: fa6-spin;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 2s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, linear);
}
.fa6-spin-reverse {
  --fa6-animation-direction: reverse;
}
.fa6-pulse,
.fa6-spin-pulse {
  animation-name: fa6-spin;
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, steps(8));;
}
@media (prefers-reduced-motion: reduce) {
  .fa6-beat,
  .fa6-bounce,
  .fa6-fade,
  .fa6-beat-fade,
  .fa6-flip,
  .fa6-pulse,
  .fa6-shake,
  .fa6-spin,
  .fa6-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa6-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa6-beat-scale, 1.25));
  }
}
@keyframes fa6-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa6-bounce-start-scale-x, 1.1),var(--fa6-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa6-bounce-jump-scale-x, 0.9),var(--fa6-bounce-jump-scale-y, 1.1)) translateY(var(--fa6-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa6-bounce-land-scale-x, 1.05),var(--fa6-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--fa6-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa6-fade {
  50% {
    opacity: var(--fa6-fade-opacity, 0.4);
  }
}
@keyframes fa6-beat-fade {
  0%,
  100% {
    opacity: var(--fa6-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa6-beat-fade-scale, 1.125));
  }
}
@keyframes fa6-flip {
  50% {
    transform: rotate3d(var(--fa6-flip-x, 0), var(--fa6-flip-y, 1), var(--fa6-flip-z, 0), var(--fa6-flip-angle, -180deg));
  }
}
@keyframes fa6-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa6-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa6-border {
  border-color: var(--fa6-border-color, #eee);
  border-radius: var(--fa6-border-radius, 0.1em);
  border-style: var(--fa6-border-style, solid);
  border-width: var(--fa6-border-width, 0.08em);
  padding: var(--fa6-border-padding, 0.2em 0.25em 0.15em);
}
.fa6-pull-left {
  float: left;
  margin-right: var(--fa6-pull-margin, 0.3em);
}
.fa6-pull-right {
  float: right;
  margin-left: var(--fa6-pull-margin, 0.3em);
}
.fa6 {
  font-family: var(--fa6-style-family, 'Font Awesome 6 Pro');
  font-weight: var(--fa6-style, 900);
}
.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa6-solid,
.fa6-regular,
.fa6-light,
.fa6-thin,
.fa6-brands,
.fa6-classic,
.fa6-duotone,
.fa6-sharp,
.fa6-sharp-duotone,
.fa6-sharp-solid,
.fa6-classic,
.fa6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa6-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa6-solid::before,
.fa6-regular::before,
.fa6-light::before,
.fa6-thin::before,
.fa6-brands::before,
.fa6-classic::before,
.fa6-duotone::before,
.fa6-sharp::before,
.fa6-sharp-duotone::before,
.fa6::before {
  content: var(--fa);
}
.fad::after,
.fa6-duotone.fa6-solid::after,
.fa6-duotone::after,
.fadr::after,
.fa6-duotone.fa6-regular::after,
.fadl::after,
.fa6-duotone.fa6-light::after,
.fadt::after,
.fa6-duotone.fa6-thin::after,
.fasds::after,
.fa6-sharp-duotone.fa6-solid::after,
.fa6-sharp-duotone::after,
.fasdr::after,
.fa6-sharp-duotone.fa6-regular::after,
.fasdl::after,
.fa6-sharp-duotone.fa6-light::after,
.fasdt::after,
.fa6-sharp-duotone.fa6-thin::after {
  content: var(--fa--fa);
}
.fa6-classic.fa6-duotone {
  font-family: 'Font Awesome 6 Duotone';
}
.fass,
.fa6-sharp {
  font-weight: 900;
}
.fad,
.fa6-duotone {
  font-weight: 900;
}
.fasds,
.fa6-sharp-duotone {
  font-weight: 900;
}
.fa6-classic,
.fas,
.fa6-solid,
.far,
.fa6-regular,
.fal,
.fa6-light,
.fat,
.fa6-thin {
  font-family: 'Font Awesome 6 Pro';
}
.fa6-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: 'Font Awesome 6 Duotone';
}
.fa6-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
}
.fa6-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: 'Font Awesome 6 Sharp';
}
.fa6-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: 'Font Awesome 6 Sharp Duotone';
}
.fa6-fw {
  text-align: center;
  width: 1.25em;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa6-0 {
  --fa: "\30";
  --fa--fa: "\30\30";
}
.fa6-1 {
  --fa: "\31";
  --fa--fa: "\31\31";
}
.fa6-2 {
  --fa: "\32";
  --fa--fa: "\32\32";
}
.fa6-3 {
  --fa: "\33";
  --fa--fa: "\33\33";
}
.fa6-4 {
  --fa: "\34";
  --fa--fa: "\34\34";
}
.fa6-5 {
  --fa: "\35";
  --fa--fa: "\35\35";
}
.fa6-6 {
  --fa: "\36";
  --fa--fa: "\36\36";
}
.fa6-7 {
  --fa: "\37";
  --fa--fa: "\37\37";
}
.fa6-8 {
  --fa: "\38";
  --fa--fa: "\38\38";
}
.fa6-9 {
  --fa: "\39";
  --fa--fa: "\39\39";
}
.fa6-fill-drip {
  --fa: "\f576";
  --fa--fa: "\f576\f576";
}
.fa6-arrows-to-circle {
  --fa: "\e4bd";
  --fa--fa: "\e4bd\e4bd";
}
.fa6-circle-chevron-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}
.fa6-chevron-circle-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}
.fa6-wagon-covered {
  --fa: "\f8ee";
  --fa--fa: "\f8ee\f8ee";
}
.fa6-line-height {
  --fa: "\f871";
  --fa--fa: "\f871\f871";
}
.fa6-bagel {
  --fa: "\e3d7";
  --fa--fa: "\e3d7\e3d7";
}
.fa6-transporter-7 {
  --fa: "\e2a8";
  --fa--fa: "\e2a8\e2a8";
}
.fa6-at {
  --fa: "\40";
  --fa--fa: "\40\40";
}
.fa6-rectangles-mixed {
  --fa: "\e323";
  --fa--fa: "\e323\e323";
}
.fa6-phone-arrow-up-right {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}
.fa6-phone-arrow-up {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}
.fa6-phone-outgoing {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}
.fa6-trash-can {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}
.fa6-trash-alt {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}
.fa6-circle-l {
  --fa: "\e114";
  --fa--fa: "\e114\e114";
}
.fa6-head-side-goggles {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}
.fa6-head-vr {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}
.fa6-text-height {
  --fa: "\f034";
  --fa--fa: "\f034\f034";
}
.fa6-user-xmark {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}
.fa6-user-times {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}
.fa6-face-hand-yawn {
  --fa: "\e379";
  --fa--fa: "\e379\e379";
}
.fa6-gauge-simple-min {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}
.fa6-tachometer-slowest {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}
.fa6-stethoscope {
  --fa: "\f0f1";
  --fa--fa: "\f0f1\f0f1";
}
.fa6-coffin {
  --fa: "\f6c6";
  --fa--fa: "\f6c6\f6c6";
}
.fa6-message {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}
.fa6-comment-alt {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}
.fa6-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}
.fa6-bowl-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}
.fa6-info {
  --fa: "\f129";
  --fa--fa: "\f129\f129";
}
.fa6-robot-astromech {
  --fa: "\e2d2";
  --fa--fa: "\e2d2\e2d2";
}
.fa6-ring-diamond {
  --fa: "\e5ab";
  --fa--fa: "\e5ab\e5ab";
}
.fa6-fondue-pot {
  --fa: "\e40d";
  --fa--fa: "\e40d\e40d";
}
.fa6-theta {
  --fa: "\f69e";
  --fa--fa: "\f69e\f69e";
}
.fa6-face-hand-peeking {
  --fa: "\e481";
  --fa--fa: "\e481\e481";
}
.fa6-square-user {
  --fa: "\e283";
  --fa--fa: "\e283\e283";
}
.fa6-down-left-and-up-right-to-center {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}
.fa6-compress-alt {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}
.fa6-explosion {
  --fa: "\e4e9";
  --fa--fa: "\e4e9\e4e9";
}
.fa6-file-lines {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}
.fa6-file-alt {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}
.fa6-file-text {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}
.fa6-wave-square {
  --fa: "\f83e";
  --fa--fa: "\f83e\f83e";
}
.fa6-ring {
  --fa: "\f70b";
  --fa--fa: "\f70b\f70b";
}
.fa6-building-un {
  --fa: "\e4d9";
  --fa--fa: "\e4d9\e4d9";
}
.fa6-dice-three {
  --fa: "\f527";
  --fa--fa: "\f527\f527";
}
.fa6-tire-pressure-warning {
  --fa: "\f633";
  --fa--fa: "\f633\f633";
}
.fa6-wifi-fair {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}
.fa6-wifi-2 {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}
.fa6-calendar-days {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}
.fa6-calendar-alt {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}
.fa6-mp3-player {
  --fa: "\f8ce";
  --fa--fa: "\f8ce\f8ce";
}
.fa6-anchor-circle-check {
  --fa: "\e4aa";
  --fa--fa: "\e4aa\e4aa";
}
.fa6-tally-4 {
  --fa: "\e297";
  --fa--fa: "\e297\e297";
}
.fa6-rectangle-history {
  --fa: "\e4a2";
  --fa--fa: "\e4a2\e4a2";
}
.fa6-building-circle-arrow-right {
  --fa: "\e4d1";
  --fa--fa: "\e4d1\e4d1";
}
.fa6-volleyball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}
.fa6-volleyball-ball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}
.fa6-sun-haze {
  --fa: "\f765";
  --fa--fa: "\f765\f765";
}
.fa6-text-size {
  --fa: "\f894";
  --fa--fa: "\f894\f894";
}
.fa6-ufo {
  --fa: "\e047";
  --fa--fa: "\e047\e047";
}
.fa6-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}
.fa6-utensil-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}
.fa6-arrows-up-to-line {
  --fa: "\e4c2";
  --fa--fa: "\e4c2\e4c2";
}
.fa6-mobile-signal {
  --fa: "\e1ef";
  --fa--fa: "\e1ef\e1ef";
}
.fa6-barcode-scan {
  --fa: "\f465";
  --fa--fa: "\f465\f465";
}
.fa6-sort-down {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}
.fa6-sort-desc {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}
.fa6-folder-arrow-down {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}
.fa6-folder-download {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}
.fa6-circle-minus {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}
.fa6-minus-circle {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}
.fa6-face-icicles {
  --fa: "\e37c";
  --fa--fa: "\e37c\e37c";
}
.fa6-shovel {
  --fa: "\f713";
  --fa--fa: "\f713\f713";
}
.fa6-door-open {
  --fa: "\f52b";
  --fa--fa: "\f52b\f52b";
}
.fa6-films {
  --fa: "\e17a";
  --fa--fa: "\e17a\e17a";
}
.fa6-right-from-bracket {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}
.fa6-sign-out-alt {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}
.fa6-face-glasses {
  --fa: "\e377";
  --fa--fa: "\e377\e377";
}
.fa6-nfc {
  --fa: "\e1f7";
  --fa--fa: "\e1f7\e1f7";
}
.fa6-atom {
  --fa: "\f5d2";
  --fa--fa: "\f5d2\f5d2";
}
.fa6-soap {
  --fa: "\e06e";
  --fa--fa: "\e06e\e06e";
}
.fa6-icons {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}
.fa6-heart-music-camera-bolt {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}
.fa6-microphone-lines-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}
.fa6-microphone-alt-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}
.fa6-closed-captioning-slash {
  --fa: "\e135";
  --fa--fa: "\e135\e135";
}
.fa6-calculator-simple {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}
.fa6-calculator-alt {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}
.fa6-bridge-circle-check {
  --fa: "\e4c9";
  --fa--fa: "\e4c9\e4c9";
}
.fa6-sliders-up {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}
.fa6-sliders-v {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}
.fa6-location-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}
.fa6-map-marker-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}
.fa6-pump-medical {
  --fa: "\e06a";
  --fa--fa: "\e06a\e06a";
}
.fa6-fingerprint {
  --fa: "\f577";
  --fa--fa: "\f577\f577";
}
.fa6-ski-boot {
  --fa: "\e3cc";
  --fa--fa: "\e3cc\e3cc";
}
.fa6-standard-definition {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}
.fa6-rectangle-sd {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}
.fa6-h1 {
  --fa: "\f313";
  --fa--fa: "\f313\f313";
}
.fa6-hand-point-right {
  --fa: "\f0a4";
  --fa--fa: "\f0a4\f0a4";
}
.fa6-magnifying-glass-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}
.fa6-search-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}
.fa6-message-bot {
  --fa: "\e3b8";
  --fa--fa: "\e3b8\e3b8";
}
.fa6-forward-step {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}
.fa6-step-forward {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}
.fa6-face-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}
.fa6-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}
.fa6-light-ceiling {
  --fa: "\e016";
  --fa--fa: "\e016\e016";
}
.fa6-message-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}
.fa6-comment-alt-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}
.fa6-bowl-scoop {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}
.fa6-bowl-shaved-ice {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}
.fa6-square-x {
  --fa: "\e286";
  --fa--fa: "\e286\e286";
}
.fa6-building-memo {
  --fa: "\e61e";
  --fa--fa: "\e61e\e61e";
}
.fa6-utility-pole-double {
  --fa: "\e2c4";
  --fa--fa: "\e2c4\e2c4";
}
.fa6-flag-checkered {
  --fa: "\f11e";
  --fa--fa: "\f11e\f11e";
}
.fa6-chevrons-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}
.fa6-chevron-double-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}
.fa6-football {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}
.fa6-football-ball {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}
.fa6-user-vneck {
  --fa: "\e461";
  --fa--fa: "\e461\e461";
}
.fa6-school-circle-exclamation {
  --fa: "\e56c";
  --fa--fa: "\e56c\e56c";
}
.fa6-crop {
  --fa: "\f125";
  --fa--fa: "\f125\f125";
}
.fa6-angles-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}
.fa6-angle-double-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}
.fa6-users-rectangle {
  --fa: "\e594";
  --fa--fa: "\e594\e594";
}
.fa6-people-roof {
  --fa: "\e537";
  --fa--fa: "\e537\e537";
}
.fa6-square-arrow-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}
.fa6-arrow-square-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}
.fa6-location-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}
.fa6-map-marker-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}
.fa6-lightbulb-exclamation-on {
  --fa: "\e1ca";
  --fa--fa: "\e1ca\e1ca";
}
.fa6-people-line {
  --fa: "\e534";
  --fa--fa: "\e534\e534";
}
.fa6-beer-mug-empty {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}
.fa6-beer {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}
.fa6-carpool {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}
.fa6-car-people {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}
.fa6-crate-empty {
  --fa: "\e151";
  --fa--fa: "\e151\e151";
}
.fa6-diagram-predecessor {
  --fa: "\e477";
  --fa--fa: "\e477\e477";
}
.fa6-transporter {
  --fa: "\e042";
  --fa--fa: "\e042\e042";
}
.fa6-calendar-circle-user {
  --fa: "\e471";
  --fa--fa: "\e471\e471";
}
.fa6-arrow-up-long {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}
.fa6-long-arrow-up {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}
.fa6-person-carry-box {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}
.fa6-person-carry {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}
.fa6-fire-flame-simple {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}
.fa6-burn {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}
.fa6-person {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}
.fa6-male {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}
.fa6-laptop {
  --fa: "\f109";
  --fa--fa: "\f109\f109";
}
.fa6-file-csv {
  --fa: "\f6dd";
  --fa--fa: "\f6dd\f6dd";
}
.fa6-menorah {
  --fa: "\f676";
  --fa--fa: "\f676\f676";
}
.fa6-union {
  --fa: "\f6a2";
  --fa--fa: "\f6a2\f6a2";
}
.fa6-chevrons-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}
.fa6-chevron-double-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}
.fa6-circle-heart {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}
.fa6-heart-circle {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}
.fa6-truck-plane {
  --fa: "\e58f";
  --fa--fa: "\e58f\e58f";
}
.fa6-record-vinyl {
  --fa: "\f8d9";
  --fa--fa: "\f8d9\f8d9";
}
.fa6-bring-forward {
  --fa: "\f856";
  --fa--fa: "\f856\f856";
}
.fa6-square-p {
  --fa: "\e279";
  --fa--fa: "\e279\e279";
}
.fa6-face-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}
.fa6-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}
.fa6-sigma {
  --fa: "\f68b";
  --fa--fa: "\f68b\f68b";
}
.fa6-camera-movie {
  --fa: "\f8a9";
  --fa--fa: "\f8a9\f8a9";
}
.fa6-bong {
  --fa: "\f55c";
  --fa--fa: "\f55c\f55c";
}
.fa6-clarinet {
  --fa: "\f8ad";
  --fa--fa: "\f8ad\f8ad";
}
.fa6-truck-flatbed {
  --fa: "\e2b6";
  --fa--fa: "\e2b6\e2b6";
}
.fa6-spaghetti-monster-flying {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}
.fa6-pastafarianism {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}
.fa6-arrow-down-up-across-line {
  --fa: "\e4af";
  --fa--fa: "\e4af\e4af";
}
.fa6-arrows-rotate-reverse {
  --fa: "\e630";
  --fa--fa: "\e630\e630";
}
.fa6-leaf-heart {
  --fa: "\f4cb";
  --fa--fa: "\f4cb\f4cb";
}
.fa6-house-building {
  --fa: "\e1b1";
  --fa--fa: "\e1b1\e1b1";
}
.fa6-cheese-swiss {
  --fa: "\f7f0";
  --fa--fa: "\f7f0\f7f0";
}
.fa6-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}
.fa6-utensil-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}
.fa6-jar-wheat {
  --fa: "\e517";
  --fa--fa: "\e517\e517";
}
.fa6-envelopes-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}
.fa6-mail-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}
.fa6-file-circle-exclamation {
  --fa: "\e4eb";
  --fa--fa: "\e4eb\e4eb";
}
.fa6-bow-arrow {
  --fa: "\f6b9";
  --fa--fa: "\f6b9\f6b9";
}
.fa6-cart-xmark {
  --fa: "\e0dd";
  --fa--fa: "\e0dd\e0dd";
}
.fa6-hexagon-xmark {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}
.fa6-times-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}
.fa6-xmark-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}
.fa6-circle-h {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}
.fa6-hospital-symbol {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}
.fa6-merge {
  --fa: "\e526";
  --fa--fa: "\e526\e526";
}
.fa6-pager {
  --fa: "\f815";
  --fa--fa: "\f815\f815";
}
.fa6-cart-minus {
  --fa: "\e0db";
  --fa--fa: "\e0db\e0db";
}
.fa6-address-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}
.fa6-contact-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}
.fa6-pan-frying {
  --fa: "\e42c";
  --fa--fa: "\e42c\e42c";
}
.fa6-grid {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}
.fa6-grid-3 {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}
.fa6-football-helmet {
  --fa: "\f44f";
  --fa--fa: "\f44f\f44f";
}
.fa6-hand-love {
  --fa: "\e1a5";
  --fa--fa: "\e1a5\e1a5";
}
.fa6-trees {
  --fa: "\f724";
  --fa--fa: "\f724\f724";
}
.fa6-strikethrough {
  --fa: "\f0cc";
  --fa--fa: "\f0cc\f0cc";
}
.fa6-page {
  --fa: "\e428";
  --fa--fa: "\e428\e428";
}
.fa6-k {
  --fa: "\4b";
  --fa--fa: "\4b\4b";
}
.fa6-diagram-previous {
  --fa: "\e478";
  --fa--fa: "\e478\e478";
}
.fa6-gauge-min {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}
.fa6-tachometer-alt-slowest {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}
.fa6-folder-grid {
  --fa: "\e188";
  --fa--fa: "\e188\e188";
}
.fa6-eggplant {
  --fa: "\e16c";
  --fa--fa: "\e16c\e16c";
}
.fa6-excavator {
  --fa: "\e656";
  --fa--fa: "\e656\e656";
}
.fa6-ram {
  --fa: "\f70a";
  --fa--fa: "\f70a\f70a";
}
.fa6-landmark-flag {
  --fa: "\e51c";
  --fa--fa: "\e51c\e51c";
}
.fa6-lips {
  --fa: "\f600";
  --fa--fa: "\f600\f600";
}
.fa6-pencil {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}
.fa6-pencil-alt {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}
.fa6-backward {
  --fa: "\f04a";
  --fa--fa: "\f04a\f04a";
}
.fa6-caret-right {
  --fa: "\f0da";
  --fa--fa: "\f0da\f0da";
}
.fa6-comments {
  --fa: "\f086";
  --fa--fa: "\f086\f086";
}
.fa6-paste {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}
.fa6-file-clipboard {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}
.fa6-desktop-arrow-down {
  --fa: "\e155";
  --fa--fa: "\e155\e155";
}
.fa6-code-pull-request {
  --fa: "\e13c";
  --fa--fa: "\e13c\e13c";
}
.fa6-pumpkin {
  --fa: "\f707";
  --fa--fa: "\f707\f707";
}
.fa6-clipboard-list {
  --fa: "\f46d";
  --fa--fa: "\f46d\f46d";
}
.fa6-pen-field {
  --fa: "\e211";
  --fa--fa: "\e211\e211";
}
.fa6-chart-sine {
  --fa: "\e69d";
  --fa--fa: "\e69d\e69d";
}
.fa6-blueberries {
  --fa: "\e2e8";
  --fa--fa: "\e2e8\e2e8";
}
.fa6-truck-ramp-box {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}
.fa6-truck-loading {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}
.fa6-note {
  --fa: "\e1ff";
  --fa--fa: "\e1ff\e1ff";
}
.fa6-arrow-down-to-square {
  --fa: "\e096";
  --fa--fa: "\e096\e096";
}
.fa6-user-check {
  --fa: "\f4fc";
  --fa--fa: "\f4fc\f4fc";
}
.fa6-cloud-xmark {
  --fa: "\e35f";
  --fa--fa: "\e35f\e35f";
}
.fa6-vial-virus {
  --fa: "\e597";
  --fa--fa: "\e597\e597";
}
.fa6-book-blank {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}
.fa6-book-alt {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}
.fa6-golf-flag-hole {
  --fa: "\e3ac";
  --fa--fa: "\e3ac\e3ac";
}
.fa6-message-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}
.fa6-comment-alt-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}
.fa6-face-unamused {
  --fa: "\e39f";
  --fa--fa: "\e39f\e39f";
}
.fa6-sheet-plastic {
  --fa: "\e571";
  --fa--fa: "\e571\e571";
}
.fa6-circle-9 {
  --fa: "\e0f6";
  --fa--fa: "\e0f6\e0f6";
}
.fa6-blog {
  --fa: "\f781";
  --fa--fa: "\f781\f781";
}
.fa6-user-ninja {
  --fa: "\f504";
  --fa--fa: "\f504\f504";
}
.fa6-pencil-slash {
  --fa: "\e215";
  --fa--fa: "\e215\e215";
}
.fa6-bowling-pins {
  --fa: "\f437";
  --fa--fa: "\f437\f437";
}
.fa6-person-arrow-up-from-line {
  --fa: "\e539";
  --fa--fa: "\e539\e539";
}
.fa6-down-right {
  --fa: "\e16b";
  --fa--fa: "\e16b\e16b";
}
.fa6-scroll-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}
.fa6-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}
.fa6-webhook {
  --fa: "\e5d5";
  --fa--fa: "\e5d5\e5d5";
}
.fa6-blinds-open {
  --fa: "\f8fc";
  --fa--fa: "\f8fc\f8fc";
}
.fa6-fence {
  --fa: "\e303";
  --fa--fa: "\e303\e303";
}
.fa6-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}
.fa6-arrow-alt-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}
.fa6-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}
.fa6-quidditch {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}
.fa6-quidditch-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}
.fa6-drumstick {
  --fa: "\f6d6";
  --fa--fa: "\f6d6\f6d6";
}
.fa6-square-v {
  --fa: "\e284";
  --fa--fa: "\e284\e284";
}
.fa6-face-awesome {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}
.fa6-gave-dandy {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}
.fa6-dial-off {
  --fa: "\e162";
  --fa--fa: "\e162\e162";
}
.fa6-toggle-off {
  --fa: "\f204";
  --fa--fa: "\f204\f204";
}
.fa6-face-smile-horns {
  --fa: "\e391";
  --fa--fa: "\e391\e391";
}
.fa6-box-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}
.fa6-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}
.fa6-grapes {
  --fa: "\e306";
  --fa--fa: "\e306\e306";
}
.fa6-person-drowning {
  --fa: "\e545";
  --fa--fa: "\e545\e545";
}
.fa6-dial-max {
  --fa: "\e15e";
  --fa--fa: "\e15e\e15e";
}
.fa6-circle-m {
  --fa: "\e115";
  --fa--fa: "\e115\e115";
}
.fa6-calendar-image {
  --fa: "\e0d4";
  --fa--fa: "\e0d4\e0d4";
}
.fa6-circle-caret-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}
.fa6-caret-circle-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}
.fa6-arrow-down-9-1 {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}
.fa6-sort-numeric-desc {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}
.fa6-sort-numeric-down-alt {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}
.fa6-face-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}
.fa6-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}
.fa6-shish-kebab {
  --fa: "\f821";
  --fa--fa: "\f821\f821";
}
.fa6-spray-can {
  --fa: "\f5bd";
  --fa--fa: "\f5bd\f5bd";
}
.fa6-alarm-snooze {
  --fa: "\f845";
  --fa--fa: "\f845\f845";
}
.fa6-scarecrow {
  --fa: "\f70d";
  --fa--fa: "\f70d\f70d";
}
.fa6-truck-monster {
  --fa: "\f63b";
  --fa--fa: "\f63b\f63b";
}
.fa6-gift-card {
  --fa: "\f663";
  --fa--fa: "\f663\f663";
}
.fa6-w {
  --fa: "\57";
  --fa--fa: "\57\57";
}
.fa6-code-pull-request-draft {
  --fa: "\e3fa";
  --fa--fa: "\e3fa\e3fa";
}
.fa6-square-b {
  --fa: "\e264";
  --fa--fa: "\e264\e264";
}
.fa6-elephant {
  --fa: "\f6da";
  --fa--fa: "\f6da\f6da";
}
.fa6-earth-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}
.fa6-globe-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}
.fa6-rainbow {
  --fa: "\f75b";
  --fa--fa: "\f75b\f75b";
}
.fa6-circle-notch {
  --fa: "\f1ce";
  --fa--fa: "\f1ce\f1ce";
}
.fa6-tablet-screen-button {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}
.fa6-tablet-alt {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}
.fa6-paw {
  --fa: "\f1b0";
  --fa--fa: "\f1b0\f1b0";
}
.fa6-message-question {
  --fa: "\e1e3";
  --fa--fa: "\e1e3\e1e3";
}
.fa6-cloud {
  --fa: "\f0c2";
  --fa--fa: "\f0c2\f0c2";
}
.fa6-trowel-bricks {
  --fa: "\e58a";
  --fa--fa: "\e58a\e58a";
}
.fa6-square-3 {
  --fa: "\e258";
  --fa--fa: "\e258\e258";
}
.fa6-face-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}
.fa6-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}
.fa6-hospital-user {
  --fa: "\f80d";
  --fa--fa: "\f80d\f80d";
}
.fa6-microwave {
  --fa: "\e01b";
  --fa--fa: "\e01b\e01b";
}
.fa6-chf-sign {
  --fa: "\e602";
  --fa--fa: "\e602\e602";
}
.fa6-tent-arrow-left-right {
  --fa: "\e57f";
  --fa--fa: "\e57f\e57f";
}
.fa6-cart-circle-arrow-up {
  --fa: "\e3f0";
  --fa--fa: "\e3f0\e3f0";
}
.fa6-trash-clock {
  --fa: "\e2b0";
  --fa--fa: "\e2b0\e2b0";
}
.fa6-reflect-both {
  --fa: "\e66f";
  --fa--fa: "\e66f\e66f";
}
.fa6-gavel {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}
.fa6-legal {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}
.fa6-sprinkler-ceiling {
  --fa: "\e44c";
  --fa--fa: "\e44c\e44c";
}
.fa6-browsers {
  --fa: "\e0cb";
  --fa--fa: "\e0cb\e0cb";
}
.fa6-trillium {
  --fa: "\e588";
  --fa--fa: "\e588\e588";
}
.fa6-table-cells-unlock {
  --fa: "\e692";
  --fa--fa: "\e692\e692";
}
.fa6-music-slash {
  --fa: "\f8d1";
  --fa--fa: "\f8d1\f8d1";
}
.fa6-truck-ramp {
  --fa: "\f4e0";
  --fa--fa: "\f4e0\f4e0";
}
.fa6-binoculars {
  --fa: "\f1e5";
  --fa--fa: "\f1e5\f1e5";
}
.fa6-microphone-slash {
  --fa: "\f131";
  --fa--fa: "\f131\f131";
}
.fa6-box-tissue {
  --fa: "\e05b";
  --fa--fa: "\e05b\e05b";
}
.fa6-circle-c {
  --fa: "\e101";
  --fa--fa: "\e101\e101";
}
.fa6-star-christmas {
  --fa: "\f7d4";
  --fa--fa: "\f7d4\f7d4";
}
.fa6-chart-bullet {
  --fa: "\e0e1";
  --fa--fa: "\e0e1\e0e1";
}
.fa6-motorcycle {
  --fa: "\f21c";
  --fa--fa: "\f21c\f21c";
}
.fa6-tree-christmas {
  --fa: "\f7db";
  --fa--fa: "\f7db\f7db";
}
.fa6-tire-flat {
  --fa: "\f632";
  --fa--fa: "\f632\f632";
}
.fa6-sunglasses {
  --fa: "\f892";
  --fa--fa: "\f892\f892";
}
.fa6-badge {
  --fa: "\f335";
  --fa--fa: "\f335\f335";
}
.fa6-message-pen {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}
.fa6-comment-alt-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}
.fa6-message-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}
.fa6-bell-concierge {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}
.fa6-concierge-bell {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}
.fa6-pen-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}
.fa6-pencil-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}
.fa6-file-mp3 {
  --fa: "\e648";
  --fa--fa: "\e648\e648";
}
.fa6-arrow-progress {
  --fa: "\e5df";
  --fa--fa: "\e5df\e5df";
}
.fa6-chess-rook-piece {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}
.fa6-chess-rook-alt {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}
.fa6-square-root {
  --fa: "\f697";
  --fa--fa: "\f697\f697";
}
.fa6-album-collection-circle-plus {
  --fa: "\e48e";
  --fa--fa: "\e48e\e48e";
}
.fa6-people-arrows {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}
.fa6-people-arrows-left-right {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}
.fa6-sign-post {
  --fa: "\e624";
  --fa--fa: "\e624\e624";
}
.fa6-face-angry-horns {
  --fa: "\e368";
  --fa--fa: "\e368\e368";
}
.fa6-mars-and-venus-burst {
  --fa: "\e523";
  --fa--fa: "\e523\e523";
}
.fa6-tombstone {
  --fa: "\f720";
  --fa--fa: "\f720\f720";
}
.fa6-square-caret-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}
.fa6-caret-square-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}
.fa6-scissors {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}
.fa6-cut {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}
.fa6-list-music {
  --fa: "\f8c9";
  --fa--fa: "\f8c9\f8c9";
}
.fa6-sun-plant-wilt {
  --fa: "\e57a";
  --fa--fa: "\e57a\e57a";
}
.fa6-toilets-portable {
  --fa: "\e584";
  --fa--fa: "\e584\e584";
}
.fa6-hockey-puck {
  --fa: "\f453";
  --fa--fa: "\f453\f453";
}
.fa6-mustache {
  --fa: "\e5bc";
  --fa--fa: "\e5bc\e5bc";
}
.fa6-hyphen {
  --fa: "\2d";
  --fa--fa: "\2d\2d";
}
.fa6-table {
  --fa: "\f0ce";
  --fa--fa: "\f0ce\f0ce";
}
.fa6-user-chef {
  --fa: "\e3d2";
  --fa--fa: "\e3d2\e3d2";
}
.fa6-message-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}
.fa6-comment-alt-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}
.fa6-users-medical {
  --fa: "\f830";
  --fa--fa: "\f830\f830";
}
.fa6-sensor-triangle-exclamation {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}
.fa6-sensor-alert {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}
.fa6-magnifying-glass-arrow-right {
  --fa: "\e521";
  --fa--fa: "\e521\e521";
}
.fa6-tachograph-digital {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}
.fa6-digital-tachograph {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}
.fa6-face-mask {
  --fa: "\e37f";
  --fa--fa: "\e37f\e37f";
}
.fa6-pickleball {
  --fa: "\e435";
  --fa--fa: "\e435\e435";
}
.fa6-star-sharp-half {
  --fa: "\e28c";
  --fa--fa: "\e28c\e28c";
}
.fa6-users-slash {
  --fa: "\e073";
  --fa--fa: "\e073\e073";
}
.fa6-clover {
  --fa: "\e139";
  --fa--fa: "\e139\e139";
}
.fa6-meat {
  --fa: "\f814";
  --fa--fa: "\f814\f814";
}
.fa6-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}
.fa6-mail-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}
.fa6-star-and-crescent {
  --fa: "\f699";
  --fa--fa: "\f699\f699";
}
.fa6-empty-set {
  --fa: "\f656";
  --fa--fa: "\f656\f656";
}
.fa6-house-fire {
  --fa: "\e50c";
  --fa--fa: "\e50c\e50c";
}
.fa6-square-minus {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}
.fa6-minus-square {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}
.fa6-helicopter {
  --fa: "\f533";
  --fa--fa: "\f533\f533";
}
.fa6-bird {
  --fa: "\e469";
  --fa--fa: "\e469\e469";
}
.fa6-compass {
  --fa: "\f14e";
  --fa--fa: "\f14e\f14e";
}
.fa6-square-caret-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}
.fa6-caret-square-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}
.fa6-heart-half-stroke {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}
.fa6-heart-half-alt {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}
.fa6-file-circle-question {
  --fa: "\e4ef";
  --fa--fa: "\e4ef\e4ef";
}
.fa6-truck-utensils {
  --fa: "\e628";
  --fa--fa: "\e628\e628";
}
.fa6-laptop-code {
  --fa: "\f5fc";
  --fa--fa: "\f5fc\f5fc";
}
.fa6-joystick {
  --fa: "\f8c5";
  --fa--fa: "\f8c5\f8c5";
}
.fa6-grill-fire {
  --fa: "\e5a4";
  --fa--fa: "\e5a4\e5a4";
}
.fa6-rectangle-vertical-history {
  --fa: "\e237";
  --fa--fa: "\e237\e237";
}
.fa6-swatchbook {
  --fa: "\f5c3";
  --fa--fa: "\f5c3\f5c3";
}
.fa6-prescription-bottle {
  --fa: "\f485";
  --fa--fa: "\f485\f485";
}
.fa6-bars {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}
.fa6-navicon {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}
.fa6-keyboard-left {
  --fa: "\e1c3";
  --fa--fa: "\e1c3\e1c3";
}
.fa6-people-group {
  --fa: "\e533";
  --fa--fa: "\e533\e533";
}
.fa6-hourglass-end {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}
.fa6-hourglass-3 {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}
.fa6-heart-crack {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}
.fa6-heart-broken {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}
.fa6-face-beam-hand-over-mouth {
  --fa: "\e47c";
  --fa--fa: "\e47c\e47c";
}
.fa6-droplet-percent {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}
.fa6-humidity {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}
.fa6-square-up-right {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}
.fa6-external-link-square-alt {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}
.fa6-face-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}
.fa6-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}
.fa6-corn {
  --fa: "\f6c7";
  --fa--fa: "\f6c7\f6c7";
}
.fa6-roller-coaster {
  --fa: "\e324";
  --fa--fa: "\e324\e324";
}
.fa6-photo-film-music {
  --fa: "\e228";
  --fa--fa: "\e228\e228";
}
.fa6-radar {
  --fa: "\e024";
  --fa--fa: "\e024\e024";
}
.fa6-sickle {
  --fa: "\f822";
  --fa--fa: "\f822\f822";
}
.fa6-film {
  --fa: "\f008";
  --fa--fa: "\f008\f008";
}
.fa6-coconut {
  --fa: "\e2f6";
  --fa--fa: "\e2f6\e2f6";
}
.fa6-ruler-horizontal {
  --fa: "\f547";
  --fa--fa: "\f547\f547";
}
.fa6-shield-cross {
  --fa: "\f712";
  --fa--fa: "\f712\f712";
}
.fa6-cassette-tape {
  --fa: "\f8ab";
  --fa--fa: "\f8ab\f8ab";
}
.fa6-square-terminal {
  --fa: "\e32a";
  --fa--fa: "\e32a\e32a";
}
.fa6-people-robbery {
  --fa: "\e536";
  --fa--fa: "\e536\e536";
}
.fa6-lightbulb {
  --fa: "\f0eb";
  --fa--fa: "\f0eb\f0eb";
}
.fa6-caret-left {
  --fa: "\f0d9";
  --fa--fa: "\f0d9\f0d9";
}
.fa6-comment-middle {
  --fa: "\e149";
  --fa--fa: "\e149\e149";
}
.fa6-trash-can-list {
  --fa: "\e2ab";
  --fa--fa: "\e2ab\e2ab";
}
.fa6-block {
  --fa: "\e46a";
  --fa--fa: "\e46a\e46a";
}
.fa6-circle-exclamation {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}
.fa6-exclamation-circle {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}
.fa6-school-circle-xmark {
  --fa: "\e56d";
  --fa--fa: "\e56d\e56d";
}
.fa6-arrow-right-from-bracket {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}
.fa6-sign-out {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}
.fa6-face-frown-slight {
  --fa: "\e376";
  --fa--fa: "\e376\e376";
}
.fa6-circle-chevron-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}
.fa6-chevron-circle-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}
.fa6-sidebar-flip {
  --fa: "\e24f";
  --fa--fa: "\e24f\e24f";
}
.fa6-unlock-keyhole {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}
.fa6-unlock-alt {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}
.fa6-temperature-list {
  --fa: "\e299";
  --fa--fa: "\e299\e299";
}
.fa6-cloud-showers-heavy {
  --fa: "\f740";
  --fa--fa: "\f740\f740";
}
.fa6-headphones-simple {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}
.fa6-headphones-alt {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}
.fa6-sitemap {
  --fa: "\f0e8";
  --fa--fa: "\f0e8\f0e8";
}
.fa6-pipe-section {
  --fa: "\e438";
  --fa--fa: "\e438\e438";
}
.fa6-space-station-moon-construction {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}
.fa6-space-station-moon-alt {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}
.fa6-circle-dollar-to-slot {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}
.fa6-donate {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}
.fa6-memory {
  --fa: "\f538";
  --fa--fa: "\f538\f538";
}
.fa6-face-sleeping {
  --fa: "\e38d";
  --fa--fa: "\e38d\e38d";
}
.fa6-road-spikes {
  --fa: "\e568";
  --fa--fa: "\e568\e568";
}
.fa6-fire-burner {
  --fa: "\e4f1";
  --fa--fa: "\e4f1\e4f1";
}
.fa6-squirrel {
  --fa: "\f71a";
  --fa--fa: "\f71a\f71a";
}
.fa6-arrow-up-to-line {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}
.fa6-arrow-to-top {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}
.fa6-flag {
  --fa: "\f024";
  --fa--fa: "\f024\f024";
}
.fa6-face-cowboy-hat {
  --fa: "\e36e";
  --fa--fa: "\e36e\e36e";
}
.fa6-hanukiah {
  --fa: "\f6e6";
  --fa--fa: "\f6e6\f6e6";
}
.fa6-chart-scatter-3d {
  --fa: "\e0e8";
  --fa--fa: "\e0e8\e0e8";
}
.fa6-display-chart-up {
  --fa: "\e5e3";
  --fa--fa: "\e5e3\e5e3";
}
.fa6-square-code {
  --fa: "\e267";
  --fa--fa: "\e267\e267";
}
.fa6-feather {
  --fa: "\f52d";
  --fa--fa: "\f52d\f52d";
}
.fa6-volume-low {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}
.fa6-volume-down {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}
.fa6-xmark-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}
.fa6-times-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}
.fa6-vote-nay {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}
.fa6-box-taped {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}
.fa6-box-alt {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}
.fa6-comment-slash {
  --fa: "\f4b3";
  --fa--fa: "\f4b3\f4b3";
}
.fa6-swords {
  --fa: "\f71d";
  --fa--fa: "\f71d\f71d";
}
.fa6-cloud-sun-rain {
  --fa: "\f743";
  --fa--fa: "\f743\f743";
}
.fa6-album {
  --fa: "\f89f";
  --fa--fa: "\f89f\f89f";
}
.fa6-circle-n {
  --fa: "\e118";
  --fa--fa: "\e118\e118";
}
.fa6-compress {
  --fa: "\f066";
  --fa--fa: "\f066\f066";
}
.fa6-wheat-awn {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}
.fa6-wheat-alt {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}
.fa6-ankh {
  --fa: "\f644";
  --fa--fa: "\f644\f644";
}
.fa6-hands-holding-child {
  --fa: "\e4fa";
  --fa--fa: "\e4fa\e4fa";
}
.fa6-asterisk {
  --fa: "\2a";
  --fa--fa: "\2a\2a";
}
.fa6-key-skeleton-left-right {
  --fa: "\e3b4";
  --fa--fa: "\e3b4\e3b4";
}
.fa6-comment-lines {
  --fa: "\f4b0";
  --fa--fa: "\f4b0\f4b0";
}
.fa6-luchador-mask {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}
.fa6-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}
.fa6-mask-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}
.fa6-square-check {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}
.fa6-check-square {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}
.fa6-shredder {
  --fa: "\f68a";
  --fa--fa: "\f68a\f68a";
}
.fa6-book-open-cover {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}
.fa6-book-open-alt {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}
.fa6-sandwich {
  --fa: "\f81f";
  --fa--fa: "\f81f\f81f";
}
.fa6-peseta-sign {
  --fa: "\e221";
  --fa--fa: "\e221\e221";
}
.fa6-square-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}
.fa6-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}
.fa6-train-tunnel {
  --fa: "\e454";
  --fa--fa: "\e454\e454";
}
.fa6-heading {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}
.fa6-header {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}
.fa6-ghost {
  --fa: "\f6e2";
  --fa--fa: "\f6e2\f6e2";
}
.fa6-face-anguished {
  --fa: "\e369";
  --fa--fa: "\e369\e369";
}
.fa6-hockey-sticks {
  --fa: "\f454";
  --fa--fa: "\f454\f454";
}
.fa6-abacus {
  --fa: "\f640";
  --fa--fa: "\f640\f640";
}
.fa6-film-simple {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}
.fa6-film-alt {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}
.fa6-list {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}
.fa6-list-squares {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}
.fa6-tree-palm {
  --fa: "\f82b";
  --fa--fa: "\f82b\f82b";
}
.fa6-square-phone-flip {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}
.fa6-phone-square-alt {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}
.fa6-user-beard-bolt {
  --fa: "\e689";
  --fa--fa: "\e689\e689";
}
.fa6-cart-plus {
  --fa: "\f217";
  --fa--fa: "\f217\f217";
}
.fa6-gamepad {
  --fa: "\f11b";
  --fa--fa: "\f11b\f11b";
}
.fa6-border-center-v {
  --fa: "\f89d";
  --fa--fa: "\f89d\f89d";
}
.fa6-circle-dot {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}
.fa6-dot-circle {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}
.fa6-clipboard-medical {
  --fa: "\e133";
  --fa--fa: "\e133\e133";
}
.fa6-face-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}
.fa6-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}
.fa6-egg {
  --fa: "\f7fb";
  --fa--fa: "\f7fb\f7fb";
}
.fa6-up-to-line {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}
.fa6-arrow-alt-to-top {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}
.fa6-house-medical-circle-xmark {
  --fa: "\e513";
  --fa--fa: "\e513\e513";
}
.fa6-watch-fitness {
  --fa: "\f63e";
  --fa--fa: "\f63e\f63e";
}
.fa6-clock-nine-thirty {
  --fa: "\e34d";
  --fa--fa: "\e34d\e34d";
}
.fa6-campground {
  --fa: "\f6bb";
  --fa--fa: "\f6bb\f6bb";
}
.fa6-folder-plus {
  --fa: "\f65e";
  --fa--fa: "\f65e\f65e";
}
.fa6-jug {
  --fa: "\f8c6";
  --fa--fa: "\f8c6\f8c6";
}
.fa6-futbol {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}
.fa6-futbol-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}
.fa6-soccer-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}
.fa6-snow-blowing {
  --fa: "\f761";
  --fa--fa: "\f761\f761";
}
.fa6-paintbrush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}
.fa6-paint-brush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}
.fa6-lock {
  --fa: "\f023";
  --fa--fa: "\f023\f023";
}
.fa6-arrow-down-from-line {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}
.fa6-arrow-from-top {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}
.fa6-gas-pump {
  --fa: "\f52f";
  --fa--fa: "\f52f\f52f";
}
.fa6-signal-bars-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}
.fa6-signal-alt-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}
.fa6-monkey {
  --fa: "\f6fb";
  --fa--fa: "\f6fb\f6fb";
}
.fa6-rectangle-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}
.fa6-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}
.fa6-house-night {
  --fa: "\e010";
  --fa--fa: "\e010\e010";
}
.fa6-hot-tub-person {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}
.fa6-hot-tub {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}
.fa6-globe-pointer {
  --fa: "\e60e";
  --fa--fa: "\e60e\e60e";
}
.fa6-blanket {
  --fa: "\f498";
  --fa--fa: "\f498\f498";
}
.fa6-map-location {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}
.fa6-map-marked {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}
.fa6-house-flood-water {
  --fa: "\e50e";
  --fa--fa: "\e50e\e50e";
}
.fa6-comments-question-check {
  --fa: "\e14f";
  --fa--fa: "\e14f\e14f";
}
.fa6-tree {
  --fa: "\f1bb";
  --fa--fa: "\f1bb\f1bb";
}
.fa6-arrows-cross {
  --fa: "\e0a2";
  --fa--fa: "\e0a2\e0a2";
}
.fa6-backpack {
  --fa: "\f5d4";
  --fa--fa: "\f5d4\f5d4";
}
.fa6-square-small {
  --fa: "\e27e";
  --fa--fa: "\e27e\e27e";
}
.fa6-folder-arrow-up {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}
.fa6-folder-upload {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}
.fa6-bridge-lock {
  --fa: "\e4cc";
  --fa--fa: "\e4cc\e4cc";
}
.fa6-crosshairs-simple {
  --fa: "\e59f";
  --fa--fa: "\e59f\e59f";
}
.fa6-sack-dollar {
  --fa: "\f81d";
  --fa--fa: "\f81d\f81d";
}
.fa6-pen-to-square {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}
.fa6-edit {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}
.fa6-square-sliders {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}
.fa6-sliders-h-square {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}
.fa6-car-side {
  --fa: "\f5e4";
  --fa--fa: "\f5e4\f5e4";
}
.fa6-message-middle-top {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}
.fa6-comment-middle-top-alt {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}
.fa6-lightbulb-on {
  --fa: "\f672";
  --fa--fa: "\f672\f672";
}
.fa6-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}
.fa6-utensil-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}
.fa6-share-nodes {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}
.fa6-share-alt {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}
.fa6-display-chart-up-circle-dollar {
  --fa: "\e5e6";
  --fa--fa: "\e5e6\e5e6";
}
.fa6-wave-sine {
  --fa: "\f899";
  --fa--fa: "\f899\f899";
}
.fa6-heart-circle-minus {
  --fa: "\e4ff";
  --fa--fa: "\e4ff\e4ff";
}
.fa6-circle-w {
  --fa: "\e12c";
  --fa--fa: "\e12c\e12c";
}
.fa6-circle-calendar {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}
.fa6-calendar-circle {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}
.fa6-hourglass-half {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}
.fa6-hourglass-2 {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}
.fa6-microscope {
  --fa: "\f610";
  --fa--fa: "\f610\f610";
}
.fa6-sunset {
  --fa: "\f767";
  --fa--fa: "\f767\f767";
}
.fa6-sink {
  --fa: "\e06d";
  --fa--fa: "\e06d\e06d";
}
.fa6-calendar-exclamation {
  --fa: "\f334";
  --fa--fa: "\f334\f334";
}
.fa6-truck-container-empty {
  --fa: "\e2b5";
  --fa--fa: "\e2b5\e2b5";
}
.fa6-hand-heart {
  --fa: "\f4bc";
  --fa--fa: "\f4bc\f4bc";
}
.fa6-bag-shopping {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}
.fa6-shopping-bag {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}
.fa6-arrow-down-z-a {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}
.fa6-sort-alpha-desc {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}
.fa6-sort-alpha-down-alt {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}
.fa6-mitten {
  --fa: "\f7b5";
  --fa--fa: "\f7b5\f7b5";
}
.fa6-reply-clock {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}
.fa6-reply-time {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}
.fa6-person-rays {
  --fa: "\e54d";
  --fa--fa: "\e54d\e54d";
}
.fa6-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}
.fa6-arrow-alt-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}
.fa6-circle-f {
  --fa: "\e10e";
  --fa--fa: "\e10e\e10e";
}
.fa6-users {
  --fa: "\f0c0";
  --fa--fa: "\f0c0\f0c0";
}
.fa6-face-pleading {
  --fa: "\e386";
  --fa--fa: "\e386\e386";
}
.fa6-eye-slash {
  --fa: "\f070";
  --fa--fa: "\f070\f070";
}
.fa6-flask-vial {
  --fa: "\e4f3";
  --fa--fa: "\e4f3\e4f3";
}
.fa6-police-box {
  --fa: "\e021";
  --fa--fa: "\e021\e021";
}
.fa6-cucumber {
  --fa: "\e401";
  --fa--fa: "\e401\e401";
}
.fa6-head-side-brain {
  --fa: "\f808";
  --fa--fa: "\f808\f808";
}
.fa6-hand {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}
.fa6-hand-paper {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}
.fa6-person-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}
.fa6-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}
.fa6-utensils-slash {
  --fa: "\e464";
  --fa--fa: "\e464\e464";
}
.fa6-print-magnifying-glass {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}
.fa6-print-search {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}
.fa6-turn-right {
  --fa: "\e639";
  --fa--fa: "\e639\e639";
}
.fa6-folder-bookmark {
  --fa: "\e186";
  --fa--fa: "\e186\e186";
}
.fa6-arrow-turn-left-down {
  --fa: "\e633";
  --fa--fa: "\e633\e633";
}
.fa6-om {
  --fa: "\f679";
  --fa--fa: "\f679\f679";
}
.fa6-pi {
  --fa: "\f67e";
  --fa--fa: "\f67e\f67e";
}
.fa6-flask-round-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}
.fa6-flask-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}
.fa6-face-shush {
  --fa: "\e38c";
  --fa--fa: "\e38c\e38c";
}
.fa6-worm {
  --fa: "\e599";
  --fa--fa: "\e599\e599";
}
.fa6-house-circle-xmark {
  --fa: "\e50b";
  --fa--fa: "\e50b\e50b";
}
.fa6-plug {
  --fa: "\f1e6";
  --fa--fa: "\f1e6\f1e6";
}
.fa6-calendar-circle-exclamation {
  --fa: "\e46e";
  --fa--fa: "\e46e\e46e";
}
.fa6-square-i {
  --fa: "\e272";
  --fa--fa: "\e272\e272";
}
.fa6-chevron-up {
  --fa: "\f077";
  --fa--fa: "\f077\f077";
}
.fa6-face-saluting {
  --fa: "\e484";
  --fa--fa: "\e484\e484";
}
.fa6-gauge-simple-low {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}
.fa6-tachometer-slow {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}
.fa6-face-persevering {
  --fa: "\e385";
  --fa--fa: "\e385\e385";
}
.fa6-circle-camera {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}
.fa6-camera-circle {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}
.fa6-hand-spock {
  --fa: "\f259";
  --fa--fa: "\f259\f259";
}
.fa6-spider-web {
  --fa: "\f719";
  --fa--fa: "\f719\f719";
}
.fa6-circle-microphone {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}
.fa6-microphone-circle {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}
.fa6-book-arrow-up {
  --fa: "\e0ba";
  --fa--fa: "\e0ba\e0ba";
}
.fa6-popsicle {
  --fa: "\e43e";
  --fa--fa: "\e43e\e43e";
}
.fa6-command {
  --fa: "\e142";
  --fa--fa: "\e142\e142";
}
.fa6-blinds {
  --fa: "\f8fb";
  --fa--fa: "\f8fb\f8fb";
}
.fa6-stopwatch {
  --fa: "\f2f2";
  --fa--fa: "\f2f2\f2f2";
}
.fa6-saxophone {
  --fa: "\f8dc";
  --fa--fa: "\f8dc\f8dc";
}
.fa6-square-2 {
  --fa: "\e257";
  --fa--fa: "\e257\e257";
}
.fa6-field-hockey-stick-ball {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}
.fa6-field-hockey {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}
.fa6-arrow-up-square-triangle {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}
.fa6-sort-shapes-up-alt {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}
.fa6-face-scream {
  --fa: "\e38b";
  --fa--fa: "\e38b\e38b";
}
.fa6-square-m {
  --fa: "\e276";
  --fa--fa: "\e276\e276";
}
.fa6-camera-web {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}
.fa6-webcam {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}
.fa6-comment-arrow-down {
  --fa: "\e143";
  --fa--fa: "\e143\e143";
}
.fa6-lightbulb-cfl {
  --fa: "\e5a6";
  --fa--fa: "\e5a6\e5a6";
}
.fa6-window-frame-open {
  --fa: "\e050";
  --fa--fa: "\e050\e050";
}
.fa6-face-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}
.fa6-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}
.fa6-bridge-circle-xmark {
  --fa: "\e4cb";
  --fa--fa: "\e4cb\e4cb";
}
.fa6-period {
  --fa: "\2e";
  --fa--fa: "\2e\2e";
}
.fa6-face-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}
.fa6-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}
.fa6-up-to-dotted-line {
  --fa: "\e457";
  --fa--fa: "\e457\e457";
}
.fa6-thought-bubble {
  --fa: "\e32e";
  --fa--fa: "\e32e\e32e";
}
.fa6-skeleton-ribs {
  --fa: "\e5cb";
  --fa--fa: "\e5cb\e5cb";
}
.fa6-raygun {
  --fa: "\e025";
  --fa--fa: "\e025\e025";
}
.fa6-flute {
  --fa: "\f8b9";
  --fa--fa: "\f8b9\f8b9";
}
.fa6-acorn {
  --fa: "\f6ae";
  --fa--fa: "\f6ae\f6ae";
}
.fa6-video-arrow-up-right {
  --fa: "\e2c9";
  --fa--fa: "\e2c9\e2c9";
}
.fa6-grate-droplet {
  --fa: "\e194";
  --fa--fa: "\e194\e194";
}
.fa6-seal-exclamation {
  --fa: "\e242";
  --fa--fa: "\e242\e242";
}
.fa6-chess-bishop {
  --fa: "\f43a";
  --fa--fa: "\f43a\f43a";
}
.fa6-message-sms {
  --fa: "\e1e5";
  --fa--fa: "\e1e5\e1e5";
}
.fa6-coffee-beans {
  --fa: "\e13f";
  --fa--fa: "\e13f\e13f";
}
.fa6-hat-witch {
  --fa: "\f6e7";
  --fa--fa: "\f6e7\f6e7";
}
.fa6-face-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}
.fa6-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}
.fa6-clock-three-thirty {
  --fa: "\e357";
  --fa--fa: "\e357\e357";
}
.fa6-ear-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa6-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa6-deafness {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa6-hard-of-hearing {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa6-alarm-clock {
  --fa: "\f34e";
  --fa--fa: "\f34e\f34e";
}
.fa6-eclipse {
  --fa: "\f749";
  --fa--fa: "\f749\f749";
}
.fa6-face-relieved {
  --fa: "\e389";
  --fa--fa: "\e389\e389";
}
.fa6-road-circle-check {
  --fa: "\e564";
  --fa--fa: "\e564\e564";
}
.fa6-dice-five {
  --fa: "\f523";
  --fa--fa: "\f523\f523";
}
.fa6-octagon-minus {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}
.fa6-minus-octagon {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}
.fa6-square-rss {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}
.fa6-rss-square {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}
.fa6-face-zany {
  --fa: "\e3a4";
  --fa--fa: "\e3a4\e3a4";
}
.fa6-tricycle {
  --fa: "\e5c3";
  --fa--fa: "\e5c3\e5c3";
}
.fa6-land-mine-on {
  --fa: "\e51b";
  --fa--fa: "\e51b\e51b";
}
.fa6-square-arrow-up-left {
  --fa: "\e263";
  --fa--fa: "\e263\e263";
}
.fa6-i-cursor {
  --fa: "\f246";
  --fa--fa: "\f246\f246";
}
.fa6-chart-mixed-up-circle-dollar {
  --fa: "\e5d9";
  --fa--fa: "\e5d9\e5d9";
}
.fa6-salt-shaker {
  --fa: "\e446";
  --fa--fa: "\e446\e446";
}
.fa6-stamp {
  --fa: "\f5bf";
  --fa--fa: "\f5bf\f5bf";
}
.fa6-file-plus {
  --fa: "\f319";
  --fa--fa: "\f319\f319";
}
.fa6-draw-square {
  --fa: "\f5ef";
  --fa--fa: "\f5ef\f5ef";
}
.fa6-toilet-paper-under-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}
.fa6-toilet-paper-reverse-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}
.fa6-stairs {
  --fa: "\e289";
  --fa--fa: "\e289\e289";
}
.fa6-drone-front {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}
.fa6-drone-alt {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}
.fa6-glass-empty {
  --fa: "\e191";
  --fa--fa: "\e191\e191";
}
.fa6-dial-high {
  --fa: "\e15c";
  --fa--fa: "\e15c\e15c";
}
.fa6-user-helmet-safety {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}
.fa6-user-construction {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}
.fa6-user-hard-hat {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}
.fa6-i {
  --fa: "\49";
  --fa--fa: "\49\49";
}
.fa6-hryvnia-sign {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}
.fa6-hryvnia {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}
.fa6-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "\e092";
  --fa--fa: "\e092\e092";
}
.fa6-pills {
  --fa: "\f484";
  --fa--fa: "\f484\f484";
}
.fa6-face-grin-wide {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}
.fa6-grin-alt {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}
.fa6-tooth {
  --fa: "\f5c9";
  --fa--fa: "\f5c9\f5c9";
}
.fa6-basketball-hoop {
  --fa: "\f435";
  --fa--fa: "\f435\f435";
}
.fa6-objects-align-bottom {
  --fa: "\e3bb";
  --fa--fa: "\e3bb\e3bb";
}
.fa6-v {
  --fa: "\56";
  --fa--fa: "\56\56";
}
.fa6-sparkles {
  --fa: "\f890";
  --fa--fa: "\f890\f890";
}
.fa6-squid {
  --fa: "\e450";
  --fa--fa: "\e450\e450";
}
.fa6-leafy-green {
  --fa: "\e41d";
  --fa--fa: "\e41d\e41d";
}
.fa6-circle-arrow-up-right {
  --fa: "\e0fc";
  --fa--fa: "\e0fc\e0fc";
}
.fa6-calendars {
  --fa: "\e0d7";
  --fa--fa: "\e0d7\e0d7";
}
.fa6-bangladeshi-taka-sign {
  --fa: "\e2e6";
  --fa--fa: "\e2e6\e2e6";
}
.fa6-bicycle {
  --fa: "\f206";
  --fa--fa: "\f206\f206";
}
.fa6-hammer-war {
  --fa: "\f6e4";
  --fa--fa: "\f6e4\f6e4";
}
.fa6-circle-d {
  --fa: "\e104";
  --fa--fa: "\e104\e104";
}
.fa6-spider-black-widow {
  --fa: "\f718";
  --fa--fa: "\f718\f718";
}
.fa6-staff-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa6-rod-asclepius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa6-rod-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa6-staff-aesculapius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa6-pear {
  --fa: "\e20c";
  --fa--fa: "\e20c\e20c";
}
.fa6-head-side-cough-slash {
  --fa: "\e062";
  --fa--fa: "\e062\e062";
}
.fa6-file-mov {
  --fa: "\e647";
  --fa--fa: "\e647\e647";
}
.fa6-triangle {
  --fa: "\f2ec";
  --fa--fa: "\f2ec\f2ec";
}
.fa6-apartment {
  --fa: "\e468";
  --fa--fa: "\e468\e468";
}
.fa6-truck-medical {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}
.fa6-ambulance {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}
.fa6-pepper {
  --fa: "\e432";
  --fa--fa: "\e432\e432";
}
.fa6-piano {
  --fa: "\f8d4";
  --fa--fa: "\f8d4\f8d4";
}
.fa6-gun-squirt {
  --fa: "\e19d";
  --fa--fa: "\e19d\e19d";
}
.fa6-wheat-awn-circle-exclamation {
  --fa: "\e598";
  --fa--fa: "\e598\e598";
}
.fa6-snowman {
  --fa: "\f7d0";
  --fa--fa: "\f7d0\f7d0";
}
.fa6-user-alien {
  --fa: "\e04a";
  --fa--fa: "\e04a\e04a";
}
.fa6-shield-check {
  --fa: "\f2f7";
  --fa--fa: "\f2f7\f2f7";
}
.fa6-mortar-pestle {
  --fa: "\f5a7";
  --fa--fa: "\f5a7\f5a7";
}
.fa6-road-barrier {
  --fa: "\e562";
  --fa--fa: "\e562\e562";
}
.fa6-chart-candlestick {
  --fa: "\e0e2";
  --fa--fa: "\e0e2\e0e2";
}
.fa6-briefcase-blank {
  --fa: "\e0c8";
  --fa--fa: "\e0c8\e0c8";
}
.fa6-school {
  --fa: "\f549";
  --fa--fa: "\f549\f549";
}
.fa6-igloo {
  --fa: "\f7ae";
  --fa--fa: "\f7ae\f7ae";
}
.fa6-bracket-round {
  --fa: "\28";
  --fa--fa: "\28\28";
}
.fa6-parenthesis {
  --fa: "\28";
  --fa--fa: "\28\28";
}
.fa6-joint {
  --fa: "\f595";
  --fa--fa: "\f595\f595";
}
.fa6-horse-saddle {
  --fa: "\f8c3";
  --fa--fa: "\f8c3\f8c3";
}
.fa6-mug-marshmallows {
  --fa: "\f7b7";
  --fa--fa: "\f7b7\f7b7";
}
.fa6-filters {
  --fa: "\e17e";
  --fa--fa: "\e17e\e17e";
}
.fa6-bell-on {
  --fa: "\f8fa";
  --fa--fa: "\f8fa\f8fa";
}
.fa6-angle-right {
  --fa: "\f105";
  --fa--fa: "\f105\f105";
}
.fa6-dial-med {
  --fa: "\e15f";
  --fa--fa: "\e15f\e15f";
}
.fa6-horse {
  --fa: "\f6f0";
  --fa--fa: "\f6f0\f6f0";
}
.fa6-q {
  --fa: "\51";
  --fa--fa: "\51\51";
}
.fa6-monitor-waveform {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}
.fa6-monitor-heart-rate {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}
.fa6-link-simple {
  --fa: "\e1cd";
  --fa--fa: "\e1cd\e1cd";
}
.fa6-whistle {
  --fa: "\f460";
  --fa--fa: "\f460\f460";
}
.fa6-g {
  --fa: "\47";
  --fa--fa: "\47\47";
}
.fa6-wine-glass-crack {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}
.fa6-fragile {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}
.fa6-slot-machine {
  --fa: "\e3ce";
  --fa--fa: "\e3ce\e3ce";
}
.fa6-notes-medical {
  --fa: "\f481";
  --fa--fa: "\f481\f481";
}
.fa6-car-wash {
  --fa: "\f5e6";
  --fa--fa: "\f5e6\f5e6";
}
.fa6-escalator {
  --fa: "\e171";
  --fa--fa: "\e171\e171";
}
.fa6-comment-image {
  --fa: "\e148";
  --fa--fa: "\e148\e148";
}
.fa6-temperature-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa6-temperature-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa6-thermometer-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa6-thermometer-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa6-dong-sign {
  --fa: "\e169";
  --fa--fa: "\e169\e169";
}
.fa6-donut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}
.fa6-doughnut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}
.fa6-capsules {
  --fa: "\f46b";
  --fa--fa: "\f46b\f46b";
}
.fa6-poo-storm {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}
.fa6-poo-bolt {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}
.fa6-tally-1 {
  --fa: "\e294";
  --fa--fa: "\e294\e294";
}
.fa6-file-vector {
  --fa: "\e64c";
  --fa--fa: "\e64c\e64c";
}
.fa6-face-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}
.fa6-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}
.fa6-square-dashed {
  --fa: "\e269";
  --fa--fa: "\e269\e269";
}
.fa6-bag-shopping-plus {
  --fa: "\e651";
  --fa--fa: "\e651\e651";
}
.fa6-square-j {
  --fa: "\e273";
  --fa--fa: "\e273\e273";
}
.fa6-hand-point-up {
  --fa: "\f0a6";
  --fa--fa: "\f0a6\f0a6";
}
.fa6-money-bill {
  --fa: "\f0d6";
  --fa--fa: "\f0d6\f0d6";
}
.fa6-arrow-up-big-small {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}
.fa6-sort-size-up {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}
.fa6-barcode-read {
  --fa: "\f464";
  --fa--fa: "\f464\f464";
}
.fa6-baguette {
  --fa: "\e3d8";
  --fa--fa: "\e3d8\e3d8";
}
.fa6-bowl-soft-serve {
  --fa: "\e46b";
  --fa--fa: "\e46b\e46b";
}
.fa6-face-holding-back-tears {
  --fa: "\e482";
  --fa--fa: "\e482\e482";
}
.fa6-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}
.fa6-arrow-alt-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}
.fa6-train-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}
.fa6-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}
.fa6-square-exclamation {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}
.fa6-exclamation-square {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}
.fa6-semicolon {
  --fa: "\3b";
  --fa--fa: "\3b\3b";
}
.fa6-bookmark {
  --fa: "\f02e";
  --fa--fa: "\f02e\f02e";
}
.fa6-fan-table {
  --fa: "\e004";
  --fa--fa: "\e004\e004";
}
.fa6-align-justify {
  --fa: "\f039";
  --fa--fa: "\f039\f039";
}
.fa6-battery-low {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}
.fa6-battery-1 {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}
.fa6-credit-card-front {
  --fa: "\f38a";
  --fa--fa: "\f38a\f38a";
}
.fa6-brain-arrow-curved-right {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}
.fa6-mind-share {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}
.fa6-umbrella-beach {
  --fa: "\f5ca";
  --fa--fa: "\f5ca\f5ca";
}
.fa6-helmet-un {
  --fa: "\e503";
  --fa--fa: "\e503\e503";
}
.fa6-location-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}
.fa6-map-marker-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}
.fa6-arrow-left-to-line {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}
.fa6-arrow-to-left {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}
.fa6-bullseye {
  --fa: "\f140";
  --fa--fa: "\f140\f140";
}
.fa6-sushi {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}
.fa6-nigiri {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}
.fa6-message-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}
.fa6-comment-alt-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}
.fa6-trash-list {
  --fa: "\e2b1";
  --fa--fa: "\e2b1\e2b1";
}
.fa6-bacon {
  --fa: "\f7e5";
  --fa--fa: "\f7e5\f7e5";
}
.fa6-option {
  --fa: "\e318";
  --fa--fa: "\e318\e318";
}
.fa6-raccoon {
  --fa: "\e613";
  --fa--fa: "\e613\e613";
}
.fa6-hand-point-down {
  --fa: "\f0a7";
  --fa--fa: "\f0a7\f0a7";
}
.fa6-arrow-up-from-bracket {
  --fa: "\e09a";
  --fa--fa: "\e09a\e09a";
}
.fa6-head-side-gear {
  --fa: "\e611";
  --fa--fa: "\e611\e611";
}
.fa6-trash-plus {
  --fa: "\e2b2";
  --fa--fa: "\e2b2\e2b2";
}
.fa6-file-cad {
  --fa: "\e672";
  --fa--fa: "\e672\e672";
}
.fa6-objects-align-top {
  --fa: "\e3c0";
  --fa--fa: "\e3c0\e3c0";
}
.fa6-folder {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}
.fa6-folder-blank {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}
.fa6-face-anxious-sweat {
  --fa: "\e36a";
  --fa--fa: "\e36a\e36a";
}
.fa6-credit-card-blank {
  --fa: "\f389";
  --fa--fa: "\f389\f389";
}
.fa6-file-waveform {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}
.fa6-file-medical-alt {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}
.fa6-microchip-ai {
  --fa: "\e1ec";
  --fa--fa: "\e1ec\e1ec";
}
.fa6-mug {
  --fa: "\f874";
  --fa--fa: "\f874\f874";
}
.fa6-plane-up-slash {
  --fa: "\e22e";
  --fa--fa: "\e22e\e22e";
}
.fa6-radiation {
  --fa: "\f7b9";
  --fa--fa: "\f7b9\f7b9";
}
.fa6-pen-circle {
  --fa: "\e20e";
  --fa--fa: "\e20e\e20e";
}
.fa6-bag-seedling {
  --fa: "\e5f2";
  --fa--fa: "\e5f2\e5f2";
}
.fa6-chart-simple {
  --fa: "\e473";
  --fa--fa: "\e473\e473";
}
.fa6-crutches {
  --fa: "\f7f8";
  --fa--fa: "\f7f8\f7f8";
}
.fa6-circle-parking {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}
.fa6-parking-circle {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}
.fa6-mars-stroke {
  --fa: "\f229";
  --fa--fa: "\f229\f229";
}
.fa6-leaf-oak {
  --fa: "\f6f7";
  --fa--fa: "\f6f7\f6f7";
}
.fa6-square-bolt {
  --fa: "\e265";
  --fa--fa: "\e265\e265";
}
.fa6-vial {
  --fa: "\f492";
  --fa--fa: "\f492\f492";
}
.fa6-gauge {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa6-dashboard {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa6-gauge-med {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa6-tachometer-alt-average {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa6-wand-magic-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}
.fa6-magic-wand-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}
.fa6-lambda {
  --fa: "\f66e";
  --fa--fa: "\f66e\f66e";
}
.fa6-e {
  --fa: "\45";
  --fa--fa: "\45\45";
}
.fa6-pizza {
  --fa: "\f817";
  --fa--fa: "\f817\f817";
}
.fa6-bowl-chopsticks-noodles {
  --fa: "\e2ea";
  --fa--fa: "\e2ea\e2ea";
}
.fa6-h3 {
  --fa: "\f315";
  --fa--fa: "\f315\f315";
}
.fa6-pen-clip {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}
.fa6-pen-alt {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}
.fa6-bridge-circle-exclamation {
  --fa: "\e4ca";
  --fa--fa: "\e4ca\e4ca";
}
.fa6-badge-percent {
  --fa: "\f646";
  --fa--fa: "\f646\f646";
}
.fa6-rotate-reverse {
  --fa: "\e631";
  --fa--fa: "\e631\e631";
}
.fa6-user {
  --fa: "\f007";
  --fa--fa: "\f007\f007";
}
.fa6-sensor {
  --fa: "\e028";
  --fa--fa: "\e028\e028";
}
.fa6-comma {
  --fa: "\2c";
  --fa--fa: "\2c\2c";
}
.fa6-school-circle-check {
  --fa: "\e56b";
  --fa--fa: "\e56b\e56b";
}
.fa6-toilet-paper-under {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}
.fa6-toilet-paper-reverse {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}
.fa6-light-emergency {
  --fa: "\e41f";
  --fa--fa: "\e41f\e41f";
}
.fa6-arrow-down-to-arc {
  --fa: "\e4ae";
  --fa--fa: "\e4ae\e4ae";
}
.fa6-dumpster {
  --fa: "\f793";
  --fa--fa: "\f793\f793";
}
.fa6-van-shuttle {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}
.fa6-shuttle-van {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}
.fa6-building-user {
  --fa: "\e4da";
  --fa--fa: "\e4da\e4da";
}
.fa6-light-switch {
  --fa: "\e017";
  --fa--fa: "\e017\e017";
}
.fa6-square-caret-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}
.fa6-caret-square-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}
.fa6-highlighter {
  --fa: "\f591";
  --fa--fa: "\f591\f591";
}
.fa6-wave-pulse {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}
.fa6-heart-rate {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}
.fa6-key {
  --fa: "\f084";
  --fa--fa: "\f084\f084";
}
.fa6-arrow-left-to-bracket {
  --fa: "\e669";
  --fa--fa: "\e669\e669";
}
.fa6-hat-santa {
  --fa: "\f7a7";
  --fa--fa: "\f7a7\f7a7";
}
.fa6-tamale {
  --fa: "\e451";
  --fa--fa: "\e451\e451";
}
.fa6-box-check {
  --fa: "\f467";
  --fa--fa: "\f467\f467";
}
.fa6-bullhorn {
  --fa: "\f0a1";
  --fa--fa: "\f0a1\f0a1";
}
.fa6-steak {
  --fa: "\f824";
  --fa--fa: "\f824\f824";
}
.fa6-location-crosshairs-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}
.fa6-location-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}
.fa6-person-dolly {
  --fa: "\f4d0";
  --fa--fa: "\f4d0\f4d0";
}
.fa6-globe {
  --fa: "\f0ac";
  --fa--fa: "\f0ac\f0ac";
}
.fa6-synagogue {
  --fa: "\f69b";
  --fa--fa: "\f69b\f69b";
}
.fa6-file-chart-column {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}
.fa6-file-chart-line {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}
.fa6-person-half-dress {
  --fa: "\e548";
  --fa--fa: "\e548\e548";
}
.fa6-folder-image {
  --fa: "\e18a";
  --fa--fa: "\e18a\e18a";
}
.fa6-calendar-pen {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}
.fa6-calendar-edit {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}
.fa6-road-bridge {
  --fa: "\e563";
  --fa--fa: "\e563\e563";
}
.fa6-face-smile-tear {
  --fa: "\e393";
  --fa--fa: "\e393\e393";
}
.fa6-message-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}
.fa6-comment-alt-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}
.fa6-location-arrow {
  --fa: "\f124";
  --fa--fa: "\f124\f124";
}
.fa6-c {
  --fa: "\43";
  --fa--fa: "\43\43";
}
.fa6-tablet-button {
  --fa: "\f10a";
  --fa--fa: "\f10a\f10a";
}
.fa6-person-dress-fairy {
  --fa: "\e607";
  --fa--fa: "\e607\e607";
}
.fa6-rectangle-history-circle-user {
  --fa: "\e4a4";
  --fa--fa: "\e4a4\e4a4";
}
.fa6-building-lock {
  --fa: "\e4d6";
  --fa--fa: "\e4d6\e4d6";
}
.fa6-chart-line-up {
  --fa: "\e0e5";
  --fa--fa: "\e0e5\e0e5";
}
.fa6-mailbox {
  --fa: "\f813";
  --fa--fa: "\f813\f813";
}
.fa6-sign-posts {
  --fa: "\e625";
  --fa--fa: "\e625\e625";
}
.fa6-truck-bolt {
  --fa: "\e3d0";
  --fa--fa: "\e3d0\e3d0";
}
.fa6-pizza-slice {
  --fa: "\f818";
  --fa--fa: "\f818\f818";
}
.fa6-money-bill-wave {
  --fa: "\f53a";
  --fa--fa: "\f53a\f53a";
}
.fa6-chart-area {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}
.fa6-area-chart {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}
.fa6-house-flag {
  --fa: "\e50d";
  --fa--fa: "\e50d\e50d";
}
.fa6-circle-three-quarters-stroke {
  --fa: "\e5d4";
  --fa--fa: "\e5d4\e5d4";
}
.fa6-person-circle-minus {
  --fa: "\e540";
  --fa--fa: "\e540\e540";
}
.fa6-scalpel {
  --fa: "\f61d";
  --fa--fa: "\f61d\f61d";
}
.fa6-ban {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}
.fa6-cancel {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}
.fa6-bell-exclamation {
  --fa: "\f848";
  --fa--fa: "\f848\f848";
}
.fa6-circle-bookmark {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}
.fa6-bookmark-circle {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}
.fa6-egg-fried {
  --fa: "\f7fc";
  --fa--fa: "\f7fc\f7fc";
}
.fa6-face-weary {
  --fa: "\e3a1";
  --fa--fa: "\e3a1\e3a1";
}
.fa6-uniform-martial-arts {
  --fa: "\e3d1";
  --fa--fa: "\e3d1\e3d1";
}
.fa6-camera-rotate {
  --fa: "\e0d8";
  --fa--fa: "\e0d8\e0d8";
}
.fa6-sun-dust {
  --fa: "\f764";
  --fa--fa: "\f764\f764";
}
.fa6-comment-text {
  --fa: "\e14d";
  --fa--fa: "\e14d\e14d";
}
.fa6-spray-can-sparkles {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}
.fa6-air-freshener {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}
.fa6-signal-bars {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa6-signal-alt {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa6-signal-alt-4 {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa6-signal-bars-strong {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa6-diamond-exclamation {
  --fa: "\e405";
  --fa--fa: "\e405\e405";
}
.fa6-star {
  --fa: "\f005";
  --fa--fa: "\f005\f005";
}
.fa6-dial-min {
  --fa: "\e161";
  --fa--fa: "\e161\e161";
}
.fa6-repeat {
  --fa: "\f363";
  --fa--fa: "\f363\f363";
}
.fa6-cross {
  --fa: "\f654";
  --fa--fa: "\f654\f654";
}
.fa6-page-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}
.fa6-file-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}
.fa6-box {
  --fa: "\f466";
  --fa--fa: "\f466\f466";
}
.fa6-venus-mars {
  --fa: "\f228";
  --fa--fa: "\f228\f228";
}
.fa6-clock-seven-thirty {
  --fa: "\e351";
  --fa--fa: "\e351\e351";
}
.fa6-arrow-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}
.fa6-mouse-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}
.fa6-clock-four-thirty {
  --fa: "\e34b";
  --fa--fa: "\e34b\e34b";
}
.fa6-signal-bars-good {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}
.fa6-signal-alt-3 {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}
.fa6-cactus {
  --fa: "\f8a7";
  --fa--fa: "\f8a7\f8a7";
}
.fa6-lightbulb-gear {
  --fa: "\e5fd";
  --fa--fa: "\e5fd\e5fd";
}
.fa6-maximize {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}
.fa6-expand-arrows-alt {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}
.fa6-charging-station {
  --fa: "\f5e7";
  --fa--fa: "\f5e7\f5e7";
}
.fa6-shapes {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}
.fa6-triangle-circle-square {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}
.fa6-plane-tail {
  --fa: "\e22c";
  --fa--fa: "\e22c\e22c";
}
.fa6-gauge-simple-max {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}
.fa6-tachometer-fastest {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}
.fa6-circle-u {
  --fa: "\e127";
  --fa--fa: "\e127\e127";
}
.fa6-shield-slash {
  --fa: "\e24b";
  --fa--fa: "\e24b\e24b";
}
.fa6-square-phone-hangup {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}
.fa6-phone-square-down {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}
.fa6-arrow-up-left {
  --fa: "\e09d";
  --fa--fa: "\e09d\e09d";
}
.fa6-transporter-1 {
  --fa: "\e043";
  --fa--fa: "\e043\e043";
}
.fa6-peanuts {
  --fa: "\e431";
  --fa--fa: "\e431\e431";
}
.fa6-shuffle {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}
.fa6-random {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}
.fa6-person-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}
.fa6-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}
.fa6-mobile-retro {
  --fa: "\e527";
  --fa--fa: "\e527\e527";
}
.fa6-grip-lines-vertical {
  --fa: "\f7a5";
  --fa--fa: "\f7a5\f7a5";
}
.fa6-bin-bottles-recycle {
  --fa: "\e5f6";
  --fa--fa: "\e5f6\e5f6";
}
.fa6-arrow-up-from-square {
  --fa: "\e09c";
  --fa--fa: "\e09c\e09c";
}
.fa6-file-dashed-line {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}
.fa6-page-break {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}
.fa6-bracket-curly-right {
  --fa: "\7d";
  --fa--fa: "\7d\7d";
}
.fa6-spider {
  --fa: "\f717";
  --fa--fa: "\f717\f717";
}
.fa6-clock-three {
  --fa: "\e356";
  --fa--fa: "\e356\e356";
}
.fa6-hands-bound {
  --fa: "\e4f9";
  --fa--fa: "\e4f9\e4f9";
}
.fa6-scalpel-line-dashed {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}
.fa6-scalpel-path {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}
.fa6-file-invoice-dollar {
  --fa: "\f571";
  --fa--fa: "\f571\f571";
}
.fa6-pipe-smoking {
  --fa: "\e3c4";
  --fa--fa: "\e3c4\e3c4";
}
.fa6-face-astonished {
  --fa: "\e36b";
  --fa--fa: "\e36b\e36b";
}
.fa6-window {
  --fa: "\f40e";
  --fa--fa: "\f40e\f40e";
}
.fa6-plane-circle-exclamation {
  --fa: "\e556";
  --fa--fa: "\e556\e556";
}
.fa6-ear {
  --fa: "\f5f0";
  --fa--fa: "\f5f0\f5f0";
}
.fa6-file-lock {
  --fa: "\e3a6";
  --fa--fa: "\e3a6\e3a6";
}
.fa6-diagram-venn {
  --fa: "\e15a";
  --fa--fa: "\e15a\e15a";
}
.fa6-arrow-down-from-bracket {
  --fa: "\e667";
  --fa--fa: "\e667\e667";
}
.fa6-x-ray {
  --fa: "\f497";
  --fa--fa: "\f497\f497";
}
.fa6-goal-net {
  --fa: "\e3ab";
  --fa--fa: "\e3ab\e3ab";
}
.fa6-coffin-cross {
  --fa: "\e051";
  --fa--fa: "\e051\e051";
}
.fa6-octopus {
  --fa: "\e688";
  --fa--fa: "\e688\e688";
}
.fa6-spell-check {
  --fa: "\f891";
  --fa--fa: "\f891\f891";
}
.fa6-location-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}
.fa6-map-marker-times {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}
.fa6-map-marker-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}
.fa6-circle-quarter-stroke {
  --fa: "\e5d3";
  --fa--fa: "\e5d3\e5d3";
}
.fa6-lasso {
  --fa: "\f8c8";
  --fa--fa: "\f8c8\f8c8";
}
.fa6-slash {
  --fa: "\f715";
  --fa--fa: "\f715\f715";
}
.fa6-person-to-portal {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}
.fa6-portal-enter {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}
.fa6-calendar-star {
  --fa: "\f736";
  --fa--fa: "\f736\f736";
}
.fa6-computer-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}
.fa6-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}
.fa6-arrow-right-to-bracket {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}
.fa6-sign-in {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}
.fa6-pegasus {
  --fa: "\f703";
  --fa--fa: "\f703\f703";
}
.fa6-files-medical {
  --fa: "\f7fd";
  --fa--fa: "\f7fd\f7fd";
}
.fa6-cannon {
  --fa: "\e642";
  --fa--fa: "\e642\e642";
}
.fa6-nfc-lock {
  --fa: "\e1f8";
  --fa--fa: "\e1f8\e1f8";
}
.fa6-person-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}
.fa6-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}
.fa6-square-6 {
  --fa: "\e25b";
  --fa--fa: "\e25b\e25b";
}
.fa6-shop-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}
.fa6-store-alt-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}
.fa6-wind-turbine {
  --fa: "\f89b";
  --fa--fa: "\f89b\f89b";
}
.fa6-sliders-simple {
  --fa: "\e253";
  --fa--fa: "\e253\e253";
}
.fa6-grid-round {
  --fa: "\e5da";
  --fa--fa: "\e5da\e5da";
}
.fa6-badge-sheriff {
  --fa: "\f8a2";
  --fa--fa: "\f8a2\f8a2";
}
.fa6-server {
  --fa: "\f233";
  --fa--fa: "\f233\f233";
}
.fa6-virus-covid-slash {
  --fa: "\e4a9";
  --fa--fa: "\e4a9\e4a9";
}
.fa6-intersection {
  --fa: "\f668";
  --fa--fa: "\f668\f668";
}
.fa6-shop-lock {
  --fa: "\e4a5";
  --fa--fa: "\e4a5\e4a5";
}
.fa6-family {
  --fa: "\e300";
  --fa--fa: "\e300\e300";
}
.fa6-hourglass-start {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}
.fa6-hourglass-1 {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}
.fa6-user-hair-buns {
  --fa: "\e3d3";
  --fa--fa: "\e3d3\e3d3";
}
.fa6-blender-phone {
  --fa: "\f6b6";
  --fa--fa: "\f6b6\f6b6";
}
.fa6-hourglass-clock {
  --fa: "\e41b";
  --fa--fa: "\e41b\e41b";
}
.fa6-person-seat-reclined {
  --fa: "\e21f";
  --fa--fa: "\e21f\e21f";
}
.fa6-paper-plane-top {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}
.fa6-paper-plane-alt {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}
.fa6-send {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}
.fa6-message-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}
.fa6-comment-alt-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}
.fa6-lightbulb-exclamation {
  --fa: "\f671";
  --fa--fa: "\f671\f671";
}
.fa6-layer-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}
.fa6-layer-group-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}
.fa6-chart-pie-simple-circle-currency {
  --fa: "\e604";
  --fa--fa: "\e604\e604";
}
.fa6-circle-e {
  --fa: "\e109";
  --fa--fa: "\e109\e109";
}
.fa6-building-wheat {
  --fa: "\e4db";
  --fa--fa: "\e4db\e4db";
}
.fa6-gauge-max {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}
.fa6-tachometer-alt-fastest {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}
.fa6-person-breastfeeding {
  --fa: "\e53a";
  --fa--fa: "\e53a\e53a";
}
.fa6-apostrophe {
  --fa: "\27";
  --fa--fa: "\27\27";
}
.fa6-file-png {
  --fa: "\e666";
  --fa--fa: "\e666\e666";
}
.fa6-fire-hydrant {
  --fa: "\e17f";
  --fa--fa: "\e17f\e17f";
}
.fa6-right-to-bracket {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}
.fa6-sign-in-alt {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}
.fa6-video-plus {
  --fa: "\f4e1";
  --fa--fa: "\f4e1\f4e1";
}
.fa6-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}
.fa6-arrow-alt-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}
.fa6-comment-smile {
  --fa: "\f4b4";
  --fa--fa: "\f4b4\f4b4";
}
.fa6-venus {
  --fa: "\f221";
  --fa--fa: "\f221\f221";
}
.fa6-passport {
  --fa: "\f5ab";
  --fa--fa: "\f5ab\f5ab";
}
.fa6-thumbtack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}
.fa6-thumb-tack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}
.fa6-inbox-in {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}
.fa6-inbox-arrow-down {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}
.fa6-heart-pulse {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}
.fa6-heartbeat {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}
.fa6-circle-8 {
  --fa: "\e0f5";
  --fa--fa: "\e0f5\e0f5";
}
.fa6-clouds-moon {
  --fa: "\f745";
  --fa--fa: "\f745\f745";
}
.fa6-clock-ten-thirty {
  --fa: "\e355";
  --fa--fa: "\e355\e355";
}
.fa6-people-carry-box {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}
.fa6-people-carry {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}
.fa6-folder-user {
  --fa: "\e18e";
  --fa--fa: "\e18e\e18e";
}
.fa6-trash-can-xmark {
  --fa: "\e2ae";
  --fa--fa: "\e2ae\e2ae";
}
.fa6-temperature-high {
  --fa: "\f769";
  --fa--fa: "\f769\f769";
}
.fa6-microchip {
  --fa: "\f2db";
  --fa--fa: "\f2db\f2db";
}
.fa6-left-long-to-line {
  --fa: "\e41e";
  --fa--fa: "\e41e\e41e";
}
.fa6-crown {
  --fa: "\f521";
  --fa--fa: "\f521\f521";
}
.fa6-weight-hanging {
  --fa: "\f5cd";
  --fa--fa: "\f5cd\f5cd";
}
.fa6-xmarks-lines {
  --fa: "\e59a";
  --fa--fa: "\e59a\e59a";
}
.fa6-file-prescription {
  --fa: "\f572";
  --fa--fa: "\f572\f572";
}
.fa6-table-cells-lock {
  --fa: "\e679";
  --fa--fa: "\e679\e679";
}
.fa6-calendar-range {
  --fa: "\e0d6";
  --fa--fa: "\e0d6\e0d6";
}
.fa6-flower-daffodil {
  --fa: "\f800";
  --fa--fa: "\f800\f800";
}
.fa6-hand-back-point-up {
  --fa: "\e1a2";
  --fa--fa: "\e1a2\e1a2";
}
.fa6-weight-scale {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}
.fa6-weight {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}
.fa6-arrow-up-to-arc {
  --fa: "\e617";
  --fa--fa: "\e617\e617";
}
.fa6-star-exclamation {
  --fa: "\f2f3";
  --fa--fa: "\f2f3\f2f3";
}
.fa6-books {
  --fa: "\f5db";
  --fa--fa: "\f5db\f5db";
}
.fa6-user-group {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}
.fa6-user-friends {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}
.fa6-arrow-up-a-z {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}
.fa6-sort-alpha-up {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}
.fa6-layer-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}
.fa6-layer-group-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}
.fa6-play-pause {
  --fa: "\e22f";
  --fa--fa: "\e22f\e22f";
}
.fa6-block-question {
  --fa: "\e3dd";
  --fa--fa: "\e3dd\e3dd";
}
.fa6-snooze {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}
.fa6-zzz {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}
.fa6-scanner-image {
  --fa: "\f8f3";
  --fa--fa: "\f8f3\f8f3";
}
.fa6-tv-retro {
  --fa: "\f401";
  --fa--fa: "\f401\f401";
}
.fa6-square-t {
  --fa: "\e280";
  --fa--fa: "\e280\e280";
}
.fa6-farm {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}
.fa6-barn-silo {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}
.fa6-chess-knight {
  --fa: "\f441";
  --fa--fa: "\f441\f441";
}
.fa6-bars-sort {
  --fa: "\e0ae";
  --fa--fa: "\e0ae\e0ae";
}
.fa6-pallet-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}
.fa6-palette-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}
.fa6-pallet-alt {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}
.fa6-face-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}
.fa6-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}
.fa6-code-simple {
  --fa: "\e13d";
  --fa--fa: "\e13d\e13d";
}
.fa6-bolt-slash {
  --fa: "\e0b8";
  --fa--fa: "\e0b8\e0b8";
}
.fa6-panel-fire {
  --fa: "\e42f";
  --fa--fa: "\e42f\e42f";
}
.fa6-binary-circle-check {
  --fa: "\e33c";
  --fa--fa: "\e33c\e33c";
}
.fa6-comment-minus {
  --fa: "\f4b1";
  --fa--fa: "\f4b1\f4b1";
}
.fa6-burrito {
  --fa: "\f7ed";
  --fa--fa: "\f7ed\f7ed";
}
.fa6-violin {
  --fa: "\f8ed";
  --fa--fa: "\f8ed\f8ed";
}
.fa6-objects-column {
  --fa: "\e3c1";
  --fa--fa: "\e3c1\e3c1";
}
.fa6-square-chevron-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}
.fa6-chevron-square-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}
.fa6-comment-plus {
  --fa: "\f4b2";
  --fa--fa: "\f4b2\f4b2";
}
.fa6-triangle-instrument {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}
.fa6-triangle-music {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}
.fa6-wheelchair {
  --fa: "\f193";
  --fa--fa: "\f193\f193";
}
.fa6-user-pilot-tie {
  --fa: "\e2c1";
  --fa--fa: "\e2c1\e2c1";
}
.fa6-piano-keyboard {
  --fa: "\f8d5";
  --fa--fa: "\f8d5\f8d5";
}
.fa6-bed-empty {
  --fa: "\f8f9";
  --fa--fa: "\f8f9\f8f9";
}
.fa6-circle-arrow-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}
.fa6-arrow-circle-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}
.fa6-toggle-on {
  --fa: "\f205";
  --fa--fa: "\f205\f205";
}
.fa6-rectangle-vertical {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}
.fa6-rectangle-portrait {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}
.fa6-person-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}
.fa6-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}
.fa6-l {
  --fa: "\4c";
  --fa--fa: "\4c\4c";
}
.fa6-signal-stream {
  --fa: "\f8dd";
  --fa--fa: "\f8dd\f8dd";
}
.fa6-down-to-bracket {
  --fa: "\e4e7";
  --fa--fa: "\e4e7\e4e7";
}
.fa6-circle-z {
  --fa: "\e130";
  --fa--fa: "\e130\e130";
}
.fa6-stars {
  --fa: "\f762";
  --fa--fa: "\f762\f762";
}
.fa6-fire {
  --fa: "\f06d";
  --fa--fa: "\f06d\f06d";
}
.fa6-bed-pulse {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}
.fa6-procedures {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}
.fa6-house-day {
  --fa: "\e00e";
  --fa--fa: "\e00e\e00e";
}
.fa6-shuttle-space {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}
.fa6-space-shuttle {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}
.fa6-shirt-long-sleeve {
  --fa: "\e3c7";
  --fa--fa: "\e3c7\e3c7";
}
.fa6-chart-pie-simple {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}
.fa6-chart-pie-alt {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}
.fa6-face-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}
.fa6-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}
.fa6-folder-open {
  --fa: "\f07c";
  --fa--fa: "\f07c\f07c";
}
.fa6-album-collection-circle-user {
  --fa: "\e48f";
  --fa--fa: "\e48f\e48f";
}
.fa6-candy {
  --fa: "\e3e7";
  --fa--fa: "\e3e7\e3e7";
}
.fa6-bowl-hot {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}
.fa6-soup {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}
.fa6-flatbread {
  --fa: "\e40b";
  --fa--fa: "\e40b\e40b";
}
.fa6-heart-circle-plus {
  --fa: "\e500";
  --fa--fa: "\e500\e500";
}
.fa6-code-fork {
  --fa: "\e13b";
  --fa--fa: "\e13b\e13b";
}
.fa6-city {
  --fa: "\f64f";
  --fa--fa: "\f64f\f64f";
}
.fa6-signal-bars-weak {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}
.fa6-signal-alt-1 {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}
.fa6-microphone-lines {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}
.fa6-microphone-alt {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}
.fa6-clock-twelve {
  --fa: "\e358";
  --fa--fa: "\e358\e358";
}
.fa6-pepper-hot {
  --fa: "\f816";
  --fa--fa: "\f816\f816";
}
.fa6-citrus-slice {
  --fa: "\e2f5";
  --fa--fa: "\e2f5\e2f5";
}
.fa6-sheep {
  --fa: "\f711";
  --fa--fa: "\f711\f711";
}
.fa6-unlock {
  --fa: "\f09c";
  --fa--fa: "\f09c\f09c";
}
.fa6-colon-sign {
  --fa: "\e140";
  --fa--fa: "\e140\e140";
}
.fa6-headset {
  --fa: "\f590";
  --fa--fa: "\f590\f590";
}
.fa6-badger-honey {
  --fa: "\f6b4";
  --fa--fa: "\f6b4\f6b4";
}
.fa6-h4 {
  --fa: "\f86a";
  --fa--fa: "\f86a\f86a";
}
.fa6-store-slash {
  --fa: "\e071";
  --fa--fa: "\e071\e071";
}
.fa6-road-circle-xmark {
  --fa: "\e566";
  --fa--fa: "\e566\e566";
}
.fa6-signal-slash {
  --fa: "\f695";
  --fa--fa: "\f695\f695";
}
.fa6-user-minus {
  --fa: "\f503";
  --fa--fa: "\f503\f503";
}
.fa6-mars-stroke-up {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}
.fa6-mars-stroke-v {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}
.fa6-champagne-glasses {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}
.fa6-glass-cheers {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}
.fa6-taco {
  --fa: "\f826";
  --fa--fa: "\f826\f826";
}
.fa6-hexagon-plus {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}
.fa6-plus-hexagon {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}
.fa6-clipboard {
  --fa: "\f328";
  --fa--fa: "\f328\f328";
}
.fa6-house-circle-exclamation {
  --fa: "\e50a";
  --fa--fa: "\e50a\e50a";
}
.fa6-file-arrow-up {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}
.fa6-file-upload {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}
.fa6-wifi {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}
.fa6-wifi-3 {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}
.fa6-wifi-strong {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}
.fa6-messages {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}
.fa6-comments-alt {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}
.fa6-bath {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}
.fa6-bathtub {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}
.fa6-umbrella-simple {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}
.fa6-umbrella-alt {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}
.fa6-rectangle-history-circle-plus {
  --fa: "\e4a3";
  --fa--fa: "\e4a3\e4a3";
}
.fa6-underline {
  --fa: "\f0cd";
  --fa--fa: "\f0cd\f0cd";
}
.fa6-prescription-bottle-pill {
  --fa: "\e5c0";
  --fa--fa: "\e5c0\e5c0";
}
.fa6-user-pen {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}
.fa6-user-edit {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}
.fa6-binary-slash {
  --fa: "\e33e";
  --fa--fa: "\e33e\e33e";
}
.fa6-square-o {
  --fa: "\e278";
  --fa--fa: "\e278\e278";
}
.fa6-caduceus {
  --fa: "\e681";
  --fa--fa: "\e681\e681";
}
.fa6-signature {
  --fa: "\f5b7";
  --fa--fa: "\f5b7\f5b7";
}
.fa6-stroopwafel {
  --fa: "\f551";
  --fa--fa: "\f551\f551";
}
.fa6-bold {
  --fa: "\f032";
  --fa--fa: "\f032\f032";
}
.fa6-anchor-lock {
  --fa: "\e4ad";
  --fa--fa: "\e4ad\e4ad";
}
.fa6-building-ngo {
  --fa: "\e4d7";
  --fa--fa: "\e4d7\e4d7";
}
.fa6-transporter-3 {
  --fa: "\e045";
  --fa--fa: "\e045\e045";
}
.fa6-engine-warning {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}
.fa6-engine-exclamation {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}
.fa6-circle-down-right {
  --fa: "\e108";
  --fa--fa: "\e108\e108";
}
.fa6-square-k {
  --fa: "\e274";
  --fa--fa: "\e274\e274";
}
.fa6-manat-sign {
  --fa: "\e1d5";
  --fa--fa: "\e1d5\e1d5";
}
.fa6-money-check-pen {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}
.fa6-money-check-edit {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}
.fa6-not-equal {
  --fa: "\f53e";
  --fa--fa: "\f53e\f53e";
}
.fa6-border-top-left {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}
.fa6-border-style {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}
.fa6-map-location-dot {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}
.fa6-map-marked-alt {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}
.fa6-tilde {
  --fa: "\7e";
  --fa--fa: "\7e\7e";
}
.fa6-jedi {
  --fa: "\f669";
  --fa--fa: "\f669\f669";
}
.fa6-square-poll-vertical {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}
.fa6-poll {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}
.fa6-arrow-down-square-triangle {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}
.fa6-sort-shapes-down-alt {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}
.fa6-mug-hot {
  --fa: "\f7b6";
  --fa--fa: "\f7b6\f7b6";
}
.fa6-dog-leashed {
  --fa: "\f6d4";
  --fa--fa: "\f6d4\f6d4";
}
.fa6-car-battery {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}
.fa6-battery-car {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}
.fa6-face-downcast-sweat {
  --fa: "\e371";
  --fa--fa: "\e371\e371";
}
.fa6-mailbox-flag-up {
  --fa: "\e5bb";
  --fa--fa: "\e5bb\e5bb";
}
.fa6-memo-circle-info {
  --fa: "\e49a";
  --fa--fa: "\e49a\e49a";
}
.fa6-gift {
  --fa: "\f06b";
  --fa--fa: "\f06b\f06b";
}
.fa6-dice-two {
  --fa: "\f528";
  --fa--fa: "\f528\f528";
}
.fa6-volume {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}
.fa6-volume-medium {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}
.fa6-transporter-5 {
  --fa: "\e2a6";
  --fa--fa: "\e2a6\e2a6";
}
.fa6-gauge-circle-bolt {
  --fa: "\e496";
  --fa--fa: "\e496\e496";
}
.fa6-coin-front {
  --fa: "\e3fc";
  --fa--fa: "\e3fc\e3fc";
}
.fa6-file-slash {
  --fa: "\e3a7";
  --fa--fa: "\e3a7\e3a7";
}
.fa6-message-arrow-up-right {
  --fa: "\e1dd";
  --fa--fa: "\e1dd\e1dd";
}
.fa6-treasure-chest {
  --fa: "\f723";
  --fa--fa: "\f723\f723";
}
.fa6-chess-queen {
  --fa: "\f445";
  --fa--fa: "\f445\f445";
}
.fa6-paintbrush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa6-paint-brush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa6-paint-brush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa6-paintbrush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa6-glasses {
  --fa: "\f530";
  --fa--fa: "\f530\f530";
}
.fa6-hood-cloak {
  --fa: "\f6ef";
  --fa--fa: "\f6ef\f6ef";
}
.fa6-square-quote {
  --fa: "\e329";
  --fa--fa: "\e329\e329";
}
.fa6-up-left {
  --fa: "\e2bd";
  --fa--fa: "\e2bd\e2bd";
}
.fa6-bring-front {
  --fa: "\f857";
  --fa--fa: "\f857\f857";
}
.fa6-chess-board {
  --fa: "\f43c";
  --fa--fa: "\f43c\f43c";
}
.fa6-burger-cheese {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}
.fa6-cheeseburger {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}
.fa6-building-circle-check {
  --fa: "\e4d2";
  --fa--fa: "\e4d2\e4d2";
}
.fa6-repeat-1 {
  --fa: "\f365";
  --fa--fa: "\f365\f365";
}
.fa6-arrow-down-to-line {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}
.fa6-arrow-to-bottom {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}
.fa6-grid-5 {
  --fa: "\e199";
  --fa--fa: "\e199\e199";
}
.fa6-swap-arrows {
  --fa: "\e60a";
  --fa--fa: "\e60a\e60a";
}
.fa6-right-long-to-line {
  --fa: "\e444";
  --fa--fa: "\e444\e444";
}
.fa6-person-chalkboard {
  --fa: "\e53d";
  --fa--fa: "\e53d\e53d";
}
.fa6-mars-stroke-right {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}
.fa6-mars-stroke-h {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}
.fa6-hand-back-fist {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}
.fa6-hand-rock {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}
.fa6-grid-round-5 {
  --fa: "\e5de";
  --fa--fa: "\e5de\e5de";
}
.fa6-tally {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}
.fa6-tally-5 {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}
.fa6-square-caret-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}
.fa6-caret-square-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}
.fa6-cloud-showers-water {
  --fa: "\e4e4";
  --fa--fa: "\e4e4\e4e4";
}
.fa6-chart-bar {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}
.fa6-bar-chart {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}
.fa6-hands-bubbles {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}
.fa6-hands-wash {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}
.fa6-less-than-equal {
  --fa: "\f537";
  --fa--fa: "\f537\f537";
}
.fa6-train {
  --fa: "\f238";
  --fa--fa: "\f238\f238";
}
.fa6-up-from-dotted-line {
  --fa: "\e456";
  --fa--fa: "\e456\e456";
}
.fa6-eye-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}
.fa6-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}
.fa6-traffic-light-go {
  --fa: "\f638";
  --fa--fa: "\f638\f638";
}
.fa6-face-exhaling {
  --fa: "\e480";
  --fa--fa: "\e480\e480";
}
.fa6-sensor-fire {
  --fa: "\e02a";
  --fa--fa: "\e02a\e02a";
}
.fa6-user-unlock {
  --fa: "\e058";
  --fa--fa: "\e058\e058";
}
.fa6-hexagon-divide {
  --fa: "\e1ad";
  --fa--fa: "\e1ad\e1ad";
}
.fa6-00 {
  --fa: "\e467";
  --fa--fa: "\e467\e467";
}
.fa6-crow {
  --fa: "\f520";
  --fa--fa: "\f520\f520";
}
.fa6-cassette-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}
.fa6-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}
.fa6-sailboat {
  --fa: "\e445";
  --fa--fa: "\e445\e445";
}
.fa6-window-restore {
  --fa: "\f2d2";
  --fa--fa: "\f2d2\f2d2";
}
.fa6-nfc-magnifying-glass {
  --fa: "\e1f9";
  --fa--fa: "\e1f9\e1f9";
}
.fa6-file-binary {
  --fa: "\e175";
  --fa--fa: "\e175\e175";
}
.fa6-circle-v {
  --fa: "\e12a";
  --fa--fa: "\e12a\e12a";
}
.fa6-square-plus {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}
.fa6-plus-square {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}
.fa6-bowl-scoops {
  --fa: "\e3df";
  --fa--fa: "\e3df\e3df";
}
.fa6-mistletoe {
  --fa: "\f7b4";
  --fa--fa: "\f7b4\f7b4";
}
.fa6-custard {
  --fa: "\e403";
  --fa--fa: "\e403\e403";
}
.fa6-lacrosse-stick {
  --fa: "\e3b5";
  --fa--fa: "\e3b5\e3b5";
}
.fa6-hockey-mask {
  --fa: "\f6ee";
  --fa--fa: "\f6ee\f6ee";
}
.fa6-sunrise {
  --fa: "\f766";
  --fa--fa: "\f766\f766";
}
.fa6-subtitles {
  --fa: "\e60f";
  --fa--fa: "\e60f\e60f";
}
.fa6-panel-ews {
  --fa: "\e42e";
  --fa--fa: "\e42e\e42e";
}
.fa6-torii-gate {
  --fa: "\f6a1";
  --fa--fa: "\f6a1\f6a1";
}
.fa6-cloud-exclamation {
  --fa: "\e491";
  --fa--fa: "\e491\e491";
}
.fa6-message-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}
.fa6-comment-alt-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}
.fa6-frog {
  --fa: "\f52e";
  --fa--fa: "\f52e\f52e";
}
.fa6-bucket {
  --fa: "\e4cf";
  --fa--fa: "\e4cf\e4cf";
}
.fa6-floppy-disk-pen {
  --fa: "\e182";
  --fa--fa: "\e182\e182";
}
.fa6-image {
  --fa: "\f03e";
  --fa--fa: "\f03e\f03e";
}
.fa6-window-frame {
  --fa: "\e04f";
  --fa--fa: "\e04f\e04f";
}
.fa6-microphone {
  --fa: "\f130";
  --fa--fa: "\f130\f130";
}
.fa6-cow {
  --fa: "\f6c8";
  --fa--fa: "\f6c8\f6c8";
}
.fa6-file-zip {
  --fa: "\e5ee";
  --fa--fa: "\e5ee\e5ee";
}
.fa6-square-ring {
  --fa: "\e44f";
  --fa--fa: "\e44f\e44f";
}
.fa6-down-from-line {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}
.fa6-arrow-alt-from-top {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}
.fa6-caret-up {
  --fa: "\f0d8";
  --fa--fa: "\f0d8\f0d8";
}
.fa6-shield-xmark {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}
.fa6-shield-times {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}
.fa6-screwdriver {
  --fa: "\f54a";
  --fa--fa: "\f54a\f54a";
}
.fa6-circle-sort-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}
.fa6-sort-circle-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}
.fa6-folder-closed {
  --fa: "\e185";
  --fa--fa: "\e185\e185";
}
.fa6-house-tsunami {
  --fa: "\e515";
  --fa--fa: "\e515\e515";
}
.fa6-square-nfi {
  --fa: "\e576";
  --fa--fa: "\e576\e576";
}
.fa6-forklift {
  --fa: "\f47a";
  --fa--fa: "\f47a\f47a";
}
.fa6-arrow-up-from-ground-water {
  --fa: "\e4b5";
  --fa--fa: "\e4b5\e4b5";
}
.fa6-bracket-square-right {
  --fa: "\5d";
  --fa--fa: "\5d\5d";
}
.fa6-martini-glass {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}
.fa6-glass-martini-alt {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}
.fa6-square-binary {
  --fa: "\e69b";
  --fa--fa: "\e69b\e69b";
}
.fa6-rotate-left {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa6-rotate-back {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa6-rotate-backward {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa6-undo-alt {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa6-table-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}
.fa6-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}
.fa6-square-a {
  --fa: "\e25f";
  --fa--fa: "\e25f\e25f";
}
.fa6-tick {
  --fa: "\e32f";
  --fa--fa: "\e32f\e32f";
}
.fa6-lemon {
  --fa: "\f094";
  --fa--fa: "\f094\f094";
}
.fa6-head-side-mask {
  --fa: "\e063";
  --fa--fa: "\e063\e063";
}
.fa6-handshake {
  --fa: "\f2b5";
  --fa--fa: "\f2b5\f2b5";
}
.fa6-gem {
  --fa: "\f3a5";
  --fa--fa: "\f3a5\f3a5";
}
.fa6-dolly {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}
.fa6-dolly-box {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}
.fa6-smoking {
  --fa: "\f48d";
  --fa--fa: "\f48d\f48d";
}
.fa6-minimize {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}
.fa6-compress-arrows-alt {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}
.fa6-refrigerator {
  --fa: "\e026";
  --fa--fa: "\e026\e026";
}
.fa6-monument {
  --fa: "\f5a6";
  --fa--fa: "\f5a6\f5a6";
}
.fa6-octagon-xmark {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}
.fa6-times-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}
.fa6-xmark-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}
.fa6-align-slash {
  --fa: "\f846";
  --fa--fa: "\f846\f846";
}
.fa6-snowplow {
  --fa: "\f7d2";
  --fa--fa: "\f7d2\f7d2";
}
.fa6-angles-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}
.fa6-angle-double-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}
.fa6-truck-ramp-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}
.fa6-truck-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}
.fa6-cannabis {
  --fa: "\f55f";
  --fa--fa: "\f55f\f55f";
}
.fa6-circle-play {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}
.fa6-play-circle {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}
.fa6-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "\e0a0";
  --fa--fa: "\e0a0\e0a0";
}
.fa6-location-arrow-up {
  --fa: "\e63a";
  --fa--fa: "\e63a\e63a";
}
.fa6-tablets {
  --fa: "\f490";
  --fa--fa: "\f490\f490";
}
.fa6-360-degrees {
  --fa: "\e2dc";
  --fa--fa: "\e2dc\e2dc";
}
.fa6-ethernet {
  --fa: "\f796";
  --fa--fa: "\f796\f796";
}
.fa6-euro-sign {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}
.fa6-eur {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}
.fa6-euro {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}
.fa6-chair {
  --fa: "\f6c0";
  --fa--fa: "\f6c0\f6c0";
}
.fa6-circle-check {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}
.fa6-check-circle {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}
.fa6-square-dashed-circle-plus {
  --fa: "\e5c2";
  --fa--fa: "\e5c2\e5c2";
}
.fa6-hand-holding-circle-dollar {
  --fa: "\e621";
  --fa--fa: "\e621\e621";
}
.fa6-money-simple-from-bracket {
  --fa: "\e313";
  --fa--fa: "\e313\e313";
}
.fa6-bat {
  --fa: "\f6b5";
  --fa--fa: "\f6b5\f6b5";
}
.fa6-circle-stop {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}
.fa6-stop-circle {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}
.fa6-head-side-headphones {
  --fa: "\f8c2";
  --fa--fa: "\f8c2\f8c2";
}
.fa6-phone-rotary {
  --fa: "\f8d3";
  --fa--fa: "\f8d3\f8d3";
}
.fa6-arrow-up-to-bracket {
  --fa: "\e66a";
  --fa--fa: "\e66a\e66a";
}
.fa6-compass-drafting {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}
.fa6-drafting-compass {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}
.fa6-plate-wheat {
  --fa: "\e55a";
  --fa--fa: "\e55a\e55a";
}
.fa6-calendar-circle-minus {
  --fa: "\e46f";
  --fa--fa: "\e46f\e46f";
}
.fa6-chopsticks {
  --fa: "\e3f7";
  --fa--fa: "\e3f7\e3f7";
}
.fa6-car-wrench {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}
.fa6-car-mechanic {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}
.fa6-icicles {
  --fa: "\f7ad";
  --fa--fa: "\f7ad\f7ad";
}
.fa6-person-shelter {
  --fa: "\e54f";
  --fa--fa: "\e54f\e54f";
}
.fa6-neuter {
  --fa: "\f22c";
  --fa--fa: "\f22c\f22c";
}
.fa6-id-badge {
  --fa: "\f2c1";
  --fa--fa: "\f2c1\f2c1";
}
.fa6-kazoo {
  --fa: "\f8c7";
  --fa--fa: "\f8c7\f8c7";
}
.fa6-marker {
  --fa: "\f5a1";
  --fa--fa: "\f5a1\f5a1";
}
.fa6-bin-bottles {
  --fa: "\e5f5";
  --fa--fa: "\e5f5\e5f5";
}
.fa6-face-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}
.fa6-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}
.fa6-square-arrow-down-left {
  --fa: "\e261";
  --fa--fa: "\e261\e261";
}
.fa6-battery-bolt {
  --fa: "\f376";
  --fa--fa: "\f376\f376";
}
.fa6-tree-large {
  --fa: "\f7dd";
  --fa--fa: "\f7dd\f7dd";
}
.fa6-helicopter-symbol {
  --fa: "\e502";
  --fa--fa: "\e502\e502";
}
.fa6-aperture {
  --fa: "\e2df";
  --fa--fa: "\e2df\e2df";
}
.fa6-universal-access {
  --fa: "\f29a";
  --fa--fa: "\f29a\f29a";
}
.fa6-gear-complex {
  --fa: "\e5e9";
  --fa--fa: "\e5e9\e5e9";
}
.fa6-file-magnifying-glass {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}
.fa6-file-search {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}
.fa6-up-right {
  --fa: "\e2be";
  --fa--fa: "\e2be\e2be";
}
.fa6-circle-chevron-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}
.fa6-chevron-circle-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}
.fa6-user-police {
  --fa: "\e333";
  --fa--fa: "\e333\e333";
}
.fa6-lari-sign {
  --fa: "\e1c8";
  --fa--fa: "\e1c8\e1c8";
}
.fa6-volcano {
  --fa: "\f770";
  --fa--fa: "\f770\f770";
}
.fa6-teddy-bear {
  --fa: "\e3cf";
  --fa--fa: "\e3cf\e3cf";
}
.fa6-stocking {
  --fa: "\f7d5";
  --fa--fa: "\f7d5\f7d5";
}
.fa6-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
  --fa--fa: "\e553\e553";
}
.fa6-image-slash {
  --fa: "\e1b7";
  --fa--fa: "\e1b7\e1b7";
}
.fa6-mask-snorkel {
  --fa: "\e3b7";
  --fa--fa: "\e3b7\e3b7";
}
.fa6-smoke {
  --fa: "\f760";
  --fa--fa: "\f760\f760";
}
.fa6-sterling-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}
.fa6-gbp {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}
.fa6-pound-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}
.fa6-battery-exclamation {
  --fa: "\e0b0";
  --fa--fa: "\e0b0\e0b0";
}
.fa6-viruses {
  --fa: "\e076";
  --fa--fa: "\e076\e076";
}
.fa6-square-person-confined {
  --fa: "\e577";
  --fa--fa: "\e577\e577";
}
.fa6-user-tie {
  --fa: "\f508";
  --fa--fa: "\f508\f508";
}
.fa6-up-to-bracket {
  --fa: "\e66e";
  --fa--fa: "\e66e\e66e";
}
.fa6-arrow-down-long {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}
.fa6-long-arrow-down {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}
.fa6-tent-arrow-down-to-line {
  --fa: "\e57e";
  --fa--fa: "\e57e\e57e";
}
.fa6-certificate {
  --fa: "\f0a3";
  --fa--fa: "\f0a3\f0a3";
}
.fa6-crystal-ball {
  --fa: "\e362";
  --fa--fa: "\e362\e362";
}
.fa6-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}
.fa6-mail-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}
.fa6-suitcase {
  --fa: "\f0f2";
  --fa--fa: "\f0f2\f0f2";
}
.fa6-person-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}
.fa6-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}
.fa6-star-shooting {
  --fa: "\e036";
  --fa--fa: "\e036\e036";
}
.fa6-binary-lock {
  --fa: "\e33d";
  --fa--fa: "\e33d\e33d";
}
.fa6-filter-circle-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}
.fa6-funnel-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}
.fa6-camera-retro {
  --fa: "\f083";
  --fa--fa: "\f083\f083";
}
.fa6-circle-arrow-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}
.fa6-arrow-circle-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}
.fa6-comment-pen {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}
.fa6-comment-edit {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}
.fa6-file-import {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}
.fa6-arrow-right-to-file {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}
.fa6-banjo {
  --fa: "\f8a3";
  --fa--fa: "\f8a3\f8a3";
}
.fa6-square-arrow-up-right {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}
.fa6-external-link-square {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}
.fa6-light-emergency-on {
  --fa: "\e420";
  --fa--fa: "\e420\e420";
}
.fa6-kerning {
  --fa: "\f86f";
  --fa--fa: "\f86f\f86f";
}
.fa6-box-open {
  --fa: "\f49e";
  --fa--fa: "\f49e\f49e";
}
.fa6-square-f {
  --fa: "\e270";
  --fa--fa: "\e270\e270";
}
.fa6-scroll {
  --fa: "\f70e";
  --fa--fa: "\f70e\f70e";
}
.fa6-spa {
  --fa: "\f5bb";
  --fa--fa: "\f5bb\f5bb";
}
.fa6-arrow-left-from-line {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}
.fa6-arrow-from-right {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}
.fa6-strawberry {
  --fa: "\e32b";
  --fa--fa: "\e32b\e32b";
}
.fa6-location-pin-lock {
  --fa: "\e51f";
  --fa--fa: "\e51f\e51f";
}
.fa6-pause {
  --fa: "\f04c";
  --fa--fa: "\f04c\f04c";
}
.fa6-clock-eight-thirty {
  --fa: "\e346";
  --fa--fa: "\e346\e346";
}
.fa6-plane-engines {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}
.fa6-plane-alt {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}
.fa6-hill-avalanche {
  --fa: "\e507";
  --fa--fa: "\e507\e507";
}
.fa6-temperature-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa6-temperature-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa6-thermometer-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa6-thermometer-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa6-bomb {
  --fa: "\f1e2";
  --fa--fa: "\f1e2\f1e2";
}
.fa6-gauge-low {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}
.fa6-tachometer-alt-slow {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}
.fa6-registered {
  --fa: "\f25d";
  --fa--fa: "\f25d\f25d";
}
.fa6-trash-can-plus {
  --fa: "\e2ac";
  --fa--fa: "\e2ac\e2ac";
}
.fa6-address-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}
.fa6-contact-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}
.fa6-vcard {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}
.fa6-chart-fft {
  --fa: "\e69e";
  --fa--fa: "\e69e\e69e";
}
.fa6-scale-unbalanced-flip {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}
.fa6-balance-scale-right {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}
.fa6-globe-snow {
  --fa: "\f7a3";
  --fa--fa: "\f7a3\f7a3";
}
.fa6-subscript {
  --fa: "\f12c";
  --fa--fa: "\f12c\f12c";
}
.fa6-diamond-turn-right {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}
.fa6-directions {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}
.fa6-integral {
  --fa: "\f667";
  --fa--fa: "\f667\f667";
}
.fa6-burst {
  --fa: "\e4dc";
  --fa--fa: "\e4dc\e4dc";
}
.fa6-house-laptop {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}
.fa6-laptop-house {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}
.fa6-face-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}
.fa6-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}
.fa6-money-bills {
  --fa: "\e1f3";
  --fa--fa: "\e1f3\e1f3";
}
.fa6-blinds-raised {
  --fa: "\f8fd";
  --fa--fa: "\f8fd\f8fd";
}
.fa6-smog {
  --fa: "\f75f";
  --fa--fa: "\f75f\f75f";
}
.fa6-ufo-beam {
  --fa: "\e048";
  --fa--fa: "\e048\e048";
}
.fa6-hydra {
  --fa: "\e686";
  --fa--fa: "\e686\e686";
}
.fa6-circle-caret-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}
.fa6-caret-circle-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}
.fa6-user-vneck-hair-long {
  --fa: "\e463";
  --fa--fa: "\e463\e463";
}
.fa6-square-a-lock {
  --fa: "\e44d";
  --fa--fa: "\e44d\e44d";
}
.fa6-crutch {
  --fa: "\f7f7";
  --fa--fa: "\f7f7\f7f7";
}
.fa6-gas-pump-slash {
  --fa: "\f5f4";
  --fa--fa: "\f5f4\f5f4";
}
.fa6-cloud-arrow-up {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}
.fa6-cloud-upload {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}
.fa6-cloud-upload-alt {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}
.fa6-palette {
  --fa: "\f53f";
  --fa--fa: "\f53f\f53f";
}
.fa6-transporter-4 {
  --fa: "\e2a5";
  --fa--fa: "\e2a5\e2a5";
}
.fa6-chart-mixed-up-circle-currency {
  --fa: "\e5d8";
  --fa--fa: "\e5d8\e5d8";
}
.fa6-objects-align-right {
  --fa: "\e3bf";
  --fa--fa: "\e3bf\e3bf";
}
.fa6-arrows-turn-right {
  --fa: "\e4c0";
  --fa--fa: "\e4c0\e4c0";
}
.fa6-vest {
  --fa: "\e085";
  --fa--fa: "\e085\e085";
}
.fa6-pig {
  --fa: "\f706";
  --fa--fa: "\f706\f706";
}
.fa6-inbox-full {
  --fa: "\e1ba";
  --fa--fa: "\e1ba\e1ba";
}
.fa6-circle-envelope {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}
.fa6-envelope-circle {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}
.fa6-triangle-person-digging {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}
.fa6-construction {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}
.fa6-ferry {
  --fa: "\e4ea";
  --fa--fa: "\e4ea\e4ea";
}
.fa6-bullseye-arrow {
  --fa: "\f648";
  --fa--fa: "\f648\f648";
}
.fa6-arrows-down-to-people {
  --fa: "\e4b9";
  --fa--fa: "\e4b9\e4b9";
}
.fa6-seedling {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}
.fa6-sprout {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}
.fa6-clock-seven {
  --fa: "\e350";
  --fa--fa: "\e350\e350";
}
.fa6-left-right {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}
.fa6-arrows-alt-h {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}
.fa6-boxes-packing {
  --fa: "\e4c7";
  --fa--fa: "\e4c7\e4c7";
}
.fa6-circle-arrow-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}
.fa6-arrow-circle-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}
.fa6-flashlight {
  --fa: "\f8b8";
  --fa--fa: "\f8b8\f8b8";
}
.fa6-file-jpg {
  --fa: "\e646";
  --fa--fa: "\e646\e646";
}
.fa6-group-arrows-rotate {
  --fa: "\e4f6";
  --fa--fa: "\e4f6\e4f6";
}
.fa6-bowl-food {
  --fa: "\e4c6";
  --fa--fa: "\e4c6\e4c6";
}
.fa6-square-9 {
  --fa: "\e25e";
  --fa--fa: "\e25e\e25e";
}
.fa6-candy-cane {
  --fa: "\f786";
  --fa--fa: "\f786\f786";
}
.fa6-arrow-down-wide-short {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}
.fa6-sort-amount-asc {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}
.fa6-sort-amount-down {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}
.fa6-square-dollar {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}
.fa6-dollar-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}
.fa6-usd-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}
.fa6-phone-arrow-right {
  --fa: "\e5be";
  --fa--fa: "\e5be\e5be";
}
.fa6-hand-holding-seedling {
  --fa: "\f4bf";
  --fa--fa: "\f4bf\f4bf";
}
.fa6-message-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}
.fa6-comment-alt-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}
.fa6-cloud-bolt {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}
.fa6-thunderstorm {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}
.fa6-chart-line-up-down {
  --fa: "\e5d7";
  --fa--fa: "\e5d7\e5d7";
}
.fa6-text-slash {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}
.fa6-remove-format {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}
.fa6-watch {
  --fa: "\f2e1";
  --fa--fa: "\f2e1\f2e1";
}
.fa6-circle-down-left {
  --fa: "\e107";
  --fa--fa: "\e107\e107";
}
.fa6-text {
  --fa: "\f893";
  --fa--fa: "\f893\f893";
}
.fa6-projector {
  --fa: "\f8d6";
  --fa--fa: "\f8d6\f8d6";
}
.fa6-face-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}
.fa6-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}
.fa6-tombstone-blank {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}
.fa6-tombstone-alt {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}
.fa6-chess-king-piece {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}
.fa6-chess-king-alt {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}
.fa6-circle-6 {
  --fa: "\e0f3";
  --fa--fa: "\e0f3\e0f3";
}
.fa6-waves-sine {
  --fa: "\e65d";
  --fa--fa: "\e65d\e65d";
}
.fa6-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}
.fa6-arrow-alt-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}
.fa6-file-word {
  --fa: "\f1c2";
  --fa--fa: "\f1c2\f1c2";
}
.fa6-file-powerpoint {
  --fa: "\f1c4";
  --fa--fa: "\f1c4\f1c4";
}
.fa6-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}
.fa6-arrow-alt-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}
.fa6-objects-align-center-vertical {
  --fa: "\e3bd";
  --fa--fa: "\e3bd\e3bd";
}
.fa6-arrows-left-right {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}
.fa6-arrows-h {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}
.fa6-house-lock {
  --fa: "\e510";
  --fa--fa: "\e510\e510";
}
.fa6-cloud-arrow-down {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}
.fa6-cloud-download {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}
.fa6-cloud-download-alt {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}
.fa6-wreath {
  --fa: "\f7e2";
  --fa--fa: "\f7e2\f7e2";
}
.fa6-children {
  --fa: "\e4e1";
  --fa--fa: "\e4e1\e4e1";
}
.fa6-meter-droplet {
  --fa: "\e1ea";
  --fa--fa: "\e1ea\e1ea";
}
.fa6-chalkboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}
.fa6-blackboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}
.fa6-user-large-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}
.fa6-user-alt-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}
.fa6-signal-strong {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}
.fa6-signal-4 {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}
.fa6-lollipop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}
.fa6-lollypop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}
.fa6-list-tree {
  --fa: "\e1d2";
  --fa--fa: "\e1d2\e1d2";
}
.fa6-envelope-open {
  --fa: "\f2b6";
  --fa--fa: "\f2b6\f2b6";
}
.fa6-draw-circle {
  --fa: "\f5ed";
  --fa--fa: "\f5ed\f5ed";
}
.fa6-cat-space {
  --fa: "\e001";
  --fa--fa: "\e001\e001";
}
.fa6-handshake-simple-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}
.fa6-handshake-alt-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}
.fa6-rabbit-running {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}
.fa6-rabbit-fast {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}
.fa6-memo-pad {
  --fa: "\e1da";
  --fa--fa: "\e1da\e1da";
}
.fa6-mattress-pillow {
  --fa: "\e525";
  --fa--fa: "\e525\e525";
}
.fa6-alarm-plus {
  --fa: "\f844";
  --fa--fa: "\f844\f844";
}
.fa6-alicorn {
  --fa: "\f6b0";
  --fa--fa: "\f6b0\f6b0";
}
.fa6-comment-question {
  --fa: "\e14b";
  --fa--fa: "\e14b\e14b";
}
.fa6-gingerbread-man {
  --fa: "\f79d";
  --fa--fa: "\f79d\f79d";
}
.fa6-guarani-sign {
  --fa: "\e19a";
  --fa--fa: "\e19a\e19a";
}
.fa6-burger-fries {
  --fa: "\e0cd";
  --fa--fa: "\e0cd\e0cd";
}
.fa6-mug-tea {
  --fa: "\f875";
  --fa--fa: "\f875\f875";
}
.fa6-border-top {
  --fa: "\f855";
  --fa--fa: "\f855\f855";
}
.fa6-arrows-rotate {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}
.fa6-refresh {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}
.fa6-sync {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}
.fa6-circle-book-open {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}
.fa6-book-circle {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}
.fa6-arrows-to-dotted-line {
  --fa: "\e0a6";
  --fa--fa: "\e0a6\e0a6";
}
.fa6-fire-extinguisher {
  --fa: "\f134";
  --fa--fa: "\f134\f134";
}
.fa6-magnifying-glass-arrows-rotate {
  --fa: "\e65e";
  --fa--fa: "\e65e\e65e";
}
.fa6-garage-open {
  --fa: "\e00b";
  --fa--fa: "\e00b\e00b";
}
.fa6-shelves-empty {
  --fa: "\e246";
  --fa--fa: "\e246\e246";
}
.fa6-cruzeiro-sign {
  --fa: "\e152";
  --fa--fa: "\e152\e152";
}
.fa6-watch-apple {
  --fa: "\e2cb";
  --fa--fa: "\e2cb\e2cb";
}
.fa6-watch-calculator {
  --fa: "\f8f0";
  --fa--fa: "\f8f0\f8f0";
}
.fa6-list-dropdown {
  --fa: "\e1cf";
  --fa--fa: "\e1cf\e1cf";
}
.fa6-cabinet-filing {
  --fa: "\f64b";
  --fa--fa: "\f64b\f64b";
}
.fa6-burger-soda {
  --fa: "\f858";
  --fa--fa: "\f858\f858";
}
.fa6-square-arrow-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}
.fa6-arrow-square-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}
.fa6-greater-than-equal {
  --fa: "\f532";
  --fa--fa: "\f532\f532";
}
.fa6-pallet-box {
  --fa: "\e208";
  --fa--fa: "\e208\e208";
}
.fa6-face-confounded {
  --fa: "\e36c";
  --fa--fa: "\e36c\e36c";
}
.fa6-shield-halved {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}
.fa6-shield-alt {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}
.fa6-truck-plow {
  --fa: "\f7de";
  --fa--fa: "\f7de\f7de";
}
.fa6-book-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}
.fa6-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}
.fa6-virus {
  --fa: "\e074";
  --fa--fa: "\e074\e074";
}
.fa6-grid-round-2 {
  --fa: "\e5db";
  --fa--fa: "\e5db\e5db";
}
.fa6-comment-middle-top {
  --fa: "\e14a";
  --fa--fa: "\e14a\e14a";
}
.fa6-wave {
  --fa: "\e65b";
  --fa--fa: "\e65b\e65b";
}
.fa6-envelope-circle-check {
  --fa: "\e4e8";
  --fa--fa: "\e4e8\e4e8";
}
.fa6-layer-group {
  --fa: "\f5fd";
  --fa--fa: "\f5fd\f5fd";
}
.fa6-restroom-simple {
  --fa: "\e23a";
  --fa--fa: "\e23a\e23a";
}
.fa6-arrows-to-dot {
  --fa: "\e4be";
  --fa--fa: "\e4be\e4be";
}
.fa6-border-outer {
  --fa: "\f851";
  --fa--fa: "\f851\f851";
}
.fa6-hashtag-lock {
  --fa: "\e415";
  --fa--fa: "\e415\e415";
}
.fa6-clock-two-thirty {
  --fa: "\e35b";
  --fa--fa: "\e35b\e35b";
}
.fa6-archway {
  --fa: "\f557";
  --fa--fa: "\f557\f557";
}
.fa6-heart-circle-check {
  --fa: "\e4fd";
  --fa--fa: "\e4fd\e4fd";
}
.fa6-house-chimney-crack {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}
.fa6-house-damage {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}
.fa6-file-zipper {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}
.fa6-file-archive {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}
.fa6-ticket-perforated {
  --fa: "\e63e";
  --fa--fa: "\e63e\e63e";
}
.fa6-heart-half {
  --fa: "\e1ab";
  --fa--fa: "\e1ab\e1ab";
}
.fa6-comment-check {
  --fa: "\f4ac";
  --fa--fa: "\f4ac\f4ac";
}
.fa6-square {
  --fa: "\f0c8";
  --fa--fa: "\f0c8\f0c8";
}
.fa6-memo {
  --fa: "\e1d8";
  --fa--fa: "\e1d8\e1d8";
}
.fa6-martini-glass-empty {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}
.fa6-glass-martini {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}
.fa6-couch {
  --fa: "\f4b8";
  --fa--fa: "\f4b8\f4b8";
}
.fa6-cedi-sign {
  --fa: "\e0df";
  --fa--fa: "\e0df\e0df";
}
.fa6-italic {
  --fa: "\f033";
  --fa--fa: "\f033\f033";
}
.fa6-glass-citrus {
  --fa: "\f869";
  --fa--fa: "\f869\f869";
}
.fa6-calendar-lines-pen {
  --fa: "\e472";
  --fa--fa: "\e472\e472";
}
.fa6-table-cells-column-lock {
  --fa: "\e678";
  --fa--fa: "\e678\e678";
}
.fa6-church {
  --fa: "\f51d";
  --fa--fa: "\f51d\f51d";
}
.fa6-person-snowmobiling {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}
.fa6-snowmobile {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}
.fa6-face-hushed {
  --fa: "\e37b";
  --fa--fa: "\e37b\e37b";
}
.fa6-comments-dollar {
  --fa: "\f653";
  --fa--fa: "\f653\f653";
}
.fa6-tickets-simple {
  --fa: "\e659";
  --fa--fa: "\e659\e659";
}
.fa6-pickaxe {
  --fa: "\e5bf";
  --fa--fa: "\e5bf\e5bf";
}
.fa6-link-simple-slash {
  --fa: "\e1ce";
  --fa--fa: "\e1ce\e1ce";
}
.fa6-democrat {
  --fa: "\f747";
  --fa--fa: "\f747\f747";
}
.fa6-face-confused {
  --fa: "\e36d";
  --fa--fa: "\e36d\e36d";
}
.fa6-pinball {
  --fa: "\e229";
  --fa--fa: "\e229\e229";
}
.fa6-z {
  --fa: "\5a";
  --fa--fa: "\5a\5a";
}
.fa6-person-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}
.fa6-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}
.fa6-deer {
  --fa: "\f78e";
  --fa--fa: "\f78e\f78e";
}
.fa6-input-pipe {
  --fa: "\e1be";
  --fa--fa: "\e1be\e1be";
}
.fa6-road-lock {
  --fa: "\e567";
  --fa--fa: "\e567\e567";
}
.fa6-a {
  --fa: "\41";
  --fa--fa: "\41\41";
}
.fa6-bookmark-slash {
  --fa: "\e0c2";
  --fa--fa: "\e0c2\e0c2";
}
.fa6-temperature-arrow-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}
.fa6-temperature-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}
.fa6-mace {
  --fa: "\f6f8";
  --fa--fa: "\f6f8\f6f8";
}
.fa6-feather-pointed {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}
.fa6-feather-alt {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}
.fa6-sausage {
  --fa: "\f820";
  --fa--fa: "\f820\f820";
}
.fa6-trash-can-clock {
  --fa: "\e2aa";
  --fa--fa: "\e2aa\e2aa";
}
.fa6-p {
  --fa: "\50";
  --fa--fa: "\50\50";
}
.fa6-broom-wide {
  --fa: "\e5d1";
  --fa--fa: "\e5d1\e5d1";
}
.fa6-snowflake {
  --fa: "\f2dc";
  --fa--fa: "\f2dc\f2dc";
}
.fa6-stomach {
  --fa: "\f623";
  --fa--fa: "\f623\f623";
}
.fa6-newspaper {
  --fa: "\f1ea";
  --fa--fa: "\f1ea\f1ea";
}
.fa6-rectangle-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}
.fa6-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}
.fa6-guitar-electric {
  --fa: "\f8be";
  --fa--fa: "\f8be\f8be";
}
.fa6-arrow-turn-down-right {
  --fa: "\e3d6";
  --fa--fa: "\e3d6\e3d6";
}
.fa6-moon-cloud {
  --fa: "\f754";
  --fa--fa: "\f754\f754";
}
.fa6-bread-slice-butter {
  --fa: "\e3e1";
  --fa--fa: "\e3e1\e3e1";
}
.fa6-circle-arrow-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}
.fa6-arrow-circle-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}
.fa6-user-group-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}
.fa6-users-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}
.fa6-circle-i {
  --fa: "\e111";
  --fa--fa: "\e111\e111";
}
.fa6-toilet-paper-check {
  --fa: "\e5b2";
  --fa--fa: "\e5b2\e5b2";
}
.fa6-filter-circle-xmark {
  --fa: "\e17b";
  --fa--fa: "\e17b\e17b";
}
.fa6-locust {
  --fa: "\e520";
  --fa--fa: "\e520\e520";
}
.fa6-sort {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}
.fa6-unsorted {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}
.fa6-list-ol {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}
.fa6-list-1-2 {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}
.fa6-list-numeric {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}
.fa6-chart-waterfall {
  --fa: "\e0eb";
  --fa--fa: "\e0eb\e0eb";
}
.fa6-sparkle {
  --fa: "\e5d6";
  --fa--fa: "\e5d6\e5d6";
}
.fa6-face-party {
  --fa: "\e383";
  --fa--fa: "\e383\e383";
}
.fa6-kidneys {
  --fa: "\f5fb";
  --fa--fa: "\f5fb\f5fb";
}
.fa6-wifi-exclamation {
  --fa: "\e2cf";
  --fa--fa: "\e2cf\e2cf";
}
.fa6-chart-network {
  --fa: "\f78a";
  --fa--fa: "\f78a\f78a";
}
.fa6-person-dress-burst {
  --fa: "\e544";
  --fa--fa: "\e544\e544";
}
.fa6-dice-d4 {
  --fa: "\f6d0";
  --fa--fa: "\f6d0\f6d0";
}
.fa6-money-check-dollar {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}
.fa6-money-check-alt {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}
.fa6-vector-square {
  --fa: "\f5cb";
  --fa--fa: "\f5cb\f5cb";
}
.fa6-bread-slice {
  --fa: "\f7ec";
  --fa--fa: "\f7ec\f7ec";
}
.fa6-language {
  --fa: "\f1ab";
  --fa--fa: "\f1ab\f1ab";
}
.fa6-wheat-awn-slash {
  --fa: "\e338";
  --fa--fa: "\e338\e338";
}
.fa6-face-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}
.fa6-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}
.fa6-dagger {
  --fa: "\f6cb";
  --fa--fa: "\f6cb\f6cb";
}
.fa6-podium {
  --fa: "\f680";
  --fa--fa: "\f680\f680";
}
.fa6-diamonds-4 {
  --fa: "\e68b";
  --fa--fa: "\e68b\e68b";
}
.fa6-memo-circle-check {
  --fa: "\e1d9";
  --fa--fa: "\e1d9\e1d9";
}
.fa6-route-highway {
  --fa: "\f61a";
  --fa--fa: "\f61a\f61a";
}
.fa6-down-to-line {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}
.fa6-arrow-alt-to-bottom {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}
.fa6-filter {
  --fa: "\f0b0";
  --fa--fa: "\f0b0\f0b0";
}
.fa6-square-g {
  --fa: "\e271";
  --fa--fa: "\e271\e271";
}
.fa6-circle-phone {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}
.fa6-phone-circle {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}
.fa6-clipboard-prescription {
  --fa: "\f5e8";
  --fa--fa: "\f5e8\f5e8";
}
.fa6-user-nurse-hair {
  --fa: "\e45d";
  --fa--fa: "\e45d\e45d";
}
.fa6-question {
  --fa: "\3f";
  --fa--fa: "\3f\3f";
}
.fa6-file-signature {
  --fa: "\f573";
  --fa--fa: "\f573\f573";
}
.fa6-toggle-large-on {
  --fa: "\e5b1";
  --fa--fa: "\e5b1\e5b1";
}
.fa6-up-down-left-right {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}
.fa6-arrows-alt {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}
.fa6-dryer-heat {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}
.fa6-dryer-alt {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}
.fa6-house-chimney-user {
  --fa: "\e065";
  --fa--fa: "\e065\e065";
}
.fa6-hand-holding-heart {
  --fa: "\f4be";
  --fa--fa: "\f4be\f4be";
}
.fa6-arrow-up-small-big {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}
.fa6-sort-size-up-alt {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}
.fa6-train-track {
  --fa: "\e453";
  --fa--fa: "\e453\e453";
}
.fa6-puzzle-piece {
  --fa: "\f12e";
  --fa--fa: "\f12e\f12e";
}
.fa6-money-check {
  --fa: "\f53c";
  --fa--fa: "\f53c\f53c";
}
.fa6-star-half-stroke {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}
.fa6-star-half-alt {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}
.fa6-file-exclamation {
  --fa: "\f31a";
  --fa--fa: "\f31a\f31a";
}
.fa6-code {
  --fa: "\f121";
  --fa--fa: "\f121\f121";
}
.fa6-whiskey-glass {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}
.fa6-glass-whiskey {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}
.fa6-moon-stars {
  --fa: "\f755";
  --fa--fa: "\f755\f755";
}
.fa6-building-circle-exclamation {
  --fa: "\e4d3";
  --fa--fa: "\e4d3\e4d3";
}
.fa6-clothes-hanger {
  --fa: "\e136";
  --fa--fa: "\e136\e136";
}
.fa6-mobile-notch {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}
.fa6-mobile-iphone {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}
.fa6-magnifying-glass-chart {
  --fa: "\e522";
  --fa--fa: "\e522\e522";
}
.fa6-arrow-up-right-from-square {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}
.fa6-external-link {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}
.fa6-cubes-stacked {
  --fa: "\e4e6";
  --fa--fa: "\e4e6\e4e6";
}
.fa6-images-user {
  --fa: "\e1b9";
  --fa--fa: "\e1b9\e1b9";
}
.fa6-won-sign {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}
.fa6-krw {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}
.fa6-won {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}
.fa6-image-polaroid-user {
  --fa: "\e1b6";
  --fa--fa: "\e1b6\e1b6";
}
.fa6-virus-covid {
  --fa: "\e4a8";
  --fa--fa: "\e4a8\e4a8";
}
.fa6-square-ellipsis {
  --fa: "\e26e";
  --fa--fa: "\e26e\e26e";
}
.fa6-pie {
  --fa: "\f705";
  --fa--fa: "\f705\f705";
}
.fa6-chess-knight-piece {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}
.fa6-chess-knight-alt {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}
.fa6-austral-sign {
  --fa: "\e0a9";
  --fa--fa: "\e0a9\e0a9";
}
.fa6-cloud-plus {
  --fa: "\e35e";
  --fa--fa: "\e35e\e35e";
}
.fa6-f {
  --fa: "\46";
  --fa--fa: "\46\46";
}
.fa6-leaf {
  --fa: "\f06c";
  --fa--fa: "\f06c\f06c";
}
.fa6-bed-bunk {
  --fa: "\f8f8";
  --fa--fa: "\f8f8\f8f8";
}
.fa6-road {
  --fa: "\f018";
  --fa--fa: "\f018\f018";
}
.fa6-taxi {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}
.fa6-cab {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}
.fa6-person-circle-plus {
  --fa: "\e541";
  --fa--fa: "\e541\e541";
}
.fa6-chart-pie {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}
.fa6-pie-chart {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}
.fa6-bolt-lightning {
  --fa: "\e0b7";
  --fa--fa: "\e0b7\e0b7";
}
.fa6-clock-eight {
  --fa: "\e345";
  --fa--fa: "\e345\e345";
}
.fa6-sack-xmark {
  --fa: "\e56a";
  --fa--fa: "\e56a\e56a";
}
.fa6-file-xls {
  --fa: "\e64d";
  --fa--fa: "\e64d\e64d";
}
.fa6-file-excel {
  --fa: "\f1c3";
  --fa--fa: "\f1c3\f1c3";
}
.fa6-file-contract {
  --fa: "\f56c";
  --fa--fa: "\f56c\f56c";
}
.fa6-fish-fins {
  --fa: "\e4f2";
  --fa--fa: "\e4f2\e4f2";
}
.fa6-circle-q {
  --fa: "\e11e";
  --fa--fa: "\e11e\e11e";
}
.fa6-building-flag {
  --fa: "\e4d5";
  --fa--fa: "\e4d5\e4d5";
}
.fa6-face-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}
.fa6-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}
.fa6-object-ungroup {
  --fa: "\f248";
  --fa--fa: "\f248\f248";
}
.fa6-face-disguise {
  --fa: "\e370";
  --fa--fa: "\e370\e370";
}
.fa6-circle-arrow-down-right {
  --fa: "\e0fa";
  --fa--fa: "\e0fa\e0fa";
}
.fa6-alien-8bit {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}
.fa6-alien-monster {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}
.fa6-hand-point-ribbon {
  --fa: "\e1a6";
  --fa--fa: "\e1a6\e1a6";
}
.fa6-poop {
  --fa: "\f619";
  --fa--fa: "\f619\f619";
}
.fa6-object-exclude {
  --fa: "\e49c";
  --fa--fa: "\e49c\e49c";
}
.fa6-telescope {
  --fa: "\e03e";
  --fa--fa: "\e03e\e03e";
}
.fa6-location-pin {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}
.fa6-map-marker {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}
.fa6-square-list {
  --fa: "\e489";
  --fa--fa: "\e489\e489";
}
.fa6-kaaba {
  --fa: "\f66b";
  --fa--fa: "\f66b\f66b";
}
.fa6-toilet-paper {
  --fa: "\f71e";
  --fa--fa: "\f71e\f71e";
}
.fa6-helmet-safety {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}
.fa6-hard-hat {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}
.fa6-hat-hard {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}
.fa6-comment-code {
  --fa: "\e147";
  --fa--fa: "\e147\e147";
}
.fa6-sim-cards {
  --fa: "\e251";
  --fa--fa: "\e251\e251";
}
.fa6-starship {
  --fa: "\e039";
  --fa--fa: "\e039\e039";
}
.fa6-eject {
  --fa: "\f052";
  --fa--fa: "\f052\f052";
}
.fa6-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}
.fa6-arrow-alt-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}
.fa6-plane-circle-check {
  --fa: "\e555";
  --fa--fa: "\e555\e555";
}
.fa6-seal {
  --fa: "\e241";
  --fa--fa: "\e241\e241";
}
.fa6-user-cowboy {
  --fa: "\f8ea";
  --fa--fa: "\f8ea\f8ea";
}
.fa6-hexagon-vertical-nft {
  --fa: "\e505";
  --fa--fa: "\e505\e505";
}
.fa6-face-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}
.fa6-meh-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}
.fa6-bread-loaf {
  --fa: "\f7eb";
  --fa--fa: "\f7eb\f7eb";
}
.fa6-rings-wedding {
  --fa: "\f81b";
  --fa--fa: "\f81b\f81b";
}
.fa6-object-group {
  --fa: "\f247";
  --fa--fa: "\f247\f247";
}
.fa6-french-fries {
  --fa: "\f803";
  --fa--fa: "\f803\f803";
}
.fa6-chart-line {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}
.fa6-line-chart {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}
.fa6-calendar-arrow-down {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}
.fa6-calendar-download {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}
.fa6-send-back {
  --fa: "\f87e";
  --fa--fa: "\f87e\f87e";
}
.fa6-mask-ventilator {
  --fa: "\e524";
  --fa--fa: "\e524\e524";
}
.fa6-tickets {
  --fa: "\e658";
  --fa--fa: "\e658\e658";
}
.fa6-signature-lock {
  --fa: "\e3ca";
  --fa--fa: "\e3ca\e3ca";
}
.fa6-arrow-right {
  --fa: "\f061";
  --fa--fa: "\f061\f061";
}
.fa6-signs-post {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}
.fa6-map-signs {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}
.fa6-octagon-plus {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}
.fa6-plus-octagon {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}
.fa6-cash-register {
  --fa: "\f788";
  --fa--fa: "\f788\f788";
}
.fa6-person-circle-question {
  --fa: "\e542";
  --fa--fa: "\e542\e542";
}
.fa6-melon-slice {
  --fa: "\e311";
  --fa--fa: "\e311\e311";
}
.fa6-space-station-moon {
  --fa: "\e033";
  --fa--fa: "\e033\e033";
}
.fa6-message-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}
.fa6-comment-alt-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}
.fa6-cup-straw {
  --fa: "\e363";
  --fa--fa: "\e363\e363";
}
.fa6-left-from-line {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}
.fa6-arrow-alt-from-right {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}
.fa6-h {
  --fa: "\48";
  --fa--fa: "\48\48";
}
.fa6-basket-shopping-simple {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}
.fa6-shopping-basket-alt {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}
.fa6-hands-holding-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}
.fa6-hands-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}
.fa6-clock-nine {
  --fa: "\e34c";
  --fa--fa: "\e34c\e34c";
}
.fa6-hammer-brush {
  --fa: "\e620";
  --fa--fa: "\e620\e620";
}
.fa6-tarp {
  --fa: "\e57b";
  --fa--fa: "\e57b\e57b";
}
.fa6-face-sleepy {
  --fa: "\e38e";
  --fa--fa: "\e38e\e38e";
}
.fa6-hand-horns {
  --fa: "\e1a9";
  --fa--fa: "\e1a9\e1a9";
}
.fa6-screwdriver-wrench {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}
.fa6-tools {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}
.fa6-arrows-to-eye {
  --fa: "\e4bf";
  --fa--fa: "\e4bf\e4bf";
}
.fa6-circle-three-quarters {
  --fa: "\e125";
  --fa--fa: "\e125\e125";
}
.fa6-trophy-star {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}
.fa6-trophy-alt {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}
.fa6-plug-circle-bolt {
  --fa: "\e55b";
  --fa--fa: "\e55b\e55b";
}
.fa6-face-thermometer {
  --fa: "\e39a";
  --fa--fa: "\e39a\e39a";
}
.fa6-grid-round-4 {
  --fa: "\e5dd";
  --fa--fa: "\e5dd\e5dd";
}
.fa6-sign-posts-wrench {
  --fa: "\e626";
  --fa--fa: "\e626\e626";
}
.fa6-shirt-running {
  --fa: "\e3c8";
  --fa--fa: "\e3c8\e3c8";
}
.fa6-book-circle-arrow-up {
  --fa: "\e0bd";
  --fa--fa: "\e0bd\e0bd";
}
.fa6-face-nauseated {
  --fa: "\e381";
  --fa--fa: "\e381\e381";
}
.fa6-heart {
  --fa: "\f004";
  --fa--fa: "\f004\f004";
}
.fa6-file-chart-pie {
  --fa: "\f65a";
  --fa--fa: "\f65a\f65a";
}
.fa6-mars-and-venus {
  --fa: "\f224";
  --fa--fa: "\f224\f224";
}
.fa6-house-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}
.fa6-home-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}
.fa6-circle-arrow-down-left {
  --fa: "\e0f9";
  --fa--fa: "\e0f9\e0f9";
}
.fa6-dumpster-fire {
  --fa: "\f794";
  --fa--fa: "\f794\f794";
}
.fa6-hexagon-minus {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}
.fa6-minus-hexagon {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}
.fa6-left-to-line {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}
.fa6-arrow-alt-to-left {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}
.fa6-house-crack {
  --fa: "\e3b1";
  --fa--fa: "\e3b1\e3b1";
}
.fa6-paw-simple {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}
.fa6-paw-alt {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}
.fa6-arrow-left-long-to-line {
  --fa: "\e3d4";
  --fa--fa: "\e3d4\e3d4";
}
.fa6-brackets-round {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}
.fa6-parentheses {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}
.fa6-martini-glass-citrus {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}
.fa6-cocktail {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}
.fa6-user-shakespeare {
  --fa: "\e2c2";
  --fa--fa: "\e2c2\e2c2";
}
.fa6-arrow-right-to-arc {
  --fa: "\e4b2";
  --fa--fa: "\e4b2\e4b2";
}
.fa6-face-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}
.fa6-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}
.fa6-bottle-water {
  --fa: "\e4c5";
  --fa--fa: "\e4c5\e4c5";
}
.fa6-circle-pause {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}
.fa6-pause-circle {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}
.fa6-gauge-circle-plus {
  --fa: "\e498";
  --fa--fa: "\e498\e498";
}
.fa6-folders {
  --fa: "\f660";
  --fa--fa: "\f660\f660";
}
.fa6-angel {
  --fa: "\f779";
  --fa--fa: "\f779\f779";
}
.fa6-value-absolute {
  --fa: "\f6a6";
  --fa--fa: "\f6a6\f6a6";
}
.fa6-rabbit {
  --fa: "\f708";
  --fa--fa: "\f708\f708";
}
.fa6-toilet-paper-slash {
  --fa: "\e072";
  --fa--fa: "\e072\e072";
}
.fa6-circle-euro {
  --fa: "\e5ce";
  --fa--fa: "\e5ce\e5ce";
}
.fa6-apple-whole {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}
.fa6-apple-alt {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}
.fa6-kitchen-set {
  --fa: "\e51a";
  --fa--fa: "\e51a\e51a";
}
.fa6-diamond-half {
  --fa: "\e5b7";
  --fa--fa: "\e5b7\e5b7";
}
.fa6-lock-keyhole {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}
.fa6-lock-alt {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}
.fa6-r {
  --fa: "\52";
  --fa--fa: "\52\52";
}
.fa6-temperature-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa6-temperature-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa6-thermometer-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa6-thermometer-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa6-square-info {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}
.fa6-info-square {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}
.fa6-wifi-slash {
  --fa: "\f6ac";
  --fa--fa: "\f6ac\f6ac";
}
.fa6-toilet-paper-xmark {
  --fa: "\e5b3";
  --fa--fa: "\e5b3\e5b3";
}
.fa6-hands-holding-dollar {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}
.fa6-hands-usd {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}
.fa6-cube {
  --fa: "\f1b2";
  --fa--fa: "\f1b2\f1b2";
}
.fa6-arrow-down-triangle-square {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}
.fa6-sort-shapes-down {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}
.fa6-bitcoin-sign {
  --fa: "\e0b4";
  --fa--fa: "\e0b4\e0b4";
}
.fa6-shutters {
  --fa: "\e449";
  --fa--fa: "\e449\e449";
}
.fa6-shield-dog {
  --fa: "\e573";
  --fa--fa: "\e573\e573";
}
.fa6-solar-panel {
  --fa: "\f5ba";
  --fa--fa: "\f5ba\f5ba";
}
.fa6-lock-open {
  --fa: "\f3c1";
  --fa--fa: "\f3c1\f3c1";
}
.fa6-table-tree {
  --fa: "\e293";
  --fa--fa: "\e293\e293";
}
.fa6-house-chimney-heart {
  --fa: "\e1b2";
  --fa--fa: "\e1b2\e1b2";
}
.fa6-tally-3 {
  --fa: "\e296";
  --fa--fa: "\e296\e296";
}
.fa6-elevator {
  --fa: "\e16d";
  --fa--fa: "\e16d\e16d";
}
.fa6-money-bill-transfer {
  --fa: "\e528";
  --fa--fa: "\e528\e528";
}
.fa6-money-bill-trend-up {
  --fa: "\e529";
  --fa--fa: "\e529\e529";
}
.fa6-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
  --fa--fa: "\e50f\e50f";
}
.fa6-square-poll-horizontal {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}
.fa6-poll-h {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}
.fa6-circle {
  --fa: "\f111";
  --fa--fa: "\f111\f111";
}
.fa6-left-to-bracket {
  --fa: "\e66d";
  --fa--fa: "\e66d\e66d";
}
.fa6-cart-circle-exclamation {
  --fa: "\e3f2";
  --fa--fa: "\e3f2\e3f2";
}
.fa6-sword {
  --fa: "\f71c";
  --fa--fa: "\f71c\f71c";
}
.fa6-backward-fast {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}
.fa6-fast-backward {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}
.fa6-recycle {
  --fa: "\f1b8";
  --fa--fa: "\f1b8\f1b8";
}
.fa6-user-astronaut {
  --fa: "\f4fb";
  --fa--fa: "\f4fb\f4fb";
}
.fa6-interrobang {
  --fa: "\e5ba";
  --fa--fa: "\e5ba\e5ba";
}
.fa6-plane-slash {
  --fa: "\e069";
  --fa--fa: "\e069\e069";
}
.fa6-circle-dashed {
  --fa: "\e105";
  --fa--fa: "\e105\e105";
}
.fa6-trademark {
  --fa: "\f25c";
  --fa--fa: "\f25c\f25c";
}
.fa6-basketball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}
.fa6-basketball-ball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}
.fa6-fork-knife {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}
.fa6-utensils-alt {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}
.fa6-satellite-dish {
  --fa: "\f7c0";
  --fa--fa: "\f7c0\f7c0";
}
.fa6-badge-check {
  --fa: "\f336";
  --fa--fa: "\f336\f336";
}
.fa6-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}
.fa6-arrow-alt-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}
.fa6-slider {
  --fa: "\e252";
  --fa--fa: "\e252\e252";
}
.fa6-mobile-screen-button {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}
.fa6-mobile-alt {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}
.fa6-clock-one-thirty {
  --fa: "\e34f";
  --fa--fa: "\e34f\e34f";
}
.fa6-inbox-out {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}
.fa6-inbox-arrow-up {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}
.fa6-cloud-slash {
  --fa: "\e137";
  --fa--fa: "\e137\e137";
}
.fa6-volume-high {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}
.fa6-volume-up {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}
.fa6-users-rays {
  --fa: "\e593";
  --fa--fa: "\e593\e593";
}
.fa6-wallet {
  --fa: "\f555";
  --fa--fa: "\f555\f555";
}
.fa6-octagon-check {
  --fa: "\e426";
  --fa--fa: "\e426\e426";
}
.fa6-flatbread-stuffed {
  --fa: "\e40c";
  --fa--fa: "\e40c\e40c";
}
.fa6-clipboard-check {
  --fa: "\f46c";
  --fa--fa: "\f46c\f46c";
}
.fa6-cart-circle-plus {
  --fa: "\e3f3";
  --fa--fa: "\e3f3\e3f3";
}
.fa6-truck-clock {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}
.fa6-shipping-timed {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}
.fa6-pool-8-ball {
  --fa: "\e3c5";
  --fa--fa: "\e3c5\e3c5";
}
.fa6-file-audio {
  --fa: "\f1c7";
  --fa--fa: "\f1c7\f1c7";
}
.fa6-turn-down-left {
  --fa: "\e331";
  --fa--fa: "\e331\e331";
}
.fa6-lock-hashtag {
  --fa: "\e423";
  --fa--fa: "\e423\e423";
}
.fa6-chart-radar {
  --fa: "\e0e7";
  --fa--fa: "\e0e7\e0e7";
}
.fa6-staff {
  --fa: "\f71b";
  --fa--fa: "\f71b\f71b";
}
.fa6-burger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}
.fa6-hamburger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}
.fa6-utility-pole {
  --fa: "\e2c3";
  --fa--fa: "\e2c3\e2c3";
}
.fa6-transporter-6 {
  --fa: "\e2a7";
  --fa--fa: "\e2a7\e2a7";
}
.fa6-arrow-turn-left {
  --fa: "\e632";
  --fa--fa: "\e632\e632";
}
.fa6-wrench {
  --fa: "\f0ad";
  --fa--fa: "\f0ad\f0ad";
}
.fa6-bugs {
  --fa: "\e4d0";
  --fa--fa: "\e4d0\e4d0";
}
.fa6-vector-polygon {
  --fa: "\e2c7";
  --fa--fa: "\e2c7\e2c7";
}
.fa6-diagram-nested {
  --fa: "\e157";
  --fa--fa: "\e157\e157";
}
.fa6-rupee-sign {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}
.fa6-rupee {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}
.fa6-file-image {
  --fa: "\f1c5";
  --fa--fa: "\f1c5\f1c5";
}
.fa6-circle-question {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}
.fa6-question-circle {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}
.fa6-tickets-perforated {
  --fa: "\e63f";
  --fa--fa: "\e63f\e63f";
}
.fa6-image-user {
  --fa: "\e1b8";
  --fa--fa: "\e1b8\e1b8";
}
.fa6-buoy {
  --fa: "\e5b5";
  --fa--fa: "\e5b5\e5b5";
}
.fa6-plane-departure {
  --fa: "\f5b0";
  --fa--fa: "\f5b0\f5b0";
}
.fa6-handshake-slash {
  --fa: "\e060";
  --fa--fa: "\e060\e060";
}
.fa6-book-bookmark {
  --fa: "\e0bb";
  --fa--fa: "\e0bb\e0bb";
}
.fa6-border-center-h {
  --fa: "\f89c";
  --fa--fa: "\f89c\f89c";
}
.fa6-can-food {
  --fa: "\e3e6";
  --fa--fa: "\e3e6\e3e6";
}
.fa6-typewriter {
  --fa: "\f8e7";
  --fa--fa: "\f8e7\f8e7";
}
.fa6-arrow-right-from-arc {
  --fa: "\e4b1";
  --fa--fa: "\e4b1\e4b1";
}
.fa6-circle-k {
  --fa: "\e113";
  --fa--fa: "\e113\e113";
}
.fa6-face-hand-over-mouth {
  --fa: "\e378";
  --fa--fa: "\e378\e378";
}
.fa6-popcorn {
  --fa: "\f819";
  --fa--fa: "\f819\f819";
}
.fa6-house-water {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}
.fa6-house-flood {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}
.fa6-object-subtract {
  --fa: "\e49e";
  --fa--fa: "\e49e\e49e";
}
.fa6-code-branch {
  --fa: "\f126";
  --fa--fa: "\f126\f126";
}
.fa6-warehouse-full {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}
.fa6-warehouse-alt {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}
.fa6-hat-cowboy {
  --fa: "\f8c0";
  --fa--fa: "\f8c0\f8c0";
}
.fa6-bridge {
  --fa: "\e4c8";
  --fa--fa: "\e4c8\e4c8";
}
.fa6-phone-flip {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}
.fa6-phone-alt {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}
.fa6-arrow-down-from-dotted-line {
  --fa: "\e090";
  --fa--fa: "\e090\e090";
}
.fa6-file-doc {
  --fa: "\e5ed";
  --fa--fa: "\e5ed\e5ed";
}
.fa6-square-quarters {
  --fa: "\e44e";
  --fa--fa: "\e44e\e44e";
}
.fa6-truck-front {
  --fa: "\e2b7";
  --fa--fa: "\e2b7\e2b7";
}
.fa6-cat {
  --fa: "\f6be";
  --fa--fa: "\f6be\f6be";
}
.fa6-trash-xmark {
  --fa: "\e2b4";
  --fa--fa: "\e2b4\e2b4";
}
.fa6-circle-caret-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}
.fa6-caret-circle-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}
.fa6-files {
  --fa: "\e178";
  --fa--fa: "\e178\e178";
}
.fa6-anchor-circle-exclamation {
  --fa: "\e4ab";
  --fa--fa: "\e4ab\e4ab";
}
.fa6-face-clouds {
  --fa: "\e47d";
  --fa--fa: "\e47d\e47d";
}
.fa6-user-crown {
  --fa: "\f6a4";
  --fa--fa: "\f6a4\f6a4";
}
.fa6-basket-shopping-plus {
  --fa: "\e653";
  --fa--fa: "\e653\e653";
}
.fa6-truck-field {
  --fa: "\e58d";
  --fa--fa: "\e58d\e58d";
}
.fa6-route {
  --fa: "\f4d7";
  --fa--fa: "\f4d7\f4d7";
}
.fa6-cart-circle-check {
  --fa: "\e3f1";
  --fa--fa: "\e3f1\e3f1";
}
.fa6-clipboard-question {
  --fa: "\e4e3";
  --fa--fa: "\e4e3\e4e3";
}
.fa6-panorama {
  --fa: "\e209";
  --fa--fa: "\e209\e209";
}
.fa6-comment-medical {
  --fa: "\f7f5";
  --fa--fa: "\f7f5\f7f5";
}
.fa6-teeth-open {
  --fa: "\f62f";
  --fa--fa: "\f62f\f62f";
}
.fa6-user-tie-hair-long {
  --fa: "\e460";
  --fa--fa: "\e460\e460";
}
.fa6-file-circle-minus {
  --fa: "\e4ed";
  --fa--fa: "\e4ed\e4ed";
}
.fa6-head-side-medical {
  --fa: "\f809";
  --fa--fa: "\f809\f809";
}
.fa6-arrow-turn-right {
  --fa: "\e635";
  --fa--fa: "\e635\e635";
}
.fa6-tags {
  --fa: "\f02c";
  --fa--fa: "\f02c\f02c";
}
.fa6-wine-glass {
  --fa: "\f4e3";
  --fa--fa: "\f4e3\f4e3";
}
.fa6-forward-fast {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}
.fa6-fast-forward {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}
.fa6-face-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}
.fa6-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}
.fa6-user-robot {
  --fa: "\e04b";
  --fa--fa: "\e04b\e04b";
}
.fa6-square-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}
.fa6-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}
.fa6-card-diamond {
  --fa: "\e3ea";
  --fa--fa: "\e3ea\e3ea";
}
.fa6-face-zipper {
  --fa: "\e3a5";
  --fa--fa: "\e3a5\e3a5";
}
.fa6-face-raised-eyebrow {
  --fa: "\e388";
  --fa--fa: "\e388\e388";
}
.fa6-house-signal {
  --fa: "\e012";
  --fa--fa: "\e012\e012";
}
.fa6-square-chevron-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}
.fa6-chevron-square-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}
.fa6-bars-progress {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}
.fa6-tasks-alt {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}
.fa6-faucet-drip {
  --fa: "\e006";
  --fa--fa: "\e006\e006";
}
.fa6-arrows-to-line {
  --fa: "\e0a7";
  --fa--fa: "\e0a7\e0a7";
}
.fa6-dolphin {
  --fa: "\e168";
  --fa--fa: "\e168\e168";
}
.fa6-arrow-up-right {
  --fa: "\e09f";
  --fa--fa: "\e09f\e09f";
}
.fa6-circle-r {
  --fa: "\e120";
  --fa--fa: "\e120\e120";
}
.fa6-cart-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}
.fa6-dolly-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}
.fa6-ban-smoking {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}
.fa6-smoking-ban {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}
.fa6-circle-sort-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}
.fa6-sort-circle-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}
.fa6-terminal {
  --fa: "\f120";
  --fa--fa: "\f120\f120";
}
.fa6-mobile-button {
  --fa: "\f10b";
  --fa--fa: "\f10b\f10b";
}
.fa6-house-medical-flag {
  --fa: "\e514";
  --fa--fa: "\e514\e514";
}
.fa6-basket-shopping {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}
.fa6-shopping-basket {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}
.fa6-tape {
  --fa: "\f4db";
  --fa--fa: "\f4db\f4db";
}
.fa6-chestnut {
  --fa: "\e3f6";
  --fa--fa: "\e3f6\e3f6";
}
.fa6-bus-simple {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}
.fa6-bus-alt {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}
.fa6-eye {
  --fa: "\f06e";
  --fa--fa: "\f06e\f06e";
}
.fa6-face-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}
.fa6-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}
.fa6-heat {
  --fa: "\e00c";
  --fa--fa: "\e00c\e00c";
}
.fa6-ticket-airline {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}
.fa6-ticket-perforated-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}
.fa6-ticket-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}
.fa6-boot-heeled {
  --fa: "\e33f";
  --fa--fa: "\e33f\e33f";
}
.fa6-arrows-minimize {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}
.fa6-compress-arrows {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}
.fa6-audio-description {
  --fa: "\f29e";
  --fa--fa: "\f29e\f29e";
}
.fa6-person-military-to-person {
  --fa: "\e54c";
  --fa--fa: "\e54c\e54c";
}
.fa6-file-shield {
  --fa: "\e4f0";
  --fa--fa: "\e4f0\e4f0";
}
.fa6-hexagon {
  --fa: "\f312";
  --fa--fa: "\f312\f312";
}
.fa6-manhole {
  --fa: "\e1d6";
  --fa--fa: "\e1d6\e1d6";
}
.fa6-user-slash {
  --fa: "\f506";
  --fa--fa: "\f506\f506";
}
.fa6-pen {
  --fa: "\f304";
  --fa--fa: "\f304\f304";
}
.fa6-tower-observation {
  --fa: "\e586";
  --fa--fa: "\e586\e586";
}
.fa6-floppy-disks {
  --fa: "\e183";
  --fa--fa: "\e183\e183";
}
.fa6-toilet-paper-blank-under {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}
.fa6-toilet-paper-reverse-alt {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}
.fa6-file-code {
  --fa: "\f1c9";
  --fa--fa: "\f1c9\f1c9";
}
.fa6-signal {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}
.fa6-signal-5 {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}
.fa6-signal-perfect {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}
.fa6-pump {
  --fa: "\e442";
  --fa--fa: "\e442\e442";
}
.fa6-bus {
  --fa: "\f207";
  --fa--fa: "\f207\f207";
}
.fa6-heart-circle-xmark {
  --fa: "\e501";
  --fa--fa: "\e501\e501";
}
.fa6-arrow-up-left-from-circle {
  --fa: "\e09e";
  --fa--fa: "\e09e\e09e";
}
.fa6-house-chimney {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}
.fa6-home-lg {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}
.fa6-window-maximize {
  --fa: "\f2d0";
  --fa--fa: "\f2d0\f2d0";
}
.fa6-dryer {
  --fa: "\f861";
  --fa--fa: "\f861\f861";
}
.fa6-face-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}
.fa6-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}
.fa6-chess-bishop-piece {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}
.fa6-chess-bishop-alt {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}
.fa6-shirt-tank-top {
  --fa: "\e3c9";
  --fa--fa: "\e3c9\e3c9";
}
.fa6-diploma {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}
.fa6-scroll-ribbon {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}
.fa6-screencast {
  --fa: "\e23e";
  --fa--fa: "\e23e\e23e";
}
.fa6-walker {
  --fa: "\f831";
  --fa--fa: "\f831\f831";
}
.fa6-prescription {
  --fa: "\f5b1";
  --fa--fa: "\f5b1\f5b1";
}
.fa6-shop {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}
.fa6-store-alt {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}
.fa6-floppy-disk {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}
.fa6-save {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}
.fa6-vihara {
  --fa: "\f6a7";
  --fa--fa: "\f6a7\f6a7";
}
.fa6-face-kiss-closed-eyes {
  --fa: "\e37d";
  --fa--fa: "\e37d\e37d";
}
.fa6-scale-unbalanced {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}
.fa6-balance-scale-left {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}
.fa6-file-user {
  --fa: "\f65c";
  --fa--fa: "\f65c\f65c";
}
.fa6-user-police-tie {
  --fa: "\e334";
  --fa--fa: "\e334\e334";
}
.fa6-face-tongue-money {
  --fa: "\e39d";
  --fa--fa: "\e39d\e39d";
}
.fa6-tennis-ball {
  --fa: "\f45e";
  --fa--fa: "\f45e\f45e";
}
.fa6-square-l {
  --fa: "\e275";
  --fa--fa: "\e275\e275";
}
.fa6-sort-up {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}
.fa6-sort-asc {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}
.fa6-calendar-arrow-up {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}
.fa6-calendar-upload {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}
.fa6-comment-dots {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}
.fa6-commenting {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}
.fa6-plant-wilt {
  --fa: "\e5aa";
  --fa--fa: "\e5aa\e5aa";
}
.fa6-scarf {
  --fa: "\f7c1";
  --fa--fa: "\f7c1\f7c1";
}
.fa6-album-circle-plus {
  --fa: "\e48c";
  --fa--fa: "\e48c\e48c";
}
.fa6-user-nurse-hair-long {
  --fa: "\e45e";
  --fa--fa: "\e45e\e45e";
}
.fa6-diamond {
  --fa: "\f219";
  --fa--fa: "\f219\f219";
}
.fa6-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}
.fa6-arrow-alt-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}
.fa6-face-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}
.fa6-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}
.fa6-circle-ellipsis-vertical {
  --fa: "\e10b";
  --fa--fa: "\e10b\e10b";
}
.fa6-hand-holding-dollar {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}
.fa6-hand-holding-usd {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}
.fa6-grid-dividers {
  --fa: "\e3ad";
  --fa--fa: "\e3ad\e3ad";
}
.fa6-chart-diagram {
  --fa: "\e695";
  --fa--fa: "\e695\e695";
}
.fa6-bacterium {
  --fa: "\e05a";
  --fa--fa: "\e05a\e05a";
}
.fa6-hand-pointer {
  --fa: "\f25a";
  --fa--fa: "\f25a\f25a";
}
.fa6-drum-steelpan {
  --fa: "\f56a";
  --fa--fa: "\f56a\f56a";
}
.fa6-hand-scissors {
  --fa: "\f257";
  --fa--fa: "\f257\f257";
}
.fa6-hands-praying {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}
.fa6-praying-hands {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}
.fa6-face-pensive {
  --fa: "\e384";
  --fa--fa: "\e384\e384";
}
.fa6-user-music {
  --fa: "\f8eb";
  --fa--fa: "\f8eb\f8eb";
}
.fa6-arrow-rotate-right {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa6-arrow-right-rotate {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa6-arrow-rotate-forward {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa6-redo {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa6-messages-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}
.fa6-comments-alt-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}
.fa6-sensor-on {
  --fa: "\e02b";
  --fa--fa: "\e02b\e02b";
}
.fa6-balloon {
  --fa: "\e2e3";
  --fa--fa: "\e2e3\e2e3";
}
.fa6-biohazard {
  --fa: "\f780";
  --fa--fa: "\f780\f780";
}
.fa6-chess-queen-piece {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}
.fa6-chess-queen-alt {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}
.fa6-location-crosshairs {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}
.fa6-location {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}
.fa6-mars-double {
  --fa: "\f227";
  --fa--fa: "\f227\f227";
}
.fa6-left-from-bracket {
  --fa: "\e66c";
  --fa--fa: "\e66c\e66c";
}
.fa6-house-person-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}
.fa6-house-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}
.fa6-house-person-depart {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}
.fa6-ruler-triangle {
  --fa: "\f61c";
  --fa--fa: "\f61c\f61c";
}
.fa6-card-club {
  --fa: "\e3e9";
  --fa--fa: "\e3e9\e3e9";
}
.fa6-child-dress {
  --fa: "\e59c";
  --fa--fa: "\e59c\e59c";
}
.fa6-users-between-lines {
  --fa: "\e591";
  --fa--fa: "\e591\e591";
}
.fa6-lungs-virus {
  --fa: "\e067";
  --fa--fa: "\e067\e067";
}
.fa6-spinner-third {
  --fa: "\f3f4";
  --fa--fa: "\f3f4\f3f4";
}
.fa6-face-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}
.fa6-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}
.fa6-phone {
  --fa: "\f095";
  --fa--fa: "\f095\f095";
}
.fa6-computer-mouse-scrollwheel {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}
.fa6-mouse-alt {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}
.fa6-calendar-xmark {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}
.fa6-calendar-times {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}
.fa6-child-reaching {
  --fa: "\e59d";
  --fa--fa: "\e59d\e59d";
}
.fa6-table-layout {
  --fa: "\e290";
  --fa--fa: "\e290\e290";
}
.fa6-narwhal {
  --fa: "\f6fe";
  --fa--fa: "\f6fe\f6fe";
}
.fa6-ramp-loading {
  --fa: "\f4d4";
  --fa--fa: "\f4d4\f4d4";
}
.fa6-calendar-circle-plus {
  --fa: "\e470";
  --fa--fa: "\e470\e470";
}
.fa6-toothbrush {
  --fa: "\f635";
  --fa--fa: "\f635\f635";
}
.fa6-border-inner {
  --fa: "\f84e";
  --fa--fa: "\f84e\f84e";
}
.fa6-paw-claws {
  --fa: "\f702";
  --fa--fa: "\f702\f702";
}
.fa6-kiwi-fruit {
  --fa: "\e30c";
  --fa--fa: "\e30c\e30c";
}
.fa6-traffic-light-slow {
  --fa: "\f639";
  --fa--fa: "\f639\f639";
}
.fa6-rectangle-code {
  --fa: "\e322";
  --fa--fa: "\e322\e322";
}
.fa6-head-side-virus {
  --fa: "\e064";
  --fa--fa: "\e064\e064";
}
.fa6-keyboard-brightness {
  --fa: "\e1c0";
  --fa--fa: "\e1c0\e1c0";
}
.fa6-books-medical {
  --fa: "\f7e8";
  --fa--fa: "\f7e8\f7e8";
}
.fa6-lightbulb-slash {
  --fa: "\f673";
  --fa--fa: "\f673\f673";
}
.fa6-house-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}
.fa6-home-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}
.fa6-square-5 {
  --fa: "\e25a";
  --fa--fa: "\e25a\e25a";
}
.fa6-square-heart {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}
.fa6-heart-square {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}
.fa6-puzzle {
  --fa: "\e443";
  --fa--fa: "\e443\e443";
}
.fa6-user-gear {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}
.fa6-user-cog {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}
.fa6-pipe-circle-check {
  --fa: "\e436";
  --fa--fa: "\e436\e436";
}
.fa6-arrow-up-1-9 {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}
.fa6-sort-numeric-up {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}
.fa6-octagon-exclamation {
  --fa: "\e204";
  --fa--fa: "\e204\e204";
}
.fa6-dial-low {
  --fa: "\e15d";
  --fa--fa: "\e15d\e15d";
}
.fa6-door-closed {
  --fa: "\f52a";
  --fa--fa: "\f52a\f52a";
}
.fa6-laptop-mobile {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}
.fa6-phone-laptop {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}
.fa6-conveyor-belt-boxes {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}
.fa6-conveyor-belt-alt {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}
.fa6-shield-virus {
  --fa: "\e06c";
  --fa--fa: "\e06c\e06c";
}
.fa6-starfighter-twin-ion-engine-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}
.fa6-starfighter-alt-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}
.fa6-dice-six {
  --fa: "\f526";
  --fa--fa: "\f526\f526";
}
.fa6-starfighter-twin-ion-engine {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}
.fa6-starfighter-alt {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}
.fa6-rocket-launch {
  --fa: "\e027";
  --fa--fa: "\e027\e027";
}
.fa6-mosquito-net {
  --fa: "\e52c";
  --fa--fa: "\e52c\e52c";
}
.fa6-file-fragment {
  --fa: "\e697";
  --fa--fa: "\e697\e697";
}
.fa6-vent-damper {
  --fa: "\e465";
  --fa--fa: "\e465\e465";
}
.fa6-bridge-water {
  --fa: "\e4ce";
  --fa--fa: "\e4ce\e4ce";
}
.fa6-ban-bug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}
.fa6-debug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}
.fa6-person-booth {
  --fa: "\f756";
  --fa--fa: "\f756\f756";
}
.fa6-text-width {
  --fa: "\f035";
  --fa--fa: "\f035\f035";
}
.fa6-garage-car {
  --fa: "\e00a";
  --fa--fa: "\e00a\e00a";
}
.fa6-square-kanban {
  --fa: "\e488";
  --fa--fa: "\e488\e488";
}
.fa6-hat-wizard {
  --fa: "\f6e8";
  --fa--fa: "\f6e8\f6e8";
}
.fa6-chart-kanban {
  --fa: "\e64f";
  --fa--fa: "\e64f\e64f";
}
.fa6-pen-fancy {
  --fa: "\f5ac";
  --fa--fa: "\f5ac\f5ac";
}
.fa6-coffee-pot {
  --fa: "\e002";
  --fa--fa: "\e002\e002";
}
.fa6-mouse-field {
  --fa: "\e5a8";
  --fa--fa: "\e5a8\e5a8";
}
.fa6-person-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}
.fa6-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}
.fa6-shower-down {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}
.fa6-shower-alt {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}
.fa6-box-circle-check {
  --fa: "\e0c4";
  --fa--fa: "\e0c4\e0c4";
}
.fa6-brightness {
  --fa: "\e0c9";
  --fa--fa: "\e0c9\e0c9";
}
.fa6-car-side-bolt {
  --fa: "\e344";
  --fa--fa: "\e344\e344";
}
.fa6-file-xml {
  --fa: "\e654";
  --fa--fa: "\e654\e654";
}
.fa6-ornament {
  --fa: "\f7b8";
  --fa--fa: "\f7b8\f7b8";
}
.fa6-phone-arrow-down-left {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}
.fa6-phone-arrow-down {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}
.fa6-phone-incoming {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}
.fa6-cloud-word {
  --fa: "\e138";
  --fa--fa: "\e138\e138";
}
.fa6-hand-fingers-crossed {
  --fa: "\e1a3";
  --fa--fa: "\e1a3\e1a3";
}
.fa6-trash {
  --fa: "\f1f8";
  --fa--fa: "\f1f8\f1f8";
}
.fa6-gauge-simple {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}
.fa6-gauge-simple-med {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}
.fa6-tachometer-average {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}
.fa6-arrow-down-small-big {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}
.fa6-sort-size-down-alt {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}
.fa6-book-medical {
  --fa: "\f7e6";
  --fa--fa: "\f7e6\f7e6";
}
.fa6-face-melting {
  --fa: "\e483";
  --fa--fa: "\e483\e483";
}
.fa6-poo {
  --fa: "\f2fe";
  --fa--fa: "\f2fe\f2fe";
}
.fa6-pen-clip-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}
.fa6-pen-alt-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}
.fa6-quote-right {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}
.fa6-quote-right-alt {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}
.fa6-scroll-old {
  --fa: "\f70f";
  --fa--fa: "\f70f\f70f";
}
.fa6-guitars {
  --fa: "\f8bf";
  --fa--fa: "\f8bf\f8bf";
}
.fa6-phone-xmark {
  --fa: "\e227";
  --fa--fa: "\e227\e227";
}
.fa6-hose {
  --fa: "\e419";
  --fa--fa: "\e419\e419";
}
.fa6-clock-six {
  --fa: "\e352";
  --fa--fa: "\e352\e352";
}
.fa6-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}
.fa6-t-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}
.fa6-tshirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}
.fa6-billboard {
  --fa: "\e5cd";
  --fa--fa: "\e5cd\e5cd";
}
.fa6-square-r {
  --fa: "\e27c";
  --fa--fa: "\e27c\e27c";
}
.fa6-cubes {
  --fa: "\f1b3";
  --fa--fa: "\f1b3\f1b3";
}
.fa6-envelope-open-dollar {
  --fa: "\f657";
  --fa--fa: "\f657\f657";
}
.fa6-divide {
  --fa: "\f529";
  --fa--fa: "\f529\f529";
}
.fa6-sun-cloud {
  --fa: "\f763";
  --fa--fa: "\f763\f763";
}
.fa6-lamp-floor {
  --fa: "\e015";
  --fa--fa: "\e015\e015";
}
.fa6-square-7 {
  --fa: "\e25c";
  --fa--fa: "\e25c\e25c";
}
.fa6-tenge-sign {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}
.fa6-tenge {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}
.fa6-headphones {
  --fa: "\f025";
  --fa--fa: "\f025\f025";
}
.fa6-hands-holding {
  --fa: "\f4c2";
  --fa--fa: "\f4c2\f4c2";
}
.fa6-campfire {
  --fa: "\f6ba";
  --fa--fa: "\f6ba\f6ba";
}
.fa6-circle-ampersand {
  --fa: "\e0f8";
  --fa--fa: "\e0f8\e0f8";
}
.fa6-snowflakes {
  --fa: "\f7cf";
  --fa--fa: "\f7cf\f7cf";
}
.fa6-hands-clapping {
  --fa: "\e1a8";
  --fa--fa: "\e1a8\e1a8";
}
.fa6-republican {
  --fa: "\f75e";
  --fa--fa: "\f75e\f75e";
}
.fa6-leaf-maple {
  --fa: "\f6f6";
  --fa--fa: "\f6f6\f6f6";
}
.fa6-arrow-left {
  --fa: "\f060";
  --fa--fa: "\f060\f060";
}
.fa6-person-circle-xmark {
  --fa: "\e543";
  --fa--fa: "\e543\e543";
}
.fa6-ruler {
  --fa: "\f545";
  --fa--fa: "\f545\f545";
}
.fa6-arrow-left-from-bracket {
  --fa: "\e668";
  --fa--fa: "\e668\e668";
}
.fa6-cup-straw-swoosh {
  --fa: "\e364";
  --fa--fa: "\e364\e364";
}
.fa6-temperature-sun {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}
.fa6-temperature-hot {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}
.fa6-align-left {
  --fa: "\f036";
  --fa--fa: "\f036\f036";
}
.fa6-dice-d6 {
  --fa: "\f6d1";
  --fa--fa: "\f6d1\f6d1";
}
.fa6-restroom {
  --fa: "\f7bd";
  --fa--fa: "\f7bd\f7bd";
}
.fa6-high-definition {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}
.fa6-rectangle-hd {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}
.fa6-j {
  --fa: "\4a";
  --fa--fa: "\4a\4a";
}
.fa6-galaxy {
  --fa: "\e008";
  --fa--fa: "\e008\e008";
}
.fa6-users-viewfinder {
  --fa: "\e595";
  --fa--fa: "\e595\e595";
}
.fa6-file-video {
  --fa: "\f1c8";
  --fa--fa: "\f1c8\f1c8";
}
.fa6-cherries {
  --fa: "\e0ec";
  --fa--fa: "\e0ec\e0ec";
}
.fa6-up-right-from-square {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}
.fa6-external-link-alt {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}
.fa6-circle-sort {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}
.fa6-sort-circle {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}
.fa6-table-cells {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}
.fa6-th {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}
.fa6-bag-shopping-minus {
  --fa: "\e650";
  --fa--fa: "\e650\e650";
}
.fa6-file-pdf {
  --fa: "\f1c1";
  --fa--fa: "\f1c1\f1c1";
}
.fa6-siren {
  --fa: "\e02d";
  --fa--fa: "\e02d\e02d";
}
.fa6-arrow-up-to-dotted-line {
  --fa: "\e0a1";
  --fa--fa: "\e0a1\e0a1";
}
.fa6-image-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}
.fa6-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}
.fa6-tank-water {
  --fa: "\e452";
  --fa--fa: "\e452\e452";
}
.fa6-curling-stone {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}
.fa6-curling {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}
.fa6-gamepad-modern {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}
.fa6-gamepad-alt {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}
.fa6-messages-question {
  --fa: "\e1e7";
  --fa--fa: "\e1e7\e1e7";
}
.fa6-book-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}
.fa6-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}
.fa6-o {
  --fa: "\4f";
  --fa--fa: "\4f\4f";
}
.fa6-suitcase-medical {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}
.fa6-medkit {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}
.fa6-briefcase-arrow-right {
  --fa: "\e2f2";
  --fa--fa: "\e2f2\e2f2";
}
.fa6-expand-wide {
  --fa: "\f320";
  --fa--fa: "\f320\f320";
}
.fa6-clock-eleven-thirty {
  --fa: "\e348";
  --fa--fa: "\e348\e348";
}
.fa6-rv {
  --fa: "\f7be";
  --fa--fa: "\f7be\f7be";
}
.fa6-user-secret {
  --fa: "\f21b";
  --fa--fa: "\f21b\f21b";
}
.fa6-otter {
  --fa: "\f700";
  --fa--fa: "\f700\f700";
}
.fa6-dreidel {
  --fa: "\f792";
  --fa--fa: "\f792\f792";
}
.fa6-person-dress {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}
.fa6-female {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}
.fa6-comment-dollar {
  --fa: "\f651";
  --fa--fa: "\f651\f651";
}
.fa6-business-time {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}
.fa6-briefcase-clock {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}
.fa6-flower-tulip {
  --fa: "\f801";
  --fa--fa: "\f801\f801";
}
.fa6-people-pants-simple {
  --fa: "\e21a";
  --fa--fa: "\e21a\e21a";
}
.fa6-cloud-drizzle {
  --fa: "\f738";
  --fa--fa: "\f738\f738";
}
.fa6-table-cells-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}
.fa6-th-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}
.fa6-book-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}
.fa6-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}
.fa6-solar-system {
  --fa: "\e02f";
  --fa--fa: "\e02f\e02f";
}
.fa6-seal-question {
  --fa: "\e243";
  --fa--fa: "\e243\e243";
}
.fa6-phone-volume {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}
.fa6-volume-control-phone {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}
.fa6-disc-drive {
  --fa: "\f8b5";
  --fa--fa: "\f8b5\f8b5";
}
.fa6-hat-cowboy-side {
  --fa: "\f8c1";
  --fa--fa: "\f8c1\f8c1";
}
.fa6-table-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}
.fa6-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}
.fa6-location-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}
.fa6-map-marker-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}
.fa6-face-fearful {
  --fa: "\e375";
  --fa--fa: "\e375\e375";
}
.fa6-clipboard-user {
  --fa: "\f7f3";
  --fa--fa: "\f7f3\f7f3";
}
.fa6-bus-school {
  --fa: "\f5dd";
  --fa--fa: "\f5dd\f5dd";
}
.fa6-film-slash {
  --fa: "\e179";
  --fa--fa: "\e179\e179";
}
.fa6-square-arrow-down-right {
  --fa: "\e262";
  --fa--fa: "\e262\e262";
}
.fa6-book-sparkles {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}
.fa6-book-spells {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}
.fa6-washing-machine {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}
.fa6-washer {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}
.fa6-child {
  --fa: "\f1ae";
  --fa--fa: "\f1ae\f1ae";
}
.fa6-lira-sign {
  --fa: "\f195";
  --fa--fa: "\f195\f195";
}
.fa6-user-visor {
  --fa: "\e04c";
  --fa--fa: "\e04c\e04c";
}
.fa6-file-plus-minus {
  --fa: "\e177";
  --fa--fa: "\e177\e177";
}
.fa6-chess-clock-flip {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}
.fa6-chess-clock-alt {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}
.fa6-satellite {
  --fa: "\f7bf";
  --fa--fa: "\f7bf\f7bf";
}
.fa6-truck-fire {
  --fa: "\e65a";
  --fa--fa: "\e65a\e65a";
}
.fa6-plane-lock {
  --fa: "\e558";
  --fa--fa: "\e558\e558";
}
.fa6-steering-wheel {
  --fa: "\f622";
  --fa--fa: "\f622\f622";
}
.fa6-tag {
  --fa: "\f02b";
  --fa--fa: "\f02b\f02b";
}
.fa6-stretcher {
  --fa: "\f825";
  --fa--fa: "\f825\f825";
}
.fa6-book-section {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}
.fa6-book-law {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}
.fa6-inboxes {
  --fa: "\e1bb";
  --fa--fa: "\e1bb\e1bb";
}
.fa6-coffee-bean {
  --fa: "\e13e";
  --fa--fa: "\e13e\e13e";
}
.fa6-circle-yen {
  --fa: "\e5d0";
  --fa--fa: "\e5d0\e5d0";
}
.fa6-brackets-curly {
  --fa: "\f7ea";
  --fa--fa: "\f7ea\f7ea";
}
.fa6-ellipsis-stroke-vertical {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}
.fa6-ellipsis-v-alt {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}
.fa6-comment {
  --fa: "\f075";
  --fa--fa: "\f075\f075";
}
.fa6-square-1 {
  --fa: "\e256";
  --fa--fa: "\e256\e256";
}
.fa6-cake-candles {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}
.fa6-birthday-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}
.fa6-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}
.fa6-head-side {
  --fa: "\f6e9";
  --fa--fa: "\f6e9\f6e9";
}
.fa6-truck-ladder {
  --fa: "\e657";
  --fa--fa: "\e657\e657";
}
.fa6-envelope {
  --fa: "\f0e0";
  --fa--fa: "\f0e0\f0e0";
}
.fa6-dolly-empty {
  --fa: "\f473";
  --fa--fa: "\f473\f473";
}
.fa6-face-tissue {
  --fa: "\e39c";
  --fa--fa: "\e39c\e39c";
}
.fa6-angles-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}
.fa6-angle-double-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}
.fa6-bin-recycle {
  --fa: "\e5f7";
  --fa--fa: "\e5f7\e5f7";
}
.fa6-paperclip {
  --fa: "\f0c6";
  --fa--fa: "\f0c6\f0c6";
}
.fa6-chart-line-down {
  --fa: "\f64d";
  --fa--fa: "\f64d\f64d";
}
.fa6-arrow-right-to-city {
  --fa: "\e4b3";
  --fa--fa: "\e4b3\e4b3";
}
.fa6-lock-a {
  --fa: "\e422";
  --fa--fa: "\e422\e422";
}
.fa6-ribbon {
  --fa: "\f4d6";
  --fa--fa: "\f4d6\f4d6";
}
.fa6-lungs {
  --fa: "\f604";
  --fa--fa: "\f604\f604";
}
.fa6-person-pinball {
  --fa: "\e21d";
  --fa--fa: "\e21d\e21d";
}
.fa6-arrow-up-9-1 {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}
.fa6-sort-numeric-up-alt {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}
.fa6-apple-core {
  --fa: "\e08f";
  --fa--fa: "\e08f\e08f";
}
.fa6-circle-y {
  --fa: "\e12f";
  --fa--fa: "\e12f\e12f";
}
.fa6-h6 {
  --fa: "\e413";
  --fa--fa: "\e413\e413";
}
.fa6-litecoin-sign {
  --fa: "\e1d3";
  --fa--fa: "\e1d3\e1d3";
}
.fa6-bottle-baby {
  --fa: "\e673";
  --fa--fa: "\e673\e673";
}
.fa6-circle-small {
  --fa: "\e122";
  --fa--fa: "\e122\e122";
}
.fa6-border-none {
  --fa: "\f850";
  --fa--fa: "\f850\f850";
}
.fa6-arrow-turn-down-left {
  --fa: "\e2e1";
  --fa--fa: "\e2e1\e2e1";
}
.fa6-circle-wifi-circle-wifi {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}
.fa6-circle-wifi-group {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}
.fa6-circle-nodes {
  --fa: "\e4e2";
  --fa--fa: "\e4e2\e4e2";
}
.fa6-parachute-box {
  --fa: "\f4cd";
  --fa--fa: "\f4cd\f4cd";
}
.fa6-reflect-horizontal {
  --fa: "\e664";
  --fa--fa: "\e664\e664";
}
.fa6-message-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}
.fa6-comment-alt-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}
.fa6-rugby-ball {
  --fa: "\e3c6";
  --fa--fa: "\e3c6\e3c6";
}
.fa6-comment-music {
  --fa: "\f8b0";
  --fa--fa: "\f8b0\f8b0";
}
.fa6-indent {
  --fa: "\f03c";
  --fa--fa: "\f03c\f03c";
}
.fa6-tree-deciduous {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}
.fa6-tree-alt {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}
.fa6-puzzle-piece-simple {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}
.fa6-puzzle-piece-alt {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}
.fa6-truck-field-un {
  --fa: "\e58e";
  --fa--fa: "\e58e\e58e";
}
.fa6-nfc-trash {
  --fa: "\e1fd";
  --fa--fa: "\e1fd\e1fd";
}
.fa6-hourglass {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}
.fa6-hourglass-empty {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}
.fa6-mountain {
  --fa: "\f6fc";
  --fa--fa: "\f6fc\f6fc";
}
.fa6-file-xmark {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}
.fa6-file-times {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}
.fa6-house-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}
.fa6-home-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}
.fa6-house-chimney-blank {
  --fa: "\e3b0";
  --fa--fa: "\e3b0\e3b0";
}
.fa6-meter-bolt {
  --fa: "\e1e9";
  --fa--fa: "\e1e9\e1e9";
}
.fa6-user-doctor {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}
.fa6-user-md {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}
.fa6-slash-back {
  --fa: "\5c";
  --fa--fa: "\5c\5c";
}
.fa6-circle-info {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}
.fa6-info-circle {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}
.fa6-fishing-rod {
  --fa: "\e3a8";
  --fa--fa: "\e3a8\e3a8";
}
.fa6-hammer-crash {
  --fa: "\e414";
  --fa--fa: "\e414\e414";
}
.fa6-message-heart {
  --fa: "\e5c9";
  --fa--fa: "\e5c9\e5c9";
}
.fa6-cloud-meatball {
  --fa: "\f73b";
  --fa--fa: "\f73b\f73b";
}
.fa6-camera-polaroid {
  --fa: "\f8aa";
  --fa--fa: "\f8aa\f8aa";
}
.fa6-camera {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}
.fa6-camera-alt {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}
.fa6-square-virus {
  --fa: "\e578";
  --fa--fa: "\e578\e578";
}
.fa6-cart-arrow-up {
  --fa: "\e3ee";
  --fa--fa: "\e3ee\e3ee";
}
.fa6-meteor {
  --fa: "\f753";
  --fa--fa: "\f753\f753";
}
.fa6-car-on {
  --fa: "\e4dd";
  --fa--fa: "\e4dd\e4dd";
}
.fa6-sleigh {
  --fa: "\f7cc";
  --fa--fa: "\f7cc\f7cc";
}
.fa6-arrow-down-1-9 {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}
.fa6-sort-numeric-asc {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}
.fa6-sort-numeric-down {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}
.fa6-buoy-mooring {
  --fa: "\e5b6";
  --fa--fa: "\e5b6\e5b6";
}
.fa6-square-4 {
  --fa: "\e259";
  --fa--fa: "\e259\e259";
}
.fa6-hand-holding-droplet {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}
.fa6-hand-holding-water {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}
.fa6-file-eps {
  --fa: "\e644";
  --fa--fa: "\e644\e644";
}
.fa6-tricycle-adult {
  --fa: "\e5c4";
  --fa--fa: "\e5c4\e5c4";
}
.fa6-waveform {
  --fa: "\f8f1";
  --fa--fa: "\f8f1\f8f1";
}
.fa6-water {
  --fa: "\f773";
  --fa--fa: "\f773\f773";
}
.fa6-star-sharp-half-stroke {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}
.fa6-star-sharp-half-alt {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}
.fa6-nfc-signal {
  --fa: "\e1fb";
  --fa--fa: "\e1fb\e1fb";
}
.fa6-plane-prop {
  --fa: "\e22b";
  --fa--fa: "\e22b\e22b";
}
.fa6-calendar-check {
  --fa: "\f274";
  --fa--fa: "\f274\f274";
}
.fa6-clock-desk {
  --fa: "\e134";
  --fa--fa: "\e134\e134";
}
.fa6-calendar-clock {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}
.fa6-calendar-time {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}
.fa6-braille {
  --fa: "\f2a1";
  --fa--fa: "\f2a1\f2a1";
}
.fa6-prescription-bottle-medical {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}
.fa6-prescription-bottle-alt {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}
.fa6-plate-utensils {
  --fa: "\e43b";
  --fa--fa: "\e43b\e43b";
}
.fa6-family-pants {
  --fa: "\e302";
  --fa--fa: "\e302\e302";
}
.fa6-hose-reel {
  --fa: "\e41a";
  --fa--fa: "\e41a\e41a";
}
.fa6-house-window {
  --fa: "\e3b3";
  --fa--fa: "\e3b3\e3b3";
}
.fa6-landmark {
  --fa: "\f66f";
  --fa--fa: "\f66f\f66f";
}
.fa6-truck {
  --fa: "\f0d1";
  --fa--fa: "\f0d1\f0d1";
}
.fa6-music-magnifying-glass {
  --fa: "\e662";
  --fa--fa: "\e662\e662";
}
.fa6-crosshairs {
  --fa: "\f05b";
  --fa--fa: "\f05b\f05b";
}
.fa6-cloud-rainbow {
  --fa: "\f73e";
  --fa--fa: "\f73e\f73e";
}
.fa6-person-cane {
  --fa: "\e53c";
  --fa--fa: "\e53c\e53c";
}
.fa6-alien {
  --fa: "\f8f5";
  --fa--fa: "\f8f5\f8f5";
}
.fa6-tent {
  --fa: "\e57d";
  --fa--fa: "\e57d\e57d";
}
.fa6-laptop-binary {
  --fa: "\e5e7";
  --fa--fa: "\e5e7\e5e7";
}
.fa6-vest-patches {
  --fa: "\e086";
  --fa--fa: "\e086\e086";
}
.fa6-people-dress-simple {
  --fa: "\e218";
  --fa--fa: "\e218\e218";
}
.fa6-check-double {
  --fa: "\f560";
  --fa--fa: "\f560\f560";
}
.fa6-arrow-down-a-z {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}
.fa6-sort-alpha-asc {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}
.fa6-sort-alpha-down {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}
.fa6-bowling-ball-pin {
  --fa: "\e0c3";
  --fa--fa: "\e0c3\e0c3";
}
.fa6-bell-school-slash {
  --fa: "\f5d6";
  --fa--fa: "\f5d6\f5d6";
}
.fa6-plus-large {
  --fa: "\e59e";
  --fa--fa: "\e59e\e59e";
}
.fa6-money-bill-wheat {
  --fa: "\e52a";
  --fa--fa: "\e52a\e52a";
}
.fa6-camera-viewfinder {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}
.fa6-screenshot {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}
.fa6-message-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}
.fa6-comment-alt-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}
.fa6-car-building {
  --fa: "\f859";
  --fa--fa: "\f859\f859";
}
.fa6-border-bottom-right {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}
.fa6-border-style-alt {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}
.fa6-octagon {
  --fa: "\f306";
  --fa--fa: "\f306\f306";
}
.fa6-comment-arrow-up-right {
  --fa: "\e145";
  --fa--fa: "\e145\e145";
}
.fa6-octagon-divide {
  --fa: "\e203";
  --fa--fa: "\e203\e203";
}
.fa6-cookie {
  --fa: "\f563";
  --fa--fa: "\f563\f563";
}
.fa6-arrow-rotate-left {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa6-arrow-left-rotate {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa6-arrow-rotate-back {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa6-arrow-rotate-backward {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa6-undo {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa6-tv-music {
  --fa: "\f8e6";
  --fa--fa: "\f8e6\f8e6";
}
.fa6-hard-drive {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}
.fa6-hdd {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}
.fa6-reel {
  --fa: "\e238";
  --fa--fa: "\e238\e238";
}
.fa6-face-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}
.fa6-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}
.fa6-dumbbell {
  --fa: "\f44b";
  --fa--fa: "\f44b\f44b";
}
.fa6-rectangle-list {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}
.fa6-list-alt {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}
.fa6-tarp-droplet {
  --fa: "\e57c";
  --fa--fa: "\e57c\e57c";
}
.fa6-alarm-exclamation {
  --fa: "\f843";
  --fa--fa: "\f843\f843";
}
.fa6-house-medical-circle-check {
  --fa: "\e511";
  --fa--fa: "\e511\e511";
}
.fa6-traffic-cone {
  --fa: "\f636";
  --fa--fa: "\f636\f636";
}
.fa6-grate {
  --fa: "\e193";
  --fa--fa: "\e193\e193";
}
.fa6-arrow-down-right {
  --fa: "\e093";
  --fa--fa: "\e093\e093";
}
.fa6-person-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}
.fa6-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}
.fa6-calendar-plus {
  --fa: "\f271";
  --fa--fa: "\f271\f271";
}
.fa6-person-from-portal {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}
.fa6-portal-exit {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}
.fa6-plane-arrival {
  --fa: "\f5af";
  --fa--fa: "\f5af\f5af";
}
.fa6-cowbell-circle-plus {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}
.fa6-cowbell-more {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}
.fa6-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}
.fa6-arrow-alt-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}
.fa6-distribute-spacing-vertical {
  --fa: "\e366";
  --fa--fa: "\e366\e366";
}
.fa6-signal-bars-fair {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}
.fa6-signal-alt-2 {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}
.fa6-sportsball {
  --fa: "\e44b";
  --fa--fa: "\e44b\e44b";
}
.fa6-game-console-handheld-crank {
  --fa: "\e5b9";
  --fa--fa: "\e5b9\e5b9";
}
.fa6-train-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}
.fa6-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}
.fa6-chart-gantt {
  --fa: "\e0e4";
  --fa--fa: "\e0e4\e0e4";
}
.fa6-face-smile-upside-down {
  --fa: "\e395";
  --fa--fa: "\e395\e395";
}
.fa6-ball-pile {
  --fa: "\f77e";
  --fa--fa: "\f77e\f77e";
}
.fa6-badge-dollar {
  --fa: "\f645";
  --fa--fa: "\f645\f645";
}
.fa6-money-bills-simple {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}
.fa6-money-bills-alt {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}
.fa6-list-timeline {
  --fa: "\e1d1";
  --fa--fa: "\e1d1\e1d1";
}
.fa6-indian-rupee-sign {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}
.fa6-indian-rupee {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}
.fa6-inr {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}
.fa6-crop-simple {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}
.fa6-crop-alt {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}
.fa6-money-bill-1 {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}
.fa6-money-bill-alt {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}
.fa6-left-long {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}
.fa6-long-arrow-alt-left {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}
.fa6-keyboard-down {
  --fa: "\e1c2";
  --fa--fa: "\e1c2\e1c2";
}
.fa6-circle-up-right {
  --fa: "\e129";
  --fa--fa: "\e129\e129";
}
.fa6-cloud-bolt-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}
.fa6-thunderstorm-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}
.fa6-turn-left-up {
  --fa: "\e638";
  --fa--fa: "\e638\e638";
}
.fa6-dna {
  --fa: "\f471";
  --fa--fa: "\f471\f471";
}
.fa6-virus-slash {
  --fa: "\e075";
  --fa--fa: "\e075\e075";
}
.fa6-bracket-round-right {
  --fa: "\29";
  --fa--fa: "\29\29";
}
.fa6-circle-sterling {
  --fa: "\e5cf";
  --fa--fa: "\e5cf\e5cf";
}
.fa6-circle-5 {
  --fa: "\e0f2";
  --fa--fa: "\e0f2\e0f2";
}
.fa6-minus {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}
.fa6-subtract {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}
.fa6-fire-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}
.fa6-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}
.fa6-right-to-line {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}
.fa6-arrow-alt-to-right {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}
.fa6-gif {
  --fa: "\e190";
  --fa--fa: "\e190\e190";
}
.fa6-chess {
  --fa: "\f439";
  --fa--fa: "\f439\f439";
}
.fa6-trash-slash {
  --fa: "\e2b3";
  --fa--fa: "\e2b3\e2b3";
}
.fa6-arrow-left-long {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}
.fa6-long-arrow-left {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}
.fa6-plug-circle-check {
  --fa: "\e55c";
  --fa--fa: "\e55c\e55c";
}
.fa6-font-case {
  --fa: "\f866";
  --fa--fa: "\f866\f866";
}
.fa6-street-view {
  --fa: "\f21d";
  --fa--fa: "\f21d\f21d";
}
.fa6-arrow-down-left {
  --fa: "\e091";
  --fa--fa: "\e091\e091";
}
.fa6-franc-sign {
  --fa: "\e18f";
  --fa--fa: "\e18f\e18f";
}
.fa6-flask-round-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}
.fa6-flask-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}
.fa6-volume-off {
  --fa: "\f026";
  --fa--fa: "\f026\f026";
}
.fa6-book-circle-arrow-right {
  --fa: "\e0bc";
  --fa--fa: "\e0bc\e0bc";
}
.fa6-chart-user {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}
.fa6-user-chart {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}
.fa6-hands-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa6-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa6-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa6-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa6-presentation-screen {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}
.fa6-presentation {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}
.fa6-circle-bolt {
  --fa: "\e0fe";
  --fa--fa: "\e0fe\e0fe";
}
.fa6-face-smile-halo {
  --fa: "\e38f";
  --fa--fa: "\e38f\e38f";
}
.fa6-cart-circle-arrow-down {
  --fa: "\e3ef";
  --fa--fa: "\e3ef\e3ef";
}
.fa6-house-person-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}
.fa6-house-person-arrive {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}
.fa6-house-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}
.fa6-message-xmark {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}
.fa6-comment-alt-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}
.fa6-message-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}
.fa6-file-certificate {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}
.fa6-file-award {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}
.fa6-user-doctor-hair-long {
  --fa: "\e459";
  --fa--fa: "\e459\e459";
}
.fa6-camera-security {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}
.fa6-camera-home {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}
.fa6-gear {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}
.fa6-cog {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}
.fa6-droplet-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}
.fa6-tint-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}
.fa6-book-heart {
  --fa: "\f499";
  --fa--fa: "\f499\f499";
}
.fa6-mosque {
  --fa: "\f678";
  --fa--fa: "\f678\f678";
}
.fa6-duck {
  --fa: "\f6d8";
  --fa--fa: "\f6d8\f6d8";
}
.fa6-mosquito {
  --fa: "\e52b";
  --fa--fa: "\e52b\e52b";
}
.fa6-star-of-david {
  --fa: "\f69a";
  --fa--fa: "\f69a\f69a";
}
.fa6-flag-swallowtail {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}
.fa6-flag-alt {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}
.fa6-person-military-rifle {
  --fa: "\e54b";
  --fa--fa: "\e54b\e54b";
}
.fa6-car-garage {
  --fa: "\f5e2";
  --fa--fa: "\f5e2\f5e2";
}
.fa6-cart-shopping {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}
.fa6-shopping-cart {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}
.fa6-book-font {
  --fa: "\e0bf";
  --fa--fa: "\e0bf\e0bf";
}
.fa6-shield-plus {
  --fa: "\e24a";
  --fa--fa: "\e24a\e24a";
}
.fa6-vials {
  --fa: "\f493";
  --fa--fa: "\f493\f493";
}
.fa6-eye-dropper-full {
  --fa: "\e172";
  --fa--fa: "\e172\e172";
}
.fa6-distribute-spacing-horizontal {
  --fa: "\e365";
  --fa--fa: "\e365\e365";
}
.fa6-tablet-rugged {
  --fa: "\f48f";
  --fa--fa: "\f48f\f48f";
}
.fa6-temperature-snow {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}
.fa6-temperature-frigid {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}
.fa6-moped {
  --fa: "\e3b9";
  --fa--fa: "\e3b9\e3b9";
}
.fa6-face-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}
.fa6-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}
.fa6-radio-tuner {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}
.fa6-radio-alt {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}
.fa6-face-swear {
  --fa: "\e399";
  --fa--fa: "\e399\e399";
}
.fa6-water-arrow-down {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}
.fa6-water-lower {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}
.fa6-scanner-touchscreen {
  --fa: "\f48a";
  --fa--fa: "\f48a\f48a";
}
.fa6-circle-7 {
  --fa: "\e0f4";
  --fa--fa: "\e0f4\e0f4";
}
.fa6-plug-circle-plus {
  --fa: "\e55f";
  --fa--fa: "\e55f\e55f";
}
.fa6-person-ski-jumping {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}
.fa6-ski-jump {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}
.fa6-place-of-worship {
  --fa: "\f67f";
  --fa--fa: "\f67f\f67f";
}
.fa6-water-arrow-up {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}
.fa6-water-rise {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}
.fa6-waveform-lines {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}
.fa6-waveform-path {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}
.fa6-split {
  --fa: "\e254";
  --fa--fa: "\e254\e254";
}
.fa6-film-canister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}
.fa6-film-cannister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}
.fa6-folder-xmark {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}
.fa6-folder-times {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}
.fa6-toilet-paper-blank {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}
.fa6-toilet-paper-alt {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}
.fa6-tablet-screen {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}
.fa6-tablet-android-alt {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}
.fa6-hexagon-vertical-nft-slanted {
  --fa: "\e506";
  --fa--fa: "\e506\e506";
}
.fa6-folder-music {
  --fa: "\e18d";
  --fa--fa: "\e18d\e18d";
}
.fa6-display-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}
.fa6-desktop-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}
.fa6-share-all {
  --fa: "\f367";
  --fa--fa: "\f367\f367";
}
.fa6-peapod {
  --fa: "\e31c";
  --fa--fa: "\e31c\e31c";
}
.fa6-chess-clock {
  --fa: "\f43d";
  --fa--fa: "\f43d\f43d";
}
.fa6-axe {
  --fa: "\f6b2";
  --fa--fa: "\f6b2\f6b2";
}
.fa6-square-d {
  --fa: "\e268";
  --fa--fa: "\e268\e268";
}
.fa6-grip-vertical {
  --fa: "\f58e";
  --fa--fa: "\f58e\f58e";
}
.fa6-mobile-signal-out {
  --fa: "\e1f0";
  --fa--fa: "\e1f0\e1f0";
}
.fa6-hexagon-nodes {
  --fa: "\e699";
  --fa--fa: "\e699\e699";
}
.fa6-arrow-turn-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}
.fa6-level-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}
.fa6-u {
  --fa: "\55";
  --fa--fa: "\55\55";
}
.fa6-arrow-up-from-dotted-line {
  --fa: "\e09b";
  --fa--fa: "\e09b\e09b";
}
.fa6-square-root-variable {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}
.fa6-square-root-alt {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}
.fa6-light-switch-on {
  --fa: "\e019";
  --fa--fa: "\e019\e019";
}
.fa6-arrow-down-arrow-up {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}
.fa6-sort-alt {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}
.fa6-raindrops {
  --fa: "\f75c";
  --fa--fa: "\f75c\f75c";
}
.fa6-dash {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}
.fa6-minus-large {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}
.fa6-clock {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}
.fa6-clock-four {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}
.fa6-input-numeric {
  --fa: "\e1bd";
  --fa--fa: "\e1bd\e1bd";
}
.fa6-truck-tow {
  --fa: "\e2b8";
  --fa--fa: "\e2b8\e2b8";
}
.fa6-backward-step {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}
.fa6-step-backward {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}
.fa6-pallet {
  --fa: "\f482";
  --fa--fa: "\f482\f482";
}
.fa6-car-bolt {
  --fa: "\e341";
  --fa--fa: "\e341\e341";
}
.fa6-arrows-maximize {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}
.fa6-expand-arrows {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}
.fa6-faucet {
  --fa: "\e005";
  --fa--fa: "\e005\e005";
}
.fa6-cloud-sleet {
  --fa: "\f741";
  --fa--fa: "\f741\f741";
}
.fa6-lamp-street {
  --fa: "\e1c5";
  --fa--fa: "\e1c5\e1c5";
}
.fa6-list-radio {
  --fa: "\e1d0";
  --fa--fa: "\e1d0\e1d0";
}
.fa6-pen-nib-slash {
  --fa: "\e4a1";
  --fa--fa: "\e4a1\e4a1";
}
.fa6-baseball-bat-ball {
  --fa: "\f432";
  --fa--fa: "\f432\f432";
}
.fa6-square-up-left {
  --fa: "\e282";
  --fa--fa: "\e282\e282";
}
.fa6-overline {
  --fa: "\f876";
  --fa--fa: "\f876\f876";
}
.fa6-s {
  --fa: "\53";
  --fa--fa: "\53\53";
}
.fa6-timeline {
  --fa: "\e29c";
  --fa--fa: "\e29c\e29c";
}
.fa6-keyboard {
  --fa: "\f11c";
  --fa--fa: "\f11c\f11c";
}
.fa6-arrows-from-dotted-line {
  --fa: "\e0a3";
  --fa--fa: "\e0a3\e0a3";
}
.fa6-usb-drive {
  --fa: "\f8e9";
  --fa--fa: "\f8e9\f8e9";
}
.fa6-ballot {
  --fa: "\f732";
  --fa--fa: "\f732\f732";
}
.fa6-caret-down {
  --fa: "\f0d7";
  --fa--fa: "\f0d7\f0d7";
}
.fa6-location-dot-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}
.fa6-map-marker-alt-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}
.fa6-cards {
  --fa: "\e3ed";
  --fa--fa: "\e3ed\e3ed";
}
.fa6-house-chimney-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}
.fa6-clinic-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}
.fa6-boxing-glove {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}
.fa6-glove-boxing {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}
.fa6-temperature-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa6-temperature-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa6-thermometer-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa6-thermometer-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa6-bell-school {
  --fa: "\f5d5";
  --fa--fa: "\f5d5\f5d5";
}
.fa6-mobile-screen {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}
.fa6-mobile-android-alt {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}
.fa6-plane-up {
  --fa: "\e22d";
  --fa--fa: "\e22d\e22d";
}
.fa6-folder-heart {
  --fa: "\e189";
  --fa--fa: "\e189\e189";
}
.fa6-circle-location-arrow {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}
.fa6-location-circle {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}
.fa6-face-head-bandage {
  --fa: "\e37a";
  --fa--fa: "\e37a\e37a";
}
.fa6-sushi-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}
.fa6-maki-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}
.fa6-makizushi {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}
.fa6-car-bump {
  --fa: "\f5e0";
  --fa--fa: "\f5e0\f5e0";
}
.fa6-piggy-bank {
  --fa: "\f4d3";
  --fa--fa: "\f4d3\f4d3";
}
.fa6-racquet {
  --fa: "\f45a";
  --fa--fa: "\f45a\f45a";
}
.fa6-car-mirrors {
  --fa: "\e343";
  --fa--fa: "\e343\e343";
}
.fa6-industry-windows {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}
.fa6-industry-alt {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}
.fa6-bolt-auto {
  --fa: "\e0b6";
  --fa--fa: "\e0b6\e0b6";
}
.fa6-battery-half {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}
.fa6-battery-3 {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}
.fa6-flux-capacitor {
  --fa: "\f8ba";
  --fa--fa: "\f8ba\f8ba";
}
.fa6-mountain-city {
  --fa: "\e52e";
  --fa--fa: "\e52e\e52e";
}
.fa6-coins {
  --fa: "\f51e";
  --fa--fa: "\f51e\f51e";
}
.fa6-honey-pot {
  --fa: "\e418";
  --fa--fa: "\e418\e418";
}
.fa6-olive {
  --fa: "\e316";
  --fa--fa: "\e316\e316";
}
.fa6-khanda {
  --fa: "\f66d";
  --fa--fa: "\f66d\f66d";
}
.fa6-filter-list {
  --fa: "\e17c";
  --fa--fa: "\e17c\e17c";
}
.fa6-outlet {
  --fa: "\e01c";
  --fa--fa: "\e01c\e01c";
}
.fa6-sliders {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}
.fa6-sliders-h {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}
.fa6-cauldron {
  --fa: "\f6bf";
  --fa--fa: "\f6bf\f6bf";
}
.fa6-people {
  --fa: "\e216";
  --fa--fa: "\e216\e216";
}
.fa6-folder-tree {
  --fa: "\f802";
  --fa--fa: "\f802\f802";
}
.fa6-network-wired {
  --fa: "\f6ff";
  --fa--fa: "\f6ff\f6ff";
}
.fa6-croissant {
  --fa: "\f7f6";
  --fa--fa: "\f7f6\f7f6";
}
.fa6-map-pin {
  --fa: "\f276";
  --fa--fa: "\f276\f276";
}
.fa6-hamsa {
  --fa: "\f665";
  --fa--fa: "\f665\f665";
}
.fa6-cent-sign {
  --fa: "\e3f5";
  --fa--fa: "\e3f5\e3f5";
}
.fa6-swords-laser {
  --fa: "\e03d";
  --fa--fa: "\e03d\e03d";
}
.fa6-flask {
  --fa: "\f0c3";
  --fa--fa: "\f0c3\f0c3";
}
.fa6-person-pregnant {
  --fa: "\e31e";
  --fa--fa: "\e31e\e31e";
}
.fa6-square-u {
  --fa: "\e281";
  --fa--fa: "\e281\e281";
}
.fa6-wand-sparkles {
  --fa: "\f72b";
  --fa--fa: "\f72b\f72b";
}
.fa6-router {
  --fa: "\f8da";
  --fa--fa: "\f8da\f8da";
}
.fa6-ellipsis-vertical {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}
.fa6-ellipsis-v {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}
.fa6-sword-laser-alt {
  --fa: "\e03c";
  --fa--fa: "\e03c\e03c";
}
.fa6-ticket {
  --fa: "\f145";
  --fa--fa: "\f145\f145";
}
.fa6-power-off {
  --fa: "\f011";
  --fa--fa: "\f011\f011";
}
.fa6-coin {
  --fa: "\f85c";
  --fa--fa: "\f85c\f85c";
}
.fa6-laptop-slash {
  --fa: "\e1c7";
  --fa--fa: "\e1c7\e1c7";
}
.fa6-right-long {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}
.fa6-long-arrow-alt-right {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}
.fa6-circle-b {
  --fa: "\e0fd";
  --fa--fa: "\e0fd\e0fd";
}
.fa6-person-dress-simple {
  --fa: "\e21c";
  --fa--fa: "\e21c\e21c";
}
.fa6-pipe-collar {
  --fa: "\e437";
  --fa--fa: "\e437\e437";
}
.fa6-lights-holiday {
  --fa: "\f7b2";
  --fa--fa: "\f7b2\f7b2";
}
.fa6-citrus {
  --fa: "\e2f4";
  --fa--fa: "\e2f4\e2f4";
}
.fa6-flag-usa {
  --fa: "\f74d";
  --fa--fa: "\f74d\f74d";
}
.fa6-laptop-file {
  --fa: "\e51d";
  --fa--fa: "\e51d\e51d";
}
.fa6-tty {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}
.fa6-teletype {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}
.fa6-chart-tree-map {
  --fa: "\e0ea";
  --fa--fa: "\e0ea\e0ea";
}
.fa6-diagram-next {
  --fa: "\e476";
  --fa--fa: "\e476\e476";
}
.fa6-person-rifle {
  --fa: "\e54e";
  --fa--fa: "\e54e\e54e";
}
.fa6-clock-five-thirty {
  --fa: "\e34a";
  --fa--fa: "\e34a\e34a";
}
.fa6-pipe-valve {
  --fa: "\e439";
  --fa--fa: "\e439\e439";
}
.fa6-lightbulb-message {
  --fa: "\e687";
  --fa--fa: "\e687\e687";
}
.fa6-arrow-up-from-arc {
  --fa: "\e4b4";
  --fa--fa: "\e4b4\e4b4";
}
.fa6-face-spiral-eyes {
  --fa: "\e485";
  --fa--fa: "\e485\e485";
}
.fa6-compress-wide {
  --fa: "\f326";
  --fa--fa: "\f326\f326";
}
.fa6-circle-phone-hangup {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}
.fa6-phone-circle-down {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}
.fa6-gear-complex-code {
  --fa: "\e5eb";
  --fa--fa: "\e5eb\e5eb";
}
.fa6-house-medical-circle-exclamation {
  --fa: "\e512";
  --fa--fa: "\e512\e512";
}
.fa6-badminton {
  --fa: "\e33a";
  --fa--fa: "\e33a\e33a";
}
.fa6-closed-captioning {
  --fa: "\f20a";
  --fa--fa: "\f20a\f20a";
}
.fa6-person-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}
.fa6-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}
.fa6-right-from-line {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}
.fa6-arrow-alt-from-left {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}
.fa6-venus-double {
  --fa: "\f226";
  --fa--fa: "\f226\f226";
}
.fa6-images {
  --fa: "\f302";
  --fa--fa: "\f302\f302";
}
.fa6-calculator {
  --fa: "\f1ec";
  --fa--fa: "\f1ec\f1ec";
}
.fa6-shuttlecock {
  --fa: "\f45b";
  --fa--fa: "\f45b\f45b";
}
.fa6-user-hair {
  --fa: "\e45a";
  --fa--fa: "\e45a\e45a";
}
.fa6-eye-evil {
  --fa: "\f6db";
  --fa--fa: "\f6db\f6db";
}
.fa6-people-pulling {
  --fa: "\e535";
  --fa--fa: "\e535\e535";
}
.fa6-n {
  --fa: "\4e";
  --fa--fa: "\4e\4e";
}
.fa6-swap {
  --fa: "\e609";
  --fa--fa: "\e609\e609";
}
.fa6-garage {
  --fa: "\e009";
  --fa--fa: "\e009\e009";
}
.fa6-cable-car {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}
.fa6-tram {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}
.fa6-shovel-snow {
  --fa: "\f7c3";
  --fa--fa: "\f7c3\f7c3";
}
.fa6-cloud-rain {
  --fa: "\f73d";
  --fa--fa: "\f73d\f73d";
}
.fa6-face-lying {
  --fa: "\e37e";
  --fa--fa: "\e37e\e37e";
}
.fa6-sprinkler {
  --fa: "\e035";
  --fa--fa: "\e035\e035";
}
.fa6-building-circle-xmark {
  --fa: "\e4d4";
  --fa--fa: "\e4d4\e4d4";
}
.fa6-person-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}
.fa6-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}
.fa6-game-console-handheld {
  --fa: "\f8bb";
  --fa--fa: "\f8bb\f8bb";
}
.fa6-ship {
  --fa: "\f21a";
  --fa--fa: "\f21a\f21a";
}
.fa6-clock-six-thirty {
  --fa: "\e353";
  --fa--fa: "\e353\e353";
}
.fa6-battery-slash {
  --fa: "\f377";
  --fa--fa: "\f377\f377";
}
.fa6-tugrik-sign {
  --fa: "\e2ba";
  --fa--fa: "\e2ba\e2ba";
}
.fa6-arrows-down-to-line {
  --fa: "\e4b8";
  --fa--fa: "\e4b8\e4b8";
}
.fa6-download {
  --fa: "\f019";
  --fa--fa: "\f019\f019";
}
.fa6-angles-up-down {
  --fa: "\e60d";
  --fa--fa: "\e60d\e60d";
}
.fa6-shelves {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}
.fa6-inventory {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}
.fa6-cloud-snow {
  --fa: "\f742";
  --fa--fa: "\f742\f742";
}
.fa6-face-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}
.fa6-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}
.fa6-delete-left {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}
.fa6-backspace {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}
.fa6-oven {
  --fa: "\e01d";
  --fa--fa: "\e01d\e01d";
}
.fa6-cloud-binary {
  --fa: "\e601";
  --fa--fa: "\e601\e601";
}
.fa6-eye-dropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}
.fa6-eye-dropper-empty {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}
.fa6-eyedropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}
.fa6-comment-captions {
  --fa: "\e146";
  --fa--fa: "\e146\e146";
}
.fa6-comments-question {
  --fa: "\e14e";
  --fa--fa: "\e14e\e14e";
}
.fa6-scribble {
  --fa: "\e23f";
  --fa--fa: "\e23f\e23f";
}
.fa6-rotate-exclamation {
  --fa: "\e23c";
  --fa--fa: "\e23c\e23c";
}
.fa6-file-circle-check {
  --fa: "\e5a0";
  --fa--fa: "\e5a0\e5a0";
}
.fa6-glass {
  --fa: "\f804";
  --fa--fa: "\f804\f804";
}
.fa6-loader {
  --fa: "\e1d4";
  --fa--fa: "\e1d4\e1d4";
}
.fa6-forward {
  --fa: "\f04e";
  --fa--fa: "\f04e\f04e";
}
.fa6-user-pilot {
  --fa: "\e2c0";
  --fa--fa: "\e2c0\e2c0";
}
.fa6-mobile {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}
.fa6-mobile-android {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}
.fa6-mobile-phone {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}
.fa6-code-pull-request-closed {
  --fa: "\e3f9";
  --fa--fa: "\e3f9\e3f9";
}
.fa6-face-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}
.fa6-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}
.fa6-align-center {
  --fa: "\f037";
  --fa--fa: "\f037\f037";
}
.fa6-book-skull {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}
.fa6-book-dead {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}
.fa6-id-card {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}
.fa6-drivers-license {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}
.fa6-face-dotted {
  --fa: "\e47f";
  --fa--fa: "\e47f\e47f";
}
.fa6-face-worried {
  --fa: "\e3a3";
  --fa--fa: "\e3a3\e3a3";
}
.fa6-outdent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}
.fa6-dedent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}
.fa6-court-sport {
  --fa: "\e643";
  --fa--fa: "\e643\e643";
}
.fa6-heart-circle-exclamation {
  --fa: "\e4fe";
  --fa--fa: "\e4fe\e4fe";
}
.fa6-house {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa6-home {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa6-home-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa6-home-lg-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa6-vector-circle {
  --fa: "\e2c6";
  --fa--fa: "\e2c6\e2c6";
}
.fa6-car-circle-bolt {
  --fa: "\e342";
  --fa--fa: "\e342\e342";
}
.fa6-calendar-week {
  --fa: "\f784";
  --fa--fa: "\f784\f784";
}
.fa6-flying-disc {
  --fa: "\e3a9";
  --fa--fa: "\e3a9\e3a9";
}
.fa6-laptop-medical {
  --fa: "\f812";
  --fa--fa: "\f812\f812";
}
.fa6-square-down-right {
  --fa: "\e26c";
  --fa--fa: "\e26c\e26c";
}
.fa6-b {
  --fa: "\42";
  --fa--fa: "\42\42";
}
.fa6-seat-airline {
  --fa: "\e244";
  --fa--fa: "\e244\e244";
}
.fa6-moon-over-sun {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}
.fa6-eclipse-alt {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}
.fa6-pipe {
  --fa: "\7c";
  --fa--fa: "\7c\7c";
}
.fa6-file-medical {
  --fa: "\f477";
  --fa--fa: "\f477\f477";
}
.fa6-potato {
  --fa: "\e440";
  --fa--fa: "\e440\e440";
}
.fa6-dice-one {
  --fa: "\f525";
  --fa--fa: "\f525\f525";
}
.fa6-circle-a {
  --fa: "\e0f7";
  --fa--fa: "\e0f7\e0f7";
}
.fa6-helmet-battle {
  --fa: "\f6eb";
  --fa--fa: "\f6eb\f6eb";
}
.fa6-butter {
  --fa: "\e3e4";
  --fa--fa: "\e3e4\e3e4";
}
.fa6-blanket-fire {
  --fa: "\e3da";
  --fa--fa: "\e3da\e3da";
}
.fa6-kiwi-bird {
  --fa: "\f535";
  --fa--fa: "\f535\f535";
}
.fa6-castle {
  --fa: "\e0de";
  --fa--fa: "\e0de\e0de";
}
.fa6-golf-club {
  --fa: "\f451";
  --fa--fa: "\f451\f451";
}
.fa6-arrow-right-arrow-left {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}
.fa6-exchange {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}
.fa6-rotate-right {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}
.fa6-redo-alt {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}
.fa6-rotate-forward {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}
.fa6-utensils {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}
.fa6-cutlery {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}
.fa6-arrow-up-wide-short {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}
.fa6-sort-amount-up {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}
.fa6-chart-pie-simple-circle-dollar {
  --fa: "\e605";
  --fa--fa: "\e605\e605";
}
.fa6-balloons {
  --fa: "\e2e4";
  --fa--fa: "\e2e4\e2e4";
}
.fa6-mill-sign {
  --fa: "\e1ed";
  --fa--fa: "\e1ed\e1ed";
}
.fa6-bowl-rice {
  --fa: "\e2eb";
  --fa--fa: "\e2eb\e2eb";
}
.fa6-timeline-arrow {
  --fa: "\e29d";
  --fa--fa: "\e29d\e29d";
}
.fa6-skull {
  --fa: "\f54c";
  --fa--fa: "\f54c\f54c";
}
.fa6-game-board-simple {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}
.fa6-game-board-alt {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}
.fa6-circle-video {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}
.fa6-video-circle {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}
.fa6-chart-scatter-bubble {
  --fa: "\e0e9";
  --fa--fa: "\e0e9\e0e9";
}
.fa6-house-turret {
  --fa: "\e1b4";
  --fa--fa: "\e1b4\e1b4";
}
.fa6-banana {
  --fa: "\e2e5";
  --fa--fa: "\e2e5\e2e5";
}
.fa6-hand-holding-skull {
  --fa: "\e1a4";
  --fa--fa: "\e1a4\e1a4";
}
.fa6-people-dress {
  --fa: "\e217";
  --fa--fa: "\e217\e217";
}
.fa6-loveseat {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}
.fa6-couch-small {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}
.fa6-tower-broadcast {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}
.fa6-broadcast-tower {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}
.fa6-truck-pickup {
  --fa: "\f63c";
  --fa--fa: "\f63c\f63c";
}
.fa6-block-quote {
  --fa: "\e0b5";
  --fa--fa: "\e0b5\e0b5";
}
.fa6-up-long {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}
.fa6-long-arrow-alt-up {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}
.fa6-stop {
  --fa: "\f04d";
  --fa--fa: "\f04d\f04d";
}
.fa6-code-merge {
  --fa: "\f387";
  --fa--fa: "\f387\f387";
}
.fa6-money-check-dollar-pen {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}
.fa6-money-check-edit-alt {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}
.fa6-up-from-line {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}
.fa6-arrow-alt-from-bottom {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}
.fa6-upload {
  --fa: "\f093";
  --fa--fa: "\f093\f093";
}
.fa6-hurricane {
  --fa: "\f751";
  --fa--fa: "\f751\f751";
}
.fa6-grid-round-2-plus {
  --fa: "\e5dc";
  --fa--fa: "\e5dc\e5dc";
}
.fa6-people-pants {
  --fa: "\e219";
  --fa--fa: "\e219\e219";
}
.fa6-mound {
  --fa: "\e52d";
  --fa--fa: "\e52d\e52d";
}
.fa6-windsock {
  --fa: "\f777";
  --fa--fa: "\f777\f777";
}
.fa6-circle-half {
  --fa: "\e110";
  --fa--fa: "\e110\e110";
}
.fa6-brake-warning {
  --fa: "\e0c7";
  --fa--fa: "\e0c7\e0c7";
}
.fa6-toilet-portable {
  --fa: "\e583";
  --fa--fa: "\e583\e583";
}
.fa6-compact-disc {
  --fa: "\f51f";
  --fa--fa: "\f51f\f51f";
}
.fa6-file-arrow-down {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}
.fa6-file-download {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}
.fa6-saxophone-fire {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}
.fa6-sax-hot {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}
.fa6-camera-web-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}
.fa6-webcam-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}
.fa6-folder-medical {
  --fa: "\e18c";
  --fa--fa: "\e18c\e18c";
}
.fa6-folder-gear {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}
.fa6-folder-cog {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}
.fa6-hand-wave {
  --fa: "\e1a7";
  --fa--fa: "\e1a7\e1a7";
}
.fa6-arrow-up-arrow-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}
.fa6-sort-up-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}
.fa6-caravan {
  --fa: "\f8ff";
  --fa--fa: "\f8ff\f8ff";
}
.fa6-shield-cat {
  --fa: "\e572";
  --fa--fa: "\e572\e572";
}
.fa6-message-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}
.fa6-comment-alt-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}
.fa6-bolt {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}
.fa6-zap {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}
.fa6-trash-can-check {
  --fa: "\e2a9";
  --fa--fa: "\e2a9\e2a9";
}
.fa6-glass-water {
  --fa: "\e4f4";
  --fa--fa: "\e4f4\e4f4";
}
.fa6-oil-well {
  --fa: "\e532";
  --fa--fa: "\e532\e532";
}
.fa6-table-cells-column-unlock {
  --fa: "\e690";
  --fa--fa: "\e690\e690";
}
.fa6-person-simple {
  --fa: "\e220";
  --fa--fa: "\e220\e220";
}
.fa6-arrow-turn-left-up {
  --fa: "\e634";
  --fa--fa: "\e634\e634";
}
.fa6-vault {
  --fa: "\e2c5";
  --fa--fa: "\e2c5\e2c5";
}
.fa6-mars {
  --fa: "\f222";
  --fa--fa: "\f222\f222";
}
.fa6-toilet {
  --fa: "\f7d8";
  --fa--fa: "\f7d8\f7d8";
}
.fa6-plane-circle-xmark {
  --fa: "\e557";
  --fa--fa: "\e557\e557";
}
.fa6-yen-sign {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa6-cny {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa6-jpy {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa6-rmb {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa6-yen {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa6-gear-code {
  --fa: "\e5e8";
  --fa--fa: "\e5e8\e5e8";
}
.fa6-notes {
  --fa: "\e202";
  --fa--fa: "\e202\e202";
}
.fa6-ruble-sign {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa6-rouble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa6-rub {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa6-ruble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa6-trash-undo {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}
.fa6-trash-arrow-turn-left {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}
.fa6-champagne-glass {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}
.fa6-glass-champagne {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}
.fa6-objects-align-center-horizontal {
  --fa: "\e3bc";
  --fa--fa: "\e3bc\e3bc";
}
.fa6-sun {
  --fa: "\f185";
  --fa--fa: "\f185\f185";
}
.fa6-trash-can-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}
.fa6-trash-alt-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}
.fa6-screen-users {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}
.fa6-users-class {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}
.fa6-guitar {
  --fa: "\f7a6";
  --fa--fa: "\f7a6\f7a6";
}
.fa6-square-arrow-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}
.fa6-arrow-square-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}
.fa6-square-8 {
  --fa: "\e25d";
  --fa--fa: "\e25d\e25d";
}
.fa6-face-smile-hearts {
  --fa: "\e390";
  --fa--fa: "\e390\e390";
}
.fa6-brackets-square {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}
.fa6-brackets {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}
.fa6-laptop-arrow-down {
  --fa: "\e1c6";
  --fa--fa: "\e1c6\e1c6";
}
.fa6-hockey-stick-puck {
  --fa: "\e3ae";
  --fa--fa: "\e3ae\e3ae";
}
.fa6-house-tree {
  --fa: "\e1b3";
  --fa--fa: "\e1b3\e1b3";
}
.fa6-signal-fair {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}
.fa6-signal-2 {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}
.fa6-face-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}
.fa6-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}
.fa6-circle-dollar {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}
.fa6-dollar-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}
.fa6-usd-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}
.fa6-horse-head {
  --fa: "\f7ab";
  --fa--fa: "\f7ab\f7ab";
}
.fa6-arrows-repeat {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}
.fa6-repeat-alt {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}
.fa6-bore-hole {
  --fa: "\e4c3";
  --fa--fa: "\e4c3\e4c3";
}
.fa6-industry {
  --fa: "\f275";
  --fa--fa: "\f275\f275";
}
.fa6-image-polaroid {
  --fa: "\f8c4";
  --fa--fa: "\f8c4\f8c4";
}
.fa6-wave-triangle {
  --fa: "\f89a";
  --fa--fa: "\f89a\f89a";
}
.fa6-turn-left-down {
  --fa: "\e637";
  --fa--fa: "\e637\e637";
}
.fa6-person-running-fast {
  --fa: "\e5ff";
  --fa--fa: "\e5ff\e5ff";
}
.fa6-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}
.fa6-arrow-alt-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}
.fa6-grill {
  --fa: "\e5a3";
  --fa--fa: "\e5a3\e5a3";
}
.fa6-arrows-turn-to-dots {
  --fa: "\e4c1";
  --fa--fa: "\e4c1\e4c1";
}
.fa6-chart-mixed {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}
.fa6-analytics {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}
.fa6-florin-sign {
  --fa: "\e184";
  --fa--fa: "\e184\e184";
}
.fa6-arrow-down-short-wide {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}
.fa6-sort-amount-desc {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}
.fa6-sort-amount-down-alt {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}
.fa6-less-than {
  --fa: "\3c";
  --fa--fa: "\3c\3c";
}
.fa6-display-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}
.fa6-desktop-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}
.fa6-face-drooling {
  --fa: "\e372";
  --fa--fa: "\e372\e372";
}
.fa6-oil-temperature {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}
.fa6-oil-temp {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}
.fa6-square-question {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}
.fa6-question-square {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}
.fa6-air-conditioner {
  --fa: "\f8f4";
  --fa--fa: "\f8f4\f8f4";
}
.fa6-angle-down {
  --fa: "\f107";
  --fa--fa: "\f107\f107";
}
.fa6-mountains {
  --fa: "\f6fd";
  --fa--fa: "\f6fd\f6fd";
}
.fa6-omega {
  --fa: "\f67a";
  --fa--fa: "\f67a\f67a";
}
.fa6-car-tunnel {
  --fa: "\e4de";
  --fa--fa: "\e4de\e4de";
}
.fa6-person-dolly-empty {
  --fa: "\f4d1";
  --fa--fa: "\f4d1\f4d1";
}
.fa6-pan-food {
  --fa: "\e42b";
  --fa--fa: "\e42b\e42b";
}
.fa6-head-side-cough {
  --fa: "\e061";
  --fa--fa: "\e061\e061";
}
.fa6-grip-lines {
  --fa: "\f7a4";
  --fa--fa: "\f7a4\f7a4";
}
.fa6-thumbs-down {
  --fa: "\f165";
  --fa--fa: "\f165\f165";
}
.fa6-user-lock {
  --fa: "\f502";
  --fa--fa: "\f502\f502";
}
.fa6-arrow-right-long {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}
.fa6-long-arrow-right {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}
.fa6-tickets-airline {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}
.fa6-tickets-perforated-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}
.fa6-tickets-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}
.fa6-tent-double-peak {
  --fa: "\e627";
  --fa--fa: "\e627\e627";
}
.fa6-anchor-circle-xmark {
  --fa: "\e4ac";
  --fa--fa: "\e4ac\e4ac";
}
.fa6-ellipsis {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}
.fa6-ellipsis-h {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}
.fa6-nfc-slash {
  --fa: "\e1fc";
  --fa--fa: "\e1fc\e1fc";
}
.fa6-chess-pawn {
  --fa: "\f443";
  --fa--fa: "\f443\f443";
}
.fa6-kit-medical {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}
.fa6-first-aid {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}
.fa6-grid-2-plus {
  --fa: "\e197";
  --fa--fa: "\e197\e197";
}
.fa6-bells {
  --fa: "\f77f";
  --fa--fa: "\f77f\f77f";
}
.fa6-person-through-window {
  --fa: "\e5a9";
  --fa--fa: "\e5a9\e5a9";
}
.fa6-toolbox {
  --fa: "\f552";
  --fa--fa: "\f552\f552";
}
.fa6-globe-wifi {
  --fa: "\e685";
  --fa--fa: "\e685\e685";
}
.fa6-envelope-dot {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}
.fa6-envelope-badge {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}
.fa6-magnifying-glass-waveform {
  --fa: "\e661";
  --fa--fa: "\e661\e661";
}
.fa6-hands-holding-circle {
  --fa: "\e4fb";
  --fa--fa: "\e4fb\e4fb";
}
.fa6-bug {
  --fa: "\f188";
  --fa--fa: "\f188\f188";
}
.fa6-bowl-chopsticks {
  --fa: "\e2e9";
  --fa--fa: "\e2e9\e2e9";
}
.fa6-credit-card {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}
.fa6-credit-card-alt {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}
.fa6-circle-s {
  --fa: "\e121";
  --fa--fa: "\e121\e121";
}
.fa6-box-ballot {
  --fa: "\f735";
  --fa--fa: "\f735\f735";
}
.fa6-car {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}
.fa6-automobile {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}
.fa6-hand-holding-hand {
  --fa: "\e4f7";
  --fa--fa: "\e4f7\e4f7";
}
.fa6-user-tie-hair {
  --fa: "\e45f";
  --fa--fa: "\e45f\e45f";
}
.fa6-podium-star {
  --fa: "\f758";
  --fa--fa: "\f758\f758";
}
.fa6-user-hair-mullet {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa6-business-front {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa6-party-back {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa6-trian-balbot {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa6-microphone-stand {
  --fa: "\f8cb";
  --fa--fa: "\f8cb\f8cb";
}
.fa6-book-open-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}
.fa6-book-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}
.fa6-family-dress {
  --fa: "\e301";
  --fa--fa: "\e301\e301";
}
.fa6-circle-x {
  --fa: "\e12e";
  --fa--fa: "\e12e\e12e";
}
.fa6-cabin {
  --fa: "\e46d";
  --fa--fa: "\e46d\e46d";
}
.fa6-mountain-sun {
  --fa: "\e52f";
  --fa--fa: "\e52f\e52f";
}
.fa6-chart-simple-horizontal {
  --fa: "\e474";
  --fa--fa: "\e474\e474";
}
.fa6-arrows-left-right-to-line {
  --fa: "\e4ba";
  --fa--fa: "\e4ba\e4ba";
}
.fa6-hand-back-point-left {
  --fa: "\e19f";
  --fa--fa: "\e19f\e19f";
}
.fa6-message-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}
.fa6-comment-alt-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}
.fa6-messaging {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}
.fa6-file-heart {
  --fa: "\e176";
  --fa--fa: "\e176\e176";
}
.fa6-beer-mug {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}
.fa6-beer-foam {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}
.fa6-dice-d20 {
  --fa: "\f6cf";
  --fa--fa: "\f6cf\f6cf";
}
.fa6-drone {
  --fa: "\f85f";
  --fa--fa: "\f85f\f85f";
}
.fa6-truck-droplet {
  --fa: "\e58c";
  --fa--fa: "\e58c\e58c";
}
.fa6-file-circle-xmark {
  --fa: "\e5a1";
  --fa--fa: "\e5a1\e5a1";
}
.fa6-temperature-arrow-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}
.fa6-temperature-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}
.fa6-medal {
  --fa: "\f5a2";
  --fa--fa: "\f5a2\f5a2";
}
.fa6-person-fairy {
  --fa: "\e608";
  --fa--fa: "\e608\e608";
}
.fa6-bed {
  --fa: "\f236";
  --fa--fa: "\f236\f236";
}
.fa6-book-copy {
  --fa: "\e0be";
  --fa--fa: "\e0be\e0be";
}
.fa6-square-h {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}
.fa6-h-square {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}
.fa6-square-c {
  --fa: "\e266";
  --fa--fa: "\e266\e266";
}
.fa6-clock-two {
  --fa: "\e35a";
  --fa--fa: "\e35a\e35a";
}
.fa6-square-ellipsis-vertical {
  --fa: "\e26f";
  --fa--fa: "\e26f\e26f";
}
.fa6-calendar-users {
  --fa: "\e5e2";
  --fa--fa: "\e5e2\e5e2";
}
.fa6-podcast {
  --fa: "\f2ce";
  --fa--fa: "\f2ce\f2ce";
}
.fa6-bee {
  --fa: "\e0b2";
  --fa--fa: "\e0b2\e0b2";
}
.fa6-temperature-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa6-temperature-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa6-thermometer-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa6-thermometer-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa6-bell {
  --fa: "\f0f3";
  --fa--fa: "\f0f3\f0f3";
}
.fa6-candy-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}
.fa6-chocolate-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}
.fa6-xmark-large {
  --fa: "\e59b";
  --fa--fa: "\e59b\e59b";
}
.fa6-pinata {
  --fa: "\e3c3";
  --fa--fa: "\e3c3\e3c3";
}
.fa6-file-ppt {
  --fa: "\e64a";
  --fa--fa: "\e64a\e64a";
}
.fa6-arrows-from-line {
  --fa: "\e0a4";
  --fa--fa: "\e0a4\e0a4";
}
.fa6-superscript {
  --fa: "\f12b";
  --fa--fa: "\f12b\f12b";
}
.fa6-bowl-spoon {
  --fa: "\e3e0";
  --fa--fa: "\e3e0\e3e0";
}
.fa6-hexagon-check {
  --fa: "\e416";
  --fa--fa: "\e416\e416";
}
.fa6-plug-circle-xmark {
  --fa: "\e560";
  --fa--fa: "\e560\e560";
}
.fa6-star-of-life {
  --fa: "\f621";
  --fa--fa: "\f621\f621";
}
.fa6-phone-slash {
  --fa: "\f3dd";
  --fa--fa: "\f3dd\f3dd";
}
.fa6-traffic-light-stop {
  --fa: "\f63a";
  --fa--fa: "\f63a\f63a";
}
.fa6-paint-roller {
  --fa: "\f5aa";
  --fa--fa: "\f5aa\f5aa";
}
.fa6-accent-grave {
  --fa: "\60";
  --fa--fa: "\60\60";
}
.fa6-handshake-angle {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}
.fa6-hands-helping {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}
.fa6-circle-0 {
  --fa: "\e0ed";
  --fa--fa: "\e0ed\e0ed";
}
.fa6-dial-med-low {
  --fa: "\e160";
  --fa--fa: "\e160\e160";
}
.fa6-location-dot {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}
.fa6-map-marker-alt {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}
.fa6-crab {
  --fa: "\e3ff";
  --fa--fa: "\e3ff\e3ff";
}
.fa6-box-open-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}
.fa6-box-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}
.fa6-file {
  --fa: "\f15b";
  --fa--fa: "\f15b\f15b";
}
.fa6-greater-than {
  --fa: "\3e";
  --fa--fa: "\3e\3e";
}
.fa6-quotes {
  --fa: "\e234";
  --fa--fa: "\e234\e234";
}
.fa6-pretzel {
  --fa: "\e441";
  --fa--fa: "\e441\e441";
}
.fa6-t-rex {
  --fa: "\e629";
  --fa--fa: "\e629\e629";
}
.fa6-person-swimming {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}
.fa6-swimmer {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}
.fa6-arrow-down {
  --fa: "\f063";
  --fa--fa: "\f063\f063";
}
.fa6-user-robot-xmarks {
  --fa: "\e4a7";
  --fa--fa: "\e4a7\e4a7";
}
.fa6-message-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}
.fa6-comment-alt-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}
.fa6-candy-corn {
  --fa: "\f6bd";
  --fa--fa: "\f6bd\f6bd";
}
.fa6-folder-magnifying-glass {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}
.fa6-folder-search {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}
.fa6-notebook {
  --fa: "\e201";
  --fa--fa: "\e201\e201";
}
.fa6-circle-wifi {
  --fa: "\e67d";
  --fa--fa: "\e67d\e67d";
}
.fa6-droplet {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}
.fa6-tint {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}
.fa6-bullseye-pointer {
  --fa: "\f649";
  --fa--fa: "\f649\f649";
}
.fa6-eraser {
  --fa: "\f12d";
  --fa--fa: "\f12d\f12d";
}
.fa6-hexagon-image {
  --fa: "\e504";
  --fa--fa: "\e504\e504";
}
.fa6-earth-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa6-earth {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa6-earth-america {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa6-globe-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa6-file-svg {
  --fa: "\e64b";
  --fa--fa: "\e64b\e64b";
}
.fa6-crate-apple {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}
.fa6-apple-crate {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}
.fa6-person-burst {
  --fa: "\e53b";
  --fa--fa: "\e53b\e53b";
}
.fa6-game-board {
  --fa: "\f867";
  --fa--fa: "\f867\f867";
}
.fa6-hat-chef {
  --fa: "\f86b";
  --fa--fa: "\f86b\f86b";
}
.fa6-hand-back-point-right {
  --fa: "\e1a1";
  --fa--fa: "\e1a1\e1a1";
}
.fa6-dove {
  --fa: "\f4ba";
  --fa--fa: "\f4ba\f4ba";
}
.fa6-snowflake-droplets {
  --fa: "\e5c1";
  --fa--fa: "\e5c1\e5c1";
}
.fa6-battery-empty {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}
.fa6-battery-0 {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}
.fa6-grid-4 {
  --fa: "\e198";
  --fa--fa: "\e198\e198";
}
.fa6-socks {
  --fa: "\f696";
  --fa--fa: "\f696\f696";
}
.fa6-face-sunglasses {
  --fa: "\e398";
  --fa--fa: "\e398\e398";
}
.fa6-inbox {
  --fa: "\f01c";
  --fa--fa: "\f01c\f01c";
}
.fa6-square-0 {
  --fa: "\e255";
  --fa--fa: "\e255\e255";
}
.fa6-section {
  --fa: "\e447";
  --fa--fa: "\e447\e447";
}
.fa6-square-this-way-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}
.fa6-box-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}
.fa6-gauge-high {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}
.fa6-tachometer-alt {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}
.fa6-tachometer-alt-fast {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}
.fa6-square-ampersand {
  --fa: "\e260";
  --fa--fa: "\e260\e260";
}
.fa6-envelope-open-text {
  --fa: "\f658";
  --fa--fa: "\f658\f658";
}
.fa6-lamp-desk {
  --fa: "\e014";
  --fa--fa: "\e014\e014";
}
.fa6-hospital {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}
.fa6-hospital-alt {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}
.fa6-hospital-wide {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}
.fa6-poll-people {
  --fa: "\f759";
  --fa--fa: "\f759\f759";
}
.fa6-whiskey-glass-ice {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}
.fa6-glass-whiskey-rocks {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}
.fa6-wine-bottle {
  --fa: "\f72f";
  --fa--fa: "\f72f\f72f";
}
.fa6-chess-rook {
  --fa: "\f447";
  --fa--fa: "\f447\f447";
}
.fa6-user-bounty-hunter {
  --fa: "\e2bf";
  --fa--fa: "\e2bf\e2bf";
}
.fa6-bars-staggered {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}
.fa6-reorder {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}
.fa6-stream {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}
.fa6-diagram-sankey {
  --fa: "\e158";
  --fa--fa: "\e158\e158";
}
.fa6-cloud-hail-mixed {
  --fa: "\f73a";
  --fa--fa: "\f73a\f73a";
}
.fa6-circle-up-left {
  --fa: "\e128";
  --fa--fa: "\e128\e128";
}
.fa6-dharmachakra {
  --fa: "\f655";
  --fa--fa: "\f655\f655";
}
.fa6-objects-align-left {
  --fa: "\e3be";
  --fa--fa: "\e3be\e3be";
}
.fa6-oil-can-drip {
  --fa: "\e205";
  --fa--fa: "\e205\e205";
}
.fa6-face-smiling-hands {
  --fa: "\e396";
  --fa--fa: "\e396\e396";
}
.fa6-broccoli {
  --fa: "\e3e2";
  --fa--fa: "\e3e2\e3e2";
}
.fa6-route-interstate {
  --fa: "\f61b";
  --fa--fa: "\f61b\f61b";
}
.fa6-ear-muffs {
  --fa: "\f795";
  --fa--fa: "\f795\f795";
}
.fa6-hotdog {
  --fa: "\f80f";
  --fa--fa: "\f80f\f80f";
}
.fa6-transporter-empty {
  --fa: "\e046";
  --fa--fa: "\e046\e046";
}
.fa6-person-walking-with-cane {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}
.fa6-blind {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}
.fa6-angle-90 {
  --fa: "\e08d";
  --fa--fa: "\e08d\e08d";
}
.fa6-rectangle-terminal {
  --fa: "\e236";
  --fa--fa: "\e236\e236";
}
.fa6-kite {
  --fa: "\f6f4";
  --fa--fa: "\f6f4\f6f4";
}
.fa6-drum {
  --fa: "\f569";
  --fa--fa: "\f569\f569";
}
.fa6-scrubber {
  --fa: "\f2f8";
  --fa--fa: "\f2f8\f2f8";
}
.fa6-ice-cream {
  --fa: "\f810";
  --fa--fa: "\f810\f810";
}
.fa6-heart-circle-bolt {
  --fa: "\e4fc";
  --fa--fa: "\e4fc\e4fc";
}
.fa6-fish-bones {
  --fa: "\e304";
  --fa--fa: "\e304\e304";
}
.fa6-deer-rudolph {
  --fa: "\f78f";
  --fa--fa: "\f78f\f78f";
}
.fa6-fax {
  --fa: "\f1ac";
  --fa--fa: "\f1ac\f1ac";
}
.fa6-paragraph {
  --fa: "\f1dd";
  --fa--fa: "\f1dd\f1dd";
}
.fa6-head-side-heart {
  --fa: "\e1aa";
  --fa--fa: "\e1aa\e1aa";
}
.fa6-square-e {
  --fa: "\e26d";
  --fa--fa: "\e26d\e26d";
}
.fa6-meter-fire {
  --fa: "\e1eb";
  --fa--fa: "\e1eb\e1eb";
}
.fa6-cloud-hail {
  --fa: "\f739";
  --fa--fa: "\f739\f739";
}
.fa6-check-to-slot {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}
.fa6-vote-yea {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}
.fa6-money-from-bracket {
  --fa: "\e312";
  --fa--fa: "\e312\e312";
}
.fa6-star-half {
  --fa: "\f089";
  --fa--fa: "\f089\f089";
}
.fa6-car-bus {
  --fa: "\f85a";
  --fa--fa: "\f85a\f85a";
}
.fa6-speaker {
  --fa: "\f8df";
  --fa--fa: "\f8df\f8df";
}
.fa6-timer {
  --fa: "\e29e";
  --fa--fa: "\e29e\e29e";
}
.fa6-boxes-stacked {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}
.fa6-boxes {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}
.fa6-boxes-alt {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}
.fa6-landmark-magnifying-glass {
  --fa: "\e622";
  --fa--fa: "\e622\e622";
}
.fa6-grill-hot {
  --fa: "\e5a5";
  --fa--fa: "\e5a5\e5a5";
}
.fa6-ballot-check {
  --fa: "\f733";
  --fa--fa: "\f733\f733";
}
.fa6-link {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}
.fa6-chain {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}
.fa6-ear-listen {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}
.fa6-assistive-listening-systems {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}
.fa6-file-minus {
  --fa: "\f318";
  --fa--fa: "\f318\f318";
}
.fa6-tree-city {
  --fa: "\e587";
  --fa--fa: "\e587\e587";
}
.fa6-play {
  --fa: "\f04b";
  --fa--fa: "\f04b\f04b";
}
.fa6-font {
  --fa: "\f031";
  --fa--fa: "\f031\f031";
}
.fa6-cup-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}
.fa6-coffee-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}
.fa6-square-down-left {
  --fa: "\e26b";
  --fa--fa: "\e26b\e26b";
}
.fa6-burger-lettuce {
  --fa: "\e3e3";
  --fa--fa: "\e3e3\e3e3";
}
.fa6-table-cells-row-lock {
  --fa: "\e67a";
  --fa--fa: "\e67a\e67a";
}
.fa6-rupiah-sign {
  --fa: "\e23d";
  --fa--fa: "\e23d\e23d";
}
.fa6-magnifying-glass {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}
.fa6-search {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}
.fa6-table-tennis-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}
.fa6-ping-pong-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}
.fa6-table-tennis {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}
.fa6-person-dots-from-line {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}
.fa6-diagnoses {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}
.fa6-chevrons-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}
.fa6-chevron-double-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}
.fa6-trash-can-arrow-up {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}
.fa6-trash-restore-alt {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}
.fa6-signal-good {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}
.fa6-signal-3 {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}
.fa6-location-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}
.fa6-map-marker-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}
.fa6-floppy-disk-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa6-floppy-disk-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa6-save-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa6-save-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa6-naira-sign {
  --fa: "\e1f6";
  --fa--fa: "\e1f6\e1f6";
}
.fa6-peach {
  --fa: "\e20b";
  --fa--fa: "\e20b\e20b";
}
.fa6-circles-overlap-3 {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}
.fa6-pronoun {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}
.fa6-taxi-bus {
  --fa: "\e298";
  --fa--fa: "\e298\e298";
}
.fa6-bracket-curly {
  --fa: "\7b";
  --fa--fa: "\7b\7b";
}
.fa6-bracket-curly-left {
  --fa: "\7b";
  --fa--fa: "\7b\7b";
}
.fa6-lobster {
  --fa: "\e421";
  --fa--fa: "\e421\e421";
}
.fa6-cart-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}
.fa6-dolly-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}
.fa6-colon {
  --fa: "\3a";
  --fa--fa: "\3a\3a";
}
.fa6-cart-arrow-down {
  --fa: "\f218";
  --fa--fa: "\f218\f218";
}
.fa6-wand {
  --fa: "\f72a";
  --fa--fa: "\f72a\f72a";
}
.fa6-walkie-talkie {
  --fa: "\f8ef";
  --fa--fa: "\f8ef\f8ef";
}
.fa6-file-pen {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}
.fa6-file-edit {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}
.fa6-receipt {
  --fa: "\f543";
  --fa--fa: "\f543\f543";
}
.fa6-table-picnic {
  --fa: "\e32d";
  --fa--fa: "\e32d\e32d";
}
.fa6-square-pen {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}
.fa6-pen-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}
.fa6-pencil-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}
.fa6-circle-microphone-lines {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}
.fa6-microphone-circle-alt {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}
.fa6-display-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}
.fa6-desktop-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}
.fa6-suitcase-rolling {
  --fa: "\f5c1";
  --fa--fa: "\f5c1\f5c1";
}
.fa6-person-circle-exclamation {
  --fa: "\e53f";
  --fa--fa: "\e53f\e53f";
}
.fa6-transporter-2 {
  --fa: "\e044";
  --fa--fa: "\e044\e044";
}
.fa6-user-hoodie {
  --fa: "\e68a";
  --fa--fa: "\e68a\e68a";
}
.fa6-hands-holding-diamond {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}
.fa6-hand-receiving {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}
.fa6-money-bill-simple-wave {
  --fa: "\e1f2";
  --fa--fa: "\e1f2\e1f2";
}
.fa6-chevron-down {
  --fa: "\f078";
  --fa--fa: "\f078\f078";
}
.fa6-battery-full {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}
.fa6-battery {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}
.fa6-battery-5 {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}
.fa6-bell-plus {
  --fa: "\f849";
  --fa--fa: "\f849\f849";
}
.fa6-book-arrow-right {
  --fa: "\e0b9";
  --fa--fa: "\e0b9\e0b9";
}
.fa6-hospitals {
  --fa: "\f80e";
  --fa--fa: "\f80e\f80e";
}
.fa6-club {
  --fa: "\f327";
  --fa--fa: "\f327\f327";
}
.fa6-skull-crossbones {
  --fa: "\f714";
  --fa--fa: "\f714\f714";
}
.fa6-droplet-degree {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}
.fa6-dewpoint {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}
.fa6-code-compare {
  --fa: "\e13a";
  --fa--fa: "\e13a\e13a";
}
.fa6-list-ul {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}
.fa6-list-dots {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}
.fa6-hand-holding-magic {
  --fa: "\f6e5";
  --fa--fa: "\f6e5\f6e5";
}
.fa6-watermelon-slice {
  --fa: "\e337";
  --fa--fa: "\e337\e337";
}
.fa6-circle-ellipsis {
  --fa: "\e10a";
  --fa--fa: "\e10a\e10a";
}
.fa6-school-lock {
  --fa: "\e56f";
  --fa--fa: "\e56f\e56f";
}
.fa6-tower-cell {
  --fa: "\e585";
  --fa--fa: "\e585\e585";
}
.fa6-sd-cards {
  --fa: "\e240";
  --fa--fa: "\e240\e240";
}
.fa6-jug-bottle {
  --fa: "\e5fb";
  --fa--fa: "\e5fb\e5fb";
}
.fa6-down-long {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}
.fa6-long-arrow-alt-down {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}
.fa6-envelopes {
  --fa: "\e170";
  --fa--fa: "\e170\e170";
}
.fa6-phone-office {
  --fa: "\f67d";
  --fa--fa: "\f67d\f67d";
}
.fa6-ranking-star {
  --fa: "\e561";
  --fa--fa: "\e561\e561";
}
.fa6-chess-king {
  --fa: "\f43f";
  --fa--fa: "\f43f\f43f";
}
.fa6-nfc-pen {
  --fa: "\e1fa";
  --fa--fa: "\e1fa\e1fa";
}
.fa6-person-harassing {
  --fa: "\e549";
  --fa--fa: "\e549\e549";
}
.fa6-magnifying-glass-play {
  --fa: "\e660";
  --fa--fa: "\e660\e660";
}
.fa6-hat-winter {
  --fa: "\f7a8";
  --fa--fa: "\f7a8\f7a8";
}
.fa6-brazilian-real-sign {
  --fa: "\e46c";
  --fa--fa: "\e46c\e46c";
}
.fa6-landmark-dome {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}
.fa6-landmark-alt {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}
.fa6-bone-break {
  --fa: "\f5d8";
  --fa--fa: "\f5d8\f5d8";
}
.fa6-arrow-up {
  --fa: "\f062";
  --fa--fa: "\f062\f062";
}
.fa6-down-from-dotted-line {
  --fa: "\e407";
  --fa--fa: "\e407\e407";
}
.fa6-tv {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}
.fa6-television {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}
.fa6-tv-alt {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}
.fa6-border-left {
  --fa: "\f84f";
  --fa--fa: "\f84f\f84f";
}
.fa6-circle-divide {
  --fa: "\e106";
  --fa--fa: "\e106\e106";
}
.fa6-shrimp {
  --fa: "\e448";
  --fa--fa: "\e448\e448";
}
.fa6-list-check {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}
.fa6-tasks {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}
.fa6-diagram-subtask {
  --fa: "\e479";
  --fa--fa: "\e479\e479";
}
.fa6-jug-detergent {
  --fa: "\e519";
  --fa--fa: "\e519\e519";
}
.fa6-circle-user {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}
.fa6-user-circle {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}
.fa6-square-y {
  --fa: "\e287";
  --fa--fa: "\e287\e287";
}
.fa6-user-doctor-hair {
  --fa: "\e458";
  --fa--fa: "\e458\e458";
}
.fa6-planet-ringed {
  --fa: "\e020";
  --fa--fa: "\e020\e020";
}
.fa6-mushroom {
  --fa: "\e425";
  --fa--fa: "\e425\e425";
}
.fa6-user-shield {
  --fa: "\f505";
  --fa--fa: "\f505\f505";
}
.fa6-megaphone {
  --fa: "\f675";
  --fa--fa: "\f675\f675";
}
.fa6-wreath-laurel {
  --fa: "\e5d2";
  --fa--fa: "\e5d2\e5d2";
}
.fa6-circle-exclamation-check {
  --fa: "\e10d";
  --fa--fa: "\e10d\e10d";
}
.fa6-wind {
  --fa: "\f72e";
  --fa--fa: "\f72e\f72e";
}
.fa6-box-dollar {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}
.fa6-box-usd {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}
.fa6-car-burst {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}
.fa6-car-crash {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}
.fa6-y {
  --fa: "\59";
  --fa--fa: "\59\59";
}
.fa6-user-headset {
  --fa: "\f82d";
  --fa--fa: "\f82d\f82d";
}
.fa6-arrows-retweet {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}
.fa6-retweet-alt {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}
.fa6-person-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}
.fa6-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}
.fa6-square-chevron-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}
.fa6-chevron-square-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}
.fa6-lacrosse-stick-ball {
  --fa: "\e3b6";
  --fa--fa: "\e3b6\e3b6";
}
.fa6-truck-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}
.fa6-shipping-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}
.fa6-user-magnifying-glass {
  --fa: "\e5c5";
  --fa--fa: "\e5c5\e5c5";
}
.fa6-star-sharp {
  --fa: "\e28b";
  --fa--fa: "\e28b\e28b";
}
.fa6-comment-heart {
  --fa: "\e5c8";
  --fa--fa: "\e5c8\e5c8";
}
.fa6-circle-1 {
  --fa: "\e0ee";
  --fa--fa: "\e0ee\e0ee";
}
.fa6-circle-star {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}
.fa6-star-circle {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}
.fa6-fish {
  --fa: "\f578";
  --fa--fa: "\f578\f578";
}
.fa6-cloud-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}
.fa6-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}
.fa6-waffle {
  --fa: "\e466";
  --fa--fa: "\e466\e466";
}
.fa6-music-note {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}
.fa6-music-alt {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}
.fa6-hexagon-exclamation {
  --fa: "\e417";
  --fa--fa: "\e417\e417";
}
.fa6-cart-shopping-fast {
  --fa: "\e0dc";
  --fa--fa: "\e0dc\e0dc";
}
.fa6-object-union {
  --fa: "\e49f";
  --fa--fa: "\e49f\e49f";
}
.fa6-user-graduate {
  --fa: "\f501";
  --fa--fa: "\f501\f501";
}
.fa6-starfighter {
  --fa: "\e037";
  --fa--fa: "\e037\e037";
}
.fa6-circle-half-stroke {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}
.fa6-adjust {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}
.fa6-arrow-right-long-to-line {
  --fa: "\e3d5";
  --fa--fa: "\e3d5\e3d5";
}
.fa6-square-arrow-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}
.fa6-arrow-square-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}
.fa6-diamond-half-stroke {
  --fa: "\e5b8";
  --fa--fa: "\e5b8\e5b8";
}
.fa6-clapperboard {
  --fa: "\e131";
  --fa--fa: "\e131\e131";
}
.fa6-square-chevron-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}
.fa6-chevron-square-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}
.fa6-phone-intercom {
  --fa: "\e434";
  --fa--fa: "\e434\e434";
}
.fa6-link-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}
.fa6-chain-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}
.fa6-mango {
  --fa: "\e30f";
  --fa--fa: "\e30f\e30f";
}
.fa6-music-note-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}
.fa6-music-alt-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}
.fa6-circle-radiation {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}
.fa6-radiation-alt {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}
.fa6-face-tongue-sweat {
  --fa: "\e39e";
  --fa--fa: "\e39e\e39e";
}
.fa6-globe-stand {
  --fa: "\f5f6";
  --fa--fa: "\f5f6\f5f6";
}
.fa6-baseball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}
.fa6-baseball-ball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}
.fa6-circle-p {
  --fa: "\e11a";
  --fa--fa: "\e11a\e11a";
}
.fa6-award-simple {
  --fa: "\e0ab";
  --fa--fa: "\e0ab\e0ab";
}
.fa6-jet-fighter-up {
  --fa: "\e518";
  --fa--fa: "\e518\e518";
}
.fa6-diagram-project {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}
.fa6-project-diagram {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}
.fa6-pedestal {
  --fa: "\e20d";
  --fa--fa: "\e20d\e20d";
}
.fa6-chart-pyramid {
  --fa: "\e0e6";
  --fa--fa: "\e0e6\e0e6";
}
.fa6-sidebar {
  --fa: "\e24e";
  --fa--fa: "\e24e\e24e";
}
.fa6-snowman-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}
.fa6-frosty-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}
.fa6-copy {
  --fa: "\f0c5";
  --fa--fa: "\f0c5\f0c5";
}
.fa6-burger-glass {
  --fa: "\e0ce";
  --fa--fa: "\e0ce\e0ce";
}
.fa6-volume-xmark {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}
.fa6-volume-mute {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}
.fa6-volume-times {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}
.fa6-hand-sparkles {
  --fa: "\e05d";
  --fa--fa: "\e05d\e05d";
}
.fa6-bars-filter {
  --fa: "\e0ad";
  --fa--fa: "\e0ad\e0ad";
}
.fa6-paintbrush-pencil {
  --fa: "\e206";
  --fa--fa: "\e206\e206";
}
.fa6-party-bell {
  --fa: "\e31a";
  --fa--fa: "\e31a\e31a";
}
.fa6-user-vneck-hair {
  --fa: "\e462";
  --fa--fa: "\e462\e462";
}
.fa6-jack-o-lantern {
  --fa: "\f30e";
  --fa--fa: "\f30e\f30e";
}
.fa6-grip {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}
.fa6-grip-horizontal {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}
.fa6-share-from-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}
.fa6-share-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}
.fa6-keynote {
  --fa: "\f66c";
  --fa--fa: "\f66c\f66c";
}
.fa6-child-combatant {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}
.fa6-child-rifle {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}
.fa6-gun {
  --fa: "\e19b";
  --fa--fa: "\e19b\e19b";
}
.fa6-square-phone {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}
.fa6-phone-square {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}
.fa6-hat-beach {
  --fa: "\e606";
  --fa--fa: "\e606\e606";
}
.fa6-plus {
  --fa: "\2b";
  --fa--fa: "\2b\2b";
}
.fa6-add {
  --fa: "\2b";
  --fa--fa: "\2b\2b";
}
.fa6-expand {
  --fa: "\f065";
  --fa--fa: "\f065\f065";
}
.fa6-computer {
  --fa: "\e4e5";
  --fa--fa: "\e4e5\e4e5";
}
.fa6-fort {
  --fa: "\e486";
  --fa--fa: "\e486\e486";
}
.fa6-cloud-check {
  --fa: "\e35c";
  --fa--fa: "\e35c\e35c";
}
.fa6-xmark {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa6-close {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa6-multiply {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa6-remove {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa6-times {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa6-face-smirking {
  --fa: "\e397";
  --fa--fa: "\e397\e397";
}
.fa6-arrows-up-down-left-right {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}
.fa6-arrows {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}
.fa6-chalkboard-user {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}
.fa6-chalkboard-teacher {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}
.fa6-rhombus {
  --fa: "\e23b";
  --fa--fa: "\e23b\e23b";
}
.fa6-claw-marks {
  --fa: "\f6c2";
  --fa--fa: "\f6c2\f6c2";
}
.fa6-peso-sign {
  --fa: "\e222";
  --fa--fa: "\e222\e222";
}
.fa6-face-smile-tongue {
  --fa: "\e394";
  --fa--fa: "\e394\e394";
}
.fa6-cart-circle-xmark {
  --fa: "\e3f4";
  --fa--fa: "\e3f4\e3f4";
}
.fa6-building-shield {
  --fa: "\e4d8";
  --fa--fa: "\e4d8\e4d8";
}
.fa6-circle-phone-flip {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}
.fa6-phone-circle-alt {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}
.fa6-baby {
  --fa: "\f77c";
  --fa--fa: "\f77c\f77c";
}
.fa6-users-line {
  --fa: "\e592";
  --fa--fa: "\e592\e592";
}
.fa6-quote-left {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}
.fa6-quote-left-alt {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}
.fa6-tractor {
  --fa: "\f722";
  --fa--fa: "\f722\f722";
}
.fa6-down-from-bracket {
  --fa: "\e66b";
  --fa--fa: "\e66b\e66b";
}
.fa6-key-skeleton {
  --fa: "\f6f3";
  --fa--fa: "\f6f3\f6f3";
}
.fa6-trash-arrow-up {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}
.fa6-trash-restore {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}
.fa6-arrow-down-up-lock {
  --fa: "\e4b0";
  --fa--fa: "\e4b0\e4b0";
}
.fa6-arrow-down-to-bracket {
  --fa: "\e094";
  --fa--fa: "\e094\e094";
}
.fa6-lines-leaning {
  --fa: "\e51e";
  --fa--fa: "\e51e\e51e";
}
.fa6-square-q {
  --fa: "\e27b";
  --fa--fa: "\e27b\e27b";
}
.fa6-ruler-combined {
  --fa: "\f546";
  --fa--fa: "\f546\f546";
}
.fa6-symbols {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}
.fa6-icons-alt {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}
.fa6-copyright {
  --fa: "\f1f9";
  --fa--fa: "\f1f9\f1f9";
}
.fa6-flask-gear {
  --fa: "\e5f1";
  --fa--fa: "\e5f1\e5f1";
}
.fa6-highlighter-line {
  --fa: "\e1af";
  --fa--fa: "\e1af\e1af";
}
.fa6-bracket-square {
  --fa: "\5b";
  --fa--fa: "\5b\5b";
}
.fa6-bracket {
  --fa: "\5b";
  --fa--fa: "\5b\5b";
}
.fa6-bracket-left {
  --fa: "\5b";
  --fa--fa: "\5b\5b";
}
.fa6-island-tropical {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}
.fa6-island-tree-palm {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}
.fa6-arrow-right-from-line {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}
.fa6-arrow-from-left {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}
.fa6-h2 {
  --fa: "\f314";
  --fa--fa: "\f314\f314";
}
.fa6-equals {
  --fa: "\3d";
  --fa--fa: "\3d\3d";
}
.fa6-cake-slice {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}
.fa6-shortcake {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}
.fa6-building-magnifying-glass {
  --fa: "\e61c";
  --fa--fa: "\e61c\e61c";
}
.fa6-peanut {
  --fa: "\e430";
  --fa--fa: "\e430\e430";
}
.fa6-wrench-simple {
  --fa: "\e2d1";
  --fa--fa: "\e2d1\e2d1";
}
.fa6-blender {
  --fa: "\f517";
  --fa--fa: "\f517\f517";
}
.fa6-teeth {
  --fa: "\f62e";
  --fa--fa: "\f62e\f62e";
}
.fa6-tally-2 {
  --fa: "\e295";
  --fa--fa: "\e295\e295";
}
.fa6-shekel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa6-ils {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa6-shekel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa6-sheqel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa6-sheqel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa6-cars {
  --fa: "\f85b";
  --fa--fa: "\f85b\f85b";
}
.fa6-axe-battle {
  --fa: "\f6b3";
  --fa--fa: "\f6b3\f6b3";
}
.fa6-user-hair-long {
  --fa: "\e45b";
  --fa--fa: "\e45b\e45b";
}
.fa6-map {
  --fa: "\f279";
  --fa--fa: "\f279\f279";
}
.fa6-arrow-left-from-arc {
  --fa: "\e615";
  --fa--fa: "\e615\e615";
}
.fa6-file-circle-info {
  --fa: "\e493";
  --fa--fa: "\e493\e493";
}
.fa6-face-disappointed {
  --fa: "\e36f";
  --fa--fa: "\e36f\e36f";
}
.fa6-lasso-sparkles {
  --fa: "\e1c9";
  --fa--fa: "\e1c9\e1c9";
}
.fa6-clock-eleven {
  --fa: "\e347";
  --fa--fa: "\e347\e347";
}
.fa6-rocket {
  --fa: "\f135";
  --fa--fa: "\f135\f135";
}
.fa6-siren-on {
  --fa: "\e02e";
  --fa--fa: "\e02e\e02e";
}
.fa6-clock-ten {
  --fa: "\e354";
  --fa--fa: "\e354\e354";
}
.fa6-candle-holder {
  --fa: "\f6bc";
  --fa--fa: "\f6bc\f6bc";
}
.fa6-video-arrow-down-left {
  --fa: "\e2c8";
  --fa--fa: "\e2c8\e2c8";
}
.fa6-photo-film {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}
.fa6-photo-video {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}
.fa6-floppy-disk-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}
.fa6-save-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}
.fa6-folder-minus {
  --fa: "\f65d";
  --fa--fa: "\f65d\f65d";
}
.fa6-hexagon-nodes-bolt {
  --fa: "\e69a";
  --fa--fa: "\e69a\e69a";
}
.fa6-planet-moon {
  --fa: "\e01f";
  --fa--fa: "\e01f\e01f";
}
.fa6-face-eyes-xmarks {
  --fa: "\e374";
  --fa--fa: "\e374\e374";
}
.fa6-chart-scatter {
  --fa: "\f7ee";
  --fa--fa: "\f7ee\f7ee";
}
.fa6-circle-gf {
  --fa: "\e67f";
  --fa--fa: "\e67f\e67f";
}
.fa6-display-arrow-down {
  --fa: "\e164";
  --fa--fa: "\e164\e164";
}
.fa6-store {
  --fa: "\f54e";
  --fa--fa: "\f54e\f54e";
}
.fa6-arrow-trend-up {
  --fa: "\e098";
  --fa--fa: "\e098\e098";
}
.fa6-plug-circle-minus {
  --fa: "\e55e";
  --fa--fa: "\e55e\e55e";
}
.fa6-olive-branch {
  --fa: "\e317";
  --fa--fa: "\e317\e317";
}
.fa6-angle {
  --fa: "\e08c";
  --fa--fa: "\e08c\e08c";
}
.fa6-vacuum-robot {
  --fa: "\e04e";
  --fa--fa: "\e04e\e04e";
}
.fa6-sign-hanging {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}
.fa6-sign {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}
.fa6-square-divide {
  --fa: "\e26a";
  --fa--fa: "\e26a\e26a";
}
.fa6-folder-check {
  --fa: "\e64e";
  --fa--fa: "\e64e\e64e";
}
.fa6-signal-stream-slash {
  --fa: "\e250";
  --fa--fa: "\e250\e250";
}
.fa6-bezier-curve {
  --fa: "\f55b";
  --fa--fa: "\f55b\f55b";
}
.fa6-eye-dropper-half {
  --fa: "\e173";
  --fa--fa: "\e173\e173";
}
.fa6-store-lock {
  --fa: "\e4a6";
  --fa--fa: "\e4a6\e4a6";
}
.fa6-bell-slash {
  --fa: "\f1f6";
  --fa--fa: "\f1f6\f1f6";
}
.fa6-cloud-bolt-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}
.fa6-thunderstorm-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}
.fa6-camera-slash {
  --fa: "\e0d9";
  --fa--fa: "\e0d9\e0d9";
}
.fa6-comment-quote {
  --fa: "\e14c";
  --fa--fa: "\e14c\e14c";
}
.fa6-tablet {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}
.fa6-tablet-android {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}
.fa6-school-flag {
  --fa: "\e56e";
  --fa--fa: "\e56e\e56e";
}
.fa6-message-code {
  --fa: "\e1df";
  --fa--fa: "\e1df\e1df";
}
.fa6-glass-half {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}
.fa6-glass-half-empty {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}
.fa6-glass-half-full {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}
.fa6-fill {
  --fa: "\f575";
  --fa--fa: "\f575\f575";
}
.fa6-message-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}
.fa6-comment-alt-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}
.fa6-angle-up {
  --fa: "\f106";
  --fa--fa: "\f106\f106";
}
.fa6-dinosaur {
  --fa: "\e5fe";
  --fa--fa: "\e5fe\e5fe";
}
.fa6-drumstick-bite {
  --fa: "\f6d7";
  --fa--fa: "\f6d7\f6d7";
}
.fa6-link-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}
.fa6-chain-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}
.fa6-holly-berry {
  --fa: "\f7aa";
  --fa--fa: "\f7aa\f7aa";
}
.fa6-nose {
  --fa: "\e5bd";
  --fa--fa: "\e5bd\e5bd";
}
.fa6-arrow-left-to-arc {
  --fa: "\e616";
  --fa--fa: "\e616\e616";
}
.fa6-chevron-left {
  --fa: "\f053";
  --fa--fa: "\f053\f053";
}
.fa6-bacteria {
  --fa: "\e059";
  --fa--fa: "\e059\e059";
}
.fa6-clouds {
  --fa: "\f744";
  --fa--fa: "\f744\f744";
}
.fa6-money-bill-simple {
  --fa: "\e1f1";
  --fa--fa: "\e1f1\e1f1";
}
.fa6-hand-lizard {
  --fa: "\f258";
  --fa--fa: "\f258\f258";
}
.fa6-table-pivot {
  --fa: "\e291";
  --fa--fa: "\e291\e291";
}
.fa6-filter-slash {
  --fa: "\e17d";
  --fa--fa: "\e17d\e17d";
}
.fa6-trash-can-undo {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}
.fa6-trash-can-arrow-turn-left {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}
.fa6-trash-undo-alt {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}
.fa6-notdef {
  --fa: "\e1fe";
  --fa--fa: "\e1fe\e1fe";
}
.fa6-disease {
  --fa: "\f7fa";
  --fa--fa: "\f7fa\f7fa";
}
.fa6-person-to-door {
  --fa: "\e433";
  --fa--fa: "\e433\e433";
}
.fa6-turntable {
  --fa: "\f8e4";
  --fa--fa: "\f8e4\f8e4";
}
.fa6-briefcase-medical {
  --fa: "\f469";
  --fa--fa: "\f469\f469";
}
.fa6-genderless {
  --fa: "\f22d";
  --fa--fa: "\f22d\f22d";
}
.fa6-chevron-right {
  --fa: "\f054";
  --fa--fa: "\f054\f054";
}
.fa6-signal-weak {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}
.fa6-signal-1 {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}
.fa6-clock-five {
  --fa: "\e349";
  --fa--fa: "\e349\e349";
}
.fa6-retweet {
  --fa: "\f079";
  --fa--fa: "\f079\f079";
}
.fa6-car-rear {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}
.fa6-car-alt {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}
.fa6-pump-soap {
  --fa: "\e06b";
  --fa--fa: "\e06b\e06b";
}
.fa6-computer-classic {
  --fa: "\f8b1";
  --fa--fa: "\f8b1\f8b1";
}
.fa6-frame {
  --fa: "\e495";
  --fa--fa: "\e495\e495";
}
.fa6-video-slash {
  --fa: "\f4e2";
  --fa--fa: "\f4e2\f4e2";
}
.fa6-battery-quarter {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}
.fa6-battery-2 {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}
.fa6-ellipsis-stroke {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}
.fa6-ellipsis-h-alt {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}
.fa6-radio {
  --fa: "\f8d7";
  --fa--fa: "\f8d7\f8d7";
}
.fa6-baby-carriage {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}
.fa6-carriage-baby {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}
.fa6-face-expressionless {
  --fa: "\e373";
  --fa--fa: "\e373\e373";
}
.fa6-down-to-dotted-line {
  --fa: "\e408";
  --fa--fa: "\e408\e408";
}
.fa6-cloud-music {
  --fa: "\f8ae";
  --fa--fa: "\f8ae\f8ae";
}
.fa6-traffic-light {
  --fa: "\f637";
  --fa--fa: "\f637\f637";
}
.fa6-cloud-minus {
  --fa: "\e35d";
  --fa--fa: "\e35d\e35d";
}
.fa6-thermometer {
  --fa: "\f491";
  --fa--fa: "\f491\f491";
}
.fa6-shield-minus {
  --fa: "\e249";
  --fa--fa: "\e249\e249";
}
.fa6-vr-cardboard {
  --fa: "\f729";
  --fa--fa: "\f729\f729";
}
.fa6-car-tilt {
  --fa: "\f5e5";
  --fa--fa: "\f5e5\f5e5";
}
.fa6-gauge-circle-minus {
  --fa: "\e497";
  --fa--fa: "\e497\e497";
}
.fa6-brightness-low {
  --fa: "\e0ca";
  --fa--fa: "\e0ca\e0ca";
}
.fa6-hand-middle-finger {
  --fa: "\f806";
  --fa--fa: "\f806\f806";
}
.fa6-percent {
  --fa: "\25";
  --fa--fa: "\25\25";
}
.fa6-percentage {
  --fa: "\25";
  --fa--fa: "\25\25";
}
.fa6-truck-moving {
  --fa: "\f4df";
  --fa--fa: "\f4df\f4df";
}
.fa6-glass-water-droplet {
  --fa: "\e4f5";
  --fa--fa: "\e4f5\e4f5";
}
.fa6-conveyor-belt {
  --fa: "\f46e";
  --fa--fa: "\f46e\f46e";
}
.fa6-location-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}
.fa6-map-marker-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}
.fa6-coin-vertical {
  --fa: "\e3fd";
  --fa--fa: "\e3fd\e3fd";
}
.fa6-display {
  --fa: "\e163";
  --fa--fa: "\e163\e163";
}
.fa6-person-sign {
  --fa: "\f757";
  --fa--fa: "\f757\f757";
}
.fa6-face-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}
.fa6-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}
.fa6-phone-hangup {
  --fa: "\e225";
  --fa--fa: "\e225\e225";
}
.fa6-signature-slash {
  --fa: "\e3cb";
  --fa--fa: "\e3cb\e3cb";
}
.fa6-thumbtack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}
.fa6-thumb-tack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}
.fa6-wheat-slash {
  --fa: "\e339";
  --fa--fa: "\e339\e339";
}
.fa6-trophy {
  --fa: "\f091";
  --fa--fa: "\f091\f091";
}
.fa6-clouds-sun {
  --fa: "\f746";
  --fa--fa: "\f746\f746";
}
.fa6-person-praying {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}
.fa6-pray {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}
.fa6-hammer {
  --fa: "\f6e3";
  --fa--fa: "\f6e3\f6e3";
}
.fa6-face-vomit {
  --fa: "\e3a0";
  --fa--fa: "\e3a0\e3a0";
}
.fa6-speakers {
  --fa: "\f8e0";
  --fa--fa: "\f8e0\f8e0";
}
.fa6-tty-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}
.fa6-teletype-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}
.fa6-mug-tea-saucer {
  --fa: "\e1f5";
  --fa--fa: "\e1f5\e1f5";
}
.fa6-diagram-lean-canvas {
  --fa: "\e156";
  --fa--fa: "\e156\e156";
}
.fa6-alt {
  --fa: "\e08a";
  --fa--fa: "\e08a\e08a";
}
.fa6-dial {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}
.fa6-dial-med-high {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}
.fa6-hand-peace {
  --fa: "\f25b";
  --fa--fa: "\f25b\f25b";
}
.fa6-circle-trash {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}
.fa6-trash-circle {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}
.fa6-rotate {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}
.fa6-sync-alt {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}
.fa6-circle-quarters {
  --fa: "\e3f8";
  --fa--fa: "\e3f8\e3f8";
}
.fa6-spinner {
  --fa: "\f110";
  --fa--fa: "\f110\f110";
}
.fa6-tower-control {
  --fa: "\e2a2";
  --fa--fa: "\e2a2\e2a2";
}
.fa6-arrow-up-triangle-square {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}
.fa6-sort-shapes-up {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}
.fa6-whale {
  --fa: "\f72c";
  --fa--fa: "\f72c\f72c";
}
.fa6-robot {
  --fa: "\f544";
  --fa--fa: "\f544\f544";
}
.fa6-peace {
  --fa: "\f67c";
  --fa--fa: "\f67c\f67c";
}
.fa6-party-horn {
  --fa: "\e31b";
  --fa--fa: "\e31b\e31b";
}
.fa6-gears {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}
.fa6-cogs {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}
.fa6-sun-bright {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}
.fa6-sun-alt {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}
.fa6-warehouse {
  --fa: "\f494";
  --fa--fa: "\f494\f494";
}
.fa6-conveyor-belt-arm {
  --fa: "\e5f8";
  --fa--fa: "\e5f8\e5f8";
}
.fa6-lock-keyhole-open {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}
.fa6-lock-open-alt {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}
.fa6-square-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}
.fa6-box-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}
.fa6-square-wine-glass-crack {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}
.fa6-arrow-up-right-dots {
  --fa: "\e4b7";
  --fa--fa: "\e4b7\e4b7";
}
.fa6-square-n {
  --fa: "\e277";
  --fa--fa: "\e277\e277";
}
.fa6-splotch {
  --fa: "\f5bc";
  --fa--fa: "\f5bc\f5bc";
}
.fa6-face-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}
.fa6-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}
.fa6-meter {
  --fa: "\e1e8";
  --fa--fa: "\e1e8\e1e8";
}
.fa6-mandolin {
  --fa: "\f6f9";
  --fa--fa: "\f6f9\f6f9";
}
.fa6-dice-four {
  --fa: "\f524";
  --fa--fa: "\f524\f524";
}
.fa6-sim-card {
  --fa: "\f7c4";
  --fa--fa: "\f7c4\f7c4";
}
.fa6-transgender {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}
.fa6-transgender-alt {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}
.fa6-mercury {
  --fa: "\f223";
  --fa--fa: "\f223\f223";
}
.fa6-up-from-bracket {
  --fa: "\e590";
  --fa--fa: "\e590\e590";
}
.fa6-knife-kitchen {
  --fa: "\f6f5";
  --fa--fa: "\f6f5\f6f5";
}
.fa6-border-right {
  --fa: "\f852";
  --fa--fa: "\f852\f852";
}
.fa6-arrow-turn-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}
.fa6-level-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}
.fa6-spade {
  --fa: "\f2f4";
  --fa--fa: "\f2f4\f2f4";
}
.fa6-card-spade {
  --fa: "\e3ec";
  --fa--fa: "\e3ec\e3ec";
}
.fa6-line-columns {
  --fa: "\f870";
  --fa--fa: "\f870\f870";
}
.fa6-ant {
  --fa: "\e680";
  --fa--fa: "\e680\e680";
}
.fa6-arrow-right-to-line {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}
.fa6-arrow-to-right {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}
.fa6-person-falling-burst {
  --fa: "\e547";
  --fa--fa: "\e547\e547";
}
.fa6-flag-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}
.fa6-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}
.fa6-conveyor-belt-empty {
  --fa: "\e150";
  --fa--fa: "\e150\e150";
}
.fa6-user-group-simple {
  --fa: "\e603";
  --fa--fa: "\e603\e603";
}
.fa6-award {
  --fa: "\f559";
  --fa--fa: "\f559\f559";
}
.fa6-ticket-simple {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}
.fa6-ticket-alt {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}
.fa6-building {
  --fa: "\f1ad";
  --fa--fa: "\f1ad\f1ad";
}
.fa6-angles-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}
.fa6-angle-double-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}
.fa6-camcorder {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}
.fa6-video-handheld {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}
.fa6-pancakes {
  --fa: "\e42d";
  --fa--fa: "\e42d\e42d";
}
.fa6-album-circle-user {
  --fa: "\e48d";
  --fa--fa: "\e48d\e48d";
}
.fa6-subtitles-slash {
  --fa: "\e610";
  --fa--fa: "\e610\e610";
}
.fa6-qrcode {
  --fa: "\f029";
  --fa--fa: "\f029\f029";
}
.fa6-dice-d10 {
  --fa: "\f6cd";
  --fa--fa: "\f6cd\f6cd";
}
.fa6-fireplace {
  --fa: "\f79a";
  --fa--fa: "\f79a\f79a";
}
.fa6-browser {
  --fa: "\f37e";
  --fa--fa: "\f37e\f37e";
}
.fa6-pen-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}
.fa6-pencil-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}
.fa6-fish-cooked {
  --fa: "\f7fe";
  --fa--fa: "\f7fe\f7fe";
}
.fa6-chair-office {
  --fa: "\f6c1";
  --fa--fa: "\f6c1\f6c1";
}
.fa6-magnifying-glass-music {
  --fa: "\e65f";
  --fa--fa: "\e65f\e65f";
}
.fa6-nesting-dolls {
  --fa: "\e3ba";
  --fa--fa: "\e3ba\e3ba";
}
.fa6-clock-rotate-left {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}
.fa6-history {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}
.fa6-trumpet {
  --fa: "\f8e3";
  --fa--fa: "\f8e3\f8e3";
}
.fa6-face-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}
.fa6-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}
.fa6-fire-smoke {
  --fa: "\f74b";
  --fa--fa: "\f74b\f74b";
}
.fa6-phone-missed {
  --fa: "\e226";
  --fa--fa: "\e226\e226";
}
.fa6-file-export {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}
.fa6-arrow-right-from-file {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}
.fa6-shield {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}
.fa6-shield-blank {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}
.fa6-arrow-up-short-wide {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}
.fa6-sort-amount-up-alt {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}
.fa6-arrows-repeat-1 {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}
.fa6-repeat-1-alt {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}
.fa6-gun-slash {
  --fa: "\e19c";
  --fa--fa: "\e19c\e19c";
}
.fa6-avocado {
  --fa: "\e0aa";
  --fa--fa: "\e0aa\e0aa";
}
.fa6-binary {
  --fa: "\e33b";
  --fa--fa: "\e33b\e33b";
}
.fa6-comment-nodes {
  --fa: "\e696";
  --fa--fa: "\e696\e696";
}
.fa6-glasses-round {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}
.fa6-glasses-alt {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}
.fa6-phone-plus {
  --fa: "\f4d2";
  --fa--fa: "\f4d2\f4d2";
}
.fa6-ditto {
  --fa: "\22";
  --fa--fa: "\22\22";
}
.fa6-person-seat {
  --fa: "\e21e";
  --fa--fa: "\e21e\e21e";
}
.fa6-house-medical {
  --fa: "\e3b2";
  --fa--fa: "\e3b2\e3b2";
}
.fa6-golf-ball-tee {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}
.fa6-golf-ball {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}
.fa6-circle-chevron-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}
.fa6-chevron-circle-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}
.fa6-house-chimney-window {
  --fa: "\e00d";
  --fa--fa: "\e00d\e00d";
}
.fa6-scythe {
  --fa: "\f710";
  --fa--fa: "\f710\f710";
}
.fa6-pen-nib {
  --fa: "\f5ad";
  --fa--fa: "\f5ad\f5ad";
}
.fa6-ban-parking {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}
.fa6-parking-circle-slash {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}
.fa6-tent-arrow-turn-left {
  --fa: "\e580";
  --fa--fa: "\e580\e580";
}
.fa6-face-diagonal-mouth {
  --fa: "\e47e";
  --fa--fa: "\e47e\e47e";
}
.fa6-diagram-cells {
  --fa: "\e475";
  --fa--fa: "\e475\e475";
}
.fa6-cricket-bat-ball {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}
.fa6-cricket {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}
.fa6-tents {
  --fa: "\e582";
  --fa--fa: "\e582\e582";
}
.fa6-wand-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}
.fa6-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}
.fa6-dog {
  --fa: "\f6d3";
  --fa--fa: "\f6d3\f6d3";
}
.fa6-pen-line {
  --fa: "\e212";
  --fa--fa: "\e212\e212";
}
.fa6-atom-simple {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}
.fa6-atom-alt {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}
.fa6-ampersand {
  --fa: "\26";
  --fa--fa: "\26\26";
}
.fa6-carrot {
  --fa: "\f787";
  --fa--fa: "\f787\f787";
}
.fa6-arrow-up-from-line {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}
.fa6-arrow-from-bottom {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}
.fa6-moon {
  --fa: "\f186";
  --fa--fa: "\f186\f186";
}
.fa6-pen-slash {
  --fa: "\e213";
  --fa--fa: "\e213\e213";
}
.fa6-wine-glass-empty {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}
.fa6-wine-glass-alt {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}
.fa6-square-star {
  --fa: "\e27f";
  --fa--fa: "\e27f\e27f";
}
.fa6-cheese {
  --fa: "\f7ef";
  --fa--fa: "\f7ef\f7ef";
}
.fa6-send-backward {
  --fa: "\f87f";
  --fa--fa: "\f87f\f87f";
}
.fa6-yin-yang {
  --fa: "\f6ad";
  --fa--fa: "\f6ad\f6ad";
}
.fa6-music {
  --fa: "\f001";
  --fa--fa: "\f001\f001";
}
.fa6-compass-slash {
  --fa: "\f5e9";
  --fa--fa: "\f5e9\f5e9";
}
.fa6-clock-one {
  --fa: "\e34e";
  --fa--fa: "\e34e\e34e";
}
.fa6-file-music {
  --fa: "\f8b6";
  --fa--fa: "\f8b6\f8b6";
}
.fa6-code-commit {
  --fa: "\f386";
  --fa--fa: "\f386\f386";
}
.fa6-temperature-low {
  --fa: "\f76b";
  --fa--fa: "\f76b\f76b";
}
.fa6-person-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}
.fa6-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}
.fa6-display-chart-up-circle-currency {
  --fa: "\e5e5";
  --fa--fa: "\e5e5\e5e5";
}
.fa6-skeleton {
  --fa: "\f620";
  --fa--fa: "\f620\f620";
}
.fa6-circle-g {
  --fa: "\e10f";
  --fa--fa: "\e10f\e10f";
}
.fa6-circle-arrow-up-left {
  --fa: "\e0fb";
  --fa--fa: "\e0fb\e0fb";
}
.fa6-coin-blank {
  --fa: "\e3fb";
  --fa--fa: "\e3fb\e3fb";
}
.fa6-broom {
  --fa: "\f51a";
  --fa--fa: "\f51a\f51a";
}
.fa6-vacuum {
  --fa: "\e04d";
  --fa--fa: "\e04d\e04d";
}
.fa6-shield-heart {
  --fa: "\e574";
  --fa--fa: "\e574\e574";
}
.fa6-card-heart {
  --fa: "\e3eb";
  --fa--fa: "\e3eb\e3eb";
}
.fa6-lightbulb-cfl-on {
  --fa: "\e5a7";
  --fa--fa: "\e5a7\e5a7";
}
.fa6-melon {
  --fa: "\e310";
  --fa--fa: "\e310\e310";
}
.fa6-gopuram {
  --fa: "\f664";
  --fa--fa: "\f664\f664";
}
.fa6-earth-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}
.fa6-globe-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}
.fa6-container-storage {
  --fa: "\f4b7";
  --fa--fa: "\f4b7\f4b7";
}
.fa6-face-pouting {
  --fa: "\e387";
  --fa--fa: "\e387\e387";
}
.fa6-square-xmark {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}
.fa6-times-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}
.fa6-xmark-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}
.fa6-face-explode {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}
.fa6-exploding-head {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}
.fa6-hashtag {
  --fa: "\23";
  --fa--fa: "\23\23";
}
.fa6-up-right-and-down-left-from-center {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}
.fa6-expand-alt {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}
.fa6-oil-can {
  --fa: "\f613";
  --fa--fa: "\f613\f613";
}
.fa6-t {
  --fa: "\54";
  --fa--fa: "\54\54";
}
.fa6-transformer-bolt {
  --fa: "\e2a4";
  --fa--fa: "\e2a4\e2a4";
}
.fa6-hippo {
  --fa: "\f6ed";
  --fa--fa: "\f6ed\f6ed";
}
.fa6-chart-column {
  --fa: "\e0e3";
  --fa--fa: "\e0e3\e0e3";
}
.fa6-cassette-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}
.fa6-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}
.fa6-infinity {
  --fa: "\f534";
  --fa--fa: "\f534\f534";
}
.fa6-vial-circle-check {
  --fa: "\e596";
  --fa--fa: "\e596\e596";
}
.fa6-chimney {
  --fa: "\f78b";
  --fa--fa: "\f78b\f78b";
}
.fa6-object-intersect {
  --fa: "\e49d";
  --fa--fa: "\e49d\e49d";
}
.fa6-person-arrow-down-to-line {
  --fa: "\e538";
  --fa--fa: "\e538\e538";
}
.fa6-voicemail {
  --fa: "\f897";
  --fa--fa: "\f897\f897";
}
.fa6-block-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}
.fa6-wall-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}
.fa6-fan {
  --fa: "\f863";
  --fa--fa: "\f863\f863";
}
.fa6-bags-shopping {
  --fa: "\f847";
  --fa--fa: "\f847\f847";
}
.fa6-paragraph-left {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}
.fa6-paragraph-rtl {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}
.fa6-person-walking-luggage {
  --fa: "\e554";
  --fa--fa: "\e554\e554";
}
.fa6-caravan-simple {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}
.fa6-caravan-alt {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}
.fa6-turtle {
  --fa: "\f726";
  --fa--fa: "\f726\f726";
}
.fa6-pencil-mechanical {
  --fa: "\e5ca";
  --fa--fa: "\e5ca\e5ca";
}
.fa6-up-down {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}
.fa6-arrows-alt-v {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}
.fa6-cloud-moon-rain {
  --fa: "\f73c";
  --fa--fa: "\f73c\f73c";
}
.fa6-booth-curtain {
  --fa: "\f734";
  --fa--fa: "\f734\f734";
}
.fa6-calendar {
  --fa: "\f133";
  --fa--fa: "\f133\f133";
}
.fa6-box-heart {
  --fa: "\f49d";
  --fa--fa: "\f49d\f49d";
}
.fa6-trailer {
  --fa: "\e041";
  --fa--fa: "\e041\e041";
}
.fa6-user-doctor-message {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}
.fa6-user-md-chat {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}
.fa6-bahai {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}
.fa6-haykal {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}
.fa6-lighthouse {
  --fa: "\e612";
  --fa--fa: "\e612\e612";
}
.fa6-amp-guitar {
  --fa: "\f8a1";
  --fa--fa: "\f8a1\f8a1";
}
.fa6-sd-card {
  --fa: "\f7c2";
  --fa--fa: "\f7c2\f7c2";
}
.fa6-volume-slash {
  --fa: "\f2e2";
  --fa--fa: "\f2e2\f2e2";
}
.fa6-border-bottom {
  --fa: "\f84d";
  --fa--fa: "\f84d\f84d";
}
.fa6-wifi-weak {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}
.fa6-wifi-1 {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}
.fa6-dragon {
  --fa: "\f6d5";
  --fa--fa: "\f6d5\f6d5";
}
.fa6-shoe-prints {
  --fa: "\f54b";
  --fa--fa: "\f54b\f54b";
}
.fa6-circle-plus {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}
.fa6-plus-circle {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}
.fa6-face-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}
.fa6-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}
.fa6-hand-holding {
  --fa: "\f4bd";
  --fa--fa: "\f4bd\f4bd";
}
.fa6-plug-circle-exclamation {
  --fa: "\e55d";
  --fa--fa: "\e55d\e55d";
}
.fa6-link-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa6-chain-broken {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa6-chain-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa6-unlink {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa6-clone {
  --fa: "\f24d";
  --fa--fa: "\f24d\f24d";
}
.fa6-person-walking-arrow-loop-left {
  --fa: "\e551";
  --fa--fa: "\e551\e551";
}
.fa6-arrow-up-z-a {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}
.fa6-sort-alpha-up-alt {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}
.fa6-fire-flame-curved {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}
.fa6-fire-alt {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}
.fa6-tornado {
  --fa: "\f76f";
  --fa--fa: "\f76f\f76f";
}
.fa6-file-circle-plus {
  --fa: "\e494";
  --fa--fa: "\e494\e494";
}
.fa6-delete-right {
  --fa: "\e154";
  --fa--fa: "\e154\e154";
}
.fa6-book-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}
.fa6-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}
.fa6-circle-quarter {
  --fa: "\e11f";
  --fa--fa: "\e11f\e11f";
}
.fa6-anchor {
  --fa: "\f13d";
  --fa--fa: "\f13d\f13d";
}
.fa6-border-all {
  --fa: "\f84c";
  --fa--fa: "\f84c\f84c";
}
.fa6-function {
  --fa: "\f661";
  --fa--fa: "\f661\f661";
}
.fa6-face-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}
.fa6-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}
.fa6-people-simple {
  --fa: "\e21b";
  --fa--fa: "\e21b\e21b";
}
.fa6-cookie-bite {
  --fa: "\f564";
  --fa--fa: "\f564\f564";
}
.fa6-arrow-trend-down {
  --fa: "\e097";
  --fa--fa: "\e097\e097";
}
.fa6-rss {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}
.fa6-feed {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}
.fa6-face-monocle {
  --fa: "\e380";
  --fa--fa: "\e380\e380";
}
.fa6-draw-polygon {
  --fa: "\f5ee";
  --fa--fa: "\f5ee\f5ee";
}
.fa6-scale-balanced {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}
.fa6-balance-scale {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}
.fa6-calendar-lines {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}
.fa6-calendar-note {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}
.fa6-arrow-down-big-small {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}
.fa6-sort-size-down {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}
.fa6-gauge-simple-high {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}
.fa6-tachometer {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}
.fa6-tachometer-fast {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}
.fa6-do-not-enter {
  --fa: "\f5ec";
  --fa--fa: "\f5ec\f5ec";
}
.fa6-shower {
  --fa: "\f2cc";
  --fa--fa: "\f2cc\f2cc";
}
.fa6-dice-d8 {
  --fa: "\f6d2";
  --fa--fa: "\f6d2\f6d2";
}
.fa6-desktop {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}
.fa6-desktop-alt {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}
.fa6-m {
  --fa: "\4d";
  --fa--fa: "\4d\4d";
}
.fa6-spinner-scale {
  --fa: "\e62a";
  --fa--fa: "\e62a\e62a";
}
.fa6-grip-dots-vertical {
  --fa: "\e411";
  --fa--fa: "\e411\e411";
}
.fa6-face-viewfinder {
  --fa: "\e2ff";
  --fa--fa: "\e2ff\e2ff";
}
.fa6-soft-serve {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}
.fa6-creemee {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}
.fa6-h5 {
  --fa: "\e412";
  --fa--fa: "\e412\e412";
}
.fa6-hand-back-point-down {
  --fa: "\e19e";
  --fa--fa: "\e19e\e19e";
}
.fa6-table-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}
.fa6-th-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}
.fa6-basket-shopping-minus {
  --fa: "\e652";
  --fa--fa: "\e652\e652";
}
.fa6-comment-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}
.fa6-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}
.fa6-rectangle {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}
.fa6-rectangle-landscape {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}
.fa6-clipboard-list-check {
  --fa: "\f737";
  --fa--fa: "\f737\f737";
}
.fa6-turkey {
  --fa: "\f725";
  --fa--fa: "\f725\f725";
}
.fa6-book {
  --fa: "\f02d";
  --fa--fa: "\f02d\f02d";
}
.fa6-user-plus {
  --fa: "\f234";
  --fa--fa: "\f234\f234";
}
.fa6-ice-skate {
  --fa: "\f7ac";
  --fa--fa: "\f7ac\f7ac";
}
.fa6-check {
  --fa: "\f00c";
  --fa--fa: "\f00c\f00c";
}
.fa6-battery-three-quarters {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}
.fa6-battery-4 {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}
.fa6-tomato {
  --fa: "\e330";
  --fa--fa: "\e330\e330";
}
.fa6-sword-laser {
  --fa: "\e03b";
  --fa--fa: "\e03b\e03b";
}
.fa6-house-circle-check {
  --fa: "\e509";
  --fa--fa: "\e509\e509";
}
.fa6-buildings {
  --fa: "\e0cc";
  --fa--fa: "\e0cc\e0cc";
}
.fa6-angle-left {
  --fa: "\f104";
  --fa--fa: "\f104\f104";
}
.fa6-cart-flatbed-boxes {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}
.fa6-dolly-flatbed-alt {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}
.fa6-diagram-successor {
  --fa: "\e47a";
  --fa--fa: "\e47a\e47a";
}
.fa6-truck-arrow-right {
  --fa: "\e58b";
  --fa--fa: "\e58b\e58b";
}
.fa6-square-w {
  --fa: "\e285";
  --fa--fa: "\e285\e285";
}
.fa6-arrows-split-up-and-left {
  --fa: "\e4bc";
  --fa--fa: "\e4bc\e4bc";
}
.fa6-lamp {
  --fa: "\f4ca";
  --fa--fa: "\f4ca\f4ca";
}
.fa6-airplay {
  --fa: "\e089";
  --fa--fa: "\e089\e089";
}
.fa6-hand-fist {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}
.fa6-fist-raised {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}
.fa6-shield-quartered {
  --fa: "\e575";
  --fa--fa: "\e575\e575";
}
.fa6-slash-forward {
  --fa: "\2f";
  --fa--fa: "\2f\2f";
}
.fa6-location-pen {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}
.fa6-map-marker-edit {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}
.fa6-cloud-moon {
  --fa: "\f6c3";
  --fa--fa: "\f6c3\f6c3";
}
.fa6-pot-food {
  --fa: "\e43f";
  --fa--fa: "\e43f\e43f";
}
.fa6-briefcase {
  --fa: "\f0b1";
  --fa--fa: "\f0b1\f0b1";
}
.fa6-person-falling {
  --fa: "\e546";
  --fa--fa: "\e546\e546";
}
.fa6-image-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}
.fa6-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}
.fa6-user-tag {
  --fa: "\f507";
  --fa--fa: "\f507\f507";
}
.fa6-rug {
  --fa: "\e569";
  --fa--fa: "\e569\e569";
}
.fa6-print-slash {
  --fa: "\f686";
  --fa--fa: "\f686\f686";
}
.fa6-earth-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}
.fa6-globe-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}
.fa6-cart-flatbed-suitcase {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}
.fa6-luggage-cart {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}
.fa6-hand-back-point-ribbon {
  --fa: "\e1a0";
  --fa--fa: "\e1a0\e1a0";
}
.fa6-rectangle-xmark {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa6-rectangle-times {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa6-times-rectangle {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa6-window-close {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa6-tire-rugged {
  --fa: "\f634";
  --fa--fa: "\f634\f634";
}
.fa6-lightbulb-dollar {
  --fa: "\f670";
  --fa--fa: "\f670\f670";
}
.fa6-cowbell {
  --fa: "\f8b3";
  --fa--fa: "\f8b3\f8b3";
}
.fa6-baht-sign {
  --fa: "\e0ac";
  --fa--fa: "\e0ac\e0ac";
}
.fa6-corner {
  --fa: "\e3fe";
  --fa--fa: "\e3fe\e3fe";
}
.fa6-chevrons-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}
.fa6-chevron-double-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}
.fa6-book-open {
  --fa: "\f518";
  --fa--fa: "\f518\f518";
}
.fa6-book-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}
.fa6-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}
.fa6-inhaler {
  --fa: "\f5f9";
  --fa--fa: "\f5f9\f5f9";
}
.fa6-handcuffs {
  --fa: "\e4f8";
  --fa--fa: "\e4f8\e4f8";
}
.fa6-snake {
  --fa: "\f716";
  --fa--fa: "\f716\f716";
}
.fa6-triangle-exclamation {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}
.fa6-exclamation-triangle {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}
.fa6-warning {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}
.fa6-note-medical {
  --fa: "\e200";
  --fa--fa: "\e200\e200";
}
.fa6-database {
  --fa: "\f1c0";
  --fa--fa: "\f1c0\f1c0";
}
.fa6-down-left {
  --fa: "\e16a";
  --fa--fa: "\e16a\e16a";
}
.fa6-share {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}
.fa6-mail-forward {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}
.fa6-face-thinking {
  --fa: "\e39b";
  --fa--fa: "\e39b\e39b";
}
.fa6-turn-down-right {
  --fa: "\e455";
  --fa--fa: "\e455\e455";
}
.fa6-bottle-droplet {
  --fa: "\e4c4";
  --fa--fa: "\e4c4\e4c4";
}
.fa6-mask-face {
  --fa: "\e1d7";
  --fa--fa: "\e1d7\e1d7";
}
.fa6-hill-rockslide {
  --fa: "\e508";
  --fa--fa: "\e508\e508";
}
.fa6-scanner-keyboard {
  --fa: "\f489";
  --fa--fa: "\f489\f489";
}
.fa6-circle-o {
  --fa: "\e119";
  --fa--fa: "\e119\e119";
}
.fa6-grid-horizontal {
  --fa: "\e307";
  --fa--fa: "\e307\e307";
}
.fa6-message-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}
.fa6-comment-alt-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}
.fa6-right-left {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}
.fa6-exchange-alt {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}
.fa6-columns-3 {
  --fa: "\e361";
  --fa--fa: "\e361\e361";
}
.fa6-paper-plane {
  --fa: "\f1d8";
  --fa--fa: "\f1d8\f1d8";
}
.fa6-road-circle-exclamation {
  --fa: "\e565";
  --fa--fa: "\e565\e565";
}
.fa6-dungeon {
  --fa: "\f6d9";
  --fa--fa: "\f6d9\f6d9";
}
.fa6-hand-holding-box {
  --fa: "\f47b";
  --fa--fa: "\f47b\f47b";
}
.fa6-input-text {
  --fa: "\e1bf";
  --fa--fa: "\e1bf\e1bf";
}
.fa6-window-flip {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}
.fa6-window-alt {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}
.fa6-align-right {
  --fa: "\f038";
  --fa--fa: "\f038\f038";
}
.fa6-scanner-gun {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}
.fa6-scanner {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}
.fa6-tire {
  --fa: "\f631";
  --fa--fa: "\f631\f631";
}
.fa6-engine {
  --fa: "\e16e";
  --fa--fa: "\e16e\e16e";
}
.fa6-money-bill-1-wave {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}
.fa6-money-bill-wave-alt {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}
.fa6-life-ring {
  --fa: "\f1cd";
  --fa--fa: "\f1cd\f1cd";
}
.fa6-hands {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}
.fa6-sign-language {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}
.fa6-signing {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}
.fa6-circle-caret-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}
.fa6-caret-circle-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}
.fa6-turn-left {
  --fa: "\e636";
  --fa--fa: "\e636\e636";
}
.fa6-wheat {
  --fa: "\f72d";
  --fa--fa: "\f72d\f72d";
}
.fa6-file-spreadsheet {
  --fa: "\f65b";
  --fa--fa: "\f65b\f65b";
}
.fa6-audio-description-slash {
  --fa: "\e0a8";
  --fa--fa: "\e0a8\e0a8";
}
.fa6-bell-ring {
  --fa: "\e62c";
  --fa--fa: "\e62c\e62c";
}
.fa6-calendar-day {
  --fa: "\f783";
  --fa--fa: "\f783\f783";
}
.fa6-water-ladder {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}
.fa6-ladder-water {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}
.fa6-swimming-pool {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}
.fa6-arrows-up-down {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}
.fa6-arrows-v {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}
.fa6-chess-pawn-piece {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}
.fa6-chess-pawn-alt {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}
.fa6-face-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}
.fa6-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}
.fa6-wheelchair-move {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}
.fa6-wheelchair-alt {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}
.fa6-turn-down {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}
.fa6-level-down-alt {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}
.fa6-square-s {
  --fa: "\e27d";
  --fa--fa: "\e27d\e27d";
}
.fa6-rectangle-barcode {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}
.fa6-barcode-alt {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}
.fa6-person-walking-arrow-right {
  --fa: "\e552";
  --fa--fa: "\e552\e552";
}
.fa6-square-envelope {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}
.fa6-envelope-square {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}
.fa6-dice {
  --fa: "\f522";
  --fa--fa: "\f522\f522";
}
.fa6-unicorn {
  --fa: "\f727";
  --fa--fa: "\f727\f727";
}
.fa6-bowling-ball {
  --fa: "\f436";
  --fa--fa: "\f436\f436";
}
.fa6-pompebled {
  --fa: "\e43d";
  --fa--fa: "\e43d\e43d";
}
.fa6-brain {
  --fa: "\f5dc";
  --fa--fa: "\f5dc\f5dc";
}
.fa6-watch-smart {
  --fa: "\e2cc";
  --fa--fa: "\e2cc\e2cc";
}
.fa6-book-user {
  --fa: "\f7e7";
  --fa--fa: "\f7e7\f7e7";
}
.fa6-sensor-cloud {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}
.fa6-sensor-smoke {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}
.fa6-clapperboard-play {
  --fa: "\e132";
  --fa--fa: "\e132\e132";
}
.fa6-bandage {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}
.fa6-band-aid {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}
.fa6-calendar-minus {
  --fa: "\f272";
  --fa--fa: "\f272\f272";
}
.fa6-circle-xmark {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}
.fa6-times-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}
.fa6-xmark-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}
.fa6-circle-4 {
  --fa: "\e0f1";
  --fa--fa: "\e0f1\e0f1";
}
.fa6-gifts {
  --fa: "\f79c";
  --fa--fa: "\f79c\f79c";
}
.fa6-album-collection {
  --fa: "\f8a0";
  --fa--fa: "\f8a0\f8a0";
}
.fa6-hotel {
  --fa: "\f594";
  --fa--fa: "\f594\f594";
}
.fa6-earth-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}
.fa6-globe-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}
.fa6-id-card-clip {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}
.fa6-id-card-alt {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}
.fa6-magnifying-glass-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}
.fa6-search-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}
.fa6-thumbs-up {
  --fa: "\f164";
  --fa--fa: "\f164\f164";
}
.fa6-cloud-showers {
  --fa: "\f73f";
  --fa--fa: "\f73f\f73f";
}
.fa6-user-clock {
  --fa: "\f4fd";
  --fa--fa: "\f4fd\f4fd";
}
.fa6-onion {
  --fa: "\e427";
  --fa--fa: "\e427\e427";
}
.fa6-clock-twelve-thirty {
  --fa: "\e359";
  --fa--fa: "\e359\e359";
}
.fa6-arrow-down-to-dotted-line {
  --fa: "\e095";
  --fa--fa: "\e095\e095";
}
.fa6-hand-dots {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}
.fa6-allergies {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}
.fa6-file-invoice {
  --fa: "\f570";
  --fa--fa: "\f570\f570";
}
.fa6-window-minimize {
  --fa: "\f2d1";
  --fa--fa: "\f2d1\f2d1";
}
.fa6-rectangle-wide {
  --fa: "\f2fc";
  --fa--fa: "\f2fc\f2fc";
}
.fa6-comment-arrow-up {
  --fa: "\e144";
  --fa--fa: "\e144\e144";
}
.fa6-garlic {
  --fa: "\e40e";
  --fa--fa: "\e40e\e40e";
}
.fa6-mug-saucer {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}
.fa6-coffee {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}
.fa6-brush {
  --fa: "\f55d";
  --fa--fa: "\f55d\f55d";
}
.fa6-file-half-dashed {
  --fa: "\e698";
  --fa--fa: "\e698\e698";
}
.fa6-tree-decorated {
  --fa: "\f7dc";
  --fa--fa: "\f7dc\f7dc";
}
.fa6-mask {
  --fa: "\f6fa";
  --fa--fa: "\f6fa\f6fa";
}
.fa6-calendar-heart {
  --fa: "\e0d3";
  --fa--fa: "\e0d3\e0d3";
}
.fa6-magnifying-glass-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}
.fa6-search-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}
.fa6-flower {
  --fa: "\f7ff";
  --fa--fa: "\f7ff\f7ff";
}
.fa6-arrow-down-from-arc {
  --fa: "\e614";
  --fa--fa: "\e614\e614";
}
.fa6-right-left-large {
  --fa: "\e5e1";
  --fa--fa: "\e5e1\e5e1";
}
.fa6-ruler-vertical {
  --fa: "\f548";
  --fa--fa: "\f548\f548";
}
.fa6-circles-overlap {
  --fa: "\e600";
  --fa--fa: "\e600\e600";
}
.fa6-user-large {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}
.fa6-user-alt {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}
.fa6-starship-freighter {
  --fa: "\e03a";
  --fa--fa: "\e03a\e03a";
}
.fa6-train-tram {
  --fa: "\e5b4";
  --fa--fa: "\e5b4\e5b4";
}
.fa6-bridge-suspension {
  --fa: "\e4cd";
  --fa--fa: "\e4cd\e4cd";
}
.fa6-trash-check {
  --fa: "\e2af";
  --fa--fa: "\e2af\e2af";
}
.fa6-user-nurse {
  --fa: "\f82f";
  --fa--fa: "\f82f\f82f";
}
.fa6-boombox {
  --fa: "\f8a5";
  --fa--fa: "\f8a5\f8a5";
}
.fa6-syringe {
  --fa: "\f48e";
  --fa--fa: "\f48e\f48e";
}
.fa6-cloud-sun {
  --fa: "\f6c4";
  --fa--fa: "\f6c4\f6c4";
}
.fa6-shield-exclamation {
  --fa: "\e247";
  --fa--fa: "\e247\e247";
}
.fa6-stopwatch-20 {
  --fa: "\e06f";
  --fa--fa: "\e06f\e06f";
}
.fa6-square-full {
  --fa: "\f45c";
  --fa--fa: "\f45c\f45c";
}
.fa6-grip-dots {
  --fa: "\e410";
  --fa--fa: "\e410\e410";
}
.fa6-comment-exclamation {
  --fa: "\f4af";
  --fa--fa: "\f4af\f4af";
}
.fa6-pen-swirl {
  --fa: "\e214";
  --fa--fa: "\e214\e214";
}
.fa6-falafel {
  --fa: "\e40a";
  --fa--fa: "\e40a\e40a";
}
.fa6-circle-2 {
  --fa: "\e0ef";
  --fa--fa: "\e0ef\e0ef";
}
.fa6-magnet {
  --fa: "\f076";
  --fa--fa: "\f076\f076";
}
.fa6-jar {
  --fa: "\e516";
  --fa--fa: "\e516\e516";
}
.fa6-gramophone {
  --fa: "\f8bd";
  --fa--fa: "\f8bd\f8bd";
}
.fa6-dice-d12 {
  --fa: "\f6ce";
  --fa--fa: "\f6ce\f6ce";
}
.fa6-note-sticky {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}
.fa6-sticky-note {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}
.fa6-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}
.fa6-arrow-alt-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}
.fa6-hundred-points {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}
.fa6-100 {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}
.fa6-paperclip-vertical {
  --fa: "\e3c2";
  --fa--fa: "\e3c2\e3c2";
}
.fa6-wind-warning {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}
.fa6-wind-circle-exclamation {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}
.fa6-location-pin-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}
.fa6-map-marker-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}
.fa6-face-sad-sweat {
  --fa: "\e38a";
  --fa--fa: "\e38a\e38a";
}
.fa6-bug-slash {
  --fa: "\e490";
  --fa--fa: "\e490\e490";
}
.fa6-cupcake {
  --fa: "\e402";
  --fa--fa: "\e402\e402";
}
.fa6-light-switch-off {
  --fa: "\e018";
  --fa--fa: "\e018\e018";
}
.fa6-toggle-large-off {
  --fa: "\e5b0";
  --fa--fa: "\e5b0\e5b0";
}
.fa6-pen-fancy-slash {
  --fa: "\e210";
  --fa--fa: "\e210\e210";
}
.fa6-truck-container {
  --fa: "\f4dc";
  --fa--fa: "\f4dc\f4dc";
}
.fa6-boot {
  --fa: "\f782";
  --fa--fa: "\f782\f782";
}
.fa6-arrow-up-from-water-pump {
  --fa: "\e4b6";
  --fa--fa: "\e4b6\e4b6";
}
.fa6-file-check {
  --fa: "\f316";
  --fa--fa: "\f316\f316";
}
.fa6-bone {
  --fa: "\f5d7";
  --fa--fa: "\f5d7\f5d7";
}
.fa6-cards-blank {
  --fa: "\e4df";
  --fa--fa: "\e4df\e4df";
}
.fa6-circle-3 {
  --fa: "\e0f0";
  --fa--fa: "\e0f0\e0f0";
}
.fa6-bench-tree {
  --fa: "\e2e7";
  --fa--fa: "\e2e7\e2e7";
}
.fa6-keyboard-brightness-low {
  --fa: "\e1c1";
  --fa--fa: "\e1c1\e1c1";
}
.fa6-ski-boot-ski {
  --fa: "\e3cd";
  --fa--fa: "\e3cd\e3cd";
}
.fa6-brain-circuit {
  --fa: "\e0c6";
  --fa--fa: "\e0c6\e0c6";
}
.fa6-table-cells-row-unlock {
  --fa: "\e691";
  --fa--fa: "\e691\e691";
}
.fa6-user-injured {
  --fa: "\f728";
  --fa--fa: "\f728\f728";
}
.fa6-block-brick-fire {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}
.fa6-firewall {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}
.fa6-face-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}
.fa6-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}
.fa6-plane {
  --fa: "\f072";
  --fa--fa: "\f072\f072";
}
.fa6-tent-arrows-down {
  --fa: "\e581";
  --fa--fa: "\e581\e581";
}
.fa6-exclamation {
  --fa: "\21";
  --fa--fa: "\21\21";
}
.fa6-arrows-spin {
  --fa: "\e4bb";
  --fa--fa: "\e4bb\e4bb";
}
.fa6-face-smile-relaxed {
  --fa: "\e392";
  --fa--fa: "\e392\e392";
}
.fa6-comment-xmark {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}
.fa6-comment-times {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}
.fa6-print {
  --fa: "\f02f";
  --fa--fa: "\f02f\f02f";
}
.fa6-turkish-lira-sign {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}
.fa6-try {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}
.fa6-turkish-lira {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}
.fa6-face-nose-steam {
  --fa: "\e382";
  --fa--fa: "\e382\e382";
}
.fa6-circle-waveform-lines {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}
.fa6-waveform-circle {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}
.fa6-dollar-sign {
  --fa: "\24";
  --fa--fa: "\24\24";
}
.fa6-dollar {
  --fa: "\24";
  --fa--fa: "\24\24";
}
.fa6-usd {
  --fa: "\24";
  --fa--fa: "\24\24";
}
.fa6-ferris-wheel {
  --fa: "\e174";
  --fa--fa: "\e174\e174";
}
.fa6-computer-speaker {
  --fa: "\f8b2";
  --fa--fa: "\f8b2\f8b2";
}
.fa6-skull-cow {
  --fa: "\f8de";
  --fa--fa: "\f8de\f8de";
}
.fa6-x {
  --fa: "\58";
  --fa--fa: "\58\58";
}
.fa6-magnifying-glass-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}
.fa6-search-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}
.fa6-users-gear {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}
.fa6-users-cog {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}
.fa6-person-military-pointing {
  --fa: "\e54a";
  --fa--fa: "\e54a\e54a";
}
.fa6-building-columns {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa6-bank {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa6-institution {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa6-museum {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa6-university {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa6-circle-t {
  --fa: "\e124";
  --fa--fa: "\e124\e124";
}
.fa6-sack {
  --fa: "\f81c";
  --fa--fa: "\f81c\f81c";
}
.fa6-grid-2 {
  --fa: "\e196";
  --fa--fa: "\e196\e196";
}
.fa6-camera-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}
.fa6-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}
.fa6-umbrella {
  --fa: "\f0e9";
  --fa--fa: "\f0e9\f0e9";
}
.fa6-trowel {
  --fa: "\e589";
  --fa--fa: "\e589\e589";
}
.fa6-horizontal-rule {
  --fa: "\f86c";
  --fa--fa: "\f86c\f86c";
}
.fa6-bed-front {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}
.fa6-bed-alt {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}
.fa6-d {
  --fa: "\44";
  --fa--fa: "\44\44";
}
.fa6-stapler {
  --fa: "\e5af";
  --fa--fa: "\e5af\e5af";
}
.fa6-masks-theater {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}
.fa6-theater-masks {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}
.fa6-file-gif {
  --fa: "\e645";
  --fa--fa: "\e645\e645";
}
.fa6-kip-sign {
  --fa: "\e1c4";
  --fa--fa: "\e1c4\e1c4";
}
.fa6-face-woozy {
  --fa: "\e3a2";
  --fa--fa: "\e3a2\e3a2";
}
.fa6-cloud-question {
  --fa: "\e492";
  --fa--fa: "\e492\e492";
}
.fa6-pineapple {
  --fa: "\e31f";
  --fa--fa: "\e31f\e31f";
}
.fa6-hand-point-left {
  --fa: "\f0a5";
  --fa--fa: "\f0a5\f0a5";
}
.fa6-gallery-thumbnails {
  --fa: "\e3aa";
  --fa--fa: "\e3aa\e3aa";
}
.fa6-circle-j {
  --fa: "\e112";
  --fa--fa: "\e112\e112";
}
.fa6-eyes {
  --fa: "\e367";
  --fa--fa: "\e367\e367";
}
.fa6-handshake-simple {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}
.fa6-handshake-alt {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}
.fa6-page-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}
.fa6-file-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}
.fa6-jet-fighter {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}
.fa6-fighter-jet {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}
.fa6-comet {
  --fa: "\e003";
  --fa--fa: "\e003\e003";
}
.fa6-square-share-nodes {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}
.fa6-share-alt-square {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}
.fa6-reflect-vertical {
  --fa: "\e665";
  --fa--fa: "\e665\e665";
}
.fa6-shield-keyhole {
  --fa: "\e248";
  --fa--fa: "\e248\e248";
}
.fa6-file-mp4 {
  --fa: "\e649";
  --fa--fa: "\e649\e649";
}
.fa6-barcode {
  --fa: "\f02a";
  --fa--fa: "\f02a\f02a";
}
.fa6-bulldozer {
  --fa: "\e655";
  --fa--fa: "\e655\e655";
}
.fa6-plus-minus {
  --fa: "\e43c";
  --fa--fa: "\e43c\e43c";
}
.fa6-square-sliders-vertical {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}
.fa6-sliders-v-square {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}
.fa6-video {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}
.fa6-video-camera {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}
.fa6-message-middle {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}
.fa6-comment-middle-alt {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}
.fa6-graduation-cap {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}
.fa6-mortar-board {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}
.fa6-hand-holding-medical {
  --fa: "\e05c";
  --fa--fa: "\e05c\e05c";
}
.fa6-person-circle-check {
  --fa: "\e53e";
  --fa--fa: "\e53e\e53e";
}
.fa6-square-z {
  --fa: "\e288";
  --fa--fa: "\e288\e288";
}
.fa6-message-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}
.fa6-comment-alt-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}
.fa6-turn-up {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}
.fa6-level-up-alt {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}
.fa6-ul {
  list-style-type: none;
  margin-left: var(--fa6-li-margin, 2.5em);
  padding-left: 0;
}
.fa6-ul > li {
  position: relative;
}
.fa6-li {
  left: calc(var(--fa6-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa6-li-width, 2em);
  line-height: inherit;
}
.fa6-rotate-90 {
  transform: rotate(90deg);
}
.fa6-rotate-180 {
  transform: rotate(180deg);
}
.fa6-rotate-270 {
  transform: rotate(270deg);
}
.fa6-flip-horizontal {
  transform: scale(-1, 1);
}
.fa6-flip-vertical {
  transform: scale(1, -1);
}
.fa6-flip-both,
.fa6-flip-horizontal.fa6-flip-vertical {
  transform: scale(-1, -1);
}
.fa6-rotate-by {
  transform: rotate(var(--fa6-rotate-angle, 0));
}
.sr-only,
.fa6-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa6-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fa6.fa6-glass {
  --fa: "\f000";
}
.fa6.fa6-envelope-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-envelope-o {
  --fa: "\f0e0";
}
.fa6.fa6-star-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-star-o {
  --fa: "\f005";
}
.fa6.fa6-remove {
  --fa: "\f00d";
}
.fa6.fa6-close {
  --fa: "\f00d";
}
.fa6.fa6-gear {
  --fa: "\f013";
}
.fa6.fa6-trash-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-trash-o {
  --fa: "\f2ed";
}
.fa6.fa6-home {
  --fa: "\f015";
}
.fa6.fa6-file-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-o {
  --fa: "\f15b";
}
.fa6.fa6-clock-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-clock-o {
  --fa: "\f017";
}
.fa6.fa6-arrow-circle-o-down {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-arrow-circle-o-down {
  --fa: "\f358";
}
.fa6.fa6-arrow-circle-o-up {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-arrow-circle-o-up {
  --fa: "\f35b";
}
.fa6.fa6-play-circle-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-play-circle-o {
  --fa: "\f144";
}
.fa6.fa6-repeat {
  --fa: "\f01e";
}
.fa6.fa6-rotate-right {
  --fa: "\f01e";
}
.fa6.fa6-refresh {
  --fa: "\f021";
}
.fa6.fa6-list-alt {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-list-alt {
  --fa: "\f022";
}
.fa6.fa6-dedent {
  --fa: "\f03b";
}
.fa6.fa6-video-camera {
  --fa: "\f03d";
}
.fa6.fa6-picture-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-picture-o {
  --fa: "\f03e";
}
.fa6.fa6-photo {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-photo {
  --fa: "\f03e";
}
.fa6.fa6-image {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-image {
  --fa: "\f03e";
}
.fa6.fa6-map-marker {
  --fa: "\f3c5";
}
.fa6.fa6-pencil-square-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-pencil-square-o {
  --fa: "\f044";
}
.fa6.fa6-edit {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-edit {
  --fa: "\f044";
}
.fa6.fa6-share-square-o {
  --fa: "\f14d";
}
.fa6.fa6-check-square-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-check-square-o {
  --fa: "\f14a";
}
.fa6.fa6-arrows {
  --fa: "\f0b2";
}
.fa6.fa6-times-circle-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-times-circle-o {
  --fa: "\f057";
}
.fa6.fa6-check-circle-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-check-circle-o {
  --fa: "\f058";
}
.fa6.fa6-mail-forward {
  --fa: "\f064";
}
.fa6.fa6-expand {
  --fa: "\f424";
}
.fa6.fa6-compress {
  --fa: "\f422";
}
.fa6.fa6-eye {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-eye-slash {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-warning {
  --fa: "\f071";
}
.fa6.fa6-calendar {
  --fa: "\f073";
}
.fa6.fa6-arrows-v {
  --fa: "\f338";
}
.fa6.fa6-arrows-h {
  --fa: "\f337";
}
.fa6.fa6-bar-chart {
  --fa: "\e0e3";
}
.fa6.fa6-bar-chart-o {
  --fa: "\e0e3";
}
.fa6.fa6-twitter-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-twitter-square {
  --fa: "\f081";
}
.fa6.fa6-facebook-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-facebook-square {
  --fa: "\f082";
}
.fa6.fa6-gears {
  --fa: "\f085";
}
.fa6.fa6-thumbs-o-up {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-thumbs-o-up {
  --fa: "\f164";
}
.fa6.fa6-thumbs-o-down {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-thumbs-o-down {
  --fa: "\f165";
}
.fa6.fa6-heart-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-heart-o {
  --fa: "\f004";
}
.fa6.fa6-sign-out {
  --fa: "\f2f5";
}
.fa6.fa6-linkedin-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-linkedin-square {
  --fa: "\f08c";
}
.fa6.fa6-thumb-tack {
  --fa: "\f08d";
}
.fa6.fa6-external-link {
  --fa: "\f35d";
}
.fa6.fa6-sign-in {
  --fa: "\f2f6";
}
.fa6.fa6-github-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-github-square {
  --fa: "\f092";
}
.fa6.fa6-lemon-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-lemon-o {
  --fa: "\f094";
}
.fa6.fa6-square-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-square-o {
  --fa: "\f0c8";
}
.fa6.fa6-bookmark-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-bookmark-o {
  --fa: "\f02e";
}
.fa6.fa6-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-facebook {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-facebook {
  --fa: "\f39e";
}
.fa6.fa6-facebook-f {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-facebook-f {
  --fa: "\f39e";
}
.fa6.fa6-github {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-credit-card {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-feed {
  --fa: "\f09e";
}
.fa6.fa6-hdd-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hdd-o {
  --fa: "\f0a0";
}
.fa6.fa6-hand-o-right {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-o-right {
  --fa: "\f0a4";
}
.fa6.fa6-hand-o-left {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-o-left {
  --fa: "\f0a5";
}
.fa6.fa6-hand-o-up {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-o-up {
  --fa: "\f0a6";
}
.fa6.fa6-hand-o-down {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-o-down {
  --fa: "\f0a7";
}
.fa6.fa6-globe {
  --fa: "\f57d";
}
.fa6.fa6-tasks {
  --fa: "\f828";
}
.fa6.fa6-arrows-alt {
  --fa: "\f31e";
}
.fa6.fa6-group {
  --fa: "\f0c0";
}
.fa6.fa6-chain {
  --fa: "\f0c1";
}
.fa6.fa6-cut {
  --fa: "\f0c4";
}
.fa6.fa6-files-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-files-o {
  --fa: "\f0c5";
}
.fa6.fa6-floppy-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-floppy-o {
  --fa: "\f0c7";
}
.fa6.fa6-save {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-save {
  --fa: "\f0c7";
}
.fa6.fa6-navicon {
  --fa: "\f0c9";
}
.fa6.fa6-reorder {
  --fa: "\f0c9";
}
.fa6.fa6-magic {
  --fa: "\e2ca";
}
.fa6.fa6-pinterest {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-pinterest-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-pinterest-square {
  --fa: "\f0d3";
}
.fa6.fa6-google-plus-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-google-plus-square {
  --fa: "\f0d4";
}
.fa6.fa6-google-plus {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-google-plus {
  --fa: "\f0d5";
}
.fa6.fa6-money {
  --fa: "\f3d1";
}
.fa6.fa6-unsorted {
  --fa: "\f0dc";
}
.fa6.fa6-sort-desc {
  --fa: "\f0dd";
}
.fa6.fa6-sort-asc {
  --fa: "\f0de";
}
.fa6.fa6-linkedin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-linkedin {
  --fa: "\f0e1";
}
.fa6.fa6-rotate-left {
  --fa: "\f0e2";
}
.fa6.fa6-legal {
  --fa: "\f0e3";
}
.fa6.fa6-tachometer {
  --fa: "\f625";
}
.fa6.fa6-dashboard {
  --fa: "\f625";
}
.fa6.fa6-comment-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-comment-o {
  --fa: "\f075";
}
.fa6.fa6-comments-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-comments-o {
  --fa: "\f086";
}
.fa6.fa6-flash {
  --fa: "\f0e7";
}
.fa6.fa6-clipboard {
  --fa: "\f0ea";
}
.fa6.fa6-lightbulb-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-lightbulb-o {
  --fa: "\f0eb";
}
.fa6.fa6-exchange {
  --fa: "\f362";
}
.fa6.fa6-cloud-download {
  --fa: "\f0ed";
}
.fa6.fa6-cloud-upload {
  --fa: "\f0ee";
}
.fa6.fa6-bell-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-bell-o {
  --fa: "\f0f3";
}
.fa6.fa6-cutlery {
  --fa: "\f2e7";
}
.fa6.fa6-file-text-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-text-o {
  --fa: "\f15c";
}
.fa6.fa6-building-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-building-o {
  --fa: "\f1ad";
}
.fa6.fa6-hospital-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hospital-o {
  --fa: "\f0f8";
}
.fa6.fa6-tablet {
  --fa: "\f3fa";
}
.fa6.fa6-mobile {
  --fa: "\f3cd";
}
.fa6.fa6-mobile-phone {
  --fa: "\f3cd";
}
.fa6.fa6-circle-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-circle-o {
  --fa: "\f111";
}
.fa6.fa6-mail-reply {
  --fa: "\f3e5";
}
.fa6.fa6-github-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-folder-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-folder-o {
  --fa: "\f07b";
}
.fa6.fa6-folder-open-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-folder-open-o {
  --fa: "\f07c";
}
.fa6.fa6-smile-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-smile-o {
  --fa: "\f118";
}
.fa6.fa6-frown-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-frown-o {
  --fa: "\f119";
}
.fa6.fa6-meh-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-meh-o {
  --fa: "\f11a";
}
.fa6.fa6-keyboard-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-keyboard-o {
  --fa: "\f11c";
}
.fa6.fa6-flag-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-flag-o {
  --fa: "\f024";
}
.fa6.fa6-mail-reply-all {
  --fa: "\f122";
}
.fa6.fa6-star-half-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-star-half-o {
  --fa: "\f5c0";
}
.fa6.fa6-star-half-empty {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-star-half-empty {
  --fa: "\f5c0";
}
.fa6.fa6-star-half-full {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-star-half-full {
  --fa: "\f5c0";
}
.fa6.fa6-code-fork {
  --fa: "\f126";
}
.fa6.fa6-chain-broken {
  --fa: "\f127";
}
.fa6.fa6-unlink {
  --fa: "\f127";
}
.fa6.fa6-calendar-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-calendar-o {
  --fa: "\f133";
}
.fa6.fa6-maxcdn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-html5 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-css3 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-unlock-alt {
  --fa: "\f09c";
}
.fa6.fa6-minus-square-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-minus-square-o {
  --fa: "\f146";
}
.fa6.fa6-level-up {
  --fa: "\f3bf";
}
.fa6.fa6-level-down {
  --fa: "\f3be";
}
.fa6.fa6-pencil-square {
  --fa: "\f14b";
}
.fa6.fa6-external-link-square {
  --fa: "\f360";
}
.fa6.fa6-compass {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-caret-square-o-down {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-caret-square-o-down {
  --fa: "\f150";
}
.fa6.fa6-toggle-down {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-toggle-down {
  --fa: "\f150";
}
.fa6.fa6-caret-square-o-up {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-caret-square-o-up {
  --fa: "\f151";
}
.fa6.fa6-toggle-up {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-toggle-up {
  --fa: "\f151";
}
.fa6.fa6-caret-square-o-right {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-caret-square-o-right {
  --fa: "\f152";
}
.fa6.fa6-toggle-right {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-toggle-right {
  --fa: "\f152";
}
.fa6.fa6-eur {
  --fa: "\f153";
}
.fa6.fa6-euro {
  --fa: "\f153";
}
.fa6.fa6-gbp {
  --fa: "\f154";
}
.fa6.fa6-usd {
  --fa: "\24";
}
.fa6.fa6-dollar {
  --fa: "\24";
}
.fa6.fa6-inr {
  --fa: "\e1bc";
}
.fa6.fa6-rupee {
  --fa: "\e1bc";
}
.fa6.fa6-jpy {
  --fa: "\f157";
}
.fa6.fa6-cny {
  --fa: "\f157";
}
.fa6.fa6-rmb {
  --fa: "\f157";
}
.fa6.fa6-yen {
  --fa: "\f157";
}
.fa6.fa6-rub {
  --fa: "\f158";
}
.fa6.fa6-ruble {
  --fa: "\f158";
}
.fa6.fa6-rouble {
  --fa: "\f158";
}
.fa6.fa6-krw {
  --fa: "\f159";
}
.fa6.fa6-won {
  --fa: "\f159";
}
.fa6.fa6-btc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-bitcoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-bitcoin {
  --fa: "\f15a";
}
.fa6.fa6-file-text {
  --fa: "\f15c";
}
.fa6.fa6-sort-alpha-asc {
  --fa: "\f15d";
}
.fa6.fa6-sort-alpha-desc {
  --fa: "\f881";
}
.fa6.fa6-sort-amount-asc {
  --fa: "\f884";
}
.fa6.fa6-sort-amount-desc {
  --fa: "\f160";
}
.fa6.fa6-sort-numeric-asc {
  --fa: "\f162";
}
.fa6.fa6-sort-numeric-desc {
  --fa: "\f886";
}
.fa6.fa6-youtube-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-youtube-square {
  --fa: "\f431";
}
.fa6.fa6-youtube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-xing {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-xing-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-xing-square {
  --fa: "\f169";
}
.fa6.fa6-youtube-play {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-youtube-play {
  --fa: "\f167";
}
.fa6.fa6-dropbox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-stack-overflow {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-instagram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-flickr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-adn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-bitbucket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-bitbucket-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-bitbucket-square {
  --fa: "\f171";
}
.fa6.fa6-tumblr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-tumblr-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-tumblr-square {
  --fa: "\f174";
}
.fa6.fa6-long-arrow-down {
  --fa: "\f309";
}
.fa6.fa6-long-arrow-up {
  --fa: "\f30c";
}
.fa6.fa6-long-arrow-left {
  --fa: "\f30a";
}
.fa6.fa6-long-arrow-right {
  --fa: "\f30b";
}
.fa6.fa6-apple {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-windows {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-android {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-linux {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-dribbble {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-skype {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-foursquare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-trello {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-gratipay {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-gittip {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-gittip {
  --fa: "\f184";
}
.fa6.fa6-sun-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-sun-o {
  --fa: "\f185";
}
.fa6.fa6-moon-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-moon-o {
  --fa: "\f186";
}
.fa6.fa6-vk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-renren {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-pagelines {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-stack-exchange {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-arrow-circle-o-right {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-arrow-circle-o-right {
  --fa: "\f35a";
}
.fa6.fa6-arrow-circle-o-left {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-arrow-circle-o-left {
  --fa: "\f359";
}
.fa6.fa6-caret-square-o-left {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-caret-square-o-left {
  --fa: "\f191";
}
.fa6.fa6-toggle-left {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-toggle-left {
  --fa: "\f191";
}
.fa6.fa6-dot-circle-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-dot-circle-o {
  --fa: "\f192";
}
.fa6.fa6-vimeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-vimeo-square {
  --fa: "\f194";
}
.fa6.fa6-try {
  --fa: "\e2bb";
}
.fa6.fa6-turkish-lira {
  --fa: "\e2bb";
}
.fa6.fa6-plus-square-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-plus-square-o {
  --fa: "\f0fe";
}
.fa6.fa6-slack {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-wordpress {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-openid {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-institution {
  --fa: "\f19c";
}
.fa6.fa6-bank {
  --fa: "\f19c";
}
.fa6.fa6-mortar-board {
  --fa: "\f19d";
}
.fa6.fa6-yahoo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-google {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-reddit {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-reddit-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-reddit-square {
  --fa: "\f1a2";
}
.fa6.fa6-stumbleupon-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-stumbleupon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-delicious {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-digg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-pied-piper-pp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-pied-piper-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-drupal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-joomla {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-behance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-behance-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-behance-square {
  --fa: "\f1b5";
}
.fa6.fa6-steam {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-steam-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-steam-square {
  --fa: "\f1b7";
}
.fa6.fa6-automobile {
  --fa: "\f1b9";
}
.fa6.fa6-cab {
  --fa: "\f1ba";
}
.fa6.fa6-spotify {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-deviantart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-soundcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-file-pdf-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-pdf-o {
  --fa: "\f1c1";
}
.fa6.fa6-file-word-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-word-o {
  --fa: "\f1c2";
}
.fa6.fa6-file-excel-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-excel-o {
  --fa: "\f1c3";
}
.fa6.fa6-file-powerpoint-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-powerpoint-o {
  --fa: "\f1c4";
}
.fa6.fa6-file-image-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-image-o {
  --fa: "\f1c5";
}
.fa6.fa6-file-photo-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-photo-o {
  --fa: "\f1c5";
}
.fa6.fa6-file-picture-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-picture-o {
  --fa: "\f1c5";
}
.fa6.fa6-file-archive-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-archive-o {
  --fa: "\f1c6";
}
.fa6.fa6-file-zip-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-zip-o {
  --fa: "\f1c6";
}
.fa6.fa6-file-audio-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-audio-o {
  --fa: "\f1c7";
}
.fa6.fa6-file-sound-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-sound-o {
  --fa: "\f1c7";
}
.fa6.fa6-file-video-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-video-o {
  --fa: "\f1c8";
}
.fa6.fa6-file-movie-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-movie-o {
  --fa: "\f1c8";
}
.fa6.fa6-file-code-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-file-code-o {
  --fa: "\f1c9";
}
.fa6.fa6-vine {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-codepen {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-jsfiddle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-life-bouy {
  --fa: "\f1cd";
}
.fa6.fa6-life-buoy {
  --fa: "\f1cd";
}
.fa6.fa6-life-saver {
  --fa: "\f1cd";
}
.fa6.fa6-support {
  --fa: "\f1cd";
}
.fa6.fa6-circle-o-notch {
  --fa: "\f1ce";
}
.fa6.fa6-rebel {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-ra {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-ra {
  --fa: "\f1d0";
}
.fa6.fa6-resistance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-resistance {
  --fa: "\f1d0";
}
.fa6.fa6-empire {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-ge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-ge {
  --fa: "\f1d1";
}
.fa6.fa6-git-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-git-square {
  --fa: "\f1d2";
}
.fa6.fa6-git {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-hacker-news {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-y-combinator-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-y-combinator-square {
  --fa: "\f1d4";
}
.fa6.fa6-yc-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-yc-square {
  --fa: "\f1d4";
}
.fa6.fa6-tencent-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-qq {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-weixin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-wechat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-wechat {
  --fa: "\f1d7";
}
.fa6.fa6-send {
  --fa: "\f1d8";
}
.fa6.fa6-paper-plane-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-paper-plane-o {
  --fa: "\f1d8";
}
.fa6.fa6-send-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-send-o {
  --fa: "\f1d8";
}
.fa6.fa6-circle-thin {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-circle-thin {
  --fa: "\f111";
}
.fa6.fa6-header {
  --fa: "\f1dc";
}
.fa6.fa6-futbol-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-futbol-o {
  --fa: "\f1e3";
}
.fa6.fa6-soccer-ball-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-soccer-ball-o {
  --fa: "\f1e3";
}
.fa6.fa6-slideshare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-twitch {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-yelp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-newspaper-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-newspaper-o {
  --fa: "\f1ea";
}
.fa6.fa6-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-google-wallet {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-cc-visa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-cc-mastercard {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-cc-discover {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-cc-amex {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-cc-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-cc-stripe {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-bell-slash-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-bell-slash-o {
  --fa: "\f1f6";
}
.fa6.fa6-trash {
  --fa: "\f2ed";
}
.fa6.fa6-copyright {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-eyedropper {
  --fa: "\f1fb";
}
.fa6.fa6-area-chart {
  --fa: "\f1fe";
}
.fa6.fa6-pie-chart {
  --fa: "\f200";
}
.fa6.fa6-line-chart {
  --fa: "\f201";
}
.fa6.fa6-lastfm {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-lastfm-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-lastfm-square {
  --fa: "\f203";
}
.fa6.fa6-ioxhost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-angellist {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-cc {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-cc {
  --fa: "\f20a";
}
.fa6.fa6-ils {
  --fa: "\f20b";
}
.fa6.fa6-shekel {
  --fa: "\f20b";
}
.fa6.fa6-sheqel {
  --fa: "\f20b";
}
.fa6.fa6-buysellads {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-connectdevelop {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-dashcube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-forumbee {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-leanpub {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-sellsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-shirtsinbulk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-simplybuilt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-skyatlas {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-diamond {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-diamond {
  --fa: "\f3a5";
}
.fa6.fa6-transgender {
  --fa: "\f224";
}
.fa6.fa6-intersex {
  --fa: "\f224";
}
.fa6.fa6-transgender-alt {
  --fa: "\f225";
}
.fa6.fa6-facebook-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-facebook-official {
  --fa: "\f09a";
}
.fa6.fa6-pinterest-p {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-whatsapp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-hotel {
  --fa: "\f236";
}
.fa6.fa6-viacoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-medium {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-y-combinator {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-yc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-yc {
  --fa: "\f23b";
}
.fa6.fa6-optin-monster {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-opencart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-expeditedssl {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-battery-4 {
  --fa: "\f240";
}
.fa6.fa6-battery {
  --fa: "\f240";
}
.fa6.fa6-battery-3 {
  --fa: "\f241";
}
.fa6.fa6-battery-2 {
  --fa: "\f242";
}
.fa6.fa6-battery-1 {
  --fa: "\f243";
}
.fa6.fa6-battery-0 {
  --fa: "\f244";
}
.fa6.fa6-object-group {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-object-ungroup {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-sticky-note-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-sticky-note-o {
  --fa: "\f249";
}
.fa6.fa6-cc-jcb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-cc-diners-club {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-clone {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hourglass-o {
  --fa: "\f254";
}
.fa6.fa6-hourglass-1 {
  --fa: "\f251";
}
.fa6.fa6-hourglass-2 {
  --fa: "\f252";
}
.fa6.fa6-hourglass-3 {
  --fa: "\f253";
}
.fa6.fa6-hand-rock-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-rock-o {
  --fa: "\f255";
}
.fa6.fa6-hand-grab-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-grab-o {
  --fa: "\f255";
}
.fa6.fa6-hand-paper-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-paper-o {
  --fa: "\f256";
}
.fa6.fa6-hand-stop-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-stop-o {
  --fa: "\f256";
}
.fa6.fa6-hand-scissors-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-scissors-o {
  --fa: "\f257";
}
.fa6.fa6-hand-lizard-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-lizard-o {
  --fa: "\f258";
}
.fa6.fa6-hand-spock-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-spock-o {
  --fa: "\f259";
}
.fa6.fa6-hand-pointer-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-pointer-o {
  --fa: "\f25a";
}
.fa6.fa6-hand-peace-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-hand-peace-o {
  --fa: "\f25b";
}
.fa6.fa6-registered {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-creative-commons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-gg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-gg-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-odnoklassniki {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-odnoklassniki-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-odnoklassniki-square {
  --fa: "\f264";
}
.fa6.fa6-get-pocket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-wikipedia-w {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-safari {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-chrome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-firefox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-opera {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-internet-explorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-television {
  --fa: "\f26c";
}
.fa6.fa6-contao {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-500px {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-amazon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-calendar-plus-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-calendar-plus-o {
  --fa: "\f271";
}
.fa6.fa6-calendar-minus-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-calendar-minus-o {
  --fa: "\f272";
}
.fa6.fa6-calendar-times-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-calendar-times-o {
  --fa: "\f273";
}
.fa6.fa6-calendar-check-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-calendar-check-o {
  --fa: "\f274";
}
.fa6.fa6-map-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-map-o {
  --fa: "\f279";
}
.fa6.fa6-commenting {
  --fa: "\f4ad";
}
.fa6.fa6-commenting-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-commenting-o {
  --fa: "\f4ad";
}
.fa6.fa6-houzz {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-vimeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-vimeo {
  --fa: "\f27d";
}
.fa6.fa6-black-tie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-fonticons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-reddit-alien {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-edge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-credit-card-alt {
  --fa: "\f09d";
}
.fa6.fa6-codiepie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-modx {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-fort-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-usb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-product-hunt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-mixcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-scribd {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-pause-circle-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-pause-circle-o {
  --fa: "\f28b";
}
.fa6.fa6-stop-circle-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-stop-circle-o {
  --fa: "\f28d";
}
.fa6.fa6-bluetooth {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-bluetooth-b {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-gitlab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-wpbeginner {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-wpforms {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-envira {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-wheelchair-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-wheelchair-alt {
  --fa: "\f368";
}
.fa6.fa6-question-circle-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-question-circle-o {
  --fa: "\f059";
}
.fa6.fa6-volume-control-phone {
  --fa: "\f2a0";
}
.fa6.fa6-asl-interpreting {
  --fa: "\f2a3";
}
.fa6.fa6-deafness {
  --fa: "\f2a4";
}
.fa6.fa6-hard-of-hearing {
  --fa: "\f2a4";
}
.fa6.fa6-glide {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-glide-g {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-signing {
  --fa: "\f2a7";
}
.fa6.fa6-viadeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-viadeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-viadeo-square {
  --fa: "\f2aa";
}
.fa6.fa6-snapchat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-snapchat-ghost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-snapchat-ghost {
  --fa: "\f2ab";
}
.fa6.fa6-snapchat-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-snapchat-square {
  --fa: "\f2ad";
}
.fa6.fa6-pied-piper {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-first-order {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-yoast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-themeisle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-google-plus-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-google-plus-official {
  --fa: "\f2b3";
}
.fa6.fa6-google-plus-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-google-plus-circle {
  --fa: "\f2b3";
}
.fa6.fa6-font-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-fa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-fa {
  --fa: "\f2b4";
}
.fa6.fa6-handshake-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-handshake-o {
  --fa: "\f2b5";
}
.fa6.fa6-envelope-open-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-envelope-open-o {
  --fa: "\f2b6";
}
.fa6.fa6-linode {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-address-book-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-address-book-o {
  --fa: "\f2b9";
}
.fa6.fa6-vcard {
  --fa: "\f2bb";
}
.fa6.fa6-address-card-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-address-card-o {
  --fa: "\f2bb";
}
.fa6.fa6-vcard-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-vcard-o {
  --fa: "\f2bb";
}
.fa6.fa6-user-circle-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-user-circle-o {
  --fa: "\f2bd";
}
.fa6.fa6-user-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-user-o {
  --fa: "\f007";
}
.fa6.fa6-id-badge {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-drivers-license {
  --fa: "\f2c2";
}
.fa6.fa6-id-card-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-id-card-o {
  --fa: "\f2c2";
}
.fa6.fa6-drivers-license-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-drivers-license-o {
  --fa: "\f2c2";
}
.fa6.fa6-quora {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-free-code-camp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-telegram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-thermometer-4 {
  --fa: "\f2c7";
}
.fa6.fa6-thermometer {
  --fa: "\f2c7";
}
.fa6.fa6-thermometer-3 {
  --fa: "\f2c8";
}
.fa6.fa6-thermometer-2 {
  --fa: "\f2c9";
}
.fa6.fa6-thermometer-1 {
  --fa: "\f2ca";
}
.fa6.fa6-thermometer-0 {
  --fa: "\f2cb";
}
.fa6.fa6-bathtub {
  --fa: "\f2cd";
}
.fa6.fa6-s15 {
  --fa: "\f2cd";
}
.fa6.fa6-window-maximize {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-window-restore {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-times-rectangle {
  --fa: "\f410";
}
.fa6.fa6-window-close-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-window-close-o {
  --fa: "\f410";
}
.fa6.fa6-times-rectangle-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-times-rectangle-o {
  --fa: "\f410";
}
.fa6.fa6-bandcamp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-grav {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-etsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-imdb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-ravelry {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-eercast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-eercast {
  --fa: "\f2da";
}
.fa6.fa6-snowflake-o {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.fa6.fa6-snowflake-o {
  --fa: "\f2dc";
}
.fa6.fa6-superpowers {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-wpexplorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6.fa6-meetup {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa6-1x {
  font-size: 1em;
}
.fa6-2x {
  font-size: 2em;
}
.fa6-3x {
  font-size: 3em;
}
.fa6-4x {
  font-size: 4em;
}
.fa6-5x {
  font-size: 5em;
}
.fa6-6x {
  font-size: 6em;
}
.fa6-7x {
  font-size: 7em;
}
.fa6-8x {
  font-size: 8em;
}
.fa6-9x {
  font-size: 9em;
}
.fa6-10x {
  font-size: 10em;
}
.fa6-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa6-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa6-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa6-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa6-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa6-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa6-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa6-stack-1x,
.fa6-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa6-stack-z-index, auto);
}
.fa6-stack-1x {
  line-height: inherit;
}
.fa6-stack-2x {
  font-size: 2em;
}
.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-brands: 'Font Awesome 6 Brands';
  --fa6-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/style/font-awesome-6//fa-brands-400.woff2') format('woff2'), url('/style/font-awesome-6//fa-brands-400.ttf') format('truetype');
}
.fab,
.fa6-brands {
  font-weight: 400;
}
.fa6-monero {
  --fa: "\f3d0";
}
.fa6-hooli {
  --fa: "\f427";
}
.fa6-yelp {
  --fa: "\f1e9";
}
.fa6-cc-visa {
  --fa: "\f1f0";
}
.fa6-lastfm {
  --fa: "\f202";
}
.fa6-shopware {
  --fa: "\f5b5";
}
.fa6-creative-commons-nc {
  --fa: "\f4e8";
}
.fa6-aws {
  --fa: "\f375";
}
.fa6-redhat {
  --fa: "\f7bc";
}
.fa6-yoast {
  --fa: "\f2b1";
}
.fa6-cloudflare {
  --fa: "\e07d";
}
.fa6-ups {
  --fa: "\f7e0";
}
.fa6-pixiv {
  --fa: "\e640";
}
.fa6-wpexplorer {
  --fa: "\f2de";
}
.fa6-dyalog {
  --fa: "\f399";
}
.fa6-bity {
  --fa: "\f37a";
}
.fa6-stackpath {
  --fa: "\f842";
}
.fa6-buysellads {
  --fa: "\f20d";
}
.fa6-first-order {
  --fa: "\f2b0";
}
.fa6-modx {
  --fa: "\f285";
}
.fa6-guilded {
  --fa: "\e07e";
}
.fa6-vnv {
  --fa: "\f40b";
}
.fa6-square-js {
  --fa: "\f3b9";
}
.fa6-js-square {
  --fa: "\f3b9";
}
.fa6-microsoft {
  --fa: "\f3ca";
}
.fa6-qq {
  --fa: "\f1d6";
}
.fa6-orcid {
  --fa: "\f8d2";
}
.fa6-java {
  --fa: "\f4e4";
}
.fa6-invision {
  --fa: "\f7b0";
}
.fa6-creative-commons-pd-alt {
  --fa: "\f4ed";
}
.fa6-centercode {
  --fa: "\f380";
}
.fa6-glide-g {
  --fa: "\f2a6";
}
.fa6-drupal {
  --fa: "\f1a9";
}
.fa6-jxl {
  --fa: "\e67b";
}
.fa6-dart-lang {
  --fa: "\e693";
}
.fa6-hire-a-helper {
  --fa: "\f3b0";
}
.fa6-creative-commons-by {
  --fa: "\f4e7";
}
.fa6-unity {
  --fa: "\e049";
}
.fa6-whmcs {
  --fa: "\f40d";
}
.fa6-rocketchat {
  --fa: "\f3e8";
}
.fa6-vk {
  --fa: "\f189";
}
.fa6-untappd {
  --fa: "\f405";
}
.fa6-mailchimp {
  --fa: "\f59e";
}
.fa6-css3-alt {
  --fa: "\f38b";
}
.fa6-square-reddit {
  --fa: "\f1a2";
}
.fa6-reddit-square {
  --fa: "\f1a2";
}
.fa6-vimeo-v {
  --fa: "\f27d";
}
.fa6-contao {
  --fa: "\f26d";
}
.fa6-square-font-awesome {
  --fa: "\e5ad";
}
.fa6-deskpro {
  --fa: "\f38f";
}
.fa6-brave {
  --fa: "\e63c";
}
.fa6-sistrix {
  --fa: "\f3ee";
}
.fa6-square-instagram {
  --fa: "\e055";
}
.fa6-instagram-square {
  --fa: "\e055";
}
.fa6-battle-net {
  --fa: "\f835";
}
.fa6-the-red-yeti {
  --fa: "\f69d";
}
.fa6-square-hacker-news {
  --fa: "\f3af";
}
.fa6-hacker-news-square {
  --fa: "\f3af";
}
.fa6-edge {
  --fa: "\f282";
}
.fa6-threads {
  --fa: "\e618";
}
.fa6-napster {
  --fa: "\f3d2";
}
.fa6-square-snapchat {
  --fa: "\f2ad";
}
.fa6-snapchat-square {
  --fa: "\f2ad";
}
.fa6-google-plus-g {
  --fa: "\f0d5";
}
.fa6-artstation {
  --fa: "\f77a";
}
.fa6-markdown {
  --fa: "\f60f";
}
.fa6-sourcetree {
  --fa: "\f7d3";
}
.fa6-google-plus {
  --fa: "\f2b3";
}
.fa6-diaspora {
  --fa: "\f791";
}
.fa6-foursquare {
  --fa: "\f180";
}
.fa6-stack-overflow {
  --fa: "\f16c";
}
.fa6-github-alt {
  --fa: "\f113";
}
.fa6-phoenix-squadron {
  --fa: "\f511";
}
.fa6-pagelines {
  --fa: "\f18c";
}
.fa6-algolia {
  --fa: "\f36c";
}
.fa6-red-river {
  --fa: "\f3e3";
}
.fa6-creative-commons-sa {
  --fa: "\f4ef";
}
.fa6-safari {
  --fa: "\f267";
}
.fa6-google {
  --fa: "\f1a0";
}
.fa6-square-font-awesome-stroke {
  --fa: "\f35c";
}
.fa6-font-awesome-alt {
  --fa: "\f35c";
}
.fa6-atlassian {
  --fa: "\f77b";
}
.fa6-linkedin-in {
  --fa: "\f0e1";
}
.fa6-digital-ocean {
  --fa: "\f391";
}
.fa6-nimblr {
  --fa: "\f5a8";
}
.fa6-chromecast {
  --fa: "\f838";
}
.fa6-evernote {
  --fa: "\f839";
}
.fa6-hacker-news {
  --fa: "\f1d4";
}
.fa6-creative-commons-sampling {
  --fa: "\f4f0";
}
.fa6-adversal {
  --fa: "\f36a";
}
.fa6-creative-commons {
  --fa: "\f25e";
}
.fa6-watchman-monitoring {
  --fa: "\e087";
}
.fa6-fonticons {
  --fa: "\f280";
}
.fa6-weixin {
  --fa: "\f1d7";
}
.fa6-shirtsinbulk {
  --fa: "\f214";
}
.fa6-codepen {
  --fa: "\f1cb";
}
.fa6-git-alt {
  --fa: "\f841";
}
.fa6-lyft {
  --fa: "\f3c3";
}
.fa6-rev {
  --fa: "\f5b2";
}
.fa6-windows {
  --fa: "\f17a";
}
.fa6-wizards-of-the-coast {
  --fa: "\f730";
}
.fa6-square-viadeo {
  --fa: "\f2aa";
}
.fa6-viadeo-square {
  --fa: "\f2aa";
}
.fa6-meetup {
  --fa: "\f2e0";
}
.fa6-centos {
  --fa: "\f789";
}
.fa6-adn {
  --fa: "\f170";
}
.fa6-cloudsmith {
  --fa: "\f384";
}
.fa6-opensuse {
  --fa: "\e62b";
}
.fa6-pied-piper-alt {
  --fa: "\f1a8";
}
.fa6-square-dribbble {
  --fa: "\f397";
}
.fa6-dribbble-square {
  --fa: "\f397";
}
.fa6-codiepie {
  --fa: "\f284";
}
.fa6-node {
  --fa: "\f419";
}
.fa6-mix {
  --fa: "\f3cb";
}
.fa6-steam {
  --fa: "\f1b6";
}
.fa6-cc-apple-pay {
  --fa: "\f416";
}
.fa6-scribd {
  --fa: "\f28a";
}
.fa6-debian {
  --fa: "\e60b";
}
.fa6-openid {
  --fa: "\f19b";
}
.fa6-instalod {
  --fa: "\e081";
}
.fa6-files-pinwheel {
  --fa: "\e69f";
}
.fa6-expeditedssl {
  --fa: "\f23e";
}
.fa6-sellcast {
  --fa: "\f2da";
}
.fa6-square-twitter {
  --fa: "\f081";
}
.fa6-twitter-square {
  --fa: "\f081";
}
.fa6-r-project {
  --fa: "\f4f7";
}
.fa6-delicious {
  --fa: "\f1a5";
}
.fa6-freebsd {
  --fa: "\f3a4";
}
.fa6-vuejs {
  --fa: "\f41f";
}
.fa6-accusoft {
  --fa: "\f369";
}
.fa6-ioxhost {
  --fa: "\f208";
}
.fa6-fonticons-fi {
  --fa: "\f3a2";
}
.fa6-app-store {
  --fa: "\f36f";
}
.fa6-cc-mastercard {
  --fa: "\f1f1";
}
.fa6-itunes-note {
  --fa: "\f3b5";
}
.fa6-golang {
  --fa: "\e40f";
}
.fa6-kickstarter {
  --fa: "\f3bb";
}
.fa6-square-kickstarter {
  --fa: "\f3bb";
}
.fa6-grav {
  --fa: "\f2d6";
}
.fa6-weibo {
  --fa: "\f18a";
}
.fa6-uncharted {
  --fa: "\e084";
}
.fa6-firstdraft {
  --fa: "\f3a1";
}
.fa6-square-youtube {
  --fa: "\f431";
}
.fa6-youtube-square {
  --fa: "\f431";
}
.fa6-wikipedia-w {
  --fa: "\f266";
}
.fa6-wpressr {
  --fa: "\f3e4";
}
.fa6-rendact {
  --fa: "\f3e4";
}
.fa6-angellist {
  --fa: "\f209";
}
.fa6-galactic-republic {
  --fa: "\f50c";
}
.fa6-nfc-directional {
  --fa: "\e530";
}
.fa6-skype {
  --fa: "\f17e";
}
.fa6-joget {
  --fa: "\f3b7";
}
.fa6-fedora {
  --fa: "\f798";
}
.fa6-stripe-s {
  --fa: "\f42a";
}
.fa6-meta {
  --fa: "\e49b";
}
.fa6-laravel {
  --fa: "\f3bd";
}
.fa6-hotjar {
  --fa: "\f3b1";
}
.fa6-bluetooth-b {
  --fa: "\f294";
}
.fa6-square-letterboxd {
  --fa: "\e62e";
}
.fa6-sticker-mule {
  --fa: "\f3f7";
}
.fa6-creative-commons-zero {
  --fa: "\f4f3";
}
.fa6-hips {
  --fa: "\f452";
}
.fa6-css {
  --fa: "\e6a2";
}
.fa6-behance {
  --fa: "\f1b4";
}
.fa6-reddit {
  --fa: "\f1a1";
}
.fa6-discord {
  --fa: "\f392";
}
.fa6-chrome {
  --fa: "\f268";
}
.fa6-app-store-ios {
  --fa: "\f370";
}
.fa6-cc-discover {
  --fa: "\f1f2";
}
.fa6-wpbeginner {
  --fa: "\f297";
}
.fa6-confluence {
  --fa: "\f78d";
}
.fa6-shoelace {
  --fa: "\e60c";
}
.fa6-mdb {
  --fa: "\f8ca";
}
.fa6-dochub {
  --fa: "\f394";
}
.fa6-accessible-icon {
  --fa: "\f368";
}
.fa6-ebay {
  --fa: "\f4f4";
}
.fa6-amazon {
  --fa: "\f270";
}
.fa6-unsplash {
  --fa: "\e07c";
}
.fa6-yarn {
  --fa: "\f7e3";
}
.fa6-square-steam {
  --fa: "\f1b7";
}
.fa6-steam-square {
  --fa: "\f1b7";
}
.fa6-500px {
  --fa: "\f26e";
}
.fa6-square-vimeo {
  --fa: "\f194";
}
.fa6-vimeo-square {
  --fa: "\f194";
}
.fa6-asymmetrik {
  --fa: "\f372";
}
.fa6-font-awesome {
  --fa: "\f2b4";
}
.fa6-font-awesome-flag {
  --fa: "\f2b4";
}
.fa6-font-awesome-logo-full {
  --fa: "\f2b4";
}
.fa6-gratipay {
  --fa: "\f184";
}
.fa6-apple {
  --fa: "\f179";
}
.fa6-hive {
  --fa: "\e07f";
}
.fa6-gitkraken {
  --fa: "\f3a6";
}
.fa6-keybase {
  --fa: "\f4f5";
}
.fa6-apple-pay {
  --fa: "\f415";
}
.fa6-padlet {
  --fa: "\e4a0";
}
.fa6-amazon-pay {
  --fa: "\f42c";
}
.fa6-square-github {
  --fa: "\f092";
}
.fa6-github-square {
  --fa: "\f092";
}
.fa6-stumbleupon {
  --fa: "\f1a4";
}
.fa6-fedex {
  --fa: "\f797";
}
.fa6-phoenix-framework {
  --fa: "\f3dc";
}
.fa6-shopify {
  --fa: "\e057";
}
.fa6-neos {
  --fa: "\f612";
}
.fa6-square-threads {
  --fa: "\e619";
}
.fa6-hackerrank {
  --fa: "\f5f7";
}
.fa6-researchgate {
  --fa: "\f4f8";
}
.fa6-swift {
  --fa: "\f8e1";
}
.fa6-angular {
  --fa: "\f420";
}
.fa6-speakap {
  --fa: "\f3f3";
}
.fa6-angrycreative {
  --fa: "\f36e";
}
.fa6-y-combinator {
  --fa: "\f23b";
}
.fa6-empire {
  --fa: "\f1d1";
}
.fa6-envira {
  --fa: "\f299";
}
.fa6-google-scholar {
  --fa: "\e63b";
}
.fa6-square-gitlab {
  --fa: "\e5ae";
}
.fa6-gitlab-square {
  --fa: "\e5ae";
}
.fa6-studiovinari {
  --fa: "\f3f8";
}
.fa6-pied-piper {
  --fa: "\f2ae";
}
.fa6-wordpress {
  --fa: "\f19a";
}
.fa6-product-hunt {
  --fa: "\f288";
}
.fa6-firefox {
  --fa: "\f269";
}
.fa6-linode {
  --fa: "\f2b8";
}
.fa6-goodreads {
  --fa: "\f3a8";
}
.fa6-square-odnoklassniki {
  --fa: "\f264";
}
.fa6-odnoklassniki-square {
  --fa: "\f264";
}
.fa6-jsfiddle {
  --fa: "\f1cc";
}
.fa6-sith {
  --fa: "\f512";
}
.fa6-themeisle {
  --fa: "\f2b2";
}
.fa6-page4 {
  --fa: "\f3d7";
}
.fa6-hashnode {
  --fa: "\e499";
}
.fa6-react {
  --fa: "\f41b";
}
.fa6-cc-paypal {
  --fa: "\f1f4";
}
.fa6-squarespace {
  --fa: "\f5be";
}
.fa6-cc-stripe {
  --fa: "\f1f5";
}
.fa6-creative-commons-share {
  --fa: "\f4f2";
}
.fa6-bitcoin {
  --fa: "\f379";
}
.fa6-keycdn {
  --fa: "\f3ba";
}
.fa6-opera {
  --fa: "\f26a";
}
.fa6-itch-io {
  --fa: "\f83a";
}
.fa6-umbraco {
  --fa: "\f8e8";
}
.fa6-galactic-senate {
  --fa: "\f50d";
}
.fa6-ubuntu {
  --fa: "\f7df";
}
.fa6-draft2digital {
  --fa: "\f396";
}
.fa6-stripe {
  --fa: "\f429";
}
.fa6-houzz {
  --fa: "\f27c";
}
.fa6-gg {
  --fa: "\f260";
}
.fa6-dhl {
  --fa: "\f790";
}
.fa6-square-pinterest {
  --fa: "\f0d3";
}
.fa6-pinterest-square {
  --fa: "\f0d3";
}
.fa6-xing {
  --fa: "\f168";
}
.fa6-blackberry {
  --fa: "\f37b";
}
.fa6-creative-commons-pd {
  --fa: "\f4ec";
}
.fa6-playstation {
  --fa: "\f3df";
}
.fa6-quinscape {
  --fa: "\f459";
}
.fa6-less {
  --fa: "\f41d";
}
.fa6-blogger-b {
  --fa: "\f37d";
}
.fa6-opencart {
  --fa: "\f23d";
}
.fa6-vine {
  --fa: "\f1ca";
}
.fa6-signal-messenger {
  --fa: "\e663";
}
.fa6-paypal {
  --fa: "\f1ed";
}
.fa6-gitlab {
  --fa: "\f296";
}
.fa6-typo3 {
  --fa: "\f42b";
}
.fa6-reddit-alien {
  --fa: "\f281";
}
.fa6-yahoo {
  --fa: "\f19e";
}
.fa6-dailymotion {
  --fa: "\e052";
}
.fa6-affiliatetheme {
  --fa: "\f36b";
}
.fa6-pied-piper-pp {
  --fa: "\f1a7";
}
.fa6-bootstrap {
  --fa: "\f836";
}
.fa6-odnoklassniki {
  --fa: "\f263";
}
.fa6-nfc-symbol {
  --fa: "\e531";
}
.fa6-mintbit {
  --fa: "\e62f";
}
.fa6-ethereum {
  --fa: "\f42e";
}
.fa6-speaker-deck {
  --fa: "\f83c";
}
.fa6-creative-commons-nc-eu {
  --fa: "\f4e9";
}
.fa6-patreon {
  --fa: "\f3d9";
}
.fa6-avianex {
  --fa: "\f374";
}
.fa6-ello {
  --fa: "\f5f1";
}
.fa6-gofore {
  --fa: "\f3a7";
}
.fa6-bimobject {
  --fa: "\f378";
}
.fa6-brave-reverse {
  --fa: "\e63d";
}
.fa6-facebook-f {
  --fa: "\f39e";
}
.fa6-square-google-plus {
  --fa: "\f0d4";
}
.fa6-google-plus-square {
  --fa: "\f0d4";
}
.fa6-web-awesome {
  --fa: "\e682";
}
.fa6-mandalorian {
  --fa: "\f50f";
}
.fa6-first-order-alt {
  --fa: "\f50a";
}
.fa6-osi {
  --fa: "\f41a";
}
.fa6-google-wallet {
  --fa: "\f1ee";
}
.fa6-d-and-d-beyond {
  --fa: "\f6ca";
}
.fa6-periscope {
  --fa: "\f3da";
}
.fa6-fulcrum {
  --fa: "\f50b";
}
.fa6-cloudscale {
  --fa: "\f383";
}
.fa6-forumbee {
  --fa: "\f211";
}
.fa6-mizuni {
  --fa: "\f3cc";
}
.fa6-schlix {
  --fa: "\f3ea";
}
.fa6-square-xing {
  --fa: "\f169";
}
.fa6-xing-square {
  --fa: "\f169";
}
.fa6-bandcamp {
  --fa: "\f2d5";
}
.fa6-wpforms {
  --fa: "\f298";
}
.fa6-cloudversify {
  --fa: "\f385";
}
.fa6-usps {
  --fa: "\f7e1";
}
.fa6-megaport {
  --fa: "\f5a3";
}
.fa6-magento {
  --fa: "\f3c4";
}
.fa6-spotify {
  --fa: "\f1bc";
}
.fa6-optin-monster {
  --fa: "\f23c";
}
.fa6-fly {
  --fa: "\f417";
}
.fa6-square-bluesky {
  --fa: "\e6a3";
}
.fa6-aviato {
  --fa: "\f421";
}
.fa6-itunes {
  --fa: "\f3b4";
}
.fa6-cuttlefish {
  --fa: "\f38c";
}
.fa6-blogger {
  --fa: "\f37c";
}
.fa6-flickr {
  --fa: "\f16e";
}
.fa6-viber {
  --fa: "\f409";
}
.fa6-soundcloud {
  --fa: "\f1be";
}
.fa6-digg {
  --fa: "\f1a6";
}
.fa6-tencent-weibo {
  --fa: "\f1d5";
}
.fa6-letterboxd {
  --fa: "\e62d";
}
.fa6-symfony {
  --fa: "\f83d";
}
.fa6-maxcdn {
  --fa: "\f136";
}
.fa6-etsy {
  --fa: "\f2d7";
}
.fa6-facebook-messenger {
  --fa: "\f39f";
}
.fa6-audible {
  --fa: "\f373";
}
.fa6-think-peaks {
  --fa: "\f731";
}
.fa6-bilibili {
  --fa: "\e3d9";
}
.fa6-erlang {
  --fa: "\f39d";
}
.fa6-x-twitter {
  --fa: "\e61b";
}
.fa6-cotton-bureau {
  --fa: "\f89e";
}
.fa6-dashcube {
  --fa: "\f210";
}
.fa6-42-group {
  --fa: "\e080";
}
.fa6-innosoft {
  --fa: "\e080";
}
.fa6-stack-exchange {
  --fa: "\f18d";
}
.fa6-elementor {
  --fa: "\f430";
}
.fa6-square-pied-piper {
  --fa: "\e01e";
}
.fa6-pied-piper-square {
  --fa: "\e01e";
}
.fa6-creative-commons-nd {
  --fa: "\f4eb";
}
.fa6-palfed {
  --fa: "\f3d8";
}
.fa6-superpowers {
  --fa: "\f2dd";
}
.fa6-resolving {
  --fa: "\f3e7";
}
.fa6-xbox {
  --fa: "\f412";
}
.fa6-square-web-awesome-stroke {
  --fa: "\e684";
}
.fa6-searchengin {
  --fa: "\f3eb";
}
.fa6-tiktok {
  --fa: "\e07b";
}
.fa6-square-facebook {
  --fa: "\f082";
}
.fa6-facebook-square {
  --fa: "\f082";
}
.fa6-renren {
  --fa: "\f18b";
}
.fa6-linux {
  --fa: "\f17c";
}
.fa6-glide {
  --fa: "\f2a5";
}
.fa6-linkedin {
  --fa: "\f08c";
}
.fa6-hubspot {
  --fa: "\f3b2";
}
.fa6-deploydog {
  --fa: "\f38e";
}
.fa6-twitch {
  --fa: "\f1e8";
}
.fa6-flutter {
  --fa: "\e694";
}
.fa6-ravelry {
  --fa: "\f2d9";
}
.fa6-mixer {
  --fa: "\e056";
}
.fa6-square-lastfm {
  --fa: "\f203";
}
.fa6-lastfm-square {
  --fa: "\f203";
}
.fa6-vimeo {
  --fa: "\f40a";
}
.fa6-mendeley {
  --fa: "\f7b3";
}
.fa6-uniregistry {
  --fa: "\f404";
}
.fa6-figma {
  --fa: "\f799";
}
.fa6-creative-commons-remix {
  --fa: "\f4ee";
}
.fa6-cc-amazon-pay {
  --fa: "\f42d";
}
.fa6-dropbox {
  --fa: "\f16b";
}
.fa6-instagram {
  --fa: "\f16d";
}
.fa6-cmplid {
  --fa: "\e360";
}
.fa6-upwork {
  --fa: "\e641";
}
.fa6-facebook {
  --fa: "\f09a";
}
.fa6-gripfire {
  --fa: "\f3ac";
}
.fa6-jedi-order {
  --fa: "\f50e";
}
.fa6-uikit {
  --fa: "\f403";
}
.fa6-fort-awesome-alt {
  --fa: "\f3a3";
}
.fa6-phabricator {
  --fa: "\f3db";
}
.fa6-ussunnah {
  --fa: "\f407";
}
.fa6-earlybirds {
  --fa: "\f39a";
}
.fa6-trade-federation {
  --fa: "\f513";
}
.fa6-autoprefixer {
  --fa: "\f41c";
}
.fa6-whatsapp {
  --fa: "\f232";
}
.fa6-square-upwork {
  --fa: "\e67c";
}
.fa6-slideshare {
  --fa: "\f1e7";
}
.fa6-google-play {
  --fa: "\f3ab";
}
.fa6-viadeo {
  --fa: "\f2a9";
}
.fa6-line {
  --fa: "\f3c0";
}
.fa6-google-drive {
  --fa: "\f3aa";
}
.fa6-servicestack {
  --fa: "\f3ec";
}
.fa6-simplybuilt {
  --fa: "\f215";
}
.fa6-bitbucket {
  --fa: "\f171";
}
.fa6-imdb {
  --fa: "\f2d8";
}
.fa6-deezer {
  --fa: "\e077";
}
.fa6-raspberry-pi {
  --fa: "\f7bb";
}
.fa6-jira {
  --fa: "\f7b1";
}
.fa6-docker {
  --fa: "\f395";
}
.fa6-screenpal {
  --fa: "\e570";
}
.fa6-bluetooth {
  --fa: "\f293";
}
.fa6-gitter {
  --fa: "\f426";
}
.fa6-d-and-d {
  --fa: "\f38d";
}
.fa6-microblog {
  --fa: "\e01a";
}
.fa6-cc-diners-club {
  --fa: "\f24c";
}
.fa6-gg-circle {
  --fa: "\f261";
}
.fa6-pied-piper-hat {
  --fa: "\f4e5";
}
.fa6-kickstarter-k {
  --fa: "\f3bc";
}
.fa6-yandex {
  --fa: "\f413";
}
.fa6-readme {
  --fa: "\f4d5";
}
.fa6-html5 {
  --fa: "\f13b";
}
.fa6-sellsy {
  --fa: "\f213";
}
.fa6-square-web-awesome {
  --fa: "\e683";
}
.fa6-sass {
  --fa: "\f41e";
}
.fa6-wirsindhandwerk {
  --fa: "\e2d0";
}
.fa6-wsh {
  --fa: "\e2d0";
}
.fa6-buromobelexperte {
  --fa: "\f37f";
}
.fa6-salesforce {
  --fa: "\f83b";
}
.fa6-octopus-deploy {
  --fa: "\e082";
}
.fa6-medapps {
  --fa: "\f3c6";
}
.fa6-ns8 {
  --fa: "\f3d5";
}
.fa6-pinterest-p {
  --fa: "\f231";
}
.fa6-apper {
  --fa: "\f371";
}
.fa6-fort-awesome {
  --fa: "\f286";
}
.fa6-waze {
  --fa: "\f83f";
}
.fa6-bluesky {
  --fa: "\e671";
}
.fa6-cc-jcb {
  --fa: "\f24b";
}
.fa6-snapchat {
  --fa: "\f2ab";
}
.fa6-snapchat-ghost {
  --fa: "\f2ab";
}
.fa6-fantasy-flight-games {
  --fa: "\f6dc";
}
.fa6-rust {
  --fa: "\e07a";
}
.fa6-wix {
  --fa: "\f5cf";
}
.fa6-square-behance {
  --fa: "\f1b5";
}
.fa6-behance-square {
  --fa: "\f1b5";
}
.fa6-supple {
  --fa: "\f3f9";
}
.fa6-webflow {
  --fa: "\e65c";
}
.fa6-rebel {
  --fa: "\f1d0";
}
.fa6-css3 {
  --fa: "\f13c";
}
.fa6-staylinked {
  --fa: "\f3f5";
}
.fa6-kaggle {
  --fa: "\f5fa";
}
.fa6-space-awesome {
  --fa: "\e5ac";
}
.fa6-deviantart {
  --fa: "\f1bd";
}
.fa6-cpanel {
  --fa: "\f388";
}
.fa6-goodreads-g {
  --fa: "\f3a9";
}
.fa6-square-git {
  --fa: "\f1d2";
}
.fa6-git-square {
  --fa: "\f1d2";
}
.fa6-square-tumblr {
  --fa: "\f174";
}
.fa6-tumblr-square {
  --fa: "\f174";
}
.fa6-trello {
  --fa: "\f181";
}
.fa6-creative-commons-nc-jp {
  --fa: "\f4ea";
}
.fa6-get-pocket {
  --fa: "\f265";
}
.fa6-perbyte {
  --fa: "\e083";
}
.fa6-grunt {
  --fa: "\f3ad";
}
.fa6-weebly {
  --fa: "\f5cc";
}
.fa6-connectdevelop {
  --fa: "\f20e";
}
.fa6-leanpub {
  --fa: "\f212";
}
.fa6-black-tie {
  --fa: "\f27e";
}
.fa6-themeco {
  --fa: "\f5c6";
}
.fa6-python {
  --fa: "\f3e2";
}
.fa6-android {
  --fa: "\f17b";
}
.fa6-bots {
  --fa: "\e340";
}
.fa6-free-code-camp {
  --fa: "\f2c5";
}
.fa6-hornbill {
  --fa: "\f592";
}
.fa6-js {
  --fa: "\f3b8";
}
.fa6-ideal {
  --fa: "\e013";
}
.fa6-git {
  --fa: "\f1d3";
}
.fa6-dev {
  --fa: "\f6cc";
}
.fa6-sketch {
  --fa: "\f7c6";
}
.fa6-yandex-international {
  --fa: "\f414";
}
.fa6-cc-amex {
  --fa: "\f1f3";
}
.fa6-uber {
  --fa: "\f402";
}
.fa6-github {
  --fa: "\f09b";
}
.fa6-php {
  --fa: "\f457";
}
.fa6-alipay {
  --fa: "\f642";
}
.fa6-youtube {
  --fa: "\f167";
}
.fa6-skyatlas {
  --fa: "\f216";
}
.fa6-firefox-browser {
  --fa: "\e007";
}
.fa6-replyd {
  --fa: "\f3e6";
}
.fa6-suse {
  --fa: "\f7d6";
}
.fa6-jenkins {
  --fa: "\f3b6";
}
.fa6-twitter {
  --fa: "\f099";
}
.fa6-rockrms {
  --fa: "\f3e9";
}
.fa6-pinterest {
  --fa: "\f0d2";
}
.fa6-buffer {
  --fa: "\f837";
}
.fa6-npm {
  --fa: "\f3d4";
}
.fa6-yammer {
  --fa: "\f840";
}
.fa6-btc {
  --fa: "\f15a";
}
.fa6-dribbble {
  --fa: "\f17d";
}
.fa6-stumbleupon-circle {
  --fa: "\f1a3";
}
.fa6-internet-explorer {
  --fa: "\f26b";
}
.fa6-stubber {
  --fa: "\e5c7";
}
.fa6-telegram {
  --fa: "\f2c6";
}
.fa6-telegram-plane {
  --fa: "\f2c6";
}
.fa6-old-republic {
  --fa: "\f510";
}
.fa6-odysee {
  --fa: "\e5c6";
}
.fa6-square-whatsapp {
  --fa: "\f40c";
}
.fa6-whatsapp-square {
  --fa: "\f40c";
}
.fa6-node-js {
  --fa: "\f3d3";
}
.fa6-edge-legacy {
  --fa: "\e078";
}
.fa6-slack {
  --fa: "\f198";
}
.fa6-slack-hash {
  --fa: "\f198";
}
.fa6-medrt {
  --fa: "\f3c8";
}
.fa6-usb {
  --fa: "\f287";
}
.fa6-tumblr {
  --fa: "\f173";
}
.fa6-vaadin {
  --fa: "\f408";
}
.fa6-quora {
  --fa: "\f2c4";
}
.fa6-square-x-twitter {
  --fa: "\e61a";
}
.fa6-reacteurope {
  --fa: "\f75d";
}
.fa6-medium {
  --fa: "\f23a";
}
.fa6-medium-m {
  --fa: "\f23a";
}
.fa6-amilia {
  --fa: "\f36d";
}
.fa6-mixcloud {
  --fa: "\f289";
}
.fa6-flipboard {
  --fa: "\f44d";
}
.fa6-viacoin {
  --fa: "\f237";
}
.fa6-critical-role {
  --fa: "\f6c9";
}
.fa6-sitrox {
  --fa: "\e44a";
}
.fa6-discourse {
  --fa: "\f393";
}
.fa6-joomla {
  --fa: "\f1aa";
}
.fa6-mastodon {
  --fa: "\f4f6";
}
.fa6-airbnb {
  --fa: "\f834";
}
.fa6-wolf-pack-battalion {
  --fa: "\f514";
}
.fa6-buy-n-large {
  --fa: "\f8a6";
}
.fa6-gulp {
  --fa: "\f3ae";
}
.fa6-creative-commons-sampling-plus {
  --fa: "\f4f1";
}
.fa6-strava {
  --fa: "\f428";
}
.fa6-ember {
  --fa: "\f423";
}
.fa6-canadian-maple-leaf {
  --fa: "\f785";
}
.fa6-teamspeak {
  --fa: "\f4f9";
}
.fa6-pushed {
  --fa: "\f3e1";
}
.fa6-wordpress-simple {
  --fa: "\f411";
}
.fa6-nutritionix {
  --fa: "\f3d6";
}
.fa6-wodu {
  --fa: "\e088";
}
.fa6-google-pay {
  --fa: "\e079";
}
.fa6-intercom {
  --fa: "\f7af";
}
.fa6-zhihu {
  --fa: "\f63f";
}
.fa6-korvue {
  --fa: "\f42f";
}
.fa6-pix {
  --fa: "\e43a";
}
.fa6-steam-symbol {
  --fa: "\f3f6";
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa6-font-duotone-light: normal 300 1em/1 'Font Awesome 6 Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/style/font-awesome-6//fa-duotone-light-300.woff2') format('woff2'), url('/style/font-awesome-6//fa-duotone-light-300.ttf') format('truetype');
}
.fadl,
.fa6-duotone.fa6-light {
  position: relative;
  font-weight: 300;
  letter-spacing: normal;
}
.fadl:before,
.fa6-duotone.fa6-light:before {
  position: absolute;
  color: var(--fa6-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fadl:after,
.fa6-duotone.fa6-light:after {
  color: var(--fa6-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fadl:before,
.fa6-swap-opacity .fa6-duotone.fa6-light:before,
.fadl.fa6-swap-opacity:before,
.fa6-duotone.fa6-swap-opacity:before,
.fa6-duotone.fa-light.fa6-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fadl:after,
.fa6-swap-opacity .fa6-duotone.fa6-light:after,
.fadl.fa6-swap-opacity:after,
.fa6-duotone.fa6-swap-opacity:after,
.fa6-duotone.fa6-light.fa6-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fadl.fa6-inverse,
.fa6-duotone.fa6-light.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
.fadl.fa6-stack-1x,
.fadl.fa6-stack-2x,
.fa6-duotone.fa6-light.fa6-stack-1x,
.fa6-duotone.fa6-light.fa6-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa6-font-duotone-regular: normal 400 1em/1 'Font Awesome 6 Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/style/font-awesome-6//fa-duotone-regular-400.woff2') format('woff2'), url('/style/font-awesome-6//fa-duotone-regular-400.ttf') format('truetype');
}
.fadr,
.fa6-duotone.fa6-regular {
  position: relative;
  font-weight: 400;
  letter-spacing: normal;
}
.fadr:before,
.fa6-duotone.fa6-regular:before {
  position: absolute;
  color: var(--fa6-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fadr:after,
.fa6-duotone.fa6-regular:after {
  color: var(--fa6-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fadr:before,
.fa6-swap-opacity .fa6-duotone.fa6-regular:before,
.fadr.fa6-swap-opacity:before,
.fa6-duotone.fa6-swap-opacity:before,
.fa6-duotone.fa-regular.fa6-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fadr:after,
.fa6-swap-opacity .fa6-duotone.fa6-regular:after,
.fadr.fa6-swap-opacity:after,
.fa6-duotone.fa6-swap-opacity:after,
.fa6-duotone.fa6-regular.fa6-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fadr.fa6-inverse,
.fa6-duotone.fa6-regular.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
.fadr.fa6-stack-1x,
.fadr.fa6-stack-2x,
.fa6-duotone.fa6-regular.fa6-stack-1x,
.fa6-duotone.fa6-regular.fa6-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa6-font-duotone-thin: normal 100 1em/1 'Font Awesome 6 Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url('/style/font-awesome-6//fa-duotone-thin-100.woff2') format('woff2'), url('/style/font-awesome-6//fa-duotone-thin-100.ttf') format('truetype');
}
.fadt,
.fa6-duotone.fa6-thin {
  position: relative;
  font-weight: 100;
  letter-spacing: normal;
}
.fadt:before,
.fa6-duotone.fa6-thin:before {
  position: absolute;
  color: var(--fa6-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fadt:after,
.fa6-duotone.fa6-thin:after {
  color: var(--fa6-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fadt:before,
.fa6-swap-opacity .fa6-duotone.fa6-thin:before,
.fadt.fa6-swap-opacity:before,
.fa6-duotone.fa6-swap-opacity:before,
.fa6-duotone.fa-thin.fa6-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fadt:after,
.fa6-swap-opacity .fa6-duotone.fa6-thin:after,
.fadt.fa6-swap-opacity:after,
.fa6-duotone.fa6-swap-opacity:after,
.fa6-duotone.fa6-thin.fa6-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fadt.fa6-inverse,
.fa6-duotone.fa6-thin.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
.fadt.fa6-stack-1x,
.fadt.fa6-stack-2x,
.fa6-duotone.fa6-thin.fa6-stack-1x,
.fa6-duotone.fa6-thin.fa6-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa6-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/style/font-awesome-6//fa-duotone-900.woff2') format('woff2'), url('/style/font-awesome-6//fa-duotone-900.ttf') format('truetype');
}
.fad,
.fa6-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}
.fad::before,
.fa6-duotone::before {
  position: absolute;
  color: var(--fa6-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fad::after,
.fa6-duotone::after {
  color: var(--fa6-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fad::before,
.fa6-swap-opacity .fa6-duotone::before,
.fad.fa6-swap-opacity::before,
.fa6-duotone.fa6-swap-opacity::before {
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fad::after,
.fa6-swap-opacity .fa6-duotone::after,
.fad.fa6-swap-opacity::after,
.fa6-duotone.fa6-swap-opacity::after {
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fad.fa6-inverse,
.fa6-duotone.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
.fad.fa6-stack-1x,
.fad.fa6-stack-2x,
.fa6-duotone.fa6-stack-1x,
.fa6-duotone.fa6-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-classic: 'Font Awesome 6 Pro';
  --fa6-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/style/font-awesome-6//fa-light-300.woff2') format('woff2'), url('/style/font-awesome-6//fa-light-300.ttf') format('truetype');
}
.fal,
.fa6-light {
  font-weight: 300;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-classic: 'Font Awesome 6 Pro';
  --fa6-font-regular: normal 400 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/style/font-awesome-6//fa-regular-400.woff2') format('woff2'), url('/style/font-awesome-6//fa-regular-400.ttf') format('truetype');
}
.far,
.fa6-regular {
  font-weight: 400;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-sharp-duotone: 'Font Awesome 6 Sharp Duotone';
  --fa6-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 6 Sharp Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Sharp Duotone';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/style/font-awesome-6//fa-sharp-duotone-light-300.woff2') format('woff2'), url('/style/font-awesome-6//fa-sharp-duotone-light-300.ttf') format('truetype');
}
.fasdl,
.fa6-sharp-duotone.fa6-light {
  position: relative;
  font-weight: 300;
  letter-spacing: normal;
}
.fasdl:before,
.fa6-sharp-duotone.fa6-light:before {
  position: absolute;
  color: var(--fa6-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fasdl:after,
.fa6-sharp-duotone.fa6-light:after {
  color: var(--fa6-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fasdl:before,
.fa6-swap-opacity .fa6-sharp-duotone.fa6-light:before,
.fasdl.fa6-swap-opacity:before,
.fa6-sharp-duotone.fa6-swap-opacity:before,
.fa6-sharp-duotone.fa-light.fa6-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fasdl:after,
.fa6-swap-opacity .fa6-sharp-duotone.fa6-light:after,
.fasdl.fa6-swap-opacity:after,
.fa6-sharp-duotone.fa6-swap-opacity:after,
.fa6-sharp-duotone.fa6-light.fa6-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fasdl.fa6-inverse,
.fa6-sharp-duotone.fa6-light.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
.fasdl.fa6-stack-1x,
.fasdl.fa6-stack-2x,
.fa6-sharp-duotone.fa6-light.fa6-stack-1x,
.fa6-sharp-duotone.fa6-light.fa6-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-sharp-duotone: 'Font Awesome 6 Sharp Duotone';
  --fa6-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 6 Sharp Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Sharp Duotone';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/style/font-awesome-6//fa-sharp-duotone-regular-400.woff2') format('woff2'), url('/style/font-awesome-6//fa-sharp-duotone-regular-400.ttf') format('truetype');
}
.fasdr,
.fa6-sharp-duotone.fa6-regular {
  position: relative;
  font-weight: 400;
  letter-spacing: normal;
}
.fasdr:before,
.fa6-sharp-duotone.fa6-regular:before {
  position: absolute;
  color: var(--fa6-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fasdr:after,
.fa6-sharp-duotone.fa6-regular:after {
  color: var(--fa6-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fasdr:before,
.fa6-swap-opacity .fa6-sharp-duotone.fa6-regular:before,
.fasdr.fa6-swap-opacity:before,
.fa6-sharp-duotone.fa6-swap-opacity:before,
.fa6-sharp-duotone.fa-regular.fa6-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fasdr:after,
.fa6-swap-opacity .fa6-sharp-duotone.fa6-regular:after,
.fasdr.fa6-swap-opacity:after,
.fa6-sharp-duotone.fa6-swap-opacity:after,
.fa6-sharp-duotone.fa6-regular.fa6-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fasdr.fa6-inverse,
.fa6-sharp-duotone.fa6-regular.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
.fasdr.fa6-stack-1x,
.fasdr.fa6-stack-2x,
.fa6-sharp-duotone.fa6-regular.fa6-stack-1x,
.fa6-sharp-duotone.fa6-regular.fa6-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-sharp-duotone: 'Font Awesome 6 Sharp Duotone';
  --fa6-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Sharp Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/style/font-awesome-6//fa-sharp-duotone-solid-900.woff2') format('woff2'), url('/style/font-awesome-6//fa-sharp-duotone-solid-900.ttf') format('truetype');
}
.fasds,
.fa6-sharp-duotone,
.fa6-sharp-duotone.fa6-solid {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}
.fasds:before,
.fa6-sharp-duotone:before,
.fa6-sharp-duotone.fa6-solid:before {
  position: absolute;
  color: var(--fa6-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fasds:after,
.fa-sharp-duotone:after,
.fa6-sharp-duotone.fa6-solid:after {
  color: var(--fa6-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fasds:before,
.fa6-swap-opacity .fa6-sharp-duotone:before,
.fa6-swap-opacity .fa6-sharp-duotone.fa6-solid:before,
.fasds.fa6-swap-opacity:before,
.fa6-sharp-duotone.fa6-swap-opacity:before,
.fa6-sharp-duotone.fa-solid.fa6-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fasds:after,
.fa6-swap-opacity .fa6-sharp-duotone:after,
.fa6-swap-opacity .fa6-sharp-duotone.fa6-solid:after,
.fasds.fa6-swap-opacity:after,
.fa6-sharp-duotone.fa6-swap-opacity:after,
.fa6-sharp-duotone.fa6-solid.fa6-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fasds.fa6-inverse,
.fa6-sharp-duotone.fa6-inverse,
.fa6-sharp-duotone.fa6-solid.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
.fasds.fa6-stack-1x,
.fasds.fa6-stack-2x,
.fa6-sharp-duotone.fa6-stack-1x,
.fa6-sharp-duotone.fa6-solid.fa6-stack-1x,
.fa6-sharp-duotone.fa6-stack-2x,
.fa6-sharp-duotone.fa6-solid.fa6-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-sharp-duotone: 'Font Awesome 6 Sharp Duotone';
  --fa6-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 6 Sharp Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Sharp Duotone';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url('/style/font-awesome-6//fa-sharp-duotone-thin-100.woff2') format('woff2'), url('/style/font-awesome-6//fa-sharp-duotone-thin-100.ttf') format('truetype');
}
.fasdt,
.fa6-sharp-duotone.fa6-thin {
  position: relative;
  font-weight: 100;
  letter-spacing: normal;
}
.fasdt:before,
.fa6-sharp-duotone.fa6-thin:before {
  position: absolute;
  color: var(--fa6-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fasdt:after,
.fa6-sharp-duotone.fa6-thin:after {
  color: var(--fa6-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fasdt:before,
.fa6-swap-opacity .fa6-sharp-duotone.fa6-thin:before,
.fasdt.fa6-swap-opacity:before,
.fa6-sharp-duotone.fa6-swap-opacity:before,
.fa6-sharp-duotone.fa-thin.fa6-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa6-secondary-opacity, 0.4);
}
.fa6-swap-opacity .fasdt:after,
.fa6-swap-opacity .fa6-sharp-duotone.fa6-thin:after,
.fasdt.fa6-swap-opacity:after,
.fa6-sharp-duotone.fa6-swap-opacity:after,
.fa6-sharp-duotone.fa6-thin.fa6-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa6-primary-opacity, 1);
}
.fasdt.fa6-inverse,
.fa6-sharp-duotone.fa6-thin.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
.fasdt.fa6-stack-1x,
.fasdt.fa6-stack-2x,
.fa6-sharp-duotone.fa6-thin.fa6-stack-1x,
.fa6-sharp-duotone.fa6-thin.fa6-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa6-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
}
@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/style/font-awesome-6//fa-sharp-light-300.woff2') format('woff2'), url('/style/font-awesome-6//fa-sharp-light-300.ttf') format('truetype');
}
.fasl,
.fa6-light {
  font-weight: 300;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa6-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
}
@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/style/font-awesome-6//fa-sharp-regular-400.woff2') format('woff2'), url('/style/font-awesome-6//fa-sharp-regular-400.ttf') format('truetype');
}
.fasr,
.fa6-regular {
  font-weight: 400;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa6-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
}
@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/style/font-awesome-6//fa-sharp-solid-900.woff2') format('woff2'), url('/style/font-awesome-6//fa-sharp-solid-900.ttf') format('truetype');
}
.fass,
.fa6-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa6-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
}
@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url('/style/font-awesome-6//fa-sharp-thin-100.woff2') format('woff2'), url('/style/font-awesome-6//fa-sharp-thin-100.ttf') format('truetype');
}
.fast,
.fa6-thin {
  font-weight: 100;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-classic: 'Font Awesome 6 Pro';
  --fa6-font-solid: normal 900 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/style/font-awesome-6//fa-solid-900.woff2') format('woff2'), url('/style/font-awesome-6//fa-solid-900.ttf') format('truetype');
}
.fas,
.fa6-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa6-style-family-classic: 'Font Awesome 6 Pro';
  --fa6-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url('/style/font-awesome-6//fa-thin-100.woff2') format('woff2'), url('/style/font-awesome-6//fa-thin-100.ttf') format('truetype');
}
.fat,
.fa6-thin {
  font-weight: 100;
}
/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.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-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li task-status-widget .icon {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -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,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: 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%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acorn:before {
  content: "\f6ae";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-conditioner:before {
  content: "\f8f4";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.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-collection:before {
  content: "\f8a0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alicorn:before {
  content: "\f6b0";
}
.fa-alien:before {
  content: "\f8f5";
}
.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-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-amp-guitar:before {
  content: "\f8a1";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angel:before {
  content: "\f779";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.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-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-crate:before {
  content: "\f6b1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-axe:before {
  content: "\f6b2";
}
.fa-axe-battle:before {
  content: "\f6b3";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.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-bags-shopping:before {
  content: "\f847";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ball-pile:before {
  content: "\f77e";
}
.fa-ballot:before {
  content: "\f732";
}
.fa-ballot-check:before {
  content: "\f733";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-banjo:before {
  content: "\f8a3";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bat:before {
  content: "\f6b5";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-bed-alt:before {
  content: "\f8f7";
}
.fa-bed-bunk:before {
  content: "\f8f8";
}
.fa-bed-empty:before {
  content: "\f8f9";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.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-betamax:before {
  content: "\f8a4";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-biking-mountain:before {
  content: "\f84b";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blinds:before {
  content: "\f8fb";
}
.fa-blinds-open:before {
  content: "\f8fc";
}
.fa-blinds-raised:before {
  content: "\f8fd";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.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-alt:before {
  content: "\f5d9";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-spells:before {
  content: "\f6b8";
}
.fa-book-user:before {
  content: "\f7e7";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-books-medical:before {
  content: "\f7e8";
}
.fa-boombox:before {
  content: "\f8a5";
}
.fa-boot:before {
  content: "\f782";
}
.fa-booth-curtain:before {
  content: "\f734";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-bottom:before {
  content: "\f84d";
}
.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-style:before {
  content: "\f853";
}
.fa-border-style-alt:before {
  content: "\f854";
}
.fa-border-top:before {
  content: "\f855";
}
.fa-bow-arrow:before {
  content: "\f6b9";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-ballot:before {
  content: "\f735";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-brackets:before {
  content: "\f7e9";
}
.fa-brackets-curly:before {
  content: "\f7ea";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-loaf:before {
  content: "\f7eb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-bring-forward:before {
  content: "\f856";
}
.fa-bring-front:before {
  content: "\f857";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burger-soda:before {
  content: "\f858";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-burrito:before {
  content: "\f7ed";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-cactus:before {
  content: "\f8a7";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-star:before {
  content: "\f736";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camcorder:before {
  content: "\f8a8";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-home:before {
  content: "\f8fe";
}
.fa-camera-movie:before {
  content: "\f8a9";
}
.fa-camera-polaroid:before {
  content: "\f8aa";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campfire:before {
  content: "\f6ba";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candle-holder:before {
  content: "\f6bc";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-candy-corn:before {
  content: "\f6bd";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-building:before {
  content: "\f859";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-bus:before {
  content: "\f85a";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caravan-alt:before {
  content: "\e000";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.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-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cassette-tape:before {
  content: "\f8ab";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cat-space:before {
  content: "\e001";
}
.fa-cauldron:before {
  content: "\f6bf";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cctv:before {
  content: "\f8ac";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chair-office:before {
  content: "\f6c1";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-network:before {
  content: "\f78a";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-chart-scatter:before {
  content: "\f7ee";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-cheese-swiss:before {
  content: "\f7f0";
}
.fa-cheeseburger:before {
  content: "\f7f1";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chimney:before {
  content: "\f78b";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clarinet:before {
  content: "\f8ad";
}
.fa-claw-marks:before {
  content: "\f6c2";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-list-check:before {
  content: "\f737";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-drizzle:before {
  content: "\f738";
}
.fa-cloud-hail:before {
  content: "\f739";
}
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-music:before {
  content: "\f8ae";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-rainbow:before {
  content: "\f73e";
}
.fa-cloud-showers:before {
  content: "\f73f";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sleet:before {
  content: "\f741";
}
.fa-cloud-snow:before {
  content: "\f742";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-clouds:before {
  content: "\f744";
}
.fa-clouds-moon:before {
  content: "\f745";
}
.fa-clouds-sun:before {
  content: "\f746";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-coffee-pot:before {
  content: "\e002";
}
.fa-coffee-togo:before {
  content: "\f6c5";
}
.fa-coffin:before {
  content: "\f6c6";
}
.fa-coffin-cross:before {
  content: "\e051";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coin:before {
  content: "\f85c";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comet:before {
  content: "\e003";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-medical:before {
  content: "\f7f4";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-music:before {
  content: "\f8af";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-music:before {
  content: "\f8b0";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-computer-classic:before {
  content: "\f8b1";
}
.fa-computer-speaker:before {
  content: "\f8b2";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-construction:before {
  content: "\f85d";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-corn:before {
  content: "\f6c7";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-cowbell:before {
  content: "\f8b3";
}
.fa-cowbell-more:before {
  content: "\f8b4";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-croissant:before {
  content: "\f7f6";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-crutches:before {
  content: "\f7f8";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dagger:before {
  content: "\f6cb";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-debug:before {
  content: "\f7f9";
}
.fa-deer:before {
  content: "\f78e";
}
.fa-deer-rudolph:before {
  content: "\f78f";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dewpoint:before {
  content: "\f748";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d10:before {
  content: "\f6cd";
}
.fa-dice-d12:before {
  content: "\f6ce";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d4:before {
  content: "\f6d0";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-d8:before {
  content: "\f6d2";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digging:before {
  content: "\f85e";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-disc-drive:before {
  content: "\f8b5";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dog-leashed:before {
  content: "\f6d4";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dreidel:before {
  content: "\f792";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-drone:before {
  content: "\f85f";
}
.fa-drone-alt:before {
  content: "\f860";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick:before {
  content: "\f6d6";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dryer:before {
  content: "\f861";
}
.fa-dryer-alt:before {
  content: "\f862";
}
.fa-duck:before {
  content: "\f6d8";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-ear-muffs:before {
  content: "\f795";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-eclipse:before {
  content: "\f749";
}
.fa-eclipse-alt:before {
  content: "\f74a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-egg-fried:before {
  content: "\f7fc";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-elephant:before {
  content: "\f6da";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-evil:before {
  content: "\f6db";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fan-table:before {
  content: "\e004";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-farm:before {
  content: "\f864";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-music:before {
  content: "\f8b6";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-search:before {
  content: "\f865";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-files-medical:before {
  content: "\f7fd";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-film-canister:before {
  content: "\f8b7";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-smoke:before {
  content: "\f74b";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-fireplace:before {
  content: "\f79a";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fish-cooked:before {
  content: "\f7fe";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-alt:before {
  content: "\f74c";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flame:before {
  content: "\f6df";
}
.fa-flashlight:before {
  content: "\f8b8";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flask-poison:before {
  content: "\f6e0";
}
.fa-flask-potion:before {
  content: "\f6e1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flower:before {
  content: "\f7ff";
}
.fa-flower-daffodil:before {
  content: "\f800";
}
.fa-flower-tulip:before {
  content: "\f801";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-flute:before {
  content: "\f8b9";
}
.fa-flux-capacitor:before {
  content: "\f8ba";
}
.fa-fly:before {
  content: "\f417";
}
.fa-fog:before {
  content: "\f74e";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-download:before {
  content: "\e053";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-folder-upload:before {
  content: "\e054";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-font-case:before {
  content: "\f866";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-french-fries:before {
  content: "\f803";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frosty-head:before {
  content: "\f79b";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-galaxy:before {
  content: "\e008";
}
.fa-game-board:before {
  content: "\f867";
}
.fa-game-board-alt:before {
  content: "\f868";
}
.fa-game-console-handheld:before {
  content: "\f8bb";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gamepad-alt:before {
  content: "\f8bc";
}
.fa-garage:before {
  content: "\e009";
}
.fa-garage-car:before {
  content: "\e00a";
}
.fa-garage-open:before {
  content: "\e00b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-gingerbread-man:before {
  content: "\f79d";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass:before {
  content: "\f804";
}
.fa-glass-champagne:before {
  content: "\f79e";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-citrus:before {
  content: "\f869";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-globe-snow:before {
  content: "\f7a3";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gramophone:before {
  content: "\f8bd";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-guitar-electric:before {
  content: "\f8be";
}
.fa-guitars:before {
  content: "\f8bf";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-h4:before {
  content: "\f86a";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hammer-war:before {
  content: "\f6e4";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-magic:before {
  content: "\f6e5";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-chef:before {
  content: "\f86b";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-santa:before {
  content: "\f7a7";
}
.fa-hat-winter:before {
  content: "\f7a8";
}
.fa-hat-witch:before {
  content: "\f6e7";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side:before {
  content: "\f6e9";
}
.fa-head-side-brain:before {
  content: "\f808";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-headphones:before {
  content: "\f8c2";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-medical:before {
  content: "\f809";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-head-vr:before {
  content: "\f6ea";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-heat:before {
  content: "\e00c";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-helmet-battle:before {
  content: "\f6eb";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-mask:before {
  content: "\f6ee";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-alt:before {
  content: "\f80a";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-home-lg:before {
  content: "\f80b";
}
.fa-home-lg-alt:before {
  content: "\f80c";
}
.fa-hood-cloak:before {
  content: "\f6ef";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-horizontal-rule:before {
  content: "\f86c";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-horse-saddle:before {
  content: "\f8c3";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hospitals:before {
  content: "\f80e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house:before {
  content: "\e00d";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-day:before {
  content: "\e00e";
}
.fa-house-flood:before {
  content: "\f74f";
}
.fa-house-leave:before {
  content: "\e00f";
}
.fa-house-night:before {
  content: "\e010";
}
.fa-house-return:before {
  content: "\e011";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-humidity:before {
  content: "\f750";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-ice-skate:before {
  content: "\f7ac";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-icons-alt:before {
  content: "\f86e";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-image-polaroid:before {
  content: "\f8c4";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-integral:before {
  content: "\f667";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-island-tropical:before {
  content: "\f811";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-joystick:before {
  content: "\f8c5";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-jug:before {
  content: "\f8c6";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-kazoo:before {
  content: "\f8c7";
}
.fa-kerning:before {
  content: "\f86f";
}
.fa-key:before {
  content: "\f084";
}
.fa-key-skeleton:before {
  content: "\f6f3";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kite:before {
  content: "\f6f4";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-knife-kitchen:before {
  content: "\f6f5";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-lamp-desk:before {
  content: "\e014";
}
.fa-lamp-floor:before {
  content: "\e015";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-landmark-alt:before {
  content: "\f752";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lasso:before {
  content: "\f8c8";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leaf-maple:before {
  content: "\f6f6";
}
.fa-leaf-oak:before {
  content: "\f6f7";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-light-ceiling:before {
  content: "\e016";
}
.fa-light-switch:before {
  content: "\e017";
}
.fa-light-switch-off:before {
  content: "\e018";
}
.fa-light-switch-on:before {
  content: "\e019";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-lights-holiday:before {
  content: "\f7b2";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-line-columns:before {
  content: "\f870";
}
.fa-line-height:before {
  content: "\f871";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-music:before {
  content: "\f8c9";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-mace:before {
  content: "\f6f8";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailbox:before {
  content: "\f813";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-mandolin:before {
  content: "\f6f9";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-meat:before {
  content: "\f814";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microphone-stand:before {
  content: "\f8cb";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-microwave:before {
  content: "\e01b";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mistletoe:before {
  content: "\f7b4";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-money-check-edit:before {
  content: "\f872";
}
.fa-money-check-edit-alt:before {
  content: "\f873";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monkey:before {
  content: "\f6fb";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-moon-cloud:before {
  content: "\f754";
}
.fa-moon-stars:before {
  content: "\f755";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mountains:before {
  content: "\f6fd";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-alt:before {
  content: "\f8cd";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mp3-player:before {
  content: "\f8ce";
}
.fa-mug:before {
  content: "\f874";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-mug-marshmallows:before {
  content: "\f7b7";
}
.fa-mug-tea:before {
  content: "\f875";
}
.fa-music:before {
  content: "\f001";
}
.fa-music-alt:before {
  content: "\f8cf";
}
.fa-music-alt-slash:before {
  content: "\f8d0";
}
.fa-music-slash:before {
  content: "\f8d1";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-narwhal:before {
  content: "\f6fe";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-ornament:before {
  content: "\f7b8";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-outlet:before {
  content: "\e01c";
}
.fa-oven:before {
  content: "\e01d";
}
.fa-overline:before {
  content: "\f876";
}
.fa-page-break:before {
  content: "\f877";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-paragraph-rtl:before {
  content: "\f878";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paw-alt:before {
  content: "\f701";
}
.fa-paw-claws:before {
  content: "\f702";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pegasus:before {
  content: "\f703";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-person-sign:before {
  content: "\f757";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-laptop:before {
  content: "\f87a";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-rotary:before {
  content: "\f8d3";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-piano:before {
  content: "\f8d4";
}
.fa-piano-keyboard:before {
  content: "\f8d5";
}
.fa-pie:before {
  content: "\f705";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-pig:before {
  content: "\f706";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza:before {
  content: "\f817";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-planet-moon:before {
  content: "\e01f";
}
.fa-planet-ringed:before {
  content: "\e020";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-podium-star:before {
  content: "\f758";
}
.fa-police-box:before {
  content: "\e021";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poll-people:before {
  content: "\f759";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-popcorn:before {
  content: "\f819";
}
.fa-portal-enter:before {
  content: "\e022";
}
.fa-portal-exit:before {
  content: "\e023";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-search:before {
  content: "\f81a";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-projector:before {
  content: "\f8d6";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pumpkin:before {
  content: "\f707";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rabbit:before {
  content: "\f708";
}
.fa-rabbit-fast:before {
  content: "\f709";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-radar:before {
  content: "\e024";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-radio-alt:before {
  content: "\f8d8";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-raindrops:before {
  content: "\f75c";
}
.fa-ram:before {
  content: "\f70a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-raygun:before {
  content: "\e025";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-refrigerator:before {
  content: "\e026";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-rings-wedding:before {
  content: "\f81b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocket-launch:before {
  content: "\e027";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-router:before {
  content: "\f8da";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-rv:before {
  content: "\f7be";
}
.fa-sack:before {
  content: "\f81c";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salad:before {
  content: "\f81e";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sandwich:before {
  content: "\f81f";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-sausage:before {
  content: "\f820";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-sax-hot:before {
  content: "\f8db";
}
.fa-saxophone:before {
  content: "\f8dc";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-image:before {
  content: "\f8f3";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-scarecrow:before {
  content: "\f70d";
}
.fa-scarf:before {
  content: "\f7c1";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-old:before {
  content: "\f70f";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-scythe:before {
  content: "\f710";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-send-back:before {
  content: "\f87e";
}
.fa-send-backward:before {
  content: "\f87f";
}
.fa-sensor:before {
  content: "\e028";
}
.fa-sensor-alert:before {
  content: "\e029";
}
.fa-sensor-fire:before {
  content: "\e02a";
}
.fa-sensor-on:before {
  content: "\e02b";
}
.fa-sensor-smoke:before {
  content: "\e02c";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-sheep:before {
  content: "\f711";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-shield-cross:before {
  content: "\f712";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shish-kebab:before {
  content: "\f821";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shovel:before {
  content: "\f713";
}
.fa-shovel-snow:before {
  content: "\f7c3";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sickle:before {
  content: "\f822";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signal-stream:before {
  content: "\f8dd";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-siren:before {
  content: "\e02d";
}
.fa-siren-on:before {
  content: "\e02e";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-ski-jump:before {
  content: "\f7c7";
}
.fa-ski-lift:before {
  content: "\f7c8";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-cow:before {
  content: "\f8de";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sledding:before {
  content: "\f7cb";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoke:before {
  content: "\f760";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snake:before {
  content: "\f716";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snooze:before {
  content: "\f880";
}
.fa-snow-blowing:before {
  content: "\f761";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowflakes:before {
  content: "\f7cf";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowmobile:before {
  content: "\f7d1";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-solar-system:before {
  content: "\e02f";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-alt:before {
  content: "\f883";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-circle:before {
  content: "\e030";
}
.fa-sort-circle-down:before {
  content: "\e031";
}
.fa-sort-circle-up:before {
  content: "\e032";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-shapes-down:before {
  content: "\f888";
}
.fa-sort-shapes-down-alt:before {
  content: "\f889";
}
.fa-sort-shapes-up:before {
  content: "\f88a";
}
.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}
.fa-sort-size-down:before {
  content: "\f88c";
}
.fa-sort-size-down-alt:before {
  content: "\f88d";
}
.fa-sort-size-up:before {
  content: "\f88e";
}
.fa-sort-size-up-alt:before {
  content: "\f88f";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-soup:before {
  content: "\f823";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-space-station-moon:before {
  content: "\e033";
}
.fa-space-station-moon-alt:before {
  content: "\e034";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-sparkles:before {
  content: "\f890";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker:before {
  content: "\f8df";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-speakers:before {
  content: "\f8e0";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spider-black-widow:before {
  content: "\f718";
}
.fa-spider-web:before {
  content: "\f719";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-sprinkler:before {
  content: "\e035";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-squirrel:before {
  content: "\f71a";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-staff:before {
  content: "\f71b";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-christmas:before {
  content: "\f7d4";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-star-shooting:before {
  content: "\e036";
}
.fa-starfighter:before {
  content: "\e037";
}
.fa-starfighter-alt:before {
  content: "\e038";
}
.fa-stars:before {
  content: "\f762";
}
.fa-starship:before {
  content: "\e039";
}
.fa-starship-freighter:before {
  content: "\e03a";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steak:before {
  content: "\f824";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stocking:before {
  content: "\f7d5";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-stretcher:before {
  content: "\f825";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-sun-cloud:before {
  content: "\f763";
}
.fa-sun-dust:before {
  content: "\f764";
}
.fa-sun-haze:before {
  content: "\f765";
}
.fa-sunglasses:before {
  content: "\f892";
}
.fa-sunrise:before {
  content: "\f766";
}
.fa-sunset:before {
  content: "\f767";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sword:before {
  content: "\f71c";
}
.fa-sword-laser:before {
  content: "\e03b";
}
.fa-sword-laser-alt:before {
  content: "\e03c";
}
.fa-swords:before {
  content: "\f71d";
}
.fa-swords-laser:before {
  content: "\e03d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-taco:before {
  content: "\f826";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tanakh:before {
  content: "\f827";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-telescope:before {
  content: "\e03e";
}
.fa-temperature-down:before {
  content: "\e03f";
}
.fa-temperature-frigid:before {
  content: "\f768";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-hot:before {
  content: "\f76a";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-temperature-up:before {
  content: "\e040";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text:before {
  content: "\f893";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-size:before {
  content: "\f894";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-thunderstorm-moon:before {
  content: "\f76d";
}
.fa-thunderstorm-sun:before {
  content: "\f76e";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-alt:before {
  content: "\f71f";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-tombstone:before {
  content: "\f720";
}
.fa-tombstone-alt:before {
  content: "\f721";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-transporter:before {
  content: "\e042";
}
.fa-transporter-1:before {
  content: "\e043";
}
.fa-transporter-2:before {
  content: "\e044";
}
.fa-transporter-3:before {
  content: "\e045";
}
.fa-transporter-empty:before {
  content: "\e046";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-trash-undo:before {
  content: "\f895";
}
.fa-trash-undo-alt:before {
  content: "\f896";
}
.fa-treasure-chest:before {
  content: "\f723";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-tree-christmas:before {
  content: "\f7db";
}
.fa-tree-decorated:before {
  content: "\f7dc";
}
.fa-tree-large:before {
  content: "\f7dd";
}
.fa-tree-palm:before {
  content: "\f82b";
}
.fa-trees:before {
  content: "\f724";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-triangle-music:before {
  content: "\f8e2";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-plow:before {
  content: "\f7de";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-trumpet:before {
  content: "\f8e3";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-turkey:before {
  content: "\f725";
}
.fa-turntable:before {
  content: "\f8e4";
}
.fa-turtle:before {
  content: "\f726";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-alt:before {
  content: "\f8e5";
}
.fa-tv-music:before {
  content: "\f8e6";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typewriter:before {
  content: "\f8e7";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-ufo:before {
  content: "\e047";
}
.fa-ufo-beam:before {
  content: "\e048";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-unicorn:before {
  content: "\f727";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usb-drive:before {
  content: "\f8e9";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alien:before {
  content: "\e04a";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-cowboy:before {
  content: "\f8ea";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-hard-hat:before {
  content: "\f82c";
}
.fa-user-headset:before {
  content: "\f82d";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-md-chat:before {
  content: "\f82e";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-music:before {
  content: "\f8eb";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-robot:before {
  content: "\e04b";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-user-unlock:before {
  content: "\e058";
}
.fa-user-visor:before {
  content: "\e04c";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-users-medical:before {
  content: "\f830";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vacuum:before {
  content: "\e04d";
}
.fa-vacuum-robot:before {
  content: "\e04e";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-vhs:before {
  content: "\f8ec";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-violin:before {
  content: "\f8ed";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-nay:before {
  content: "\f771";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-wagon-covered:before {
  content: "\f8ee";
}
.fa-walker:before {
  content: "\f831";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-wand:before {
  content: "\f72a";
}
.fa-wand-magic:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-washer:before {
  content: "\f898";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-calculator:before {
  content: "\f8f0";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-water-lower:before {
  content: "\f774";
}
.fa-water-rise:before {
  content: "\f775";
}
.fa-wave-sine:before {
  content: "\f899";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-wave-triangle:before {
  content: "\f89a";
}
.fa-waveform:before {
  content: "\f8f1";
}
.fa-waveform-path:before {
  content: "\f8f2";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-webcam:before {
  content: "\f832";
}
.fa-webcam-slash:before {
  content: "\f833";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whale:before {
  content: "\f72c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheat:before {
  content: "\f72d";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-wind-turbine:before {
  content: "\f89b";
}
.fa-wind-warning:before {
  content: "\f776";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-frame:before {
  content: "\e04f";
}
.fa-window-frame-open:before {
  content: "\e050";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-windsock:before {
  content: "\f777";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wreath:before {
  content: "\f7e2";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/style/font-awesome-5/fa-brands-400.eot);
  src: url(/style/font-awesome-5/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/style/font-awesome-5/fa-brands-400.woff2) format("woff2"), url(/style/font-awesome-5/fa-brands-400.woff) format("woff"), url(/style/font-awesome-5/fa-brands-400.ttf) format("truetype"), url(/style/font-awesome-5/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/style/font-awesome-5/fa-duotone-900.eot);
  src: url(/style/font-awesome-5/fa-duotone-900.eot?#iefix) format("embedded-opentype"), url(/style/font-awesome-5/fa-duotone-900.woff2) format("woff2"), url(/style/font-awesome-5/fa-duotone-900.woff) format("woff"), url(/style/font-awesome-5/fa-duotone-900.ttf) format("truetype"), url(/style/font-awesome-5/fa-duotone-900.svg#fontawesome) format("svg");
}
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}
.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad:after {
  color: var(--fa-secondary-color, inherit);
}
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before,
.fad:after {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad.fa-inverse {
  color: #fff;
}
.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute;
}
.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fad.fa-abacus:after {
  content: "\10f640";
}
.fad.fa-acorn:after {
  content: "\10f6ae";
}
.fad.fa-ad:after {
  content: "\10f641";
}
.fad.fa-address-book:after {
  content: "\10f2b9";
}
.fad.fa-address-card:after {
  content: "\10f2bb";
}
.fad.fa-adjust:after {
  content: "\10f042";
}
.fad.fa-air-conditioner:after {
  content: "\10f8f4";
}
.fad.fa-air-freshener:after {
  content: "\10f5d0";
}
.fad.fa-alarm-clock:after {
  content: "\10f34e";
}
.fad.fa-alarm-exclamation:after {
  content: "\10f843";
}
.fad.fa-alarm-plus:after {
  content: "\10f844";
}
.fad.fa-alarm-snooze:after {
  content: "\10f845";
}
.fad.fa-album:after {
  content: "\10f89f";
}
.fad.fa-album-collection:after {
  content: "\10f8a0";
}
.fad.fa-alicorn:after {
  content: "\10f6b0";
}
.fad.fa-alien:after {
  content: "\10f8f5";
}
.fad.fa-alien-monster:after {
  content: "\10f8f6";
}
.fad.fa-align-center:after {
  content: "\10f037";
}
.fad.fa-align-justify:after {
  content: "\10f039";
}
.fad.fa-align-left:after {
  content: "\10f036";
}
.fad.fa-align-right:after {
  content: "\10f038";
}
.fad.fa-align-slash:after {
  content: "\10f846";
}
.fad.fa-allergies:after {
  content: "\10f461";
}
.fad.fa-ambulance:after {
  content: "\10f0f9";
}
.fad.fa-american-sign-language-interpreting:after {
  content: "\10f2a3";
}
.fad.fa-amp-guitar:after {
  content: "\10f8a1";
}
.fad.fa-analytics:after {
  content: "\10f643";
}
.fad.fa-anchor:after {
  content: "\10f13d";
}
.fad.fa-angel:after {
  content: "\10f779";
}
.fad.fa-angle-double-down:after {
  content: "\10f103";
}
.fad.fa-angle-double-left:after {
  content: "\10f100";
}
.fad.fa-angle-double-right:after {
  content: "\10f101";
}
.fad.fa-angle-double-up:after {
  content: "\10f102";
}
.fad.fa-angle-down:after {
  content: "\10f107";
}
.fad.fa-angle-left:after {
  content: "\10f104";
}
.fad.fa-angle-right:after {
  content: "\10f105";
}
.fad.fa-angle-up:after {
  content: "\10f106";
}
.fad.fa-angry:after {
  content: "\10f556";
}
.fad.fa-ankh:after {
  content: "\10f644";
}
.fad.fa-apple-alt:after {
  content: "\10f5d1";
}
.fad.fa-apple-crate:after {
  content: "\10f6b1";
}
.fad.fa-archive:after {
  content: "\10f187";
}
.fad.fa-archway:after {
  content: "\10f557";
}
.fad.fa-arrow-alt-circle-down:after {
  content: "\10f358";
}
.fad.fa-arrow-alt-circle-left:after {
  content: "\10f359";
}
.fad.fa-arrow-alt-circle-right:after {
  content: "\10f35a";
}
.fad.fa-arrow-alt-circle-up:after {
  content: "\10f35b";
}
.fad.fa-arrow-alt-down:after {
  content: "\10f354";
}
.fad.fa-arrow-alt-from-bottom:after {
  content: "\10f346";
}
.fad.fa-arrow-alt-from-left:after {
  content: "\10f347";
}
.fad.fa-arrow-alt-from-right:after {
  content: "\10f348";
}
.fad.fa-arrow-alt-from-top:after {
  content: "\10f349";
}
.fad.fa-arrow-alt-left:after {
  content: "\10f355";
}
.fad.fa-arrow-alt-right:after {
  content: "\10f356";
}
.fad.fa-arrow-alt-square-down:after {
  content: "\10f350";
}
.fad.fa-arrow-alt-square-left:after {
  content: "\10f351";
}
.fad.fa-arrow-alt-square-right:after {
  content: "\10f352";
}
.fad.fa-arrow-alt-square-up:after {
  content: "\10f353";
}
.fad.fa-arrow-alt-to-bottom:after {
  content: "\10f34a";
}
.fad.fa-arrow-alt-to-left:after {
  content: "\10f34b";
}
.fad.fa-arrow-alt-to-right:after {
  content: "\10f34c";
}
.fad.fa-arrow-alt-to-top:after {
  content: "\10f34d";
}
.fad.fa-arrow-alt-up:after {
  content: "\10f357";
}
.fad.fa-arrow-circle-down:after {
  content: "\10f0ab";
}
.fad.fa-arrow-circle-left:after {
  content: "\10f0a8";
}
.fad.fa-arrow-circle-right:after {
  content: "\10f0a9";
}
.fad.fa-arrow-circle-up:after {
  content: "\10f0aa";
}
.fad.fa-arrow-down:after {
  content: "\10f063";
}
.fad.fa-arrow-from-bottom:after {
  content: "\10f342";
}
.fad.fa-arrow-from-left:after {
  content: "\10f343";
}
.fad.fa-arrow-from-right:after {
  content: "\10f344";
}
.fad.fa-arrow-from-top:after {
  content: "\10f345";
}
.fad.fa-arrow-left:after {
  content: "\10f060";
}
.fad.fa-arrow-right:after {
  content: "\10f061";
}
.fad.fa-arrow-square-down:after {
  content: "\10f339";
}
.fad.fa-arrow-square-left:after {
  content: "\10f33a";
}
.fad.fa-arrow-square-right:after {
  content: "\10f33b";
}
.fad.fa-arrow-square-up:after {
  content: "\10f33c";
}
.fad.fa-arrow-to-bottom:after {
  content: "\10f33d";
}
.fad.fa-arrow-to-left:after {
  content: "\10f33e";
}
.fad.fa-arrow-to-right:after {
  content: "\10f340";
}
.fad.fa-arrow-to-top:after {
  content: "\10f341";
}
.fad.fa-arrow-up:after {
  content: "\10f062";
}
.fad.fa-arrows:after {
  content: "\10f047";
}
.fad.fa-arrows-alt:after {
  content: "\10f0b2";
}
.fad.fa-arrows-alt-h:after {
  content: "\10f337";
}
.fad.fa-arrows-alt-v:after {
  content: "\10f338";
}
.fad.fa-arrows-h:after {
  content: "\10f07e";
}
.fad.fa-arrows-v:after {
  content: "\10f07d";
}
.fad.fa-assistive-listening-systems:after {
  content: "\10f2a2";
}
.fad.fa-asterisk:after {
  content: "\10f069";
}
.fad.fa-at:after {
  content: "\10f1fa";
}
.fad.fa-atlas:after {
  content: "\10f558";
}
.fad.fa-atom:after {
  content: "\10f5d2";
}
.fad.fa-atom-alt:after {
  content: "\10f5d3";
}
.fad.fa-audio-description:after {
  content: "\10f29e";
}
.fad.fa-award:after {
  content: "\10f559";
}
.fad.fa-axe:after {
  content: "\10f6b2";
}
.fad.fa-axe-battle:after {
  content: "\10f6b3";
}
.fad.fa-baby:after {
  content: "\10f77c";
}
.fad.fa-baby-carriage:after {
  content: "\10f77d";
}
.fad.fa-backpack:after {
  content: "\10f5d4";
}
.fad.fa-backspace:after {
  content: "\10f55a";
}
.fad.fa-backward:after {
  content: "\10f04a";
}
.fad.fa-bacon:after {
  content: "\10f7e5";
}
.fad.fa-bacteria:after {
  content: "\10e059";
}
.fad.fa-bacterium:after {
  content: "\10e05a";
}
.fad.fa-badge:after {
  content: "\10f335";
}
.fad.fa-badge-check:after {
  content: "\10f336";
}
.fad.fa-badge-dollar:after {
  content: "\10f645";
}
.fad.fa-badge-percent:after {
  content: "\10f646";
}
.fad.fa-badge-sheriff:after {
  content: "\10f8a2";
}
.fad.fa-badger-honey:after {
  content: "\10f6b4";
}
.fad.fa-bags-shopping:after {
  content: "\10f847";
}
.fad.fa-bahai:after {
  content: "\10f666";
}
.fad.fa-balance-scale:after {
  content: "\10f24e";
}
.fad.fa-balance-scale-left:after {
  content: "\10f515";
}
.fad.fa-balance-scale-right:after {
  content: "\10f516";
}
.fad.fa-ball-pile:after {
  content: "\10f77e";
}
.fad.fa-ballot:after {
  content: "\10f732";
}
.fad.fa-ballot-check:after {
  content: "\10f733";
}
.fad.fa-ban:after {
  content: "\10f05e";
}
.fad.fa-band-aid:after {
  content: "\10f462";
}
.fad.fa-banjo:after {
  content: "\10f8a3";
}
.fad.fa-barcode:after {
  content: "\10f02a";
}
.fad.fa-barcode-alt:after {
  content: "\10f463";
}
.fad.fa-barcode-read:after {
  content: "\10f464";
}
.fad.fa-barcode-scan:after {
  content: "\10f465";
}
.fad.fa-bars:after {
  content: "\10f0c9";
}
.fad.fa-baseball:after {
  content: "\10f432";
}
.fad.fa-baseball-ball:after {
  content: "\10f433";
}
.fad.fa-basketball-ball:after {
  content: "\10f434";
}
.fad.fa-basketball-hoop:after {
  content: "\10f435";
}
.fad.fa-bat:after {
  content: "\10f6b5";
}
.fad.fa-bath:after {
  content: "\10f2cd";
}
.fad.fa-battery-bolt:after {
  content: "\10f376";
}
.fad.fa-battery-empty:after {
  content: "\10f244";
}
.fad.fa-battery-full:after {
  content: "\10f240";
}
.fad.fa-battery-half:after {
  content: "\10f242";
}
.fad.fa-battery-quarter:after {
  content: "\10f243";
}
.fad.fa-battery-slash:after {
  content: "\10f377";
}
.fad.fa-battery-three-quarters:after {
  content: "\10f241";
}
.fad.fa-bed:after {
  content: "\10f236";
}
.fad.fa-bed-alt:after {
  content: "\10f8f7";
}
.fad.fa-bed-bunk:after {
  content: "\10f8f8";
}
.fad.fa-bed-empty:after {
  content: "\10f8f9";
}
.fad.fa-beer:after {
  content: "\10f0fc";
}
.fad.fa-bell:after {
  content: "\10f0f3";
}
.fad.fa-bell-exclamation:after {
  content: "\10f848";
}
.fad.fa-bell-on:after {
  content: "\10f8fa";
}
.fad.fa-bell-plus:after {
  content: "\10f849";
}
.fad.fa-bell-school:after {
  content: "\10f5d5";
}
.fad.fa-bell-school-slash:after {
  content: "\10f5d6";
}
.fad.fa-bell-slash:after {
  content: "\10f1f6";
}
.fad.fa-bells:after {
  content: "\10f77f";
}
.fad.fa-betamax:after {
  content: "\10f8a4";
}
.fad.fa-bezier-curve:after {
  content: "\10f55b";
}
.fad.fa-bible:after {
  content: "\10f647";
}
.fad.fa-bicycle:after {
  content: "\10f206";
}
.fad.fa-biking:after {
  content: "\10f84a";
}
.fad.fa-biking-mountain:after {
  content: "\10f84b";
}
.fad.fa-binoculars:after {
  content: "\10f1e5";
}
.fad.fa-biohazard:after {
  content: "\10f780";
}
.fad.fa-birthday-cake:after {
  content: "\10f1fd";
}
.fad.fa-blanket:after {
  content: "\10f498";
}
.fad.fa-blender:after {
  content: "\10f517";
}
.fad.fa-blender-phone:after {
  content: "\10f6b6";
}
.fad.fa-blind:after {
  content: "\10f29d";
}
.fad.fa-blinds:after {
  content: "\10f8fb";
}
.fad.fa-blinds-open:after {
  content: "\10f8fc";
}
.fad.fa-blinds-raised:after {
  content: "\10f8fd";
}
.fad.fa-blog:after {
  content: "\10f781";
}
.fad.fa-bold:after {
  content: "\10f032";
}
.fad.fa-bolt:after {
  content: "\10f0e7";
}
.fad.fa-bomb:after {
  content: "\10f1e2";
}
.fad.fa-bone:after {
  content: "\10f5d7";
}
.fad.fa-bone-break:after {
  content: "\10f5d8";
}
.fad.fa-bong:after {
  content: "\10f55c";
}
.fad.fa-book:after {
  content: "\10f02d";
}
.fad.fa-book-alt:after {
  content: "\10f5d9";
}
.fad.fa-book-dead:after {
  content: "\10f6b7";
}
.fad.fa-book-heart:after {
  content: "\10f499";
}
.fad.fa-book-medical:after {
  content: "\10f7e6";
}
.fad.fa-book-open:after {
  content: "\10f518";
}
.fad.fa-book-reader:after {
  content: "\10f5da";
}
.fad.fa-book-spells:after {
  content: "\10f6b8";
}
.fad.fa-book-user:after {
  content: "\10f7e7";
}
.fad.fa-bookmark:after {
  content: "\10f02e";
}
.fad.fa-books:after {
  content: "\10f5db";
}
.fad.fa-books-medical:after {
  content: "\10f7e8";
}
.fad.fa-boombox:after {
  content: "\10f8a5";
}
.fad.fa-boot:after {
  content: "\10f782";
}
.fad.fa-booth-curtain:after {
  content: "\10f734";
}
.fad.fa-border-all:after {
  content: "\10f84c";
}
.fad.fa-border-bottom:after {
  content: "\10f84d";
}
.fad.fa-border-center-h:after {
  content: "\10f89c";
}
.fad.fa-border-center-v:after {
  content: "\10f89d";
}
.fad.fa-border-inner:after {
  content: "\10f84e";
}
.fad.fa-border-left:after {
  content: "\10f84f";
}
.fad.fa-border-none:after {
  content: "\10f850";
}
.fad.fa-border-outer:after {
  content: "\10f851";
}
.fad.fa-border-right:after {
  content: "\10f852";
}
.fad.fa-border-style:after {
  content: "\10f853";
}
.fad.fa-border-style-alt:after {
  content: "\10f854";
}
.fad.fa-border-top:after {
  content: "\10f855";
}
.fad.fa-bow-arrow:after {
  content: "\10f6b9";
}
.fad.fa-bowling-ball:after {
  content: "\10f436";
}
.fad.fa-bowling-pins:after {
  content: "\10f437";
}
.fad.fa-box:after {
  content: "\10f466";
}
.fad.fa-box-alt:after {
  content: "\10f49a";
}
.fad.fa-box-ballot:after {
  content: "\10f735";
}
.fad.fa-box-check:after {
  content: "\10f467";
}
.fad.fa-box-fragile:after {
  content: "\10f49b";
}
.fad.fa-box-full:after {
  content: "\10f49c";
}
.fad.fa-box-heart:after {
  content: "\10f49d";
}
.fad.fa-box-open:after {
  content: "\10f49e";
}
.fad.fa-box-tissue:after {
  content: "\10e05b";
}
.fad.fa-box-up:after {
  content: "\10f49f";
}
.fad.fa-box-usd:after {
  content: "\10f4a0";
}
.fad.fa-boxes:after {
  content: "\10f468";
}
.fad.fa-boxes-alt:after {
  content: "\10f4a1";
}
.fad.fa-boxing-glove:after {
  content: "\10f438";
}
.fad.fa-brackets:after {
  content: "\10f7e9";
}
.fad.fa-brackets-curly:after {
  content: "\10f7ea";
}
.fad.fa-braille:after {
  content: "\10f2a1";
}
.fad.fa-brain:after {
  content: "\10f5dc";
}
.fad.fa-bread-loaf:after {
  content: "\10f7eb";
}
.fad.fa-bread-slice:after {
  content: "\10f7ec";
}
.fad.fa-briefcase:after {
  content: "\10f0b1";
}
.fad.fa-briefcase-medical:after {
  content: "\10f469";
}
.fad.fa-bring-forward:after {
  content: "\10f856";
}
.fad.fa-bring-front:after {
  content: "\10f857";
}
.fad.fa-broadcast-tower:after {
  content: "\10f519";
}
.fad.fa-broom:after {
  content: "\10f51a";
}
.fad.fa-browser:after {
  content: "\10f37e";
}
.fad.fa-brush:after {
  content: "\10f55d";
}
.fad.fa-bug:after {
  content: "\10f188";
}
.fad.fa-building:after {
  content: "\10f1ad";
}
.fad.fa-bullhorn:after {
  content: "\10f0a1";
}
.fad.fa-bullseye:after {
  content: "\10f140";
}
.fad.fa-bullseye-arrow:after {
  content: "\10f648";
}
.fad.fa-bullseye-pointer:after {
  content: "\10f649";
}
.fad.fa-burger-soda:after {
  content: "\10f858";
}
.fad.fa-burn:after {
  content: "\10f46a";
}
.fad.fa-burrito:after {
  content: "\10f7ed";
}
.fad.fa-bus:after {
  content: "\10f207";
}
.fad.fa-bus-alt:after {
  content: "\10f55e";
}
.fad.fa-bus-school:after {
  content: "\10f5dd";
}
.fad.fa-business-time:after {
  content: "\10f64a";
}
.fad.fa-cabinet-filing:after {
  content: "\10f64b";
}
.fad.fa-cactus:after {
  content: "\10f8a7";
}
.fad.fa-calculator:after {
  content: "\10f1ec";
}
.fad.fa-calculator-alt:after {
  content: "\10f64c";
}
.fad.fa-calendar:after {
  content: "\10f133";
}
.fad.fa-calendar-alt:after {
  content: "\10f073";
}
.fad.fa-calendar-check:after {
  content: "\10f274";
}
.fad.fa-calendar-day:after {
  content: "\10f783";
}
.fad.fa-calendar-edit:after {
  content: "\10f333";
}
.fad.fa-calendar-exclamation:after {
  content: "\10f334";
}
.fad.fa-calendar-minus:after {
  content: "\10f272";
}
.fad.fa-calendar-plus:after {
  content: "\10f271";
}
.fad.fa-calendar-star:after {
  content: "\10f736";
}
.fad.fa-calendar-times:after {
  content: "\10f273";
}
.fad.fa-calendar-week:after {
  content: "\10f784";
}
.fad.fa-camcorder:after {
  content: "\10f8a8";
}
.fad.fa-camera:after {
  content: "\10f030";
}
.fad.fa-camera-alt:after {
  content: "\10f332";
}
.fad.fa-camera-home:after {
  content: "\10f8fe";
}
.fad.fa-camera-movie:after {
  content: "\10f8a9";
}
.fad.fa-camera-polaroid:after {
  content: "\10f8aa";
}
.fad.fa-camera-retro:after {
  content: "\10f083";
}
.fad.fa-campfire:after {
  content: "\10f6ba";
}
.fad.fa-campground:after {
  content: "\10f6bb";
}
.fad.fa-candle-holder:after {
  content: "\10f6bc";
}
.fad.fa-candy-cane:after {
  content: "\10f786";
}
.fad.fa-candy-corn:after {
  content: "\10f6bd";
}
.fad.fa-cannabis:after {
  content: "\10f55f";
}
.fad.fa-capsules:after {
  content: "\10f46b";
}
.fad.fa-car:after {
  content: "\10f1b9";
}
.fad.fa-car-alt:after {
  content: "\10f5de";
}
.fad.fa-car-battery:after {
  content: "\10f5df";
}
.fad.fa-car-building:after {
  content: "\10f859";
}
.fad.fa-car-bump:after {
  content: "\10f5e0";
}
.fad.fa-car-bus:after {
  content: "\10f85a";
}
.fad.fa-car-crash:after {
  content: "\10f5e1";
}
.fad.fa-car-garage:after {
  content: "\10f5e2";
}
.fad.fa-car-mechanic:after {
  content: "\10f5e3";
}
.fad.fa-car-side:after {
  content: "\10f5e4";
}
.fad.fa-car-tilt:after {
  content: "\10f5e5";
}
.fad.fa-car-wash:after {
  content: "\10f5e6";
}
.fad.fa-caravan:after {
  content: "\10f8ff";
}
.fad.fa-caravan-alt:after {
  content: "\10e000";
}
.fad.fa-caret-circle-down:after {
  content: "\10f32d";
}
.fad.fa-caret-circle-left:after {
  content: "\10f32e";
}
.fad.fa-caret-circle-right:after {
  content: "\10f330";
}
.fad.fa-caret-circle-up:after {
  content: "\10f331";
}
.fad.fa-caret-down:after {
  content: "\10f0d7";
}
.fad.fa-caret-left:after {
  content: "\10f0d9";
}
.fad.fa-caret-right:after {
  content: "\10f0da";
}
.fad.fa-caret-square-down:after {
  content: "\10f150";
}
.fad.fa-caret-square-left:after {
  content: "\10f191";
}
.fad.fa-caret-square-right:after {
  content: "\10f152";
}
.fad.fa-caret-square-up:after {
  content: "\10f151";
}
.fad.fa-caret-up:after {
  content: "\10f0d8";
}
.fad.fa-carrot:after {
  content: "\10f787";
}
.fad.fa-cars:after {
  content: "\10f85b";
}
.fad.fa-cart-arrow-down:after {
  content: "\10f218";
}
.fad.fa-cart-plus:after {
  content: "\10f217";
}
.fad.fa-cash-register:after {
  content: "\10f788";
}
.fad.fa-cassette-tape:after {
  content: "\10f8ab";
}
.fad.fa-cat:after {
  content: "\10f6be";
}
.fad.fa-cat-space:after {
  content: "\10e001";
}
.fad.fa-cauldron:after {
  content: "\10f6bf";
}
.fad.fa-cctv:after {
  content: "\10f8ac";
}
.fad.fa-certificate:after {
  content: "\10f0a3";
}
.fad.fa-chair:after {
  content: "\10f6c0";
}
.fad.fa-chair-office:after {
  content: "\10f6c1";
}
.fad.fa-chalkboard:after {
  content: "\10f51b";
}
.fad.fa-chalkboard-teacher:after {
  content: "\10f51c";
}
.fad.fa-charging-station:after {
  content: "\10f5e7";
}
.fad.fa-chart-area:after {
  content: "\10f1fe";
}
.fad.fa-chart-bar:after {
  content: "\10f080";
}
.fad.fa-chart-line:after {
  content: "\10f201";
}
.fad.fa-chart-line-down:after {
  content: "\10f64d";
}
.fad.fa-chart-network:after {
  content: "\10f78a";
}
.fad.fa-chart-pie:after {
  content: "\10f200";
}
.fad.fa-chart-pie-alt:after {
  content: "\10f64e";
}
.fad.fa-chart-scatter:after {
  content: "\10f7ee";
}
.fad.fa-check:after {
  content: "\10f00c";
}
.fad.fa-check-circle:after {
  content: "\10f058";
}
.fad.fa-check-double:after {
  content: "\10f560";
}
.fad.fa-check-square:after {
  content: "\10f14a";
}
.fad.fa-cheese:after {
  content: "\10f7ef";
}
.fad.fa-cheese-swiss:after {
  content: "\10f7f0";
}
.fad.fa-cheeseburger:after {
  content: "\10f7f1";
}
.fad.fa-chess:after {
  content: "\10f439";
}
.fad.fa-chess-bishop:after {
  content: "\10f43a";
}
.fad.fa-chess-bishop-alt:after {
  content: "\10f43b";
}
.fad.fa-chess-board:after {
  content: "\10f43c";
}
.fad.fa-chess-clock:after {
  content: "\10f43d";
}
.fad.fa-chess-clock-alt:after {
  content: "\10f43e";
}
.fad.fa-chess-king:after {
  content: "\10f43f";
}
.fad.fa-chess-king-alt:after {
  content: "\10f440";
}
.fad.fa-chess-knight:after {
  content: "\10f441";
}
.fad.fa-chess-knight-alt:after {
  content: "\10f442";
}
.fad.fa-chess-pawn:after {
  content: "\10f443";
}
.fad.fa-chess-pawn-alt:after {
  content: "\10f444";
}
.fad.fa-chess-queen:after {
  content: "\10f445";
}
.fad.fa-chess-queen-alt:after {
  content: "\10f446";
}
.fad.fa-chess-rook:after {
  content: "\10f447";
}
.fad.fa-chess-rook-alt:after {
  content: "\10f448";
}
.fad.fa-chevron-circle-down:after {
  content: "\10f13a";
}
.fad.fa-chevron-circle-left:after {
  content: "\10f137";
}
.fad.fa-chevron-circle-right:after {
  content: "\10f138";
}
.fad.fa-chevron-circle-up:after {
  content: "\10f139";
}
.fad.fa-chevron-double-down:after {
  content: "\10f322";
}
.fad.fa-chevron-double-left:after {
  content: "\10f323";
}
.fad.fa-chevron-double-right:after {
  content: "\10f324";
}
.fad.fa-chevron-double-up:after {
  content: "\10f325";
}
.fad.fa-chevron-down:after {
  content: "\10f078";
}
.fad.fa-chevron-left:after {
  content: "\10f053";
}
.fad.fa-chevron-right:after {
  content: "\10f054";
}
.fad.fa-chevron-square-down:after {
  content: "\10f329";
}
.fad.fa-chevron-square-left:after {
  content: "\10f32a";
}
.fad.fa-chevron-square-right:after {
  content: "\10f32b";
}
.fad.fa-chevron-square-up:after {
  content: "\10f32c";
}
.fad.fa-chevron-up:after {
  content: "\10f077";
}
.fad.fa-child:after {
  content: "\10f1ae";
}
.fad.fa-chimney:after {
  content: "\10f78b";
}
.fad.fa-church:after {
  content: "\10f51d";
}
.fad.fa-circle:after {
  content: "\10f111";
}
.fad.fa-circle-notch:after {
  content: "\10f1ce";
}
.fad.fa-city:after {
  content: "\10f64f";
}
.fad.fa-clarinet:after {
  content: "\10f8ad";
}
.fad.fa-claw-marks:after {
  content: "\10f6c2";
}
.fad.fa-clinic-medical:after {
  content: "\10f7f2";
}
.fad.fa-clipboard:after {
  content: "\10f328";
}
.fad.fa-clipboard-check:after {
  content: "\10f46c";
}
.fad.fa-clipboard-list:after {
  content: "\10f46d";
}
.fad.fa-clipboard-list-check:after {
  content: "\10f737";
}
.fad.fa-clipboard-prescription:after {
  content: "\10f5e8";
}
.fad.fa-clipboard-user:after {
  content: "\10f7f3";
}
.fad.fa-clock:after {
  content: "\10f017";
}
.fad.fa-clone:after {
  content: "\10f24d";
}
.fad.fa-closed-captioning:after {
  content: "\10f20a";
}
.fad.fa-cloud:after {
  content: "\10f0c2";
}
.fad.fa-cloud-download:after {
  content: "\10f0ed";
}
.fad.fa-cloud-download-alt:after {
  content: "\10f381";
}
.fad.fa-cloud-drizzle:after {
  content: "\10f738";
}
.fad.fa-cloud-hail:after {
  content: "\10f739";
}
.fad.fa-cloud-hail-mixed:after {
  content: "\10f73a";
}
.fad.fa-cloud-meatball:after {
  content: "\10f73b";
}
.fad.fa-cloud-moon:after {
  content: "\10f6c3";
}
.fad.fa-cloud-moon-rain:after {
  content: "\10f73c";
}
.fad.fa-cloud-music:after {
  content: "\10f8ae";
}
.fad.fa-cloud-rain:after {
  content: "\10f73d";
}
.fad.fa-cloud-rainbow:after {
  content: "\10f73e";
}
.fad.fa-cloud-showers:after {
  content: "\10f73f";
}
.fad.fa-cloud-showers-heavy:after {
  content: "\10f740";
}
.fad.fa-cloud-sleet:after {
  content: "\10f741";
}
.fad.fa-cloud-snow:after {
  content: "\10f742";
}
.fad.fa-cloud-sun:after {
  content: "\10f6c4";
}
.fad.fa-cloud-sun-rain:after {
  content: "\10f743";
}
.fad.fa-cloud-upload:after {
  content: "\10f0ee";
}
.fad.fa-cloud-upload-alt:after {
  content: "\10f382";
}
.fad.fa-clouds:after {
  content: "\10f744";
}
.fad.fa-clouds-moon:after {
  content: "\10f745";
}
.fad.fa-clouds-sun:after {
  content: "\10f746";
}
.fad.fa-club:after {
  content: "\10f327";
}
.fad.fa-cocktail:after {
  content: "\10f561";
}
.fad.fa-code:after {
  content: "\10f121";
}
.fad.fa-code-branch:after {
  content: "\10f126";
}
.fad.fa-code-commit:after {
  content: "\10f386";
}
.fad.fa-code-merge:after {
  content: "\10f387";
}
.fad.fa-coffee:after {
  content: "\10f0f4";
}
.fad.fa-coffee-pot:after {
  content: "\10e002";
}
.fad.fa-coffee-togo:after {
  content: "\10f6c5";
}
.fad.fa-coffin:after {
  content: "\10f6c6";
}
.fad.fa-coffin-cross:after {
  content: "\10e051";
}
.fad.fa-cog:after {
  content: "\10f013";
}
.fad.fa-cogs:after {
  content: "\10f085";
}
.fad.fa-coin:after {
  content: "\10f85c";
}
.fad.fa-coins:after {
  content: "\10f51e";
}
.fad.fa-columns:after {
  content: "\10f0db";
}
.fad.fa-comet:after {
  content: "\10e003";
}
.fad.fa-comment:after {
  content: "\10f075";
}
.fad.fa-comment-alt:after {
  content: "\10f27a";
}
.fad.fa-comment-alt-check:after {
  content: "\10f4a2";
}
.fad.fa-comment-alt-dollar:after {
  content: "\10f650";
}
.fad.fa-comment-alt-dots:after {
  content: "\10f4a3";
}
.fad.fa-comment-alt-edit:after {
  content: "\10f4a4";
}
.fad.fa-comment-alt-exclamation:after {
  content: "\10f4a5";
}
.fad.fa-comment-alt-lines:after {
  content: "\10f4a6";
}
.fad.fa-comment-alt-medical:after {
  content: "\10f7f4";
}
.fad.fa-comment-alt-minus:after {
  content: "\10f4a7";
}
.fad.fa-comment-alt-music:after {
  content: "\10f8af";
}
.fad.fa-comment-alt-plus:after {
  content: "\10f4a8";
}
.fad.fa-comment-alt-slash:after {
  content: "\10f4a9";
}
.fad.fa-comment-alt-smile:after {
  content: "\10f4aa";
}
.fad.fa-comment-alt-times:after {
  content: "\10f4ab";
}
.fad.fa-comment-check:after {
  content: "\10f4ac";
}
.fad.fa-comment-dollar:after {
  content: "\10f651";
}
.fad.fa-comment-dots:after {
  content: "\10f4ad";
}
.fad.fa-comment-edit:after {
  content: "\10f4ae";
}
.fad.fa-comment-exclamation:after {
  content: "\10f4af";
}
.fad.fa-comment-lines:after {
  content: "\10f4b0";
}
.fad.fa-comment-medical:after {
  content: "\10f7f5";
}
.fad.fa-comment-minus:after {
  content: "\10f4b1";
}
.fad.fa-comment-music:after {
  content: "\10f8b0";
}
.fad.fa-comment-plus:after {
  content: "\10f4b2";
}
.fad.fa-comment-slash:after {
  content: "\10f4b3";
}
.fad.fa-comment-smile:after {
  content: "\10f4b4";
}
.fad.fa-comment-times:after {
  content: "\10f4b5";
}
.fad.fa-comments:after {
  content: "\10f086";
}
.fad.fa-comments-alt:after {
  content: "\10f4b6";
}
.fad.fa-comments-alt-dollar:after {
  content: "\10f652";
}
.fad.fa-comments-dollar:after {
  content: "\10f653";
}
.fad.fa-compact-disc:after {
  content: "\10f51f";
}
.fad.fa-compass:after {
  content: "\10f14e";
}
.fad.fa-compass-slash:after {
  content: "\10f5e9";
}
.fad.fa-compress:after {
  content: "\10f066";
}
.fad.fa-compress-alt:after {
  content: "\10f422";
}
.fad.fa-compress-arrows-alt:after {
  content: "\10f78c";
}
.fad.fa-compress-wide:after {
  content: "\10f326";
}
.fad.fa-computer-classic:after {
  content: "\10f8b1";
}
.fad.fa-computer-speaker:after {
  content: "\10f8b2";
}
.fad.fa-concierge-bell:after {
  content: "\10f562";
}
.fad.fa-construction:after {
  content: "\10f85d";
}
.fad.fa-container-storage:after {
  content: "\10f4b7";
}
.fad.fa-conveyor-belt:after {
  content: "\10f46e";
}
.fad.fa-conveyor-belt-alt:after {
  content: "\10f46f";
}
.fad.fa-cookie:after {
  content: "\10f563";
}
.fad.fa-cookie-bite:after {
  content: "\10f564";
}
.fad.fa-copy:after {
  content: "\10f0c5";
}
.fad.fa-copyright:after {
  content: "\10f1f9";
}
.fad.fa-corn:after {
  content: "\10f6c7";
}
.fad.fa-couch:after {
  content: "\10f4b8";
}
.fad.fa-cow:after {
  content: "\10f6c8";
}
.fad.fa-cowbell:after {
  content: "\10f8b3";
}
.fad.fa-cowbell-more:after {
  content: "\10f8b4";
}
.fad.fa-credit-card:after {
  content: "\10f09d";
}
.fad.fa-credit-card-blank:after {
  content: "\10f389";
}
.fad.fa-credit-card-front:after {
  content: "\10f38a";
}
.fad.fa-cricket:after {
  content: "\10f449";
}
.fad.fa-croissant:after {
  content: "\10f7f6";
}
.fad.fa-crop:after {
  content: "\10f125";
}
.fad.fa-crop-alt:after {
  content: "\10f565";
}
.fad.fa-cross:after {
  content: "\10f654";
}
.fad.fa-crosshairs:after {
  content: "\10f05b";
}
.fad.fa-crow:after {
  content: "\10f520";
}
.fad.fa-crown:after {
  content: "\10f521";
}
.fad.fa-crutch:after {
  content: "\10f7f7";
}
.fad.fa-crutches:after {
  content: "\10f7f8";
}
.fad.fa-cube:after {
  content: "\10f1b2";
}
.fad.fa-cubes:after {
  content: "\10f1b3";
}
.fad.fa-curling:after {
  content: "\10f44a";
}
.fad.fa-cut:after {
  content: "\10f0c4";
}
.fad.fa-dagger:after {
  content: "\10f6cb";
}
.fad.fa-database:after {
  content: "\10f1c0";
}
.fad.fa-deaf:after {
  content: "\10f2a4";
}
.fad.fa-debug:after {
  content: "\10f7f9";
}
.fad.fa-deer:after {
  content: "\10f78e";
}
.fad.fa-deer-rudolph:after {
  content: "\10f78f";
}
.fad.fa-democrat:after {
  content: "\10f747";
}
.fad.fa-desktop:after {
  content: "\10f108";
}
.fad.fa-desktop-alt:after {
  content: "\10f390";
}
.fad.fa-dewpoint:after {
  content: "\10f748";
}
.fad.fa-dharmachakra:after {
  content: "\10f655";
}
.fad.fa-diagnoses:after {
  content: "\10f470";
}
.fad.fa-diamond:after {
  content: "\10f219";
}
.fad.fa-dice:after {
  content: "\10f522";
}
.fad.fa-dice-d10:after {
  content: "\10f6cd";
}
.fad.fa-dice-d12:after {
  content: "\10f6ce";
}
.fad.fa-dice-d20:after {
  content: "\10f6cf";
}
.fad.fa-dice-d4:after {
  content: "\10f6d0";
}
.fad.fa-dice-d6:after {
  content: "\10f6d1";
}
.fad.fa-dice-d8:after {
  content: "\10f6d2";
}
.fad.fa-dice-five:after {
  content: "\10f523";
}
.fad.fa-dice-four:after {
  content: "\10f524";
}
.fad.fa-dice-one:after {
  content: "\10f525";
}
.fad.fa-dice-six:after {
  content: "\10f526";
}
.fad.fa-dice-three:after {
  content: "\10f527";
}
.fad.fa-dice-two:after {
  content: "\10f528";
}
.fad.fa-digging:after {
  content: "\10f85e";
}
.fad.fa-digital-tachograph:after {
  content: "\10f566";
}
.fad.fa-diploma:after {
  content: "\10f5ea";
}
.fad.fa-directions:after {
  content: "\10f5eb";
}
.fad.fa-disc-drive:after {
  content: "\10f8b5";
}
.fad.fa-disease:after {
  content: "\10f7fa";
}
.fad.fa-divide:after {
  content: "\10f529";
}
.fad.fa-dizzy:after {
  content: "\10f567";
}
.fad.fa-dna:after {
  content: "\10f471";
}
.fad.fa-do-not-enter:after {
  content: "\10f5ec";
}
.fad.fa-dog:after {
  content: "\10f6d3";
}
.fad.fa-dog-leashed:after {
  content: "\10f6d4";
}
.fad.fa-dollar-sign:after {
  content: "\10f155";
}
.fad.fa-dolly:after {
  content: "\10f472";
}
.fad.fa-dolly-empty:after {
  content: "\10f473";
}
.fad.fa-dolly-flatbed:after {
  content: "\10f474";
}
.fad.fa-dolly-flatbed-alt:after {
  content: "\10f475";
}
.fad.fa-dolly-flatbed-empty:after {
  content: "\10f476";
}
.fad.fa-donate:after {
  content: "\10f4b9";
}
.fad.fa-door-closed:after {
  content: "\10f52a";
}
.fad.fa-door-open:after {
  content: "\10f52b";
}
.fad.fa-dot-circle:after {
  content: "\10f192";
}
.fad.fa-dove:after {
  content: "\10f4ba";
}
.fad.fa-download:after {
  content: "\10f019";
}
.fad.fa-drafting-compass:after {
  content: "\10f568";
}
.fad.fa-dragon:after {
  content: "\10f6d5";
}
.fad.fa-draw-circle:after {
  content: "\10f5ed";
}
.fad.fa-draw-polygon:after {
  content: "\10f5ee";
}
.fad.fa-draw-square:after {
  content: "\10f5ef";
}
.fad.fa-dreidel:after {
  content: "\10f792";
}
.fad.fa-drone:after {
  content: "\10f85f";
}
.fad.fa-drone-alt:after {
  content: "\10f860";
}
.fad.fa-drum:after {
  content: "\10f569";
}
.fad.fa-drum-steelpan:after {
  content: "\10f56a";
}
.fad.fa-drumstick:after {
  content: "\10f6d6";
}
.fad.fa-drumstick-bite:after {
  content: "\10f6d7";
}
.fad.fa-dryer:after {
  content: "\10f861";
}
.fad.fa-dryer-alt:after {
  content: "\10f862";
}
.fad.fa-duck:after {
  content: "\10f6d8";
}
.fad.fa-dumbbell:after {
  content: "\10f44b";
}
.fad.fa-dumpster:after {
  content: "\10f793";
}
.fad.fa-dumpster-fire:after {
  content: "\10f794";
}
.fad.fa-dungeon:after {
  content: "\10f6d9";
}
.fad.fa-ear:after {
  content: "\10f5f0";
}
.fad.fa-ear-muffs:after {
  content: "\10f795";
}
.fad.fa-eclipse:after {
  content: "\10f749";
}
.fad.fa-eclipse-alt:after {
  content: "\10f74a";
}
.fad.fa-edit:after {
  content: "\10f044";
}
.fad.fa-egg:after {
  content: "\10f7fb";
}
.fad.fa-egg-fried:after {
  content: "\10f7fc";
}
.fad.fa-eject:after {
  content: "\10f052";
}
.fad.fa-elephant:after {
  content: "\10f6da";
}
.fad.fa-ellipsis-h:after {
  content: "\10f141";
}
.fad.fa-ellipsis-h-alt:after {
  content: "\10f39b";
}
.fad.fa-ellipsis-v:after {
  content: "\10f142";
}
.fad.fa-ellipsis-v-alt:after {
  content: "\10f39c";
}
.fad.fa-empty-set:after {
  content: "\10f656";
}
.fad.fa-engine-warning:after {
  content: "\10f5f2";
}
.fad.fa-envelope:after {
  content: "\10f0e0";
}
.fad.fa-envelope-open:after {
  content: "\10f2b6";
}
.fad.fa-envelope-open-dollar:after {
  content: "\10f657";
}
.fad.fa-envelope-open-text:after {
  content: "\10f658";
}
.fad.fa-envelope-square:after {
  content: "\10f199";
}
.fad.fa-equals:after {
  content: "\10f52c";
}
.fad.fa-eraser:after {
  content: "\10f12d";
}
.fad.fa-ethernet:after {
  content: "\10f796";
}
.fad.fa-euro-sign:after {
  content: "\10f153";
}
.fad.fa-exchange:after {
  content: "\10f0ec";
}
.fad.fa-exchange-alt:after {
  content: "\10f362";
}
.fad.fa-exclamation:after {
  content: "\10f12a";
}
.fad.fa-exclamation-circle:after {
  content: "\10f06a";
}
.fad.fa-exclamation-square:after {
  content: "\10f321";
}
.fad.fa-exclamation-triangle:after {
  content: "\10f071";
}
.fad.fa-expand:after {
  content: "\10f065";
}
.fad.fa-expand-alt:after {
  content: "\10f424";
}
.fad.fa-expand-arrows:after {
  content: "\10f31d";
}
.fad.fa-expand-arrows-alt:after {
  content: "\10f31e";
}
.fad.fa-expand-wide:after {
  content: "\10f320";
}
.fad.fa-external-link:after {
  content: "\10f08e";
}
.fad.fa-external-link-alt:after {
  content: "\10f35d";
}
.fad.fa-external-link-square:after {
  content: "\10f14c";
}
.fad.fa-external-link-square-alt:after {
  content: "\10f360";
}
.fad.fa-eye:after {
  content: "\10f06e";
}
.fad.fa-eye-dropper:after {
  content: "\10f1fb";
}
.fad.fa-eye-evil:after {
  content: "\10f6db";
}
.fad.fa-eye-slash:after {
  content: "\10f070";
}
.fad.fa-fan:after {
  content: "\10f863";
}
.fad.fa-fan-table:after {
  content: "\10e004";
}
.fad.fa-farm:after {
  content: "\10f864";
}
.fad.fa-fast-backward:after {
  content: "\10f049";
}
.fad.fa-fast-forward:after {
  content: "\10f050";
}
.fad.fa-faucet:after {
  content: "\10e005";
}
.fad.fa-faucet-drip:after {
  content: "\10e006";
}
.fad.fa-fax:after {
  content: "\10f1ac";
}
.fad.fa-feather:after {
  content: "\10f52d";
}
.fad.fa-feather-alt:after {
  content: "\10f56b";
}
.fad.fa-female:after {
  content: "\10f182";
}
.fad.fa-field-hockey:after {
  content: "\10f44c";
}
.fad.fa-fighter-jet:after {
  content: "\10f0fb";
}
.fad.fa-file:after {
  content: "\10f15b";
}
.fad.fa-file-alt:after {
  content: "\10f15c";
}
.fad.fa-file-archive:after {
  content: "\10f1c6";
}
.fad.fa-file-audio:after {
  content: "\10f1c7";
}
.fad.fa-file-certificate:after {
  content: "\10f5f3";
}
.fad.fa-file-chart-line:after {
  content: "\10f659";
}
.fad.fa-file-chart-pie:after {
  content: "\10f65a";
}
.fad.fa-file-check:after {
  content: "\10f316";
}
.fad.fa-file-code:after {
  content: "\10f1c9";
}
.fad.fa-file-contract:after {
  content: "\10f56c";
}
.fad.fa-file-csv:after {
  content: "\10f6dd";
}
.fad.fa-file-download:after {
  content: "\10f56d";
}
.fad.fa-file-edit:after {
  content: "\10f31c";
}
.fad.fa-file-excel:after {
  content: "\10f1c3";
}
.fad.fa-file-exclamation:after {
  content: "\10f31a";
}
.fad.fa-file-export:after {
  content: "\10f56e";
}
.fad.fa-file-image:after {
  content: "\10f1c5";
}
.fad.fa-file-import:after {
  content: "\10f56f";
}
.fad.fa-file-invoice:after {
  content: "\10f570";
}
.fad.fa-file-invoice-dollar:after {
  content: "\10f571";
}
.fad.fa-file-medical:after {
  content: "\10f477";
}
.fad.fa-file-medical-alt:after {
  content: "\10f478";
}
.fad.fa-file-minus:after {
  content: "\10f318";
}
.fad.fa-file-music:after {
  content: "\10f8b6";
}
.fad.fa-file-pdf:after {
  content: "\10f1c1";
}
.fad.fa-file-plus:after {
  content: "\10f319";
}
.fad.fa-file-powerpoint:after {
  content: "\10f1c4";
}
.fad.fa-file-prescription:after {
  content: "\10f572";
}
.fad.fa-file-search:after {
  content: "\10f865";
}
.fad.fa-file-signature:after {
  content: "\10f573";
}
.fad.fa-file-spreadsheet:after {
  content: "\10f65b";
}
.fad.fa-file-times:after {
  content: "\10f317";
}
.fad.fa-file-upload:after {
  content: "\10f574";
}
.fad.fa-file-user:after {
  content: "\10f65c";
}
.fad.fa-file-video:after {
  content: "\10f1c8";
}
.fad.fa-file-word:after {
  content: "\10f1c2";
}
.fad.fa-files-medical:after {
  content: "\10f7fd";
}
.fad.fa-fill:after {
  content: "\10f575";
}
.fad.fa-fill-drip:after {
  content: "\10f576";
}
.fad.fa-film:after {
  content: "\10f008";
}
.fad.fa-film-alt:after {
  content: "\10f3a0";
}
.fad.fa-film-canister:after {
  content: "\10f8b7";
}
.fad.fa-filter:after {
  content: "\10f0b0";
}
.fad.fa-fingerprint:after {
  content: "\10f577";
}
.fad.fa-fire:after {
  content: "\10f06d";
}
.fad.fa-fire-alt:after {
  content: "\10f7e4";
}
.fad.fa-fire-extinguisher:after {
  content: "\10f134";
}
.fad.fa-fire-smoke:after {
  content: "\10f74b";
}
.fad.fa-fireplace:after {
  content: "\10f79a";
}
.fad.fa-first-aid:after {
  content: "\10f479";
}
.fad.fa-fish:after {
  content: "\10f578";
}
.fad.fa-fish-cooked:after {
  content: "\10f7fe";
}
.fad.fa-fist-raised:after {
  content: "\10f6de";
}
.fad.fa-flag:after {
  content: "\10f024";
}
.fad.fa-flag-alt:after {
  content: "\10f74c";
}
.fad.fa-flag-checkered:after {
  content: "\10f11e";
}
.fad.fa-flag-usa:after {
  content: "\10f74d";
}
.fad.fa-flame:after {
  content: "\10f6df";
}
.fad.fa-flashlight:after {
  content: "\10f8b8";
}
.fad.fa-flask:after {
  content: "\10f0c3";
}
.fad.fa-flask-poison:after {
  content: "\10f6e0";
}
.fad.fa-flask-potion:after {
  content: "\10f6e1";
}
.fad.fa-flower:after {
  content: "\10f7ff";
}
.fad.fa-flower-daffodil:after {
  content: "\10f800";
}
.fad.fa-flower-tulip:after {
  content: "\10f801";
}
.fad.fa-flushed:after {
  content: "\10f579";
}
.fad.fa-flute:after {
  content: "\10f8b9";
}
.fad.fa-flux-capacitor:after {
  content: "\10f8ba";
}
.fad.fa-fog:after {
  content: "\10f74e";
}
.fad.fa-folder:after {
  content: "\10f07b";
}
.fad.fa-folder-download:after {
  content: "\10e053";
}
.fad.fa-folder-minus:after {
  content: "\10f65d";
}
.fad.fa-folder-open:after {
  content: "\10f07c";
}
.fad.fa-folder-plus:after {
  content: "\10f65e";
}
.fad.fa-folder-times:after {
  content: "\10f65f";
}
.fad.fa-folder-tree:after {
  content: "\10f802";
}
.fad.fa-folder-upload:after {
  content: "\10e054";
}
.fad.fa-folders:after {
  content: "\10f660";
}
.fad.fa-font:after {
  content: "\10f031";
}
.fad.fa-font-awesome-logo-full:after {
  content: "\10f4e6";
}
.fad.fa-font-case:after {
  content: "\10f866";
}
.fad.fa-football-ball:after {
  content: "\10f44e";
}
.fad.fa-football-helmet:after {
  content: "\10f44f";
}
.fad.fa-forklift:after {
  content: "\10f47a";
}
.fad.fa-forward:after {
  content: "\10f04e";
}
.fad.fa-fragile:after {
  content: "\10f4bb";
}
.fad.fa-french-fries:after {
  content: "\10f803";
}
.fad.fa-frog:after {
  content: "\10f52e";
}
.fad.fa-frosty-head:after {
  content: "\10f79b";
}
.fad.fa-frown:after {
  content: "\10f119";
}
.fad.fa-frown-open:after {
  content: "\10f57a";
}
.fad.fa-function:after {
  content: "\10f661";
}
.fad.fa-funnel-dollar:after {
  content: "\10f662";
}
.fad.fa-futbol:after {
  content: "\10f1e3";
}
.fad.fa-galaxy:after {
  content: "\10e008";
}
.fad.fa-game-board:after {
  content: "\10f867";
}
.fad.fa-game-board-alt:after {
  content: "\10f868";
}
.fad.fa-game-console-handheld:after {
  content: "\10f8bb";
}
.fad.fa-gamepad:after {
  content: "\10f11b";
}
.fad.fa-gamepad-alt:after {
  content: "\10f8bc";
}
.fad.fa-garage:after {
  content: "\10e009";
}
.fad.fa-garage-car:after {
  content: "\10e00a";
}
.fad.fa-garage-open:after {
  content: "\10e00b";
}
.fad.fa-gas-pump:after {
  content: "\10f52f";
}
.fad.fa-gas-pump-slash:after {
  content: "\10f5f4";
}
.fad.fa-gavel:after {
  content: "\10f0e3";
}
.fad.fa-gem:after {
  content: "\10f3a5";
}
.fad.fa-genderless:after {
  content: "\10f22d";
}
.fad.fa-ghost:after {
  content: "\10f6e2";
}
.fad.fa-gift:after {
  content: "\10f06b";
}
.fad.fa-gift-card:after {
  content: "\10f663";
}
.fad.fa-gifts:after {
  content: "\10f79c";
}
.fad.fa-gingerbread-man:after {
  content: "\10f79d";
}
.fad.fa-glass:after {
  content: "\10f804";
}
.fad.fa-glass-champagne:after {
  content: "\10f79e";
}
.fad.fa-glass-cheers:after {
  content: "\10f79f";
}
.fad.fa-glass-citrus:after {
  content: "\10f869";
}
.fad.fa-glass-martini:after {
  content: "\10f000";
}
.fad.fa-glass-martini-alt:after {
  content: "\10f57b";
}
.fad.fa-glass-whiskey:after {
  content: "\10f7a0";
}
.fad.fa-glass-whiskey-rocks:after {
  content: "\10f7a1";
}
.fad.fa-glasses:after {
  content: "\10f530";
}
.fad.fa-glasses-alt:after {
  content: "\10f5f5";
}
.fad.fa-globe:after {
  content: "\10f0ac";
}
.fad.fa-globe-africa:after {
  content: "\10f57c";
}
.fad.fa-globe-americas:after {
  content: "\10f57d";
}
.fad.fa-globe-asia:after {
  content: "\10f57e";
}
.fad.fa-globe-europe:after {
  content: "\10f7a2";
}
.fad.fa-globe-snow:after {
  content: "\10f7a3";
}
.fad.fa-globe-stand:after {
  content: "\10f5f6";
}
.fad.fa-golf-ball:after {
  content: "\10f450";
}
.fad.fa-golf-club:after {
  content: "\10f451";
}
.fad.fa-gopuram:after {
  content: "\10f664";
}
.fad.fa-graduation-cap:after {
  content: "\10f19d";
}
.fad.fa-gramophone:after {
  content: "\10f8bd";
}
.fad.fa-greater-than:after {
  content: "\10f531";
}
.fad.fa-greater-than-equal:after {
  content: "\10f532";
}
.fad.fa-grimace:after {
  content: "\10f57f";
}
.fad.fa-grin:after {
  content: "\10f580";
}
.fad.fa-grin-alt:after {
  content: "\10f581";
}
.fad.fa-grin-beam:after {
  content: "\10f582";
}
.fad.fa-grin-beam-sweat:after {
  content: "\10f583";
}
.fad.fa-grin-hearts:after {
  content: "\10f584";
}
.fad.fa-grin-squint:after {
  content: "\10f585";
}
.fad.fa-grin-squint-tears:after {
  content: "\10f586";
}
.fad.fa-grin-stars:after {
  content: "\10f587";
}
.fad.fa-grin-tears:after {
  content: "\10f588";
}
.fad.fa-grin-tongue:after {
  content: "\10f589";
}
.fad.fa-grin-tongue-squint:after {
  content: "\10f58a";
}
.fad.fa-grin-tongue-wink:after {
  content: "\10f58b";
}
.fad.fa-grin-wink:after {
  content: "\10f58c";
}
.fad.fa-grip-horizontal:after {
  content: "\10f58d";
}
.fad.fa-grip-lines:after {
  content: "\10f7a4";
}
.fad.fa-grip-lines-vertical:after {
  content: "\10f7a5";
}
.fad.fa-grip-vertical:after {
  content: "\10f58e";
}
.fad.fa-guitar:after {
  content: "\10f7a6";
}
.fad.fa-guitar-electric:after {
  content: "\10f8be";
}
.fad.fa-guitars:after {
  content: "\10f8bf";
}
.fad.fa-h-square:after {
  content: "\10f0fd";
}
.fad.fa-h1:after {
  content: "\10f313";
}
.fad.fa-h2:after {
  content: "\10f314";
}
.fad.fa-h3:after {
  content: "\10f315";
}
.fad.fa-h4:after {
  content: "\10f86a";
}
.fad.fa-hamburger:after {
  content: "\10f805";
}
.fad.fa-hammer:after {
  content: "\10f6e3";
}
.fad.fa-hammer-war:after {
  content: "\10f6e4";
}
.fad.fa-hamsa:after {
  content: "\10f665";
}
.fad.fa-hand-heart:after {
  content: "\10f4bc";
}
.fad.fa-hand-holding:after {
  content: "\10f4bd";
}
.fad.fa-hand-holding-box:after {
  content: "\10f47b";
}
.fad.fa-hand-holding-heart:after {
  content: "\10f4be";
}
.fad.fa-hand-holding-magic:after {
  content: "\10f6e5";
}
.fad.fa-hand-holding-medical:after {
  content: "\10e05c";
}
.fad.fa-hand-holding-seedling:after {
  content: "\10f4bf";
}
.fad.fa-hand-holding-usd:after {
  content: "\10f4c0";
}
.fad.fa-hand-holding-water:after {
  content: "\10f4c1";
}
.fad.fa-hand-lizard:after {
  content: "\10f258";
}
.fad.fa-hand-middle-finger:after {
  content: "\10f806";
}
.fad.fa-hand-paper:after {
  content: "\10f256";
}
.fad.fa-hand-peace:after {
  content: "\10f25b";
}
.fad.fa-hand-point-down:after {
  content: "\10f0a7";
}
.fad.fa-hand-point-left:after {
  content: "\10f0a5";
}
.fad.fa-hand-point-right:after {
  content: "\10f0a4";
}
.fad.fa-hand-point-up:after {
  content: "\10f0a6";
}
.fad.fa-hand-pointer:after {
  content: "\10f25a";
}
.fad.fa-hand-receiving:after {
  content: "\10f47c";
}
.fad.fa-hand-rock:after {
  content: "\10f255";
}
.fad.fa-hand-scissors:after {
  content: "\10f257";
}
.fad.fa-hand-sparkles:after {
  content: "\10e05d";
}
.fad.fa-hand-spock:after {
  content: "\10f259";
}
.fad.fa-hands:after {
  content: "\10f4c2";
}
.fad.fa-hands-heart:after {
  content: "\10f4c3";
}
.fad.fa-hands-helping:after {
  content: "\10f4c4";
}
.fad.fa-hands-usd:after {
  content: "\10f4c5";
}
.fad.fa-hands-wash:after {
  content: "\10e05e";
}
.fad.fa-handshake:after {
  content: "\10f2b5";
}
.fad.fa-handshake-alt:after {
  content: "\10f4c6";
}
.fad.fa-handshake-alt-slash:after {
  content: "\10e05f";
}
.fad.fa-handshake-slash:after {
  content: "\10e060";
}
.fad.fa-hanukiah:after {
  content: "\10f6e6";
}
.fad.fa-hard-hat:after {
  content: "\10f807";
}
.fad.fa-hashtag:after {
  content: "\10f292";
}
.fad.fa-hat-chef:after {
  content: "\10f86b";
}
.fad.fa-hat-cowboy:after {
  content: "\10f8c0";
}
.fad.fa-hat-cowboy-side:after {
  content: "\10f8c1";
}
.fad.fa-hat-santa:after {
  content: "\10f7a7";
}
.fad.fa-hat-winter:after {
  content: "\10f7a8";
}
.fad.fa-hat-witch:after {
  content: "\10f6e7";
}
.fad.fa-hat-wizard:after {
  content: "\10f6e8";
}
.fad.fa-hdd:after {
  content: "\10f0a0";
}
.fad.fa-head-side:after {
  content: "\10f6e9";
}
.fad.fa-head-side-brain:after {
  content: "\10f808";
}
.fad.fa-head-side-cough:after {
  content: "\10e061";
}
.fad.fa-head-side-cough-slash:after {
  content: "\10e062";
}
.fad.fa-head-side-headphones:after {
  content: "\10f8c2";
}
.fad.fa-head-side-mask:after {
  content: "\10e063";
}
.fad.fa-head-side-medical:after {
  content: "\10f809";
}
.fad.fa-head-side-virus:after {
  content: "\10e064";
}
.fad.fa-head-vr:after {
  content: "\10f6ea";
}
.fad.fa-heading:after {
  content: "\10f1dc";
}
.fad.fa-headphones:after {
  content: "\10f025";
}
.fad.fa-headphones-alt:after {
  content: "\10f58f";
}
.fad.fa-headset:after {
  content: "\10f590";
}
.fad.fa-heart:after {
  content: "\10f004";
}
.fad.fa-heart-broken:after {
  content: "\10f7a9";
}
.fad.fa-heart-circle:after {
  content: "\10f4c7";
}
.fad.fa-heart-rate:after {
  content: "\10f5f8";
}
.fad.fa-heart-square:after {
  content: "\10f4c8";
}
.fad.fa-heartbeat:after {
  content: "\10f21e";
}
.fad.fa-heat:after {
  content: "\10e00c";
}
.fad.fa-helicopter:after {
  content: "\10f533";
}
.fad.fa-helmet-battle:after {
  content: "\10f6eb";
}
.fad.fa-hexagon:after {
  content: "\10f312";
}
.fad.fa-highlighter:after {
  content: "\10f591";
}
.fad.fa-hiking:after {
  content: "\10f6ec";
}
.fad.fa-hippo:after {
  content: "\10f6ed";
}
.fad.fa-history:after {
  content: "\10f1da";
}
.fad.fa-hockey-mask:after {
  content: "\10f6ee";
}
.fad.fa-hockey-puck:after {
  content: "\10f453";
}
.fad.fa-hockey-sticks:after {
  content: "\10f454";
}
.fad.fa-holly-berry:after {
  content: "\10f7aa";
}
.fad.fa-home:after {
  content: "\10f015";
}
.fad.fa-home-alt:after {
  content: "\10f80a";
}
.fad.fa-home-heart:after {
  content: "\10f4c9";
}
.fad.fa-home-lg:after {
  content: "\10f80b";
}
.fad.fa-home-lg-alt:after {
  content: "\10f80c";
}
.fad.fa-hood-cloak:after {
  content: "\10f6ef";
}
.fad.fa-horizontal-rule:after {
  content: "\10f86c";
}
.fad.fa-horse:after {
  content: "\10f6f0";
}
.fad.fa-horse-head:after {
  content: "\10f7ab";
}
.fad.fa-horse-saddle:after {
  content: "\10f8c3";
}
.fad.fa-hospital:after {
  content: "\10f0f8";
}
.fad.fa-hospital-alt:after {
  content: "\10f47d";
}
.fad.fa-hospital-symbol:after {
  content: "\10f47e";
}
.fad.fa-hospital-user:after {
  content: "\10f80d";
}
.fad.fa-hospitals:after {
  content: "\10f80e";
}
.fad.fa-hot-tub:after {
  content: "\10f593";
}
.fad.fa-hotdog:after {
  content: "\10f80f";
}
.fad.fa-hotel:after {
  content: "\10f594";
}
.fad.fa-hourglass:after {
  content: "\10f254";
}
.fad.fa-hourglass-end:after {
  content: "\10f253";
}
.fad.fa-hourglass-half:after {
  content: "\10f252";
}
.fad.fa-hourglass-start:after {
  content: "\10f251";
}
.fad.fa-house:after {
  content: "\10e00d";
}
.fad.fa-house-damage:after {
  content: "\10f6f1";
}
.fad.fa-house-day:after {
  content: "\10e00e";
}
.fad.fa-house-flood:after {
  content: "\10f74f";
}
.fad.fa-house-leave:after {
  content: "\10e00f";
}
.fad.fa-house-night:after {
  content: "\10e010";
}
.fad.fa-house-return:after {
  content: "\10e011";
}
.fad.fa-house-signal:after {
  content: "\10e012";
}
.fad.fa-house-user:after {
  content: "\10e065";
}
.fad.fa-hryvnia:after {
  content: "\10f6f2";
}
.fad.fa-humidity:after {
  content: "\10f750";
}
.fad.fa-hurricane:after {
  content: "\10f751";
}
.fad.fa-i-cursor:after {
  content: "\10f246";
}
.fad.fa-ice-cream:after {
  content: "\10f810";
}
.fad.fa-ice-skate:after {
  content: "\10f7ac";
}
.fad.fa-icicles:after {
  content: "\10f7ad";
}
.fad.fa-icons:after {
  content: "\10f86d";
}
.fad.fa-icons-alt:after {
  content: "\10f86e";
}
.fad.fa-id-badge:after {
  content: "\10f2c1";
}
.fad.fa-id-card:after {
  content: "\10f2c2";
}
.fad.fa-id-card-alt:after {
  content: "\10f47f";
}
.fad.fa-igloo:after {
  content: "\10f7ae";
}
.fad.fa-image:after {
  content: "\10f03e";
}
.fad.fa-image-polaroid:after {
  content: "\10f8c4";
}
.fad.fa-images:after {
  content: "\10f302";
}
.fad.fa-inbox:after {
  content: "\10f01c";
}
.fad.fa-inbox-in:after {
  content: "\10f310";
}
.fad.fa-inbox-out:after {
  content: "\10f311";
}
.fad.fa-indent:after {
  content: "\10f03c";
}
.fad.fa-industry:after {
  content: "\10f275";
}
.fad.fa-industry-alt:after {
  content: "\10f3b3";
}
.fad.fa-infinity:after {
  content: "\10f534";
}
.fad.fa-info:after {
  content: "\10f129";
}
.fad.fa-info-circle:after {
  content: "\10f05a";
}
.fad.fa-info-square:after {
  content: "\10f30f";
}
.fad.fa-inhaler:after {
  content: "\10f5f9";
}
.fad.fa-integral:after {
  content: "\10f667";
}
.fad.fa-intersection:after {
  content: "\10f668";
}
.fad.fa-inventory:after {
  content: "\10f480";
}
.fad.fa-island-tropical:after {
  content: "\10f811";
}
.fad.fa-italic:after {
  content: "\10f033";
}
.fad.fa-jack-o-lantern:after {
  content: "\10f30e";
}
.fad.fa-jedi:after {
  content: "\10f669";
}
.fad.fa-joint:after {
  content: "\10f595";
}
.fad.fa-journal-whills:after {
  content: "\10f66a";
}
.fad.fa-joystick:after {
  content: "\10f8c5";
}
.fad.fa-jug:after {
  content: "\10f8c6";
}
.fad.fa-kaaba:after {
  content: "\10f66b";
}
.fad.fa-kazoo:after {
  content: "\10f8c7";
}
.fad.fa-kerning:after {
  content: "\10f86f";
}
.fad.fa-key:after {
  content: "\10f084";
}
.fad.fa-key-skeleton:after {
  content: "\10f6f3";
}
.fad.fa-keyboard:after {
  content: "\10f11c";
}
.fad.fa-keynote:after {
  content: "\10f66c";
}
.fad.fa-khanda:after {
  content: "\10f66d";
}
.fad.fa-kidneys:after {
  content: "\10f5fb";
}
.fad.fa-kiss:after {
  content: "\10f596";
}
.fad.fa-kiss-beam:after {
  content: "\10f597";
}
.fad.fa-kiss-wink-heart:after {
  content: "\10f598";
}
.fad.fa-kite:after {
  content: "\10f6f4";
}
.fad.fa-kiwi-bird:after {
  content: "\10f535";
}
.fad.fa-knife-kitchen:after {
  content: "\10f6f5";
}
.fad.fa-lambda:after {
  content: "\10f66e";
}
.fad.fa-lamp:after {
  content: "\10f4ca";
}
.fad.fa-lamp-desk:after {
  content: "\10e014";
}
.fad.fa-lamp-floor:after {
  content: "\10e015";
}
.fad.fa-landmark:after {
  content: "\10f66f";
}
.fad.fa-landmark-alt:after {
  content: "\10f752";
}
.fad.fa-language:after {
  content: "\10f1ab";
}
.fad.fa-laptop:after {
  content: "\10f109";
}
.fad.fa-laptop-code:after {
  content: "\10f5fc";
}
.fad.fa-laptop-house:after {
  content: "\10e066";
}
.fad.fa-laptop-medical:after {
  content: "\10f812";
}
.fad.fa-lasso:after {
  content: "\10f8c8";
}
.fad.fa-laugh:after {
  content: "\10f599";
}
.fad.fa-laugh-beam:after {
  content: "\10f59a";
}
.fad.fa-laugh-squint:after {
  content: "\10f59b";
}
.fad.fa-laugh-wink:after {
  content: "\10f59c";
}
.fad.fa-layer-group:after {
  content: "\10f5fd";
}
.fad.fa-layer-minus:after {
  content: "\10f5fe";
}
.fad.fa-layer-plus:after {
  content: "\10f5ff";
}
.fad.fa-leaf:after {
  content: "\10f06c";
}
.fad.fa-leaf-heart:after {
  content: "\10f4cb";
}
.fad.fa-leaf-maple:after {
  content: "\10f6f6";
}
.fad.fa-leaf-oak:after {
  content: "\10f6f7";
}
.fad.fa-lemon:after {
  content: "\10f094";
}
.fad.fa-less-than:after {
  content: "\10f536";
}
.fad.fa-less-than-equal:after {
  content: "\10f537";
}
.fad.fa-level-down:after {
  content: "\10f149";
}
.fad.fa-level-down-alt:after {
  content: "\10f3be";
}
.fad.fa-level-up:after {
  content: "\10f148";
}
.fad.fa-level-up-alt:after {
  content: "\10f3bf";
}
.fad.fa-life-ring:after {
  content: "\10f1cd";
}
.fad.fa-light-ceiling:after {
  content: "\10e016";
}
.fad.fa-light-switch:after {
  content: "\10e017";
}
.fad.fa-light-switch-off:after {
  content: "\10e018";
}
.fad.fa-light-switch-on:after {
  content: "\10e019";
}
.fad.fa-lightbulb:after {
  content: "\10f0eb";
}
.fad.fa-lightbulb-dollar:after {
  content: "\10f670";
}
.fad.fa-lightbulb-exclamation:after {
  content: "\10f671";
}
.fad.fa-lightbulb-on:after {
  content: "\10f672";
}
.fad.fa-lightbulb-slash:after {
  content: "\10f673";
}
.fad.fa-lights-holiday:after {
  content: "\10f7b2";
}
.fad.fa-line-columns:after {
  content: "\10f870";
}
.fad.fa-line-height:after {
  content: "\10f871";
}
.fad.fa-link:after {
  content: "\10f0c1";
}
.fad.fa-lips:after {
  content: "\10f600";
}
.fad.fa-lira-sign:after {
  content: "\10f195";
}
.fad.fa-list:after {
  content: "\10f03a";
}
.fad.fa-list-alt:after {
  content: "\10f022";
}
.fad.fa-list-music:after {
  content: "\10f8c9";
}
.fad.fa-list-ol:after {
  content: "\10f0cb";
}
.fad.fa-list-ul:after {
  content: "\10f0ca";
}
.fad.fa-location:after {
  content: "\10f601";
}
.fad.fa-location-arrow:after {
  content: "\10f124";
}
.fad.fa-location-circle:after {
  content: "\10f602";
}
.fad.fa-location-slash:after {
  content: "\10f603";
}
.fad.fa-lock:after {
  content: "\10f023";
}
.fad.fa-lock-alt:after {
  content: "\10f30d";
}
.fad.fa-lock-open:after {
  content: "\10f3c1";
}
.fad.fa-lock-open-alt:after {
  content: "\10f3c2";
}
.fad.fa-long-arrow-alt-down:after {
  content: "\10f309";
}
.fad.fa-long-arrow-alt-left:after {
  content: "\10f30a";
}
.fad.fa-long-arrow-alt-right:after {
  content: "\10f30b";
}
.fad.fa-long-arrow-alt-up:after {
  content: "\10f30c";
}
.fad.fa-long-arrow-down:after {
  content: "\10f175";
}
.fad.fa-long-arrow-left:after {
  content: "\10f177";
}
.fad.fa-long-arrow-right:after {
  content: "\10f178";
}
.fad.fa-long-arrow-up:after {
  content: "\10f176";
}
.fad.fa-loveseat:after {
  content: "\10f4cc";
}
.fad.fa-low-vision:after {
  content: "\10f2a8";
}
.fad.fa-luchador:after {
  content: "\10f455";
}
.fad.fa-luggage-cart:after {
  content: "\10f59d";
}
.fad.fa-lungs:after {
  content: "\10f604";
}
.fad.fa-lungs-virus:after {
  content: "\10e067";
}
.fad.fa-mace:after {
  content: "\10f6f8";
}
.fad.fa-magic:after {
  content: "\10f0d0";
}
.fad.fa-magnet:after {
  content: "\10f076";
}
.fad.fa-mail-bulk:after {
  content: "\10f674";
}
.fad.fa-mailbox:after {
  content: "\10f813";
}
.fad.fa-male:after {
  content: "\10f183";
}
.fad.fa-mandolin:after {
  content: "\10f6f9";
}
.fad.fa-map:after {
  content: "\10f279";
}
.fad.fa-map-marked:after {
  content: "\10f59f";
}
.fad.fa-map-marked-alt:after {
  content: "\10f5a0";
}
.fad.fa-map-marker:after {
  content: "\10f041";
}
.fad.fa-map-marker-alt:after {
  content: "\10f3c5";
}
.fad.fa-map-marker-alt-slash:after {
  content: "\10f605";
}
.fad.fa-map-marker-check:after {
  content: "\10f606";
}
.fad.fa-map-marker-edit:after {
  content: "\10f607";
}
.fad.fa-map-marker-exclamation:after {
  content: "\10f608";
}
.fad.fa-map-marker-minus:after {
  content: "\10f609";
}
.fad.fa-map-marker-plus:after {
  content: "\10f60a";
}
.fad.fa-map-marker-question:after {
  content: "\10f60b";
}
.fad.fa-map-marker-slash:after {
  content: "\10f60c";
}
.fad.fa-map-marker-smile:after {
  content: "\10f60d";
}
.fad.fa-map-marker-times:after {
  content: "\10f60e";
}
.fad.fa-map-pin:after {
  content: "\10f276";
}
.fad.fa-map-signs:after {
  content: "\10f277";
}
.fad.fa-marker:after {
  content: "\10f5a1";
}
.fad.fa-mars:after {
  content: "\10f222";
}
.fad.fa-mars-double:after {
  content: "\10f227";
}
.fad.fa-mars-stroke:after {
  content: "\10f229";
}
.fad.fa-mars-stroke-h:after {
  content: "\10f22b";
}
.fad.fa-mars-stroke-v:after {
  content: "\10f22a";
}
.fad.fa-mask:after {
  content: "\10f6fa";
}
.fad.fa-meat:after {
  content: "\10f814";
}
.fad.fa-medal:after {
  content: "\10f5a2";
}
.fad.fa-medkit:after {
  content: "\10f0fa";
}
.fad.fa-megaphone:after {
  content: "\10f675";
}
.fad.fa-meh:after {
  content: "\10f11a";
}
.fad.fa-meh-blank:after {
  content: "\10f5a4";
}
.fad.fa-meh-rolling-eyes:after {
  content: "\10f5a5";
}
.fad.fa-memory:after {
  content: "\10f538";
}
.fad.fa-menorah:after {
  content: "\10f676";
}
.fad.fa-mercury:after {
  content: "\10f223";
}
.fad.fa-meteor:after {
  content: "\10f753";
}
.fad.fa-microchip:after {
  content: "\10f2db";
}
.fad.fa-microphone:after {
  content: "\10f130";
}
.fad.fa-microphone-alt:after {
  content: "\10f3c9";
}
.fad.fa-microphone-alt-slash:after {
  content: "\10f539";
}
.fad.fa-microphone-slash:after {
  content: "\10f131";
}
.fad.fa-microphone-stand:after {
  content: "\10f8cb";
}
.fad.fa-microscope:after {
  content: "\10f610";
}
.fad.fa-microwave:after {
  content: "\10e01b";
}
.fad.fa-mind-share:after {
  content: "\10f677";
}
.fad.fa-minus:after {
  content: "\10f068";
}
.fad.fa-minus-circle:after {
  content: "\10f056";
}
.fad.fa-minus-hexagon:after {
  content: "\10f307";
}
.fad.fa-minus-octagon:after {
  content: "\10f308";
}
.fad.fa-minus-square:after {
  content: "\10f146";
}
.fad.fa-mistletoe:after {
  content: "\10f7b4";
}
.fad.fa-mitten:after {
  content: "\10f7b5";
}
.fad.fa-mobile:after {
  content: "\10f10b";
}
.fad.fa-mobile-alt:after {
  content: "\10f3cd";
}
.fad.fa-mobile-android:after {
  content: "\10f3ce";
}
.fad.fa-mobile-android-alt:after {
  content: "\10f3cf";
}
.fad.fa-money-bill:after {
  content: "\10f0d6";
}
.fad.fa-money-bill-alt:after {
  content: "\10f3d1";
}
.fad.fa-money-bill-wave:after {
  content: "\10f53a";
}
.fad.fa-money-bill-wave-alt:after {
  content: "\10f53b";
}
.fad.fa-money-check:after {
  content: "\10f53c";
}
.fad.fa-money-check-alt:after {
  content: "\10f53d";
}
.fad.fa-money-check-edit:after {
  content: "\10f872";
}
.fad.fa-money-check-edit-alt:after {
  content: "\10f873";
}
.fad.fa-monitor-heart-rate:after {
  content: "\10f611";
}
.fad.fa-monkey:after {
  content: "\10f6fb";
}
.fad.fa-monument:after {
  content: "\10f5a6";
}
.fad.fa-moon:after {
  content: "\10f186";
}
.fad.fa-moon-cloud:after {
  content: "\10f754";
}
.fad.fa-moon-stars:after {
  content: "\10f755";
}
.fad.fa-mortar-pestle:after {
  content: "\10f5a7";
}
.fad.fa-mosque:after {
  content: "\10f678";
}
.fad.fa-motorcycle:after {
  content: "\10f21c";
}
.fad.fa-mountain:after {
  content: "\10f6fc";
}
.fad.fa-mountains:after {
  content: "\10f6fd";
}
.fad.fa-mouse:after {
  content: "\10f8cc";
}
.fad.fa-mouse-alt:after {
  content: "\10f8cd";
}
.fad.fa-mouse-pointer:after {
  content: "\10f245";
}
.fad.fa-mp3-player:after {
  content: "\10f8ce";
}
.fad.fa-mug:after {
  content: "\10f874";
}
.fad.fa-mug-hot:after {
  content: "\10f7b6";
}
.fad.fa-mug-marshmallows:after {
  content: "\10f7b7";
}
.fad.fa-mug-tea:after {
  content: "\10f875";
}
.fad.fa-music:after {
  content: "\10f001";
}
.fad.fa-music-alt:after {
  content: "\10f8cf";
}
.fad.fa-music-alt-slash:after {
  content: "\10f8d0";
}
.fad.fa-music-slash:after {
  content: "\10f8d1";
}
.fad.fa-narwhal:after {
  content: "\10f6fe";
}
.fad.fa-network-wired:after {
  content: "\10f6ff";
}
.fad.fa-neuter:after {
  content: "\10f22c";
}
.fad.fa-newspaper:after {
  content: "\10f1ea";
}
.fad.fa-not-equal:after {
  content: "\10f53e";
}
.fad.fa-notes-medical:after {
  content: "\10f481";
}
.fad.fa-object-group:after {
  content: "\10f247";
}
.fad.fa-object-ungroup:after {
  content: "\10f248";
}
.fad.fa-octagon:after {
  content: "\10f306";
}
.fad.fa-oil-can:after {
  content: "\10f613";
}
.fad.fa-oil-temp:after {
  content: "\10f614";
}
.fad.fa-om:after {
  content: "\10f679";
}
.fad.fa-omega:after {
  content: "\10f67a";
}
.fad.fa-ornament:after {
  content: "\10f7b8";
}
.fad.fa-otter:after {
  content: "\10f700";
}
.fad.fa-outdent:after {
  content: "\10f03b";
}
.fad.fa-outlet:after {
  content: "\10e01c";
}
.fad.fa-oven:after {
  content: "\10e01d";
}
.fad.fa-overline:after {
  content: "\10f876";
}
.fad.fa-page-break:after {
  content: "\10f877";
}
.fad.fa-pager:after {
  content: "\10f815";
}
.fad.fa-paint-brush:after {
  content: "\10f1fc";
}
.fad.fa-paint-brush-alt:after {
  content: "\10f5a9";
}
.fad.fa-paint-roller:after {
  content: "\10f5aa";
}
.fad.fa-palette:after {
  content: "\10f53f";
}
.fad.fa-pallet:after {
  content: "\10f482";
}
.fad.fa-pallet-alt:after {
  content: "\10f483";
}
.fad.fa-paper-plane:after {
  content: "\10f1d8";
}
.fad.fa-paperclip:after {
  content: "\10f0c6";
}
.fad.fa-parachute-box:after {
  content: "\10f4cd";
}
.fad.fa-paragraph:after {
  content: "\10f1dd";
}
.fad.fa-paragraph-rtl:after {
  content: "\10f878";
}
.fad.fa-parking:after {
  content: "\10f540";
}
.fad.fa-parking-circle:after {
  content: "\10f615";
}
.fad.fa-parking-circle-slash:after {
  content: "\10f616";
}
.fad.fa-parking-slash:after {
  content: "\10f617";
}
.fad.fa-passport:after {
  content: "\10f5ab";
}
.fad.fa-pastafarianism:after {
  content: "\10f67b";
}
.fad.fa-paste:after {
  content: "\10f0ea";
}
.fad.fa-pause:after {
  content: "\10f04c";
}
.fad.fa-pause-circle:after {
  content: "\10f28b";
}
.fad.fa-paw:after {
  content: "\10f1b0";
}
.fad.fa-paw-alt:after {
  content: "\10f701";
}
.fad.fa-paw-claws:after {
  content: "\10f702";
}
.fad.fa-peace:after {
  content: "\10f67c";
}
.fad.fa-pegasus:after {
  content: "\10f703";
}
.fad.fa-pen:after {
  content: "\10f304";
}
.fad.fa-pen-alt:after {
  content: "\10f305";
}
.fad.fa-pen-fancy:after {
  content: "\10f5ac";
}
.fad.fa-pen-nib:after {
  content: "\10f5ad";
}
.fad.fa-pen-square:after {
  content: "\10f14b";
}
.fad.fa-pencil:after {
  content: "\10f040";
}
.fad.fa-pencil-alt:after {
  content: "\10f303";
}
.fad.fa-pencil-paintbrush:after {
  content: "\10f618";
}
.fad.fa-pencil-ruler:after {
  content: "\10f5ae";
}
.fad.fa-pennant:after {
  content: "\10f456";
}
.fad.fa-people-arrows:after {
  content: "\10e068";
}
.fad.fa-people-carry:after {
  content: "\10f4ce";
}
.fad.fa-pepper-hot:after {
  content: "\10f816";
}
.fad.fa-percent:after {
  content: "\10f295";
}
.fad.fa-percentage:after {
  content: "\10f541";
}
.fad.fa-person-booth:after {
  content: "\10f756";
}
.fad.fa-person-carry:after {
  content: "\10f4cf";
}
.fad.fa-person-dolly:after {
  content: "\10f4d0";
}
.fad.fa-person-dolly-empty:after {
  content: "\10f4d1";
}
.fad.fa-person-sign:after {
  content: "\10f757";
}
.fad.fa-phone:after {
  content: "\10f095";
}
.fad.fa-phone-alt:after {
  content: "\10f879";
}
.fad.fa-phone-laptop:after {
  content: "\10f87a";
}
.fad.fa-phone-office:after {
  content: "\10f67d";
}
.fad.fa-phone-plus:after {
  content: "\10f4d2";
}
.fad.fa-phone-rotary:after {
  content: "\10f8d3";
}
.fad.fa-phone-slash:after {
  content: "\10f3dd";
}
.fad.fa-phone-square:after {
  content: "\10f098";
}
.fad.fa-phone-square-alt:after {
  content: "\10f87b";
}
.fad.fa-phone-volume:after {
  content: "\10f2a0";
}
.fad.fa-photo-video:after {
  content: "\10f87c";
}
.fad.fa-pi:after {
  content: "\10f67e";
}
.fad.fa-piano:after {
  content: "\10f8d4";
}
.fad.fa-piano-keyboard:after {
  content: "\10f8d5";
}
.fad.fa-pie:after {
  content: "\10f705";
}
.fad.fa-pig:after {
  content: "\10f706";
}
.fad.fa-piggy-bank:after {
  content: "\10f4d3";
}
.fad.fa-pills:after {
  content: "\10f484";
}
.fad.fa-pizza:after {
  content: "\10f817";
}
.fad.fa-pizza-slice:after {
  content: "\10f818";
}
.fad.fa-place-of-worship:after {
  content: "\10f67f";
}
.fad.fa-plane:after {
  content: "\10f072";
}
.fad.fa-plane-alt:after {
  content: "\10f3de";
}
.fad.fa-plane-arrival:after {
  content: "\10f5af";
}
.fad.fa-plane-departure:after {
  content: "\10f5b0";
}
.fad.fa-plane-slash:after {
  content: "\10e069";
}
.fad.fa-planet-moon:after {
  content: "\10e01f";
}
.fad.fa-planet-ringed:after {
  content: "\10e020";
}
.fad.fa-play:after {
  content: "\10f04b";
}
.fad.fa-play-circle:after {
  content: "\10f144";
}
.fad.fa-plug:after {
  content: "\10f1e6";
}
.fad.fa-plus:after {
  content: "\10f067";
}
.fad.fa-plus-circle:after {
  content: "\10f055";
}
.fad.fa-plus-hexagon:after {
  content: "\10f300";
}
.fad.fa-plus-octagon:after {
  content: "\10f301";
}
.fad.fa-plus-square:after {
  content: "\10f0fe";
}
.fad.fa-podcast:after {
  content: "\10f2ce";
}
.fad.fa-podium:after {
  content: "\10f680";
}
.fad.fa-podium-star:after {
  content: "\10f758";
}
.fad.fa-police-box:after {
  content: "\10e021";
}
.fad.fa-poll:after {
  content: "\10f681";
}
.fad.fa-poll-h:after {
  content: "\10f682";
}
.fad.fa-poll-people:after {
  content: "\10f759";
}
.fad.fa-poo:after {
  content: "\10f2fe";
}
.fad.fa-poo-storm:after {
  content: "\10f75a";
}
.fad.fa-poop:after {
  content: "\10f619";
}
.fad.fa-popcorn:after {
  content: "\10f819";
}
.fad.fa-portal-enter:after {
  content: "\10e022";
}
.fad.fa-portal-exit:after {
  content: "\10e023";
}
.fad.fa-portrait:after {
  content: "\10f3e0";
}
.fad.fa-pound-sign:after {
  content: "\10f154";
}
.fad.fa-power-off:after {
  content: "\10f011";
}
.fad.fa-pray:after {
  content: "\10f683";
}
.fad.fa-praying-hands:after {
  content: "\10f684";
}
.fad.fa-prescription:after {
  content: "\10f5b1";
}
.fad.fa-prescription-bottle:after {
  content: "\10f485";
}
.fad.fa-prescription-bottle-alt:after {
  content: "\10f486";
}
.fad.fa-presentation:after {
  content: "\10f685";
}
.fad.fa-print:after {
  content: "\10f02f";
}
.fad.fa-print-search:after {
  content: "\10f81a";
}
.fad.fa-print-slash:after {
  content: "\10f686";
}
.fad.fa-procedures:after {
  content: "\10f487";
}
.fad.fa-project-diagram:after {
  content: "\10f542";
}
.fad.fa-projector:after {
  content: "\10f8d6";
}
.fad.fa-pump-medical:after {
  content: "\10e06a";
}
.fad.fa-pump-soap:after {
  content: "\10e06b";
}
.fad.fa-pumpkin:after {
  content: "\10f707";
}
.fad.fa-puzzle-piece:after {
  content: "\10f12e";
}
.fad.fa-qrcode:after {
  content: "\10f029";
}
.fad.fa-question:after {
  content: "\10f128";
}
.fad.fa-question-circle:after {
  content: "\10f059";
}
.fad.fa-question-square:after {
  content: "\10f2fd";
}
.fad.fa-quidditch:after {
  content: "\10f458";
}
.fad.fa-quote-left:after {
  content: "\10f10d";
}
.fad.fa-quote-right:after {
  content: "\10f10e";
}
.fad.fa-quran:after {
  content: "\10f687";
}
.fad.fa-rabbit:after {
  content: "\10f708";
}
.fad.fa-rabbit-fast:after {
  content: "\10f709";
}
.fad.fa-racquet:after {
  content: "\10f45a";
}
.fad.fa-radar:after {
  content: "\10e024";
}
.fad.fa-radiation:after {
  content: "\10f7b9";
}
.fad.fa-radiation-alt:after {
  content: "\10f7ba";
}
.fad.fa-radio:after {
  content: "\10f8d7";
}
.fad.fa-radio-alt:after {
  content: "\10f8d8";
}
.fad.fa-rainbow:after {
  content: "\10f75b";
}
.fad.fa-raindrops:after {
  content: "\10f75c";
}
.fad.fa-ram:after {
  content: "\10f70a";
}
.fad.fa-ramp-loading:after {
  content: "\10f4d4";
}
.fad.fa-random:after {
  content: "\10f074";
}
.fad.fa-raygun:after {
  content: "\10e025";
}
.fad.fa-receipt:after {
  content: "\10f543";
}
.fad.fa-record-vinyl:after {
  content: "\10f8d9";
}
.fad.fa-rectangle-landscape:after {
  content: "\10f2fa";
}
.fad.fa-rectangle-portrait:after {
  content: "\10f2fb";
}
.fad.fa-rectangle-wide:after {
  content: "\10f2fc";
}
.fad.fa-recycle:after {
  content: "\10f1b8";
}
.fad.fa-redo:after {
  content: "\10f01e";
}
.fad.fa-redo-alt:after {
  content: "\10f2f9";
}
.fad.fa-refrigerator:after {
  content: "\10e026";
}
.fad.fa-registered:after {
  content: "\10f25d";
}
.fad.fa-remove-format:after {
  content: "\10f87d";
}
.fad.fa-repeat:after {
  content: "\10f363";
}
.fad.fa-repeat-1:after {
  content: "\10f365";
}
.fad.fa-repeat-1-alt:after {
  content: "\10f366";
}
.fad.fa-repeat-alt:after {
  content: "\10f364";
}
.fad.fa-reply:after {
  content: "\10f3e5";
}
.fad.fa-reply-all:after {
  content: "\10f122";
}
.fad.fa-republican:after {
  content: "\10f75e";
}
.fad.fa-restroom:after {
  content: "\10f7bd";
}
.fad.fa-retweet:after {
  content: "\10f079";
}
.fad.fa-retweet-alt:after {
  content: "\10f361";
}
.fad.fa-ribbon:after {
  content: "\10f4d6";
}
.fad.fa-ring:after {
  content: "\10f70b";
}
.fad.fa-rings-wedding:after {
  content: "\10f81b";
}
.fad.fa-road:after {
  content: "\10f018";
}
.fad.fa-robot:after {
  content: "\10f544";
}
.fad.fa-rocket:after {
  content: "\10f135";
}
.fad.fa-rocket-launch:after {
  content: "\10e027";
}
.fad.fa-route:after {
  content: "\10f4d7";
}
.fad.fa-route-highway:after {
  content: "\10f61a";
}
.fad.fa-route-interstate:after {
  content: "\10f61b";
}
.fad.fa-router:after {
  content: "\10f8da";
}
.fad.fa-rss:after {
  content: "\10f09e";
}
.fad.fa-rss-square:after {
  content: "\10f143";
}
.fad.fa-ruble-sign:after {
  content: "\10f158";
}
.fad.fa-ruler:after {
  content: "\10f545";
}
.fad.fa-ruler-combined:after {
  content: "\10f546";
}
.fad.fa-ruler-horizontal:after {
  content: "\10f547";
}
.fad.fa-ruler-triangle:after {
  content: "\10f61c";
}
.fad.fa-ruler-vertical:after {
  content: "\10f548";
}
.fad.fa-running:after {
  content: "\10f70c";
}
.fad.fa-rupee-sign:after {
  content: "\10f156";
}
.fad.fa-rv:after {
  content: "\10f7be";
}
.fad.fa-sack:after {
  content: "\10f81c";
}
.fad.fa-sack-dollar:after {
  content: "\10f81d";
}
.fad.fa-sad-cry:after {
  content: "\10f5b3";
}
.fad.fa-sad-tear:after {
  content: "\10f5b4";
}
.fad.fa-salad:after {
  content: "\10f81e";
}
.fad.fa-sandwich:after {
  content: "\10f81f";
}
.fad.fa-satellite:after {
  content: "\10f7bf";
}
.fad.fa-satellite-dish:after {
  content: "\10f7c0";
}
.fad.fa-sausage:after {
  content: "\10f820";
}
.fad.fa-save:after {
  content: "\10f0c7";
}
.fad.fa-sax-hot:after {
  content: "\10f8db";
}
.fad.fa-saxophone:after {
  content: "\10f8dc";
}
.fad.fa-scalpel:after {
  content: "\10f61d";
}
.fad.fa-scalpel-path:after {
  content: "\10f61e";
}
.fad.fa-scanner:after {
  content: "\10f488";
}
.fad.fa-scanner-image:after {
  content: "\10f8f3";
}
.fad.fa-scanner-keyboard:after {
  content: "\10f489";
}
.fad.fa-scanner-touchscreen:after {
  content: "\10f48a";
}
.fad.fa-scarecrow:after {
  content: "\10f70d";
}
.fad.fa-scarf:after {
  content: "\10f7c1";
}
.fad.fa-school:after {
  content: "\10f549";
}
.fad.fa-screwdriver:after {
  content: "\10f54a";
}
.fad.fa-scroll:after {
  content: "\10f70e";
}
.fad.fa-scroll-old:after {
  content: "\10f70f";
}
.fad.fa-scrubber:after {
  content: "\10f2f8";
}
.fad.fa-scythe:after {
  content: "\10f710";
}
.fad.fa-sd-card:after {
  content: "\10f7c2";
}
.fad.fa-search:after {
  content: "\10f002";
}
.fad.fa-search-dollar:after {
  content: "\10f688";
}
.fad.fa-search-location:after {
  content: "\10f689";
}
.fad.fa-search-minus:after {
  content: "\10f010";
}
.fad.fa-search-plus:after {
  content: "\10f00e";
}
.fad.fa-seedling:after {
  content: "\10f4d8";
}
.fad.fa-send-back:after {
  content: "\10f87e";
}
.fad.fa-send-backward:after {
  content: "\10f87f";
}
.fad.fa-sensor:after {
  content: "\10e028";
}
.fad.fa-sensor-alert:after {
  content: "\10e029";
}
.fad.fa-sensor-fire:after {
  content: "\10e02a";
}
.fad.fa-sensor-on:after {
  content: "\10e02b";
}
.fad.fa-sensor-smoke:after {
  content: "\10e02c";
}
.fad.fa-server:after {
  content: "\10f233";
}
.fad.fa-shapes:after {
  content: "\10f61f";
}
.fad.fa-share:after {
  content: "\10f064";
}
.fad.fa-share-all:after {
  content: "\10f367";
}
.fad.fa-share-alt:after {
  content: "\10f1e0";
}
.fad.fa-share-alt-square:after {
  content: "\10f1e1";
}
.fad.fa-share-square:after {
  content: "\10f14d";
}
.fad.fa-sheep:after {
  content: "\10f711";
}
.fad.fa-shekel-sign:after {
  content: "\10f20b";
}
.fad.fa-shield:after {
  content: "\10f132";
}
.fad.fa-shield-alt:after {
  content: "\10f3ed";
}
.fad.fa-shield-check:after {
  content: "\10f2f7";
}
.fad.fa-shield-cross:after {
  content: "\10f712";
}
.fad.fa-shield-virus:after {
  content: "\10e06c";
}
.fad.fa-ship:after {
  content: "\10f21a";
}
.fad.fa-shipping-fast:after {
  content: "\10f48b";
}
.fad.fa-shipping-timed:after {
  content: "\10f48c";
}
.fad.fa-shish-kebab:after {
  content: "\10f821";
}
.fad.fa-shoe-prints:after {
  content: "\10f54b";
}
.fad.fa-shopping-bag:after {
  content: "\10f290";
}
.fad.fa-shopping-basket:after {
  content: "\10f291";
}
.fad.fa-shopping-cart:after {
  content: "\10f07a";
}
.fad.fa-shovel:after {
  content: "\10f713";
}
.fad.fa-shovel-snow:after {
  content: "\10f7c3";
}
.fad.fa-shower:after {
  content: "\10f2cc";
}
.fad.fa-shredder:after {
  content: "\10f68a";
}
.fad.fa-shuttle-van:after {
  content: "\10f5b6";
}
.fad.fa-shuttlecock:after {
  content: "\10f45b";
}
.fad.fa-sickle:after {
  content: "\10f822";
}
.fad.fa-sigma:after {
  content: "\10f68b";
}
.fad.fa-sign:after {
  content: "\10f4d9";
}
.fad.fa-sign-in:after {
  content: "\10f090";
}
.fad.fa-sign-in-alt:after {
  content: "\10f2f6";
}
.fad.fa-sign-language:after {
  content: "\10f2a7";
}
.fad.fa-sign-out:after {
  content: "\10f08b";
}
.fad.fa-sign-out-alt:after {
  content: "\10f2f5";
}
.fad.fa-signal:after {
  content: "\10f012";
}
.fad.fa-signal-1:after {
  content: "\10f68c";
}
.fad.fa-signal-2:after {
  content: "\10f68d";
}
.fad.fa-signal-3:after {
  content: "\10f68e";
}
.fad.fa-signal-4:after {
  content: "\10f68f";
}
.fad.fa-signal-alt:after {
  content: "\10f690";
}
.fad.fa-signal-alt-1:after {
  content: "\10f691";
}
.fad.fa-signal-alt-2:after {
  content: "\10f692";
}
.fad.fa-signal-alt-3:after {
  content: "\10f693";
}
.fad.fa-signal-alt-slash:after {
  content: "\10f694";
}
.fad.fa-signal-slash:after {
  content: "\10f695";
}
.fad.fa-signal-stream:after {
  content: "\10f8dd";
}
.fad.fa-signature:after {
  content: "\10f5b7";
}
.fad.fa-sim-card:after {
  content: "\10f7c4";
}
.fad.fa-sink:after {
  content: "\10e06d";
}
.fad.fa-siren:after {
  content: "\10e02d";
}
.fad.fa-siren-on:after {
  content: "\10e02e";
}
.fad.fa-sitemap:after {
  content: "\10f0e8";
}
.fad.fa-skating:after {
  content: "\10f7c5";
}
.fad.fa-skeleton:after {
  content: "\10f620";
}
.fad.fa-ski-jump:after {
  content: "\10f7c7";
}
.fad.fa-ski-lift:after {
  content: "\10f7c8";
}
.fad.fa-skiing:after {
  content: "\10f7c9";
}
.fad.fa-skiing-nordic:after {
  content: "\10f7ca";
}
.fad.fa-skull:after {
  content: "\10f54c";
}
.fad.fa-skull-cow:after {
  content: "\10f8de";
}
.fad.fa-skull-crossbones:after {
  content: "\10f714";
}
.fad.fa-slash:after {
  content: "\10f715";
}
.fad.fa-sledding:after {
  content: "\10f7cb";
}
.fad.fa-sleigh:after {
  content: "\10f7cc";
}
.fad.fa-sliders-h:after {
  content: "\10f1de";
}
.fad.fa-sliders-h-square:after {
  content: "\10f3f0";
}
.fad.fa-sliders-v:after {
  content: "\10f3f1";
}
.fad.fa-sliders-v-square:after {
  content: "\10f3f2";
}
.fad.fa-smile:after {
  content: "\10f118";
}
.fad.fa-smile-beam:after {
  content: "\10f5b8";
}
.fad.fa-smile-plus:after {
  content: "\10f5b9";
}
.fad.fa-smile-wink:after {
  content: "\10f4da";
}
.fad.fa-smog:after {
  content: "\10f75f";
}
.fad.fa-smoke:after {
  content: "\10f760";
}
.fad.fa-smoking:after {
  content: "\10f48d";
}
.fad.fa-smoking-ban:after {
  content: "\10f54d";
}
.fad.fa-sms:after {
  content: "\10f7cd";
}
.fad.fa-snake:after {
  content: "\10f716";
}
.fad.fa-snooze:after {
  content: "\10f880";
}
.fad.fa-snow-blowing:after {
  content: "\10f761";
}
.fad.fa-snowboarding:after {
  content: "\10f7ce";
}
.fad.fa-snowflake:after {
  content: "\10f2dc";
}
.fad.fa-snowflakes:after {
  content: "\10f7cf";
}
.fad.fa-snowman:after {
  content: "\10f7d0";
}
.fad.fa-snowmobile:after {
  content: "\10f7d1";
}
.fad.fa-snowplow:after {
  content: "\10f7d2";
}
.fad.fa-soap:after {
  content: "\10e06e";
}
.fad.fa-socks:after {
  content: "\10f696";
}
.fad.fa-solar-panel:after {
  content: "\10f5ba";
}
.fad.fa-solar-system:after {
  content: "\10e02f";
}
.fad.fa-sort:after {
  content: "\10f0dc";
}
.fad.fa-sort-alpha-down:after {
  content: "\10f15d";
}
.fad.fa-sort-alpha-down-alt:after {
  content: "\10f881";
}
.fad.fa-sort-alpha-up:after {
  content: "\10f15e";
}
.fad.fa-sort-alpha-up-alt:after {
  content: "\10f882";
}
.fad.fa-sort-alt:after {
  content: "\10f883";
}
.fad.fa-sort-amount-down:after {
  content: "\10f160";
}
.fad.fa-sort-amount-down-alt:after {
  content: "\10f884";
}
.fad.fa-sort-amount-up:after {
  content: "\10f161";
}
.fad.fa-sort-amount-up-alt:after {
  content: "\10f885";
}
.fad.fa-sort-circle:after {
  content: "\10e030";
}
.fad.fa-sort-circle-down:after {
  content: "\10e031";
}
.fad.fa-sort-circle-up:after {
  content: "\10e032";
}
.fad.fa-sort-down:after {
  content: "\10f0dd";
}
.fad.fa-sort-numeric-down:after {
  content: "\10f162";
}
.fad.fa-sort-numeric-down-alt:after {
  content: "\10f886";
}
.fad.fa-sort-numeric-up:after {
  content: "\10f163";
}
.fad.fa-sort-numeric-up-alt:after {
  content: "\10f887";
}
.fad.fa-sort-shapes-down:after {
  content: "\10f888";
}
.fad.fa-sort-shapes-down-alt:after {
  content: "\10f889";
}
.fad.fa-sort-shapes-up:after {
  content: "\10f88a";
}
.fad.fa-sort-shapes-up-alt:after {
  content: "\10f88b";
}
.fad.fa-sort-size-down:after {
  content: "\10f88c";
}
.fad.fa-sort-size-down-alt:after {
  content: "\10f88d";
}
.fad.fa-sort-size-up:after {
  content: "\10f88e";
}
.fad.fa-sort-size-up-alt:after {
  content: "\10f88f";
}
.fad.fa-sort-up:after {
  content: "\10f0de";
}
.fad.fa-soup:after {
  content: "\10f823";
}
.fad.fa-spa:after {
  content: "\10f5bb";
}
.fad.fa-space-shuttle:after {
  content: "\10f197";
}
.fad.fa-space-station-moon:after {
  content: "\10e033";
}
.fad.fa-space-station-moon-alt:after {
  content: "\10e034";
}
.fad.fa-spade:after {
  content: "\10f2f4";
}
.fad.fa-sparkles:after {
  content: "\10f890";
}
.fad.fa-speaker:after {
  content: "\10f8df";
}
.fad.fa-speakers:after {
  content: "\10f8e0";
}
.fad.fa-spell-check:after {
  content: "\10f891";
}
.fad.fa-spider:after {
  content: "\10f717";
}
.fad.fa-spider-black-widow:after {
  content: "\10f718";
}
.fad.fa-spider-web:after {
  content: "\10f719";
}
.fad.fa-spinner:after {
  content: "\10f110";
}
.fad.fa-spinner-third:after {
  content: "\10f3f4";
}
.fad.fa-splotch:after {
  content: "\10f5bc";
}
.fad.fa-spray-can:after {
  content: "\10f5bd";
}
.fad.fa-sprinkler:after {
  content: "\10e035";
}
.fad.fa-square:after {
  content: "\10f0c8";
}
.fad.fa-square-full:after {
  content: "\10f45c";
}
.fad.fa-square-root:after {
  content: "\10f697";
}
.fad.fa-square-root-alt:after {
  content: "\10f698";
}
.fad.fa-squirrel:after {
  content: "\10f71a";
}
.fad.fa-staff:after {
  content: "\10f71b";
}
.fad.fa-stamp:after {
  content: "\10f5bf";
}
.fad.fa-star:after {
  content: "\10f005";
}
.fad.fa-star-and-crescent:after {
  content: "\10f699";
}
.fad.fa-star-christmas:after {
  content: "\10f7d4";
}
.fad.fa-star-exclamation:after {
  content: "\10f2f3";
}
.fad.fa-star-half:after {
  content: "\10f089";
}
.fad.fa-star-half-alt:after {
  content: "\10f5c0";
}
.fad.fa-star-of-david:after {
  content: "\10f69a";
}
.fad.fa-star-of-life:after {
  content: "\10f621";
}
.fad.fa-star-shooting:after {
  content: "\10e036";
}
.fad.fa-starfighter:after {
  content: "\10e037";
}
.fad.fa-starfighter-alt:after {
  content: "\10e038";
}
.fad.fa-stars:after {
  content: "\10f762";
}
.fad.fa-starship:after {
  content: "\10e039";
}
.fad.fa-starship-freighter:after {
  content: "\10e03a";
}
.fad.fa-steak:after {
  content: "\10f824";
}
.fad.fa-steering-wheel:after {
  content: "\10f622";
}
.fad.fa-step-backward:after {
  content: "\10f048";
}
.fad.fa-step-forward:after {
  content: "\10f051";
}
.fad.fa-stethoscope:after {
  content: "\10f0f1";
}
.fad.fa-sticky-note:after {
  content: "\10f249";
}
.fad.fa-stocking:after {
  content: "\10f7d5";
}
.fad.fa-stomach:after {
  content: "\10f623";
}
.fad.fa-stop:after {
  content: "\10f04d";
}
.fad.fa-stop-circle:after {
  content: "\10f28d";
}
.fad.fa-stopwatch:after {
  content: "\10f2f2";
}
.fad.fa-stopwatch-20:after {
  content: "\10e06f";
}
.fad.fa-store:after {
  content: "\10f54e";
}
.fad.fa-store-alt:after {
  content: "\10f54f";
}
.fad.fa-store-alt-slash:after {
  content: "\10e070";
}
.fad.fa-store-slash:after {
  content: "\10e071";
}
.fad.fa-stream:after {
  content: "\10f550";
}
.fad.fa-street-view:after {
  content: "\10f21d";
}
.fad.fa-stretcher:after {
  content: "\10f825";
}
.fad.fa-strikethrough:after {
  content: "\10f0cc";
}
.fad.fa-stroopwafel:after {
  content: "\10f551";
}
.fad.fa-subscript:after {
  content: "\10f12c";
}
.fad.fa-subway:after {
  content: "\10f239";
}
.fad.fa-suitcase:after {
  content: "\10f0f2";
}
.fad.fa-suitcase-rolling:after {
  content: "\10f5c1";
}
.fad.fa-sun:after {
  content: "\10f185";
}
.fad.fa-sun-cloud:after {
  content: "\10f763";
}
.fad.fa-sun-dust:after {
  content: "\10f764";
}
.fad.fa-sun-haze:after {
  content: "\10f765";
}
.fad.fa-sunglasses:after {
  content: "\10f892";
}
.fad.fa-sunrise:after {
  content: "\10f766";
}
.fad.fa-sunset:after {
  content: "\10f767";
}
.fad.fa-superscript:after {
  content: "\10f12b";
}
.fad.fa-surprise:after {
  content: "\10f5c2";
}
.fad.fa-swatchbook:after {
  content: "\10f5c3";
}
.fad.fa-swimmer:after {
  content: "\10f5c4";
}
.fad.fa-swimming-pool:after {
  content: "\10f5c5";
}
.fad.fa-sword:after {
  content: "\10f71c";
}
.fad.fa-sword-laser:after {
  content: "\10e03b";
}
.fad.fa-sword-laser-alt:after {
  content: "\10e03c";
}
.fad.fa-swords:after {
  content: "\10f71d";
}
.fad.fa-swords-laser:after {
  content: "\10e03d";
}
.fad.fa-synagogue:after {
  content: "\10f69b";
}
.fad.fa-sync:after {
  content: "\10f021";
}
.fad.fa-sync-alt:after {
  content: "\10f2f1";
}
.fad.fa-syringe:after {
  content: "\10f48e";
}
.fad.fa-table:after {
  content: "\10f0ce";
}
.fad.fa-table-tennis:after {
  content: "\10f45d";
}
.fad.fa-tablet:after {
  content: "\10f10a";
}
.fad.fa-tablet-alt:after {
  content: "\10f3fa";
}
.fad.fa-tablet-android:after {
  content: "\10f3fb";
}
.fad.fa-tablet-android-alt:after {
  content: "\10f3fc";
}
.fad.fa-tablet-rugged:after {
  content: "\10f48f";
}
.fad.fa-tablets:after {
  content: "\10f490";
}
.fad.fa-tachometer:after {
  content: "\10f0e4";
}
.fad.fa-tachometer-alt:after {
  content: "\10f3fd";
}
.fad.fa-tachometer-alt-average:after {
  content: "\10f624";
}
.fad.fa-tachometer-alt-fast:after {
  content: "\10f625";
}
.fad.fa-tachometer-alt-fastest:after {
  content: "\10f626";
}
.fad.fa-tachometer-alt-slow:after {
  content: "\10f627";
}
.fad.fa-tachometer-alt-slowest:after {
  content: "\10f628";
}
.fad.fa-tachometer-average:after {
  content: "\10f629";
}
.fad.fa-tachometer-fast:after {
  content: "\10f62a";
}
.fad.fa-tachometer-fastest:after {
  content: "\10f62b";
}
.fad.fa-tachometer-slow:after {
  content: "\10f62c";
}
.fad.fa-tachometer-slowest:after {
  content: "\10f62d";
}
.fad.fa-taco:after {
  content: "\10f826";
}
.fad.fa-tag:after {
  content: "\10f02b";
}
.fad.fa-tags:after {
  content: "\10f02c";
}
.fad.fa-tally:after {
  content: "\10f69c";
}
.fad.fa-tanakh:after {
  content: "\10f827";
}
.fad.fa-tape:after {
  content: "\10f4db";
}
.fad.fa-tasks:after {
  content: "\10f0ae";
}
.fad.fa-tasks-alt:after {
  content: "\10f828";
}
.fad.fa-taxi:after {
  content: "\10f1ba";
}
.fad.fa-teeth:after {
  content: "\10f62e";
}
.fad.fa-teeth-open:after {
  content: "\10f62f";
}
.fad.fa-telescope:after {
  content: "\10e03e";
}
.fad.fa-temperature-down:after {
  content: "\10e03f";
}
.fad.fa-temperature-frigid:after {
  content: "\10f768";
}
.fad.fa-temperature-high:after {
  content: "\10f769";
}
.fad.fa-temperature-hot:after {
  content: "\10f76a";
}
.fad.fa-temperature-low:after {
  content: "\10f76b";
}
.fad.fa-temperature-up:after {
  content: "\10e040";
}
.fad.fa-tenge:after {
  content: "\10f7d7";
}
.fad.fa-tennis-ball:after {
  content: "\10f45e";
}
.fad.fa-terminal:after {
  content: "\10f120";
}
.fad.fa-text:after {
  content: "\10f893";
}
.fad.fa-text-height:after {
  content: "\10f034";
}
.fad.fa-text-size:after {
  content: "\10f894";
}
.fad.fa-text-width:after {
  content: "\10f035";
}
.fad.fa-th:after {
  content: "\10f00a";
}
.fad.fa-th-large:after {
  content: "\10f009";
}
.fad.fa-th-list:after {
  content: "\10f00b";
}
.fad.fa-theater-masks:after {
  content: "\10f630";
}
.fad.fa-thermometer:after {
  content: "\10f491";
}
.fad.fa-thermometer-empty:after {
  content: "\10f2cb";
}
.fad.fa-thermometer-full:after {
  content: "\10f2c7";
}
.fad.fa-thermometer-half:after {
  content: "\10f2c9";
}
.fad.fa-thermometer-quarter:after {
  content: "\10f2ca";
}
.fad.fa-thermometer-three-quarters:after {
  content: "\10f2c8";
}
.fad.fa-theta:after {
  content: "\10f69e";
}
.fad.fa-thumbs-down:after {
  content: "\10f165";
}
.fad.fa-thumbs-up:after {
  content: "\10f164";
}
.fad.fa-thumbtack:after {
  content: "\10f08d";
}
.fad.fa-thunderstorm:after {
  content: "\10f76c";
}
.fad.fa-thunderstorm-moon:after {
  content: "\10f76d";
}
.fad.fa-thunderstorm-sun:after {
  content: "\10f76e";
}
.fad.fa-ticket:after {
  content: "\10f145";
}
.fad.fa-ticket-alt:after {
  content: "\10f3ff";
}
.fad.fa-tilde:after {
  content: "\10f69f";
}
.fad.fa-times:after {
  content: "\10f00d";
}
.fad.fa-times-circle:after {
  content: "\10f057";
}
.fad.fa-times-hexagon:after {
  content: "\10f2ee";
}
.fad.fa-times-octagon:after {
  content: "\10f2f0";
}
.fad.fa-times-square:after {
  content: "\10f2d3";
}
.fad.fa-tint:after {
  content: "\10f043";
}
.fad.fa-tint-slash:after {
  content: "\10f5c7";
}
.fad.fa-tire:after {
  content: "\10f631";
}
.fad.fa-tire-flat:after {
  content: "\10f632";
}
.fad.fa-tire-pressure-warning:after {
  content: "\10f633";
}
.fad.fa-tire-rugged:after {
  content: "\10f634";
}
.fad.fa-tired:after {
  content: "\10f5c8";
}
.fad.fa-toggle-off:after {
  content: "\10f204";
}
.fad.fa-toggle-on:after {
  content: "\10f205";
}
.fad.fa-toilet:after {
  content: "\10f7d8";
}
.fad.fa-toilet-paper:after {
  content: "\10f71e";
}
.fad.fa-toilet-paper-alt:after {
  content: "\10f71f";
}
.fad.fa-toilet-paper-slash:after {
  content: "\10e072";
}
.fad.fa-tombstone:after {
  content: "\10f720";
}
.fad.fa-tombstone-alt:after {
  content: "\10f721";
}
.fad.fa-toolbox:after {
  content: "\10f552";
}
.fad.fa-tools:after {
  content: "\10f7d9";
}
.fad.fa-tooth:after {
  content: "\10f5c9";
}
.fad.fa-toothbrush:after {
  content: "\10f635";
}
.fad.fa-torah:after {
  content: "\10f6a0";
}
.fad.fa-torii-gate:after {
  content: "\10f6a1";
}
.fad.fa-tornado:after {
  content: "\10f76f";
}
.fad.fa-tractor:after {
  content: "\10f722";
}
.fad.fa-trademark:after {
  content: "\10f25c";
}
.fad.fa-traffic-cone:after {
  content: "\10f636";
}
.fad.fa-traffic-light:after {
  content: "\10f637";
}
.fad.fa-traffic-light-go:after {
  content: "\10f638";
}
.fad.fa-traffic-light-slow:after {
  content: "\10f639";
}
.fad.fa-traffic-light-stop:after {
  content: "\10f63a";
}
.fad.fa-trailer:after {
  content: "\10e041";
}
.fad.fa-train:after {
  content: "\10f238";
}
.fad.fa-tram:after {
  content: "\10f7da";
}
.fad.fa-transgender:after {
  content: "\10f224";
}
.fad.fa-transgender-alt:after {
  content: "\10f225";
}
.fad.fa-transporter:after {
  content: "\10e042";
}
.fad.fa-transporter-1:after {
  content: "\10e043";
}
.fad.fa-transporter-2:after {
  content: "\10e044";
}
.fad.fa-transporter-3:after {
  content: "\10e045";
}
.fad.fa-transporter-empty:after {
  content: "\10e046";
}
.fad.fa-trash:after {
  content: "\10f1f8";
}
.fad.fa-trash-alt:after {
  content: "\10f2ed";
}
.fad.fa-trash-restore:after {
  content: "\10f829";
}
.fad.fa-trash-restore-alt:after {
  content: "\10f82a";
}
.fad.fa-trash-undo:after {
  content: "\10f895";
}
.fad.fa-trash-undo-alt:after {
  content: "\10f896";
}
.fad.fa-treasure-chest:after {
  content: "\10f723";
}
.fad.fa-tree:after {
  content: "\10f1bb";
}
.fad.fa-tree-alt:after {
  content: "\10f400";
}
.fad.fa-tree-christmas:after {
  content: "\10f7db";
}
.fad.fa-tree-decorated:after {
  content: "\10f7dc";
}
.fad.fa-tree-large:after {
  content: "\10f7dd";
}
.fad.fa-tree-palm:after {
  content: "\10f82b";
}
.fad.fa-trees:after {
  content: "\10f724";
}
.fad.fa-triangle:after {
  content: "\10f2ec";
}
.fad.fa-triangle-music:after {
  content: "\10f8e2";
}
.fad.fa-trophy:after {
  content: "\10f091";
}
.fad.fa-trophy-alt:after {
  content: "\10f2eb";
}
.fad.fa-truck:after {
  content: "\10f0d1";
}
.fad.fa-truck-container:after {
  content: "\10f4dc";
}
.fad.fa-truck-couch:after {
  content: "\10f4dd";
}
.fad.fa-truck-loading:after {
  content: "\10f4de";
}
.fad.fa-truck-monster:after {
  content: "\10f63b";
}
.fad.fa-truck-moving:after {
  content: "\10f4df";
}
.fad.fa-truck-pickup:after {
  content: "\10f63c";
}
.fad.fa-truck-plow:after {
  content: "\10f7de";
}
.fad.fa-truck-ramp:after {
  content: "\10f4e0";
}
.fad.fa-trumpet:after {
  content: "\10f8e3";
}
.fad.fa-tshirt:after {
  content: "\10f553";
}
.fad.fa-tty:after {
  content: "\10f1e4";
}
.fad.fa-turkey:after {
  content: "\10f725";
}
.fad.fa-turntable:after {
  content: "\10f8e4";
}
.fad.fa-turtle:after {
  content: "\10f726";
}
.fad.fa-tv:after {
  content: "\10f26c";
}
.fad.fa-tv-alt:after {
  content: "\10f8e5";
}
.fad.fa-tv-music:after {
  content: "\10f8e6";
}
.fad.fa-tv-retro:after {
  content: "\10f401";
}
.fad.fa-typewriter:after {
  content: "\10f8e7";
}
.fad.fa-ufo:after {
  content: "\10e047";
}
.fad.fa-ufo-beam:after {
  content: "\10e048";
}
.fad.fa-umbrella:after {
  content: "\10f0e9";
}
.fad.fa-umbrella-beach:after {
  content: "\10f5ca";
}
.fad.fa-underline:after {
  content: "\10f0cd";
}
.fad.fa-undo:after {
  content: "\10f0e2";
}
.fad.fa-undo-alt:after {
  content: "\10f2ea";
}
.fad.fa-unicorn:after {
  content: "\10f727";
}
.fad.fa-union:after {
  content: "\10f6a2";
}
.fad.fa-universal-access:after {
  content: "\10f29a";
}
.fad.fa-university:after {
  content: "\10f19c";
}
.fad.fa-unlink:after {
  content: "\10f127";
}
.fad.fa-unlock:after {
  content: "\10f09c";
}
.fad.fa-unlock-alt:after {
  content: "\10f13e";
}
.fad.fa-upload:after {
  content: "\10f093";
}
.fad.fa-usb-drive:after {
  content: "\10f8e9";
}
.fad.fa-usd-circle:after {
  content: "\10f2e8";
}
.fad.fa-usd-square:after {
  content: "\10f2e9";
}
.fad.fa-user:after {
  content: "\10f007";
}
.fad.fa-user-alien:after {
  content: "\10e04a";
}
.fad.fa-user-alt:after {
  content: "\10f406";
}
.fad.fa-user-alt-slash:after {
  content: "\10f4fa";
}
.fad.fa-user-astronaut:after {
  content: "\10f4fb";
}
.fad.fa-user-chart:after {
  content: "\10f6a3";
}
.fad.fa-user-check:after {
  content: "\10f4fc";
}
.fad.fa-user-circle:after {
  content: "\10f2bd";
}
.fad.fa-user-clock:after {
  content: "\10f4fd";
}
.fad.fa-user-cog:after {
  content: "\10f4fe";
}
.fad.fa-user-cowboy:after {
  content: "\10f8ea";
}
.fad.fa-user-crown:after {
  content: "\10f6a4";
}
.fad.fa-user-edit:after {
  content: "\10f4ff";
}
.fad.fa-user-friends:after {
  content: "\10f500";
}
.fad.fa-user-graduate:after {
  content: "\10f501";
}
.fad.fa-user-hard-hat:after {
  content: "\10f82c";
}
.fad.fa-user-headset:after {
  content: "\10f82d";
}
.fad.fa-user-injured:after {
  content: "\10f728";
}
.fad.fa-user-lock:after {
  content: "\10f502";
}
.fad.fa-user-md:after {
  content: "\10f0f0";
}
.fad.fa-user-md-chat:after {
  content: "\10f82e";
}
.fad.fa-user-minus:after {
  content: "\10f503";
}
.fad.fa-user-music:after {
  content: "\10f8eb";
}
.fad.fa-user-ninja:after {
  content: "\10f504";
}
.fad.fa-user-nurse:after {
  content: "\10f82f";
}
.fad.fa-user-plus:after {
  content: "\10f234";
}
.fad.fa-user-robot:after {
  content: "\10e04b";
}
.fad.fa-user-secret:after {
  content: "\10f21b";
}
.fad.fa-user-shield:after {
  content: "\10f505";
}
.fad.fa-user-slash:after {
  content: "\10f506";
}
.fad.fa-user-tag:after {
  content: "\10f507";
}
.fad.fa-user-tie:after {
  content: "\10f508";
}
.fad.fa-user-times:after {
  content: "\10f235";
}
.fad.fa-user-unlock:after {
  content: "\10e058";
}
.fad.fa-user-visor:after {
  content: "\10e04c";
}
.fad.fa-users:after {
  content: "\10f0c0";
}
.fad.fa-users-class:after {
  content: "\10f63d";
}
.fad.fa-users-cog:after {
  content: "\10f509";
}
.fad.fa-users-crown:after {
  content: "\10f6a5";
}
.fad.fa-users-medical:after {
  content: "\10f830";
}
.fad.fa-users-slash:after {
  content: "\10e073";
}
.fad.fa-utensil-fork:after {
  content: "\10f2e3";
}
.fad.fa-utensil-knife:after {
  content: "\10f2e4";
}
.fad.fa-utensil-spoon:after {
  content: "\10f2e5";
}
.fad.fa-utensils:after {
  content: "\10f2e7";
}
.fad.fa-utensils-alt:after {
  content: "\10f2e6";
}
.fad.fa-vacuum:after {
  content: "\10e04d";
}
.fad.fa-vacuum-robot:after {
  content: "\10e04e";
}
.fad.fa-value-absolute:after {
  content: "\10f6a6";
}
.fad.fa-vector-square:after {
  content: "\10f5cb";
}
.fad.fa-venus:after {
  content: "\10f221";
}
.fad.fa-venus-double:after {
  content: "\10f226";
}
.fad.fa-venus-mars:after {
  content: "\10f228";
}
.fad.fa-vest:after {
  content: "\10e085";
}
.fad.fa-vest-patches:after {
  content: "\10e086";
}
.fad.fa-vhs:after {
  content: "\10f8ec";
}
.fad.fa-vial:after {
  content: "\10f492";
}
.fad.fa-vials:after {
  content: "\10f493";
}
.fad.fa-video:after {
  content: "\10f03d";
}
.fad.fa-video-plus:after {
  content: "\10f4e1";
}
.fad.fa-video-slash:after {
  content: "\10f4e2";
}
.fad.fa-vihara:after {
  content: "\10f6a7";
}
.fad.fa-violin:after {
  content: "\10f8ed";
}
.fad.fa-virus:after {
  content: "\10e074";
}
.fad.fa-virus-slash:after {
  content: "\10e075";
}
.fad.fa-viruses:after {
  content: "\10e076";
}
.fad.fa-voicemail:after {
  content: "\10f897";
}
.fad.fa-volcano:after {
  content: "\10f770";
}
.fad.fa-volleyball-ball:after {
  content: "\10f45f";
}
.fad.fa-volume:after {
  content: "\10f6a8";
}
.fad.fa-volume-down:after {
  content: "\10f027";
}
.fad.fa-volume-mute:after {
  content: "\10f6a9";
}
.fad.fa-volume-off:after {
  content: "\10f026";
}
.fad.fa-volume-slash:after {
  content: "\10f2e2";
}
.fad.fa-volume-up:after {
  content: "\10f028";
}
.fad.fa-vote-nay:after {
  content: "\10f771";
}
.fad.fa-vote-yea:after {
  content: "\10f772";
}
.fad.fa-vr-cardboard:after {
  content: "\10f729";
}
.fad.fa-wagon-covered:after {
  content: "\10f8ee";
}
.fad.fa-walker:after {
  content: "\10f831";
}
.fad.fa-walkie-talkie:after {
  content: "\10f8ef";
}
.fad.fa-walking:after {
  content: "\10f554";
}
.fad.fa-wallet:after {
  content: "\10f555";
}
.fad.fa-wand:after {
  content: "\10f72a";
}
.fad.fa-wand-magic:after {
  content: "\10f72b";
}
.fad.fa-warehouse:after {
  content: "\10f494";
}
.fad.fa-warehouse-alt:after {
  content: "\10f495";
}
.fad.fa-washer:after {
  content: "\10f898";
}
.fad.fa-watch:after {
  content: "\10f2e1";
}
.fad.fa-watch-calculator:after {
  content: "\10f8f0";
}
.fad.fa-watch-fitness:after {
  content: "\10f63e";
}
.fad.fa-water:after {
  content: "\10f773";
}
.fad.fa-water-lower:after {
  content: "\10f774";
}
.fad.fa-water-rise:after {
  content: "\10f775";
}
.fad.fa-wave-sine:after {
  content: "\10f899";
}
.fad.fa-wave-square:after {
  content: "\10f83e";
}
.fad.fa-wave-triangle:after {
  content: "\10f89a";
}
.fad.fa-waveform:after {
  content: "\10f8f1";
}
.fad.fa-waveform-path:after {
  content: "\10f8f2";
}
.fad.fa-webcam:after {
  content: "\10f832";
}
.fad.fa-webcam-slash:after {
  content: "\10f833";
}
.fad.fa-weight:after {
  content: "\10f496";
}
.fad.fa-weight-hanging:after {
  content: "\10f5cd";
}
.fad.fa-whale:after {
  content: "\10f72c";
}
.fad.fa-wheat:after {
  content: "\10f72d";
}
.fad.fa-wheelchair:after {
  content: "\10f193";
}
.fad.fa-whistle:after {
  content: "\10f460";
}
.fad.fa-wifi:after {
  content: "\10f1eb";
}
.fad.fa-wifi-1:after {
  content: "\10f6aa";
}
.fad.fa-wifi-2:after {
  content: "\10f6ab";
}
.fad.fa-wifi-slash:after {
  content: "\10f6ac";
}
.fad.fa-wind:after {
  content: "\10f72e";
}
.fad.fa-wind-turbine:after {
  content: "\10f89b";
}
.fad.fa-wind-warning:after {
  content: "\10f776";
}
.fad.fa-window:after {
  content: "\10f40e";
}
.fad.fa-window-alt:after {
  content: "\10f40f";
}
.fad.fa-window-close:after {
  content: "\10f410";
}
.fad.fa-window-frame:after {
  content: "\10e04f";
}
.fad.fa-window-frame-open:after {
  content: "\10e050";
}
.fad.fa-window-maximize:after {
  content: "\10f2d0";
}
.fad.fa-window-minimize:after {
  content: "\10f2d1";
}
.fad.fa-window-restore:after {
  content: "\10f2d2";
}
.fad.fa-windsock:after {
  content: "\10f777";
}
.fad.fa-wine-bottle:after {
  content: "\10f72f";
}
.fad.fa-wine-glass:after {
  content: "\10f4e3";
}
.fad.fa-wine-glass-alt:after {
  content: "\10f5ce";
}
.fad.fa-won-sign:after {
  content: "\10f159";
}
.fad.fa-wreath:after {
  content: "\10f7e2";
}
.fad.fa-wrench:after {
  content: "\10f0ad";
}
.fad.fa-x-ray:after {
  content: "\10f497";
}
.fad.fa-yen-sign:after {
  content: "\10f157";
}
.fad.fa-yin-yang:after {
  content: "\10f6ad";
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/style/font-awesome-5/fa-light-300.eot);
  src: url(/style/font-awesome-5/fa-light-300.eot?#iefix) format("embedded-opentype"), url(/style/font-awesome-5/fa-light-300.woff2) format("woff2"), url(/style/font-awesome-5/fa-light-300.woff) format("woff"), url(/style/font-awesome-5/fa-light-300.ttf) format("truetype"), url(/style/font-awesome-5/fa-light-300.svg#fontawesome) format("svg");
}
.fal {
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/style/font-awesome-5/fa-regular-400.eot);
  src: url(/style/font-awesome-5/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/style/font-awesome-5/fa-regular-400.woff2) format("woff2"), url(/style/font-awesome-5/fa-regular-400.woff) format("woff"), url(/style/font-awesome-5/fa-regular-400.ttf) format("truetype"), url(/style/font-awesome-5/fa-regular-400.svg#fontawesome) format("svg");
}
.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/style/font-awesome-5/fa-solid-900.eot);
  src: url(/style/font-awesome-5/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/style/font-awesome-5/fa-solid-900.woff2) format("woff2"), url(/style/font-awesome-5/fa-solid-900.woff) format("woff"), url(/style/font-awesome-5/fa-solid-900.ttf) format("truetype"), url(/style/font-awesome-5/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.gradient145 {
  background-image: linear-gradient(145deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
h1 {
  font-family: "Avenir Next LT W01 Bold";
  font-size: 34px;
  line-height: 1.2;
  white-space: pre-line;
}
h1 i {
  margin-right: 5px;
}
h1 i + span,
h1 span + i {
  margin-left: 5px;
}
h2 {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 26px;
  line-height: 1.2;
  white-space: pre-line;
}
h2 i {
  margin-right: 5px;
}
h2 i + span,
h2 span + i {
  margin-left: 5px;
}
h3 {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 18px;
  line-height: 1.2;
  white-space: pre-line;
}
h3 i {
  margin-right: 5px;
}
h3 i + span,
h3 span + i {
  margin-left: 5px;
}
h4 {
  font-family: 'Avenir Next';
  font-size: 18px;
  line-height: 1.2;
  white-space: pre-line;
}
h4 i {
  margin-right: 5px;
}
h4 i + span,
h4 span + i {
  margin-left: 5px;
}
strong {
  font-family: "AvenirNextLTW01-Medium";
  font-weight: normal;
}
.title-style,
hk-confirm-popup > div .popup-title,
hk-notification-popup > div .popup-title,
hk-radio-select-popup > div h1,
hk-select-from-dropdown-popup > div .popup-title {
  font-family: "Avenir Next LT W01 Demi";
  font-size: 22px;
  margin: 15px 10px;
  text-align: center;
}
.title-style i,
hk-confirm-popup > div .popup-title i,
hk-notification-popup > div .popup-title i,
hk-radio-select-popup > div h1 i,
hk-select-from-dropdown-popup > div .popup-title i {
  margin-right: 10px;
}
.color-secondary {
  color: #441A44;
}
.color-accent {
  color: #441A44;
}
.bg-secondary {
  background-color: #441A44;
  color: #FFFFFF;
}
.bg-accent {
  background-color: #441A44;
  color: #FFFFFF;
}
.fill-secondary {
  fill: #441A44;
}
.fill-accent {
  fill: #441A44;
}
edit-checklist-popup > div {
  min-width: 800px;
}
edit-checklist-popup > div .top {
  box-shadow: none;
  padding: 0;
  background: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
edit-checklist-popup > div .top .name {
  font-weight: 600;
  font-size: 24px;
  display: flex;
  margin: 5px 0 10px 0;
}
edit-checklist-popup > div .top .name task-status-widget {
  margin-left: 5px;
  display: flex;
  align-items: center;
}
edit-checklist-popup > div .top .name task-status-widget i {
  font-weight: 600;
  font-size: 20px;
}
edit-checklist-popup > div .data-info {
  display: flex;
  margin-bottom: 10px;
}
edit-checklist-popup > div .data-info li {
  color: rgba(29, 28, 29, 0.7);
}
edit-checklist-popup > div .data-info li i {
  margin-right: 3px;
}
edit-checklist-popup > div .data-info li:not(:last-child) {
  margin-right: 10px;
}
edit-checklist-popup > div .data-info li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}
edit-checklist-widget > div {
  line-height: 1.2;
}
edit-checklist-widget > div .checklist {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
edit-checklist-widget > div .checklist > li {
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
edit-checklist-widget > div .checklist > li > div:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 6px;
}
edit-checklist-widget > div .checklist > li:not(:last-child) {
  margin-bottom: 10px;
}
edit-checklist-widget > div .checklist > li > div > .icon {
  margin-right: 5px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
edit-checklist-widget > div .checklist > li > div > .icon i {
  font-size: 16px;
}
edit-checklist-widget > div .checklist > li .buttons {
  display: flex;
}
edit-checklist-widget > div .checklist > li .buttons li:not(:last-child) {
  margin-right: 5px;
}
edit-checklist-widget > div .checklist > li .title {
  margin-bottom: 5px;
  font-weight: 500;
  display: flex;
}
edit-checklist-widget > div .checklist > li .title span {
  font-weight: 500;
}
edit-checklist-widget > div .checklist > li show-files-widget .fa-file-pdf {
  font-weight: 500 !important;
}
edit-checklist-widget > div .checklist > li.actions {
  background: none;
  box-shadow: unset;
  padding: 5px 0 10px 0;
}
edit-checklist-widget > div .checklist > li.step {
  padding: 15px 10;
}
edit-checklist-widget > div .checklist > li.step .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
edit-checklist-widget > div .checklist > li.step .steps > li {
  position: relative;
}
edit-checklist-widget > div .checklist > li.step .steps > li .required-icon {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
}
edit-checklist-widget > div .checklist > li.step .steps > li .required-icon.required {
  color: rgba(68, 26, 68, 0.6);
  font-size: 14px;
}
edit-checklist-widget > div .checklist > li.step .steps > li .required-icon.required.touched:not(.valid) {
  color: #EB5A46;
}
edit-checklist-widget > div .checklist > li.step .steps > li .required-icon.optional {
  display: none;
}
edit-checklist-widget > div .checklist > li.step .steps > li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
}
edit-checklist-widget > div .checklist > li.step .steps > li .field-name {
  margin-bottom: 5px;
}
edit-checklist-widget > div .nav {
  display: flex;
  justify-content: flex-end;
}
edit-checklist-widget > div .nav > li:not(:last-child) {
  margin-right: 5px;
}
edit-checklist-widget > div .nav > li .submit-button {
  width: 100%;
}
edit-checklist-widget > div .nav > li.previous {
  flex-basis: 40%;
}
edit-checklist-widget > div .nav > li.next {
  flex-basis: 60%;
}
edit-checklist-widget > div .nav > li.submit {
  flex-basis: 60%;
}
edit-checklist-widget .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  font-family: 'Avenir Next';
  border-radius: 10px;
  width: calc(100% - 10px);
  margin: 30px auto;
}
edit-checklist-widget .loading svg path {
  fill: #1D1C1D;
}
create-connection-popup > div h1 {
  display: flex;
}
create-connection-popup > div h1 .icon {
  margin-right: 5px;
}
create-connection-popup > div .preselection-title {
  margin-top: 30px;
}
create-connection-popup > div p {
  margin: 10px 0px;
}
create-connection-popup > div .create-connection {
  display: flex;
  margin-top: 20px;
}
create-connection-popup > div .create-connection > li {
  flex-basis: 50%;
  text-align: center;
  padding: 20px 0;
}
create-connection-popup > div .create-connection > li .icon {
  margin-bottom: 20px;
}
create-connection-popup > div .create-connection > li .icon i {
  font-size: 30px;
  color: #441A44;
}
create-connection-popup > div .create-connection > li:hover {
  background: #EFEFEF;
}
update-connection-popup > div .preselection-title {
  margin-top: 30px;
}
update-connection-popup > div p {
  margin: 10px 0px;
}
update-connection-popup > div .create-connection {
  display: flex;
  margin-top: 20px;
}
update-connection-popup > div .create-connection > li {
  flex-basis: 50%;
  text-align: center;
  padding: 20px 0;
}
update-connection-popup > div .create-connection > li .icon {
  margin-bottom: 20px;
}
update-connection-popup > div .create-connection > li .icon i {
  font-size: 30px;
  color: #441A44;
}
update-connection-popup > div .create-connection > li:hover {
  background: #EFEFEF;
}
update-connection-popup > div .button-bar {
  display: flex;
  margin-top: 10px;
}
update-connection-popup > div .button-bar li.grow {
  flex-grow: 1;
}
update-connection-popup > div .button-bar li:not(:last-child) {
  margin-right: 10px;
}
db-item-popup > div {
  min-width: 60vw;
}
db-item-popup > div .top-bar {
  display: flex;
}
db-item-popup > div .top-bar h1 {
  flex-grow: 1;
  margin-right: 10px;
}
db-item-view .submit-button {
  margin-top: 20px;
}
update-db-items-popup > div {
  min-width: 60vw;
}
exact-view > ul > li .bsy-section-body .widget-rows {
  margin-bottom: 5px;
}
exact-view > ul > li .bsy-section-body table {
  width: 100%;
}
exact-view > ul > li .bsy-section-body table td {
  padding: 5px 10px;
}
exact-view > ul > li .bsy-section-body .deactivate {
  margin: 10px 0 0 10px;
}
exact-view > ul > li .bsy-section-body .deactivate span {
  text-decoration: underline;
}
exact-view > ul > li .bsy-section-body .submit-button {
  margin-top: 10px;
}
exact-view > ul > li .bsy-section-body ul.actions {
  margin-top: 10px;
}
exact-view > ul > li .bsy-section-body ul.actions > li .menu-title {
  font-family: "AvenirNextLTW01-Medium";
  padding: 0 10px;
  white-space: nowrap;
  font-size: 18px;
}
exact-view > ul > li .bsy-section-body ul.actions > li:not(:last-child) {
  margin-bottom: 20px;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul {
  margin: 10px 0;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li {
  padding: 10px 10px;
  color: #1D1C1D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: left;
  margin-bottom: 5px;
  white-space: nowrap;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover {
  background: #FFFFFF;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li span {
  font-family: 'Avenir Next';
  font-size: 16px;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon {
  width: 30px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon i {
  font-size: 18px;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.green i {
  color: #5EC44A;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.green:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.green:hover i {
  color: #5EC44A;
  font-weight: 600;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.red i {
  color: #EB5A46;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover i {
  color: #EB5A46;
  font-weight: 600;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.red i,
exact-view > ul > li .bsy-section-body ul.actions > li ul li.orange i {
  color: #EB5A46;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover,
exact-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover i,
exact-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover i {
  color: #EB5A46;
  font-weight: 600;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.orange i {
  color: #FF9F1A;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover {
  background: #FFFFFF;
}
exact-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover i {
  color: #FF9F1A;
}
freshdesk-view > ul > li .bsy-section-body table {
  width: 100%;
}
freshdesk-view > ul > li .bsy-section-body table td {
  padding: 5px 10px;
}
freshdesk-view > ul > li .bsy-section-body .deactivate {
  margin: 10px 0 0 10px;
}
freshdesk-view > ul > li .bsy-section-body .deactivate span {
  text-decoration: underline;
}
freshdesk-view > ul > li .bsy-section-body .submit-button {
  margin-top: 10px;
}
freshdesk-view > ul > li .bsy-section-body ul.actions {
  margin-top: 10px;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li .menu-title {
  font-family: "AvenirNextLTW01-Medium";
  padding: 0 10px;
  white-space: nowrap;
  font-size: 18px;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li:not(:last-child) {
  margin-bottom: 20px;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul {
  margin: 10px 0;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li {
  padding: 10px 10px;
  color: #1D1C1D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: left;
  margin-bottom: 5px;
  white-space: nowrap;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover {
  background: #FFFFFF;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li span {
  font-family: 'Avenir Next';
  font-size: 16px;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon {
  width: 30px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon i {
  font-size: 18px;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.green i {
  color: #5EC44A;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.green:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.green:hover i {
  color: #5EC44A;
  font-weight: 600;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.red i {
  color: #EB5A46;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover i {
  color: #EB5A46;
  font-weight: 600;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.red i,
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.orange i {
  color: #EB5A46;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover,
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover i,
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover i {
  color: #EB5A46;
  font-weight: 600;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.orange i {
  color: #FF9F1A;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover {
  background: #FFFFFF;
}
freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover i {
  color: #FF9F1A;
}
approve-login-view {
  display: block;
  padding: 0 10px 20px 10px;
  background: #FFFFFF !important;
  min-height: calc(100vh - 116px);
}
approve-login-view .single-col {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
approve-login-view .single-col .logo {
  margin-bottom: 50px;
}
approve-login-view .single-col h1 {
  font-family: "Avenir Next LT W01 Demi";
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}
approve-login-view .single-col .button,
approve-login-view .single-col exact-view > ul > li .bsy-section-body ul.actions > li ul li,
approve-login-view .single-col freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
approve-login-view .single-col intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
approve-login-view .single-col download-export-popup > div .content .button,
approve-login-view .single-col rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
approve-login-view .single-col snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
approve-login-view .single-col create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
approve-login-view .single-col create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
approve-login-view .single-col create-subscription-popup > div .grid > li.product > ul > li,
approve-login-view .single-col .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
approve-login-view .single-col view-task-popup > div .grid > li.task-menu > ul > li ul li,
approve-login-view .single-col task-actions-menu-widget > ul > li ul li,
approve-login-view .single-col download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
approve-login-view .single-col download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
approve-login-view .single-col download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
approve-login-view .single-col download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
approve-login-view .single-col download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
approve-login-view .single-col download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
approve-login-view .single-col download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
approve-login-view .single-col download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
approve-login-view .single-col download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
approve-login-view .single-col download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
approve-login-view .single-col download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
}
.no-touch approve-login-view .single-col .button:hover,
.no-touch approve-login-view .single-col exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch approve-login-view .single-col freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch approve-login-view .single-col intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content .button:hover,
.no-touch approve-login-view .single-col rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch approve-login-view .single-col snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch approve-login-view .single-col create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch approve-login-view .single-col create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch approve-login-view .single-col create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch approve-login-view .single-col .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch approve-login-view .single-col view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch approve-login-view .single-col task-actions-menu-widget > ul > li ul li:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch approve-login-view .single-col download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch approve-login-view .single-col download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover {
  text-decoration: none;
}
avatar-widget > div {
  position: relative;
}
avatar-widget > div .avatar-circle {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #441a44;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  height: 100%;
  width: 100%;
}
avatar-widget > div .avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
avatar-widget > div .avatar-circle span {
  letter-spacing: 1px;
  padding: 2px 0 0 2px;
  color: #FFFFFF;
}
avatar-widget > div .avatar-shadow {
  z-index: 1;
  position: absolute;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  filter: contrast(80%);
  background: #441a44;
  height: 100%;
  width: 100%;
}
avatar-widget > div .avatar-shadow.gray {
  filter: saturate(50%) contrast(80%);
}
bessy-icon-color svg {
  width: 15px;
}
bessy-icon-color .cls-1 {
  fill: #FFFFFF;
}
bessy-logo-svg svg {
  width: 100px;
}
bessy-logo-svg .primary {
  fill: #1D1C1D;
}
bessy-logo-svg .secondary {
  fill: #441A44;
}
button-icon > div {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
button-icon > div.square {
  border-radius: 5px;
}
button-icon > div.circle {
  border-radius: 20px;
}
button-icon > div i {
  font-size: 17px;
}
button-icon > div i.fal,
button-icon > div i.fa6-light {
  font-size: 16px;
}
.no-touch button-icon > div:not(.disabled):hover {
  background: rgba(29, 28, 29, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.no-touch button-icon > div:not(.disabled):hover i {
  font-weight: 600;
}
button-icon > div.none {
  background: none;
  color: #1D1C1D;
  box-shadow: unset;
}
.no-touch button-icon > div.none:not(.disabled):hover {
  background: rgba(29, 28, 29, 0.05);
}
button-icon > div.lightGray {
  background: #EFEFEF;
  color: #1D1C1D;
}
.no-touch button-icon > div.lightGray:not(.disabled):hover {
  background: rgba(29, 28, 29, 0.05);
}
button-icon > div.white {
  background: #FFFFFF;
  color: #1D1C1D;
}
.no-touch button-icon > div.white:not(.disabled):hover {
  background: rgba(255, 255, 255, 0.5);
}
button-icon > div.secondary {
  background: #441A44;
  color: #FFFFFF;
}
.no-touch button-icon > div.secondary:not(.disabled):hover {
  background: rgba(68, 26, 68, 0.7);
}
button-icon > div.red {
  background: #EB5A46;
  color: #FFFFFF;
}
.no-touch button-icon > div.red:not(.disabled):hover {
  background: rgba(235, 90, 70, 0.9);
}
button-icon > div.accent {
  background: #441A44;
  color: #FFFFFF;
}
.no-touch button-icon > div.accent:not(.disabled):hover {
  background: rgba(68, 26, 68, 0.7);
}
button-icon > div.error {
  background: #EB5A46;
  color: #FFFFFF;
}
.no-touch button-icon > div.error:not(.disabled):hover {
  background: rgba(235, 90, 70, 0.7);
}
button-icon > div.inline {
  box-shadow: unset !important;
  background: unset !important;
  width: 25px;
  height: 25px;
}
button-icon > div.disabled {
  background: #EFEFEF;
  color: rgba(29, 28, 29, 0.25);
  cursor: default !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
get-access-code-widget .options {
  display: flex;
  margin: 0 -10px -10px 0;
  justify-content: center;
}
get-access-code-widget .options li {
  background: #FFFFFF;
  padding: 25px;
  margin: 0 10px 10px 0;
}
loading-component div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
loading-component div i {
  color: rgba(68, 26, 68, 0.2) !important;
}
login-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #FFFFFF;
  height: 100vh;
  padding: 0 !important;
}
login-view > div {
  width: 100%;
  background: #FFFFFF;
  height: 100%;
}
login-view > div .bar {
  width: 100%;
  display: flex;
  height: 50px;
  color: #1D1C1D;
  align-items: center;
  margin-bottom: 3px;
  position: relative;
  padding-left: 10px;
  position: fixed;
  top: 0;
  left: 0;
  padding-bottom: 2px;
}
login-view > div .bar .parent-page {
  position: relative;
  margin-right: 20px;
}
login-view > div .bar .parent-page a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
}
login-view > div .bar .parent-page a:hover {
  text-decoration: underline;
}
login-view > div .bar .parent-page::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
login-view > div .bar .border-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(145deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
login-view > div .body-box {
  height: 100%;
  display: flex;
  align-items: center;
}
login-view > div .login-form {
  margin: 0 auto;
  border-radius: 5px;
  background: #FFFFFF;
  max-width: 600px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.phantom login-view > div .login-form,
.responsive login-view > div .login-form {
  padding: 0 15px;
}
login-view > div .login-form .body {
  line-height: 1.4;
}
login-view > div .login-form .body.send {
  cursor: default !important;
}
login-view > div .login-form .body.send input {
  cursor: default !important;
}
login-view > div .login-form div.outerbox {
  width: 90vw;
  position: relative;
  border-radius: 25px;
  padding: 2px;
  height: 49px;
  margin-top: 50px;
  max-width: 550px;
  background-image: linear-gradient(145deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
login-view > div .login-form div.outerbox input {
  border: 0;
  width: 500px;
  height: 100%;
  resize: none;
  padding: 15px 205px 15px 15px;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 25px;
  text-transform: lowercase;
  margin-right: 2px;
  max-width: 100%;
  min-width: 100%;
}
login-view > div .login-form div.outerbox input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
  text-transform: none;
}
login-view > div .login-form div.outerbox input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
  text-transform: none;
}
login-view > div .login-form div.outerbox input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
  text-transform: none;
}
login-view > div .login-form div.outerbox input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
  text-transform: none;
}
login-view > div .login-form div.outerbox input.send::-webkit-input-placeholder {
  font-family: "AvenirNextLTW01-Medium";
  color: #1D1C1D;
}
login-view > div .login-form div.outerbox input.send:-moz-placeholder {
  font-family: "AvenirNextLTW01-Medium";
  color: #1D1C1D;
}
login-view > div .login-form div.outerbox input.send::-moz-placeholder {
  font-family: "AvenirNextLTW01-Medium";
  color: #1D1C1D;
}
login-view > div .login-form div.outerbox input.send:-ms-input-placeholder {
  font-family: "AvenirNextLTW01-Medium";
  color: #1D1C1D;
}
.phantom login-view > div .login-form div.outerbox input,
.responsive login-view > div .login-form div.outerbox input {
  padding-right: 15px;
}
login-view > div .login-form div.outerbox .submit-button {
  position: absolute;
  right: 2px;
  top: 2px;
  height: calc(100% - 4px);
  border-radius: 25px;
  white-space: nowrap;
  background: #441A44;
  color: #FFFFFF;
  width: 240px;
}
.no-touch login-view > div .login-form div.outerbox .submit-button:not(.disabled):hover {
  background: rgba(68, 26, 68, 0.9);
}
login-view > div .login-form div.outerbox .submit-button.disabled {
  cursor: default !important;
}
login-view > div .login-form div.outerbox .submit-button.disabled span {
  text-decoration: none !important;
}
.phantom login-view > div .login-form div.outerbox .submit-button,
.responsive login-view > div .login-form div.outerbox .submit-button {
  right: 0;
  width: 100%;
  top: 57px;
}
login-view > div .login-form div.outerbox.error {
  background: #EB5A46;
}
login-view > div .login-form .error-message {
  text-align: center;
  width: 100%;
  color: #EB5A46;
  margin-top: 5px;
  height: 25px;
}
.phantom login-view > div .login-form .error-message,
.responsive login-view > div .login-form .error-message {
  margin-top: 60px;
}
not-found-view {
  display: block;
  width: 100%;
}
not-found-view .rows {
  margin-top: 35px;
}
not-found-view .rows > li {
  position: relative;
}
not-found-view .rows > li .header-box {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.align-center not-found-view .rows > li .header-box {
  text-align: center;
}
.align-left not-found-view .rows > li .header-box {
  text-align: left;
}
not-found-view .rows > li .header-box .title {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
not-found-view .rows > li .header-box .title span {
  padding: 0 15px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.align-left not-found-view .rows > li .header-box .title span {
  margin-left: -15px;
}
not-found-view .rows > li .header-box .title .line {
  border-top: 2px solid #000000;
  width: 100%;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
}
not-found-view .rows > li .header-box .title .line.line2 {
  border-color: #441A44;
  top: 28px;
}
not-found-view .rows > li .header-box .subtitle {
  font-family: "AvenirNextLTW01-Medium";
  margin-top: 20px;
  font-size: 22px;
  text-transform: uppercase;
}
.phantom not-found-view .rows > li .header-box .subtitle,
.responsive not-found-view .rows > li .header-box .subtitle {
  padding: 0 15px;
}
not-found-view .rows > li .back-button {
  background: #441A44;
  color: #FFFFFF;
  margin: 15px auto;
  width: 240px;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
not-found-view .rows > li .back-button i {
  margin-left: 5px;
}
.phantom not-found-view .rows > li .back-button,
.responsive not-found-view .rows > li .back-button {
  width: auto;
  margin: 15px;
}
.no-touch not-found-view .rows > li .back-button:hover {
  background: rgba(68, 26, 68, 0.85);
}
planbot-icon-solid svg {
  width: 15px;
}
planbot-icon-solid .cls-1 {
  fill: #FFFFFF;
}
planbot-suggestion svg {
  width: 15px;
}
planbot-suggestion .cls-1 {
  fill: #1D1C1D;
}
view-html-mail-popup > div .transition {
  background: #EFEFEF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
view-html-mail-popup > div .transition .transition-header {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(29, 28, 29, 0.1);
}
view-html-mail-popup > div .transition .transition-header .createdAt {
  display: flex;
  font-family: "Avenir Next W01 Light";
  font-size: 15px;
}
view-html-mail-popup > div .transition .transition-header .createdAt .seperator {
  margin: 0 5px;
}
view-html-mail-popup > div .transition .transition-header suggestion-status-widget span {
  font-weight: 500;
}
view-html-mail-popup > div .transition .fields > li {
  border-radius: 5px;
  width: 100%;
  font-family: 'Avenir Next';
  line-height: 1.3;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  padding: 10px;
}
view-html-mail-popup > div .transition .fields > li .fullname {
  margin-left: 15px;
}
view-html-mail-popup > div .transition .fields > li .fullname::after {
  margin: 0 10px;
}
view-html-mail-popup > div .transition .fields > li .body {
  margin-left: 20px;
}
view-html-mail-popup > div .transition .fields > li .body > *:not(:last-child) {
  margin-bottom: 2px;
}
view-html-mail-popup > div .transition .fields > li .body .strong {
  font-weight: 500;
}
view-html-mail-popup > div .transition .fields > li:not(:last-child) {
  margin-bottom: 10px;
}
add-client-to-location-popup > div .new-client {
  margin-top: 10px;
}
add-client-to-location-popup > div .new-client i {
  margin-right: 5px;
}
add-client-to-location-popup > div .new-client span {
  text-decoration: underline;
}
add-client-to-location-popup > div .new-client:hover i {
  font-weight: 600;
}
add-client-to-location-popup > div .new-client:hover span {
  text-decoration: none;
}
add-client-to-location-popup > div.loading {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
add-client-to-location-popup > div.loading svg {
  margin-bottom: 25px;
}
add-client-to-location-popup > div.loading svg path {
  fill: #1D1C1D;
}
add-client-to-location-popup > div.loading .text {
  text-align: center;
}
create-location-popup > div {
  width: 95vw;
  max-width: 1000px;
  min-width: 800px;
}
.responsive create-location-popup > div {
  width: unset;
  min-width: unset;
  position: relative;
  min-height: calc(100vh - 20px);
}
.responsive create-location-popup > div .bsy-page-header {
  display: none;
}
.responsive create-location-popup > div h2 {
  font-size: 20px;
}
create-location-popup > div > ul {
  margin-bottom: 20px;
}
create-location-popup > div > ul .bsy-section-header {
  margin-bottom: 10px;
}
.phantom create-location-popup > div > ul .bsy-section-header,
.responsive create-location-popup > div > ul .bsy-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 10px 0;
  margin: 0;
}
create-location-popup > div > ul strong {
  display: block;
  margin: 5px 0;
}
create-location-popup > div > ul .location {
  max-height: 40vh;
}
create-location-popup > div > ul .location.show {
  min-height: 250px;
}
.phantom create-location-popup > div > ul .location,
.responsive create-location-popup > div > ul .location {
  max-height: unset;
  min-height: unset;
}
create-location-popup > div > ul .location .map {
  order: 2;
  margin-right: 0;
  flex-basis: 40%;
  max-height: 100%;
}
create-location-popup > div > ul .location .map .mapboxgl-control-container {
  display: none;
}
create-location-popup > div > ul .location .info {
  order: 1;
  margin-right: 10px;
  flex-basis: 60%;
  justify-content: flex-start;
}
create-location-popup > div > ul .client {
  display: flex;
}
create-location-popup > div > ul .client .icon {
  margin-left: 10px;
}
google-calendar-authorization-popup > div .buttons {
  display: flex;
  align-items: center;
  justify-content: left;
}
google-calendar-authorization-popup > div .buttons > li.grow {
  flex-grow: 1;
}
google-calendar-authorization-popup > div .buttons .submit-button {
  width: 100%;
}
google-calendar-authorization-popup > div .buttons button-icon div {
  margin: 15px 0 0  10px;
}
intercom-view > ul > li .bsy-section-body table {
  width: 100%;
}
intercom-view > ul > li .bsy-section-body table td {
  padding: 5px 10px;
}
intercom-view > ul > li .bsy-section-body .deactivate {
  margin: 10px 0 0 10px;
}
intercom-view > ul > li .bsy-section-body .deactivate span {
  text-decoration: underline;
}
intercom-view > ul > li .bsy-section-body .submit-button {
  margin-top: 10px;
}
intercom-view > ul > li .bsy-section-body ul.actions {
  margin-top: 10px;
}
intercom-view > ul > li .bsy-section-body ul.actions > li .menu-title {
  font-family: "AvenirNextLTW01-Medium";
  padding: 0 10px;
  white-space: nowrap;
  font-size: 18px;
}
intercom-view > ul > li .bsy-section-body ul.actions > li:not(:last-child) {
  margin-bottom: 20px;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul {
  margin: 10px 0;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li {
  padding: 10px 10px;
  color: #1D1C1D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: left;
  margin-bottom: 5px;
  white-space: nowrap;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover {
  background: #FFFFFF;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li span {
  font-family: 'Avenir Next';
  font-size: 16px;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon {
  width: 30px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon i {
  font-size: 18px;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.green i {
  color: #5EC44A;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.green:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.green:hover i {
  color: #5EC44A;
  font-weight: 600;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.red i {
  color: #EB5A46;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover i {
  color: #EB5A46;
  font-weight: 600;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.red i,
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.orange i {
  color: #EB5A46;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover,
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover i,
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover i {
  color: #EB5A46;
  font-weight: 600;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.orange i {
  color: #FF9F1A;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover {
  background: #FFFFFF;
}
intercom-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover i {
  color: #FF9F1A;
}
outlook-authorization-popup > div .buttons {
  display: flex;
  align-items: center;
  justify-content: left;
}
outlook-authorization-popup > div .buttons > li.grow {
  flex-grow: 1;
}
outlook-authorization-popup > div .buttons .submit-button {
  width: 100%;
}
outlook-authorization-popup > div .buttons button-icon div {
  margin: 15px 0 0  10px;
}
download-export-popup > div {
  background: #EFEFEF;
}
download-export-popup > div .content {
  background: #FFFFFF;
  padding: 5px;
}
download-export-popup > div .content .popup-title {
  white-space: nowrap;
  text-align: left;
  padding: 10px 0 15px 10px;
}
download-export-popup > div .content .popup-title i {
  color: #441A44;
}
download-export-popup > div .content table tr td {
  padding: 10px;
}
download-export-popup > div .content .button,
download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  padding: 0 15px;
  border-radius: 30px;
  height: 35px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  text-decoration: none;
  margin-top: 10px;
}
download-export-popup > div .content .button:not(:last-child),
download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:not(:last-child),
download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:not(:last-child),
download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:not(:last-child),
download-export-popup > div .content download-export-popup > div .content .button:not(:last-child),
download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:not(:last-child),
download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:not(:last-child),
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:not(:last-child),
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:not(:last-child),
download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:not(:last-child),
download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):not(:last-child),
download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:not(:last-child),
download-export-popup > div .content task-actions-menu-widget > ul > li ul li:not(:last-child),
download-export-popup > div .content download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:not(:last-child),
download-export-popup > div .content download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:not(:last-child),
download-export-popup > div .content download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:not(:last-child),
download-export-popup > div .content download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:not(:last-child),
download-export-popup > div .content download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:not(:last-child),
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:not(:last-child),
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:not(:last-child),
download-export-popup > div .content download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:not(:last-child),
download-export-popup > div .content download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):not(:last-child),
download-export-popup > div .content download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:not(:last-child),
download-export-popup > div .content download-export-popup > div .content task-actions-menu-widget > ul > li ul li:not(:last-child) {
  margin-bottom: 5px;
}
download-export-popup > div .content .button .icon,
download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
download-export-popup > div .content download-export-popup > div .content .button .icon,
download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon,
download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon,
download-export-popup > div .content download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
download-export-popup > div .content download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
download-export-popup > div .content download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
download-export-popup > div .content download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
download-export-popup > div .content download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
download-export-popup > div .content download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon,
download-export-popup > div .content download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
download-export-popup > div .content download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
download-export-popup > div .content download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon {
  width: 20px;
  margin-right: 10px;
}
download-export-popup > div .content .button:hover,
download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
download-export-popup > div .content download-export-popup > div .content .button:hover,
download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover,
download-export-popup > div .content download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
download-export-popup > div .content download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
download-export-popup > div .content download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
download-export-popup > div .content download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
download-export-popup > div .content download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
download-export-popup > div .content download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
download-export-popup > div .content download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
download-export-popup > div .content download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
download-export-popup > div .content download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover {
  background: #FFFFFF;
}
download-export-popup > div .content .button .name,
download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .name,
download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .name,
download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .name,
download-export-popup > div .content download-export-popup > div .content .button .name,
download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .name,
download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .name,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .name,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .name,
download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .name,
download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .name,
download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .name,
download-export-popup > div .content task-actions-menu-widget > ul > li ul li .name,
download-export-popup > div .content download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .name,
download-export-popup > div .content download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .name,
download-export-popup > div .content download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .name,
download-export-popup > div .content download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .name,
download-export-popup > div .content download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .name,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .name,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .name,
download-export-popup > div .content download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .name,
download-export-popup > div .content download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .name,
download-export-popup > div .content download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .name,
download-export-popup > div .content download-export-popup > div .content task-actions-menu-widget > ul > li ul li .name {
  font-family: "Avenir Next W01 Light";
}
download-export-popup > div .content .button.secondary,
download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.secondary,
download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.secondary,
download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.secondary,
download-export-popup > div .content download-export-popup > div .content .button.secondary,
download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.secondary,
download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.secondary,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.secondary,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.secondary,
download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.secondary,
download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).secondary,
download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.secondary,
download-export-popup > div .content task-actions-menu-widget > ul > li ul li.secondary,
download-export-popup > div .content download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.secondary,
download-export-popup > div .content download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.secondary,
download-export-popup > div .content download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.secondary,
download-export-popup > div .content download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.secondary,
download-export-popup > div .content download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.secondary,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.secondary,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.secondary,
download-export-popup > div .content download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.secondary,
download-export-popup > div .content download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).secondary,
download-export-popup > div .content download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.secondary,
download-export-popup > div .content download-export-popup > div .content task-actions-menu-widget > ul > li ul li.secondary {
  background: #441A44;
  color: #FFFFFF;
}
download-export-popup > div .content .button.secondary i,
download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.secondary i,
download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.secondary i,
download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.secondary i,
download-export-popup > div .content download-export-popup > div .content .button.secondary i,
download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.secondary i,
download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.secondary i,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.secondary i,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.secondary i,
download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.secondary i,
download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).secondary i,
download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.secondary i,
download-export-popup > div .content task-actions-menu-widget > ul > li ul li.secondary i,
download-export-popup > div .content download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.secondary i,
download-export-popup > div .content download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.secondary i,
download-export-popup > div .content download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.secondary i,
download-export-popup > div .content download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.secondary i,
download-export-popup > div .content download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.secondary i,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.secondary i,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.secondary i,
download-export-popup > div .content download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.secondary i,
download-export-popup > div .content download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).secondary i,
download-export-popup > div .content download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.secondary i,
download-export-popup > div .content download-export-popup > div .content task-actions-menu-widget > ul > li ul li.secondary i {
  color: #FFFFFF;
}
download-export-popup > div .content .button.secondary:hover,
download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.secondary:hover,
download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.secondary:hover,
download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.secondary:hover,
download-export-popup > div .content download-export-popup > div .content .button.secondary:hover,
download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.secondary:hover,
download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.secondary:hover,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.secondary:hover,
download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.secondary:hover,
download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.secondary:hover,
download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).secondary:hover,
download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.secondary:hover,
download-export-popup > div .content task-actions-menu-widget > ul > li ul li.secondary:hover,
download-export-popup > div .content download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.secondary:hover,
download-export-popup > div .content download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.secondary:hover,
download-export-popup > div .content download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.secondary:hover,
download-export-popup > div .content download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.secondary:hover,
download-export-popup > div .content download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.secondary:hover,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.secondary:hover,
download-export-popup > div .content download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.secondary:hover,
download-export-popup > div .content download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.secondary:hover,
download-export-popup > div .content download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).secondary:hover,
download-export-popup > div .content download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.secondary:hover,
download-export-popup > div .content download-export-popup > div .content task-actions-menu-widget > ul > li ul li.secondary:hover {
  background: rgba(68, 26, 68, 0.8);
}
hk-confirm-popup > div .popup-title {
  text-align: left !important;
  margin: 10px 15px 15px 15px !important;
}
hk-confirm-popup > div .body {
  line-height: 1.4;
  margin: 10px 15px;
  font-family: "Avenir Next W01 Light";
  min-height: 25px;
}
hk-confirm-popup > div .body .strong {
  font-family: "AvenirNextLTW01-Medium";
}
hk-confirm-popup > div ul {
  display: flex;
  margin-top: 20px;
}
hk-confirm-popup > div ul li {
  background: #1D1C1D;
  color: #FFFFFF;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  padding: 0 15px;
  flex-grow: 1;
}
hk-confirm-popup > div ul li:first-child {
  margin-right: 10px;
}
hk-confirm-popup > div ul li.yes {
  background: rgba(29, 28, 29, 0.6);
}
hk-confirm-popup > div ul li.no {
  background: #441A44;
  color: #FFFFFF;
}
hk-image-media-popup > div img {
  max-height: calc(100vh - 50px);
  max-width: calc(100vw - 50px);
  border-radius: 5px;
}
hk-image-media-popup > div .download {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #1D1C1D;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
hk-image-media-popup > div .download span {
  margin-right: 5px;
}
hk-loading-popup > div {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
hk-loading-popup > div .popup-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
hk-loading-popup > div .popup-loader svg {
  margin-bottom: 25px;
}
hk-loading-popup > div .popup-loader svg path {
  fill: #441A44;
}
hk-loading-popup > div .text {
  color: #1D1C1D;
  font-family: "AvenirNextLTW01-Medium";
  text-align: center;
}
hk-notification-popup > div .popup-title {
  text-align: left;
  margin: 10px 15px 15px 15px !important;
}
hk-notification-popup > div .popup-title i {
  color: #441A44 !important;
}
hk-notification-popup > div .popup-body {
  line-height: 1.5;
  font-family: "Avenir Next W01 Light";
  margin: 0 15px 10px 15px;
}
hk-notification-popup > div .popup-body p {
  margin: 10px 0;
}
hk-notification-popup > div .popup-body a {
  text-decoration: underline;
  color: #441A44;
}
.no-touch hk-notification-popup > div .popup-body a:hover {
  text-decoration: none;
}
hk-notification-popup > div .button,
hk-notification-popup > div exact-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-notification-popup > div freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-notification-popup > div intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-notification-popup > div download-export-popup > div .content .button,
hk-notification-popup > div rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-notification-popup > div snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-notification-popup > div create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
hk-notification-popup > div create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
hk-notification-popup > div create-subscription-popup > div .grid > li.product > ul > li,
hk-notification-popup > div .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
hk-notification-popup > div view-task-popup > div .grid > li.task-menu > ul > li ul li,
hk-notification-popup > div task-actions-menu-widget > ul > li ul li,
hk-notification-popup > div download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-notification-popup > div download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-notification-popup > div download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-notification-popup > div download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-notification-popup > div download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-notification-popup > div download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
hk-notification-popup > div download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
hk-notification-popup > div download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
hk-notification-popup > div download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
hk-notification-popup > div download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
hk-notification-popup > div download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  margin-top: 20px;
}
@media screen {
  hk-popups > ul {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
  hk-popups > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
  }
  hk-popups > ul > li > .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(68, 26, 68, 0.15);
    opacity: 0;
    cursor: pointer;
    animation-name: fadeIn;
    animation-duration: 0;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    z-index: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  hk-popups > ul > li .scroll-box {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 15px 10px;
    align-items: flex-start;
  }
  hk-popups > ul > li .scroll-box > hk-view {
    position: relative;
    display: block;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 10px;
    animation-name: fadeIn;
    opacity: 0;
    animation-duration: 0;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    z-index: 2;
  }
  hk-popups > ul > li .scroll-box > hk-view.gradient::before {
    content: "";
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    z-index: 2;
    height: 10px;
  }
  hk-popups > ul > li .scroll-box > hk-view.gradient::after {
    content: "";
    background-image: linear-gradient(90deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    z-index: 1;
    height: 10px;
  }
  .phantom hk-popups > ul > li .scroll-box,
  .responsive hk-popups > ul > li .scroll-box {
    padding: 0;
    max-height: 100vh;
  }
  .phantom hk-popups > ul > li .scroll-box > hk-view,
  .responsive hk-popups > ul > li .scroll-box > hk-view {
    width: 100vw;
    border-radius: 0 0 10px 10px;
  }
  .phantom hk-popups > ul > li .scroll-box.centered > hk-view,
  .responsive hk-popups > ul > li .scroll-box.centered > hk-view {
    width: 98vw;
    border-radius: 10px;
  }
  hk-popups > ul > li .scroll-box.centered {
    align-items: center;
  }
  hk-popups > ul > li .close-popup {
    position: fixed;
    top: 15px;
    right: 15px;
    background: #FFFFFF;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 20px;
  }
  hk-popups > ul > li .close-popup i {
    font-size: 18px;
    color: #441A44;
  }
  .phantom hk-popups > ul > li .close-popup,
  .responsive hk-popups > ul > li .close-popup {
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 0 0 0 20px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
    background: #441A44;
  }
  .phantom hk-popups > ul > li .close-popup i,
  .responsive hk-popups > ul > li .close-popup i {
    color: #FFFFFF;
  }
  .no-touch hk-popups > ul > li .close-popup:hover {
    background: #441A44;
  }
  .no-touch hk-popups > ul > li .close-popup:hover i {
    color: #FFFFFF;
  }
}
.print hk-popups .popups > li hk-view > * {
  display: none;
}
hk-radio-select-popup > div h1 {
  text-align: left !important;
  margin: 10px 15px 15px 15px !important;
}
hk-radio-select-popup > div p {
  line-height: 1.4;
  font-family: "Avenir Next W01 Light";
  margin: 0 15px;
}
hk-radio-select-popup > div ul {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
hk-radio-select-popup > div ul li {
  display: flex;
  align-items: center;
  margin-right: 5px;
  font-size: 16px;
  height: 35px;
  cursor: pointer;
  background: #441A44;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 5px 15px;
  font-family: "Avenir Next W01 Light";
}
hk-radio-select-popup > div ul li:not(:last-child) {
  margin-bottom: 5px;
}
hk-radio-select-popup > div .submit {
  background: #441A44;
  height: 35px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 10px;
}
hk-radio-select-popup > div .submit.disabled {
  background: rgba(68, 26, 68, 0.4);
  cursor: default;
}
hk-select-from-dropdown-popup {
  min-width: 600px !important;
  overflow: unset !important;
}
hk-select-from-dropdown-popup > div {
  overflow: unset !important;
}
hk-select-from-dropdown-popup > div .popup-title {
  white-space: nowrap;
  text-align: left;
  margin: 10px 0 20px 10px;
}
hk-select-from-dropdown-popup > div .popup-title i {
  color: #441A44;
}
hk-select-from-dropdown-popup > div .submit {
  height: 40px;
  background: #441A44;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 20px;
}
hk-select-from-dropdown-popup > div .submit.disabled {
  background: rgba(29, 28, 29, 0.2);
}
hk-tabs-popup > div {
  display: flex;
  min-width: 500px;
  min-height: 400px;
}
hk-tabs-popup > div > .tabs {
  background: #441A44;
  border-radius: 5px 0px 0px 5px;
  overflow: hidden;
}
hk-tabs-popup > div > .tabs > li {
  padding: 0 10px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hk-tabs-popup > div > .tabs > li i {
  font-size: 25px;
}
hk-tabs-popup > div > .tabs > li.active {
  background: #FFFFFF;
  font-family: "AvenirNextLTW01-Medium";
  color: #1D1C1D;
}
hk-tabs-popup > div > .tab-body {
  flex-grow: 1;
}
hk-image-media-popup > div img {
  max-height: calc(100vh - 50px);
  max-width: calc(100vw - 50px);
  border-radius: 5px;
}
hk-image-media-popup > div .download {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #1D1C1D;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
hk-image-media-popup > div .download span {
  margin-right: 5px;
}
scan-qr-code-popup > div {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #441A44 !important;
  z-index: 5;
}
scan-qr-code-popup > div .text {
  padding: 15px;
  text-align: center;
}
scan-qr-code-popup > div .text h1 {
  margin: 75px 0 0 0;
  font-size: 40px;
}
scan-qr-code-popup > div .video {
  background: black;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%) !important;
  max-width: 95%;
  max-height: 95%;
  border-radius: 10px;
  border: #FFFFFF 1px solid;
}
rompslomp-view > ul > li .bsy-section-body table {
  width: 100%;
}
rompslomp-view > ul > li .bsy-section-body table td {
  padding: 5px 10px;
}
rompslomp-view > ul > li .bsy-section-body .deactivate {
  margin: 10px 0 0 10px;
}
rompslomp-view > ul > li .bsy-section-body .deactivate span {
  text-decoration: underline;
}
rompslomp-view > ul > li .bsy-section-body .submit-button {
  margin-top: 10px;
}
rompslomp-view > ul > li .bsy-section-body ul.actions {
  margin-top: 10px;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li .menu-title {
  font-family: "AvenirNextLTW01-Medium";
  padding: 0 10px;
  white-space: nowrap;
  font-size: 18px;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li:not(:last-child) {
  margin-bottom: 20px;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul {
  margin: 10px 0;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li {
  padding: 10px 10px;
  color: #1D1C1D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: left;
  margin-bottom: 5px;
  white-space: nowrap;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover {
  background: #FFFFFF;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li span {
  font-family: 'Avenir Next';
  font-size: 16px;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon {
  width: 30px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon i {
  font-size: 18px;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.green i {
  color: #5EC44A;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.green:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.green:hover i {
  color: #5EC44A;
  font-weight: 600;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.red i {
  color: #EB5A46;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover i {
  color: #EB5A46;
  font-weight: 600;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.red i,
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.orange i {
  color: #EB5A46;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover,
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover i,
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover i {
  color: #EB5A46;
  font-weight: 600;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.orange i {
  color: #FF9F1A;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover {
  background: #FFFFFF;
}
rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover i {
  color: #FF9F1A;
}
snelstart-view > ul > li .bsy-section-body table {
  width: 100%;
}
snelstart-view > ul > li .bsy-section-body table td {
  padding: 5px 10px;
}
snelstart-view > ul > li .bsy-section-body .deactivate {
  margin: 10px 0 0 10px;
}
snelstart-view > ul > li .bsy-section-body .deactivate span {
  text-decoration: underline;
}
snelstart-view > ul > li .bsy-section-body .submit-button {
  margin-top: 10px;
}
snelstart-view > ul > li .bsy-section-body ul.actions {
  margin-top: 10px;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li .menu-title {
  font-family: "AvenirNextLTW01-Medium";
  padding: 0 10px;
  white-space: nowrap;
  font-size: 18px;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li:not(:last-child) {
  margin-bottom: 20px;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul {
  margin: 10px 0;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li {
  padding: 10px 10px;
  color: #1D1C1D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: left;
  margin-bottom: 5px;
  white-space: nowrap;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover {
  background: #FFFFFF;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li span {
  font-family: 'Avenir Next';
  font-size: 16px;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon {
  width: 30px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon i {
  font-size: 18px;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.green i {
  color: #5EC44A;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.green:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.green:hover i {
  color: #5EC44A;
  font-weight: 600;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.red i {
  color: #EB5A46;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover i {
  color: #EB5A46;
  font-weight: 600;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.red i,
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.orange i {
  color: #EB5A46;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover,
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.red:hover i,
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover i {
  color: #EB5A46;
  font-weight: 600;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.orange i {
  color: #FF9F1A;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover {
  background: #FFFFFF;
}
snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.orange:hover i {
  color: #FF9F1A;
}
create-task-popup > div.popup-content {
  font-family: 'Avenir Next' !important;
  width: 80vw;
  max-width: 800px;
  padding: 5px;
}
.responsive create-task-popup > div.popup-content {
  width: unset;
  min-width: unset;
  position: relative;
  min-height: calc(100vh - 20px);
  padding: 0;
}
.responsive create-task-popup > div.popup-content .bsy-page-header {
  display: none;
}
create-task-popup > div.popup-content h1 {
  font-size: 25px;
}
create-task-popup > div.popup-content h2 {
  font-family: 'Avenir Next' !important;
  font-size: 18px;
  font-weight: 500;
  color: #441A44;
  margin-bottom: 5px;
}
create-task-popup > div.popup-content .widget-rows + h2 {
  margin-top: 25px;
}
create-task-popup > div.popup-content h3 {
  font-family: 'Avenir Next' !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #441A44;
}
create-task-popup > div.popup-content .header {
  margin-bottom: 10px;
}
create-task-popup > div.popup-content .header h2 {
  margin: 5px 0 5px 0;
}
create-task-popup > div.popup-content .header .task-type-widget-box {
  margin-top: 5px;
}
create-task-popup > div.popup-content .header .task-type {
  display: flex;
}
create-task-popup > div.popup-content .header .task-type .wrapper {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  flex-grow: 0;
}
create-task-popup > div.popup-content .header .task-type .wrapper .icon {
  margin-right: 15px;
}
create-task-popup > div.popup-content .header .task-type .wrapper .icon i {
  font-size: 18px;
}
create-task-popup > div.popup-content .header .task-type .wrapper .box {
  display: flex;
  flex-grow: 1;
}
create-task-popup > div.popup-content .header .task-type .wrapper .box .type::before {
  content: "\f105";
  margin: 0 2px 0 5px;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
}
create-task-popup > div.popup-content .header .task-type .wrapper .clear-task-type {
  padding: 5px;
}
create-task-popup > div.popup-content .header .task-type .wrapper .clear-task-type i {
  color: #441A44;
}
create-task-popup > div.popup-content .header .task-type .wrapper .clear-task-type:hover i {
  font-weight: 600;
}
create-task-popup > div.popup-content .grid {
  display: flex;
  margin: 0 0 20px 0;
}
.responsive create-task-popup > div.popup-content .grid {
  flex-direction: column;
  margin: 0;
}
create-task-popup > div.popup-content .grid > li.properties {
  flex-basis: 70%;
}
create-task-popup > div.popup-content .grid > li.properties .h3 {
  margin: 5px 0;
  font-weight: 500;
}
create-task-popup > div.popup-content .grid > li.properties .time-end {
  font-family: "AvenirNextLTW01-Italic";
}
create-task-popup > div.popup-content .grid > li.properties .taskprops {
  margin-bottom: 0 !important;
}
create-task-popup > div.popup-content .grid > li.properties .taskprops .widgets {
  flex-wrap: wrap;
}
create-task-popup > div.popup-content .grid > li.properties .taskprops .widgets > li {
  margin-bottom: 10px;
}
create-task-popup > div.popup-content .grid > li.properties .section {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: rgba(239, 239, 239, 0.7);
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
  position: relative;
}
create-task-popup > div.popup-content .grid > li.properties .section.location {
  margin-top: 10px;
}
create-task-popup > div.popup-content .grid > li.properties .section h2 {
  margin-bottom: 10px;
}
create-task-popup > div.popup-content .grid > li.properties .section dropdown-widget > div,
create-task-popup > div.popup-content .grid > li.properties .section textarea-widget > div,
create-task-popup > div.popup-content .grid > li.properties .section input-widget > div,
create-task-popup > div.popup-content .grid > li.properties .section total-time-widget > div .inputs input,
create-task-popup > div.popup-content .grid > li.properties .section date-selector-widget > div {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(29, 28, 29, 0.15);
}
create-task-popup > div.popup-content .grid > li.properties .search .search-sticky-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-sticky-header .search-input {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(29, 28, 29, 0.15);
  border-radius: 3px;
  z-index: 2;
  margin-bottom: 5px;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-sticky-header .search-input input {
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 16px;
  background: none;
  padding: 10px;
  font-family: 'Avenir Next';
}
create-task-popup > div.popup-content .grid > li.properties .search .search-sticky-header .search-input input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
create-task-popup > div.popup-content .grid > li.properties .search .search-sticky-header .search-input input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
create-task-popup > div.popup-content .grid > li.properties .search .search-sticky-header .search-input input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
create-task-popup > div.popup-content .grid > li.properties .search .search-sticky-header .search-input input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results {
  width: 100%;
  z-index: 1;
  position: relative;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results > ul {
  opacity: 0;
  transition: opacity 0.5s;
  height: 0;
  overflow: hidden;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results > ul.show {
  opacity: 1;
  height: auto;
  overflow-y: auto;
  max-height: 300px;
  padding: 0 0 10px 0;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results > ul > li {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  padding: 10px;
  font-size: 14px;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results > ul > li:not(:last-child) {
  margin-bottom: 5px;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results > ul > li .strong {
  font-weight: 500;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results > ul > li.no-results {
  padding: 10px;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results > ul .task:hover {
  cursor: pointer;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location {
  display: flex;
  margin-top: 10px;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon {
  margin-right: 5px;
}
create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location span {
  font-weight: 500;
  text-decoration: underline;
}
.no-touch create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover span {
  text-decoration: none;
}
create-task-popup > div.popup-content .grid > li.properties .selected-location {
  align-items: center;
  display: flex;
  font-size: 15px;
}
create-task-popup > div.popup-content .grid > li.properties .selected-location .img-box {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
}
create-task-popup > div.popup-content .grid > li.properties .selected-location .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
}
create-task-popup > div.popup-content .grid > li.properties .selected-location .address {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
create-task-popup > div.popup-content .grid > li.properties .selected-location .address .strong {
  font-weight: 500;
}
create-task-popup > div.popup-content .grid > li.properties .selected-location .deselect {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
}
create-task-popup > div.popup-content .grid > li.properties .selected-location .deselect:hover i {
  color: #441A44;
}
create-task-popup > div.popup-content .grid > li.properties .show-responsive-toolbar {
  display: none;
  padding: 10px 0;
}
.phantom create-task-popup > div.popup-content .grid > li.properties .show-responsive-toolbar,
.responsive create-task-popup > div.popup-content .grid > li.properties .show-responsive-toolbar {
  display: flex;
}
create-task-popup > div.popup-content .grid > li.properties .show-responsive-toolbar .icon {
  margin-right: 5px;
}
create-task-popup > div.popup-content .grid > li.toolbar {
  flex-basis: calc(30% - 15px);
  margin-left: 15px;
  border-radius: 10px 0 0 10px;
}
.responsive create-task-popup > div.popup-content .grid > li.toolbar {
  flex-basis: auto;
  margin-left: 0;
  border-radius: 0;
  padding: 10px 0;
  display: none;
}
.responsive create-task-popup > div.popup-content .grid > li.toolbar.show-tool-responsive {
  display: block;
}
create-task-popup > div.popup-content .grid > li.toolbar h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
}
create-task-popup > div.popup-content .grid > li.toolbar > ul:not(:last-child) {
  margin-bottom: 20px;
}
create-task-popup > div.popup-content .grid > li.toolbar > ul > li {
  padding: 10px;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #EFEFEF;
  border-radius: 10px;
  font-size: 15px;
  position: relative;
  margin-bottom: 5px;
}
create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon {
  margin-right: 5px;
  text-align: center;
  width: 20px;
}
.no-touch create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover {
  background: rgba(29, 28, 29, 0.15);
}
create-task-popup .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  font-family: 'Avenir Next';
  border-radius: 10px;
  width: calc(100% - 10px);
  margin: 30px auto;
}
create-task-popup .loading svg path {
  fill: #1D1C1D;
}
request-suggestions-popup > div .bsy-section-header {
  margin-bottom: 20px;
}
.phantom request-suggestions-popup > div .bsy-section-header,
.responsive request-suggestions-popup > div .bsy-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 15px 0;
  margin: 0;
}
request-suggestions-popup > div .submit-button {
  margin-top: 25px;
  background: #441a44;
  color: #FFFFFF;
}
request-suggestions-popup > div .submit-button.disabled {
  background: rgba(68, 26, 68, 0.4);
  color: rgba(255, 255, 255, 0.5);
  cursor: default !important;
}
select-task-popup > div .popup-body {
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: relative;
  height: calc(100vh - 20px);
}
select-task-popup > div .popup-body .search-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #EFEFEF;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
select-task-popup > div .popup-body .search-wrapper.focussed {
  padding: 40px 20px 20px 20px;
  margin: -10px -10px 0 -10px;
  width: calc(100% + 20px);
}
select-task-popup > div .popup-body .search-wrapper .search-input {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(29, 28, 29, 0.1);
  border-radius: 5px;
  z-index: 2;
}
select-task-popup > div .popup-body .search-wrapper .search-input input {
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 16px;
  background: none;
  padding: 10px;
  font-family: 'Avenir Next';
}
.phantom select-task-popup > div .popup-body .search-wrapper .search-input input,
.responsive select-task-popup > div .popup-body .search-wrapper .search-input input {
  font-size: 17px;
}
select-task-popup > div .popup-body .search-wrapper .search-input input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
select-task-popup > div .popup-body .search-wrapper .search-input input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
select-task-popup > div .popup-body .search-wrapper .search-input input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
select-task-popup > div .popup-body .search-wrapper .search-input input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
select-task-popup > div .popup-body .search-results {
  width: 100%;
  padding-top: 15px;
  z-index: 1;
  position: relative;
  overflow-y: auto;
  flex-grow: 1;
}
select-task-popup > div .popup-body .search-results h2 {
  font-family: "AvenirNextLTW01-Medium";
}
select-task-popup > div .popup-body .search-results > ul {
  opacity: 0;
  transition: opacity 0.5s;
  height: 0;
}
select-task-popup > div .popup-body .search-results > ul.show {
  opacity: 1;
  height: auto;
}
select-task-popup > div .popup-body .search-results > ul > li {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
select-task-popup > div .popup-body .search-results > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
select-task-popup > div .popup-body .search-results > ul > li .icon {
  display: flex;
  align-items: center;
  flex-basis: 30px;
  border-radius: 10px 0px 0px 15px;
  flex-shrink: 0;
  justify-content: center;
}
select-task-popup > div .popup-body .search-results > ul > li .icon.planned {
  background: #441A44;
  color: #FFFFFF;
}
select-task-popup > div .popup-body .search-results > ul > li .icon.unplanned {
  background: rgba(29, 28, 29, 0.4);
  color: #FFFFFF;
}
select-task-popup > div .popup-body .search-results > ul > li .icon.suggestion {
  background: #441A44;
  color: #FFFFFF;
}
select-task-popup > div .popup-body .search-results > ul > li .task-details {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background: #EFEFEF;
  padding: 10px;
}
select-task-popup > div .popup-body .search-results > ul > li .task-details .fields {
  width: 100%;
}
select-task-popup > div .popup-body .search-results > ul > li .task-details .fields > li i {
  margin-right: 5px;
}
select-task-popup > div .popup-body .search-results > ul > li .task-details .fields > li:not(:last-child) {
  margin-bottom: 10px;
}
select-task-popup > div .popup-body .search-results > ul > li .task-details .fields > li.name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.2;
}
select-task-popup > div .popup-body .search-results > ul > li .task-details .fields > li.planning {
  background: #FFFFFF;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 0 -5px -5px -5px;
}
select-task-popup > div .popup-body .search-results > ul > li .task-details .fields > li.planning > div:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 5px;
}
select-task-popup > div .popup-body .search-results > ul > li.no-results {
  padding: 15px;
}
select-task-popup > div .popup-body .search-results > ul .task:hover {
  cursor: pointer;
}
select-task-popup > div .popup-body .button-bar {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
select-task-popup > div .popup-body .button-bar .create-task,
select-task-popup > div .popup-body .button-bar .toggle-filter {
  display: flex;
  align-items: center;
  padding: 0 0 10px 10px;
}
select-task-popup > div .popup-body .button-bar .create-task button-icon,
select-task-popup > div .popup-body .button-bar .toggle-filter button-icon {
  margin-right: 10px;
  font-weight: 600;
}
send-task-mail-popup > div {
  max-width: 1000px;
  min-width: 800px;
}
send-task-mail-popup > div > ul {
  margin-bottom: 5px;
}
send-task-mail-popup > div > ul .title {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 18px;
}
send-task-mail-popup > div > ul .bsy-section-header {
  margin-bottom: 5px;
}
task-signature-popup > div.popup-layout h1 {
  margin: 0;
}
task-signature-popup > div .task-overview {
  margin-bottom: 20px;
}
task-signature-popup > div .task-overview > li {
  padding: 10px 0;
}
task-signature-popup > div .task-overview .preline {
  line-height: 1.2;
  white-space: pre-line;
}
task-signature-popup > div .task-overview .usages {
  width: calc(100% + 10px);
  margin: -5px;
}
task-signature-popup > div .task-overview .usages td {
  padding: 5px;
}
task-signature-popup > div .task-overview .usages td.amount {
  width: 20px;
}
task-signature-popup > div .task-overview .usages td.price {
  width: 50px;
  white-space: nowrap;
  text-align: right;
}
task-signature-popup > div .task-overview .usages .subtotal td {
  padding-top: 10px;
  border-top: 1px solid black;
}
task-signature-popup > div .task-overview .usages .total td {
  font-weight: 500;
}
task-signature-popup > div .task-overview .images {
  display: flex;
  flex-wrap: wrap;
}
task-signature-popup > div .task-overview .images li {
  flex-basis: calc(33.3333% - 10px);
  max-width: 200px;
  margin-left: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  min-width: 100px;
}
task-signature-popup > div .task-overview .images li img {
  width: 100%;
}
task-signature-popup > div .task-overview .images li .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 5px;
}
task-signature-popup > div .task-overview .images li .thumb.dragging {
  border: 4px solid #441A44;
  border-radius: 5px;
}
task-signature-popup > div .task-overview .images li .thumb .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
task-signature-popup > div .task-overview .images li .thumb .img.blur {
  opacity: 0.5;
}
task-signature-popup > div .title-bar {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
task-signature-popup > div .title-bar .icon {
  margin-right: 5px;
}
task-signature-popup > div .title-bar .section-title {
  font-weight: 500;
  font-size: 18px;
}
task-signature-popup > div .widget-rows > li:not(:last-child) {
  margin-bottom: 10px !important;
}
task-signature-popup > div .signature-image {
  max-width: 50vw;
}
mail-status-widget > ul {
  display: flex;
}
mail-status-widget > ul > li {
  display: flex;
}
mail-status-widget > ul > li .icon {
  width: 18px;
  margin-right: 10px;
}
mail-status-widget > ul > li .icon i {
  line-height: inherit !important;
}
mail-status-widget > ul.hide-name > li span {
  display: none;
}
mail-transition-widget > div {
  background: #EFEFEF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
mail-transition-widget > div .transition-header {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(29, 28, 29, 0.1);
}
mail-transition-widget > div .transition-header .createdAt {
  display: flex;
  font-family: "Avenir Next W01 Light";
  font-size: 15px;
}
mail-transition-widget > div .transition-header .createdAt .seperator {
  margin: 0 5px;
}
mail-transition-widget > div .transition-header suggestion-status-widget span {
  font-weight: 500;
}
mail-transition-widget > div .fields > li {
  border-radius: 5px;
  width: 100%;
  font-family: 'Avenir Next';
  line-height: 1.3;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  padding: 10px;
}
mail-transition-widget > div .fields > li .fullname {
  margin-left: 15px;
}
mail-transition-widget > div .fields > li .fullname::after {
  margin: 0 10px;
}
mail-transition-widget > div .fields > li .body {
  margin-left: 20px;
}
mail-transition-widget > div .fields > li .body > *:not(:last-child) {
  margin-bottom: 2px;
}
mail-transition-widget > div .fields > li .body .strong {
  font-weight: 500;
}
mail-transition-widget > div .fields > li:not(:last-child) {
  margin-bottom: 10px;
}
note-transition-widget > div {
  background: #EFEFEF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
note-transition-widget > div .transition-header {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(29, 28, 29, 0.1);
}
note-transition-widget > div .transition-header .title {
  display: flex;
  font-family: "AvenirNextLTW01-Medium";
}
note-transition-widget > div .transition-header .title .icon {
  margin-right: 10px;
  color: rgba(29, 28, 29, 0.4);
}
note-transition-widget > div .transition-header .title .icon-pinned {
  margin-right: 10px;
  color: rgba(29, 28, 29, 0.9);
}
note-transition-widget > div .transition-header .createdAt {
  display: flex;
  font-family: "Avenir Next W01 Light";
  font-size: 15px;
}
note-transition-widget > div .transition-header .createdAt .seperator {
  margin: 0 5px;
}
note-transition-widget > div .transition-header suggestion-status-widget span {
  font-weight: 500;
}
note-transition-widget > div .fields .noteOwner {
  display: flex;
  font-family: "AvenirNextLTW01-Medium";
  align-items: center;
  margin-bottom: 10px;
}
note-transition-widget > div .fields .noteOwner .fullname {
  margin-left: 10px;
  flex-grow: 1;
}
note-transition-widget > div .fields .noteOwner .buttons {
  display: flex;
  align-items: center;
}
note-transition-widget > div .fields .noteOwner .buttons > li:not(:last-child) {
  margin-right: 5px;
}
note-transition-widget > div .fields > li {
  border-radius: 5px;
  width: 100%;
  font-family: 'Avenir Next';
  line-height: 1.3;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  padding: 10px;
}
note-transition-widget > div .fields > li .body > *:not(:last-child) {
  margin-bottom: 2px;
}
note-transition-widget > div .fields > li .body .strong {
  font-weight: 500;
}
note-transition-widget > div .fields > li:not(:last-child) {
  margin-bottom: 10px;
}
show-files-widget > div > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
show-files-widget > div > ul > li {
  margin: 0 20px 10px 2px;
}
show-files-widget > div > ul > li a {
  display: flex;
}
show-files-widget > div > ul > li a .icon {
  margin-right: 10px;
}
show-transition-files > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -10px -20px 0 0;
}
show-transition-files > ul > li {
  margin: 10px 20px 0 0;
}
show-transition-files > ul > li a {
  display: flex;
}
show-transition-files > ul > li a .icon {
  margin-right: 10px;
}
show-transition-images > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0 0;
}
show-transition-images > ul li {
  flex-basis: calc(33.3333% - 10px);
  max-width: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 10px 10px 0 0;
  min-width: 100px;
}
show-transition-images > ul li img {
  width: 100%;
}
show-transition-images > ul li .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 5px;
}
show-transition-images > ul li .thumb.dragging {
  border: 4px solid #441A44;
  border-radius: 5px;
}
show-transition-images > ul li .thumb .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
show-transition-images > ul li .thumb .img.blur {
  opacity: 0.5;
}
show-transition-qr > div {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  margin: 5px 0;
  padding: 10px;
}
show-transition-qr > div .label {
  margin-bottom: 5px;
}
show-transition-qr > div .signature-name {
  display: flex;
}
show-transition-qr > div .signature-name .icon {
  margin-right: 5px;
}
show-transition-qr > div .signature-name .name {
  font-weight: 500;
}
show-transition-signature > div {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  margin: 5px 0;
  padding: 10px;
}
show-transition-signature > div .label {
  margin-bottom: 5px;
}
show-transition-signature > div .signature-name {
  display: flex;
}
show-transition-signature > div .signature-name .icon {
  margin-right: 5px;
}
show-transition-signature > div .signature-name .name {
  font-weight: 500;
}
sms-event-widget > div {
  background: #EFEFEF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
sms-event-widget > div .transition-header {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(29, 28, 29, 0.1);
}
sms-event-widget > div .transition-header .createdAt {
  display: flex;
  font-family: "Avenir Next W01 Light";
  font-size: 15px;
}
sms-event-widget > div .transition-header .createdAt .seperator {
  margin: 0 5px;
}
sms-event-widget > div .fields > li {
  border-radius: 5px;
  width: 100%;
  font-family: 'Avenir Next';
  line-height: 1.3;
}
sms-event-widget > div .fields > li .row {
  display: flex;
}
sms-event-widget > div .fields > li .user {
  display: flex;
  align-items: center;
}
sms-event-widget > div .fields > li .user .fullname {
  margin-left: 10px;
}
sms-event-widget > div .fields > li .message {
  margin-top: 15px;
  border-radius: 5px;
  width: 100%;
  line-height: 1.3;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  padding: 10px;
}
sms-event-widget > div .fields > li .message .column {
  margin-left: 20px;
}
sms-event-widget > div .fields > li .message .column .body {
  font-family: "AvenirNextLTW01-Medium";
  margin-bottom: 2px;
}
sms-event-widget > div .fields > li:not(:last-child) {
  margin-bottom: 10px;
}
sms-status-widget > ul {
  display: flex;
}
sms-status-widget > ul > li {
  display: flex;
}
sms-status-widget > ul > li .icon {
  width: 18px;
  margin-right: 10px;
}
sms-status-widget > ul > li .icon i {
  line-height: inherit !important;
}
sms-status-widget > ul.hide-name > li span {
  display: none;
}
suggestion-status-widget > ul {
  display: flex;
}
suggestion-status-widget > ul > li {
  display: flex;
}
suggestion-status-widget > ul > li .icon {
  width: 18px;
  margin-right: 10px;
}
suggestion-status-widget > ul > li .icon i {
  line-height: inherit !important;
}
suggestion-status-widget > ul > li .icon i.fa-calendar {
  color: rgba(29, 28, 29, 0.4);
}
suggestion-status-widget > ul > li .icon i.fa-clock {
  color: #ff9f1a;
}
suggestion-status-widget > ul.hide-name > li span {
  display: none;
}
suggestion-timeslots-widget .suggestion-timeslots-title {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 10px 0;
}
suggestion-timeslots-widget .suggestion-timeslots-title span {
  display: block;
  flex-grow: 1;
}
suggestion-timeslots-widget .suggestion-timeslots-title .buttons {
  display: flex;
}
suggestion-timeslots-widget .suggestion-timeslots-title .buttons > li:not(:last-child) {
  margin-right: 5px;
}
suggestion-timeslots-widget .timeslots-list {
  width: 100%;
  padding: 0 0 5px 0;
  overflow-y: auto;
}
suggestion-timeslots-widget .timeslots-list > li {
  background: rgba(230, 58, 119, 0.06);
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
suggestion-timeslots-widget .timeslots-list > li:not(:last-child) {
  margin-bottom: 5px;
}
suggestion-timeslots-widget .timeslots-list > li > .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
suggestion-timeslots-widget .timeslots-list > li .planning {
  flex-grow: 1;
  margin-left: 15px;
  font-size: 15px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .user-planned-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
}
suggestion-timeslots-widget .timeslots-list > li .planning .user-planned-time .icon {
  margin-right: 10px;
  width: 15px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .user-planned-time .icon i {
  font-size: 14px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .user-planned-time .time-icon {
  margin-left: 7px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .name {
  font-size: 15px;
  margin-top: 10px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .user-planned-time {
  display: flex;
  flex-direction: row;
  align-items: center;
}
suggestion-timeslots-widget .timeslots-list > li .planning .user-planned-time .icon {
  margin-right: 10px;
  width: 15px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .user-planned-time .icon i {
  font-size: 14px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .user-planned-time .time-icon {
  margin-left: 7px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .eta-range {
  display: flex;
  margin-top: 10px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .eta-range .icon {
  margin-right: 10px;
  width: 15px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .eta-range .icon i {
  font-size: 14px;
}
suggestion-timeslots-widget .timeslots-list > li .planning .eta-range .planned-time {
  display: flex;
  margin-left: 15px;
  font-family: "AvenirNextLTW01-Italic";
}
suggestion-timeslots-widget .timeslots-list > li .planning .eta-range .planned-time .icon {
  margin-right: 5px;
}
suggestion-timeslots-widget .timeslots-list > li:not(.selected).green-choice {
  box-shadow: 0 2px 1px rgba(94, 196, 74, 0.85);
}
.no-touch suggestion-timeslots-widget .timeslots-list > li.button:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > liexact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content .button:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch suggestion-timeslots-widget .timeslots-list > liview-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > litask-actions-menu-widget > ul > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover {
  color: #FFFFFF;
  background: rgba(68, 26, 68, 0.75);
}
.no-touch suggestion-timeslots-widget .timeslots-list > li.button:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > liexact-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content .button:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-subscription-popup > div .grid > li.product > ul > li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > liview-task-popup > div .grid > li.task-menu > ul > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > litask-actions-menu-widget > ul > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover:not(.green-choice)::before,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover:not(.green-choice)::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  height: 2px;
  width: 100%;
  background-image: linear-gradient(90deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
.no-touch suggestion-timeslots-widget .timeslots-list > li.button:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > liexact-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content .button:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-subscription-popup > div .grid > li.product > ul > li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > liview-task-popup > div .grid > li.task-menu > ul > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > litask-actions-menu-widget > ul > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover > .icon i,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover > .icon i {
  font-weight: 500;
  color: #FFFFFF;
}
.no-touch suggestion-timeslots-widget .timeslots-list > li.button:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > liexact-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content .button:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > licreate-subscription-popup > div .grid > li.product > ul > li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > liview-task-popup > div .grid > li.task-menu > ul > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > litask-actions-menu-widget > ul > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover > .icon svg .cls-1,
.no-touch suggestion-timeslots-widget .timeslots-list > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover > .icon svg .cls-1 {
  fill: #FFFFFF;
}
suggestion-timeslots-widget .timeslots-list > li .label {
  flex-grow: 1;
  align-items: center;
  display: flex;
  padding: 10px 10px;
}
suggestion-timeslots-widget .timeslots-list > li .label .icon {
  margin-right: 10px;
}
suggestion-timeslots-widget .timeslots-list > li.planbot {
  background: #e63a77;
  color: #FFFFFF;
}
suggestion-timeslots-widget .timeslots-list > li.planbot .label {
  padding: 8px 10px;
}
suggestion-timeslots-widget .timeslots-list > li.planbot svg .cls-1 {
  fill: #FFFFFF;
}
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled).button:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content .button:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled).no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)task-actions-menu-widget > ul > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch suggestion-timeslots-widget .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover {
  background: #e63a77;
  color: #FFFFFF;
  filter: contrast(1.2);
}
suggestion-timeslots-widget .timeslots-list > li.planbot.disabled {
  filter: grayscale(100%);
  opacity: 30%;
}
suggestion-timeslots-widget .timeslots-list > li:not(.planbot).selected::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  height: 2px;
  width: 100%;
  background-image: linear-gradient(90deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
suggestion-timeslots-widget .timeslots-list > li .hover {
  display: none;
}
suggestion-timeslots-widget .timeslots-list > li:hover .hover {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  width: 80px;
  border-radius: 5px;
  background: rgba(68, 26, 68, 0.6);
}
suggestion-timeslots-widget .timeslots-list > li:hover .hover li {
  height: 100%;
  align-items: center;
  border-radius: 5px;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.35);
}
suggestion-timeslots-widget .timeslots-list > li:hover .hover li .icon i {
  font-size: 12px;
}
suggestion-timeslots-widget .timeslots-list > li:hover .hover li.remove .icon i {
  color: #FFFFFF;
}
.no-touch suggestion-timeslots-widget .timeslots-list > li:hover .hover li.remove:hover {
  background: #441A44;
  filter: contrast(1.2);
}
suggestion-timeslots-widget .timeslots-list > li:hover .hover li.pick {
  background: #e63a77;
}
suggestion-timeslots-widget .timeslots-list > li:hover .hover li.pick .icon i {
  color: #FFFFFF;
}
.no-touch suggestion-timeslots-widget .timeslots-list > li:hover .hover li.pick:hover {
  background: #e63a77;
  filter: contrast(1.2);
}
.no-touch suggestion-timeslots-widget .timeslots-list > li:hover .hover li.pick:hover .icon i {
  font-weight: 900;
}
suggestion-transition-widget > div {
  background: #EFEFEF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
suggestion-transition-widget > div .transition-header {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(29, 28, 29, 0.1);
}
.phantom suggestion-transition-widget > div .transition-header,
.responsive suggestion-transition-widget > div .transition-header {
  flex-direction: column;
}
.phantom suggestion-transition-widget > div .transition-header > *:first-child,
.responsive suggestion-transition-widget > div .transition-header > *:first-child {
  margin-bottom: 5px;
}
.phantom suggestion-transition-widget > div .transition-header .createdAt .date,
.responsive suggestion-transition-widget > div .transition-header .createdAt .date {
  margin-left: 28px;
}
suggestion-transition-widget > div .transition-header .createdAt {
  display: flex;
  font-family: "Avenir Next W01 Light";
  font-size: 15px;
}
suggestion-transition-widget > div .transition-header .createdAt .seperator {
  margin: 0 5px;
}
suggestion-transition-widget > div .transition-header suggestion-status-widget span {
  font-weight: 500;
}
suggestion-transition-widget > div .fields > li:not(:last-child) {
  margin-bottom: 10px;
}
suggestion-transition-widget > div .fields > li.user {
  width: 100%;
  font-family: 'Avenir Next';
  line-height: 1.3;
  display: flex;
  align-items: center;
}
suggestion-transition-widget > div .fields > li.user .fullname {
  margin-left: 15px;
}
suggestion-transition-widget > div .fields > li.user .fullname::after {
  margin: 0 10px;
}
suggestion-transition-widget > div .fields > li.event .body {
  background: #FFFFFF;
  border-radius: 5px;
}
suggestion-transition-widget > div .fields > li.event .body > * {
  padding: 10px;
}
@media (max-width: 400px) {
  suggestion-transition-widget > div .fields > li.event .body > * {
    padding: 0;
  }
}
suggestion-transition-widget > div .fields > li.event .timeslots {
  display: flex;
  flex-wrap: wrap;
  background: #EFEFEF;
  padding: 0;
  margin-right: -5px;
}
suggestion-transition-widget > div .fields > li.event .timeslots > li {
  width: calc(33% - 10px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 5px;
}
@media (max-width: 400px) {
  suggestion-transition-widget > div .fields > li.event .timeslots > li {
    width: calc(50% - 10px);
  }
}
suggestion-transition-widget > div .fields > li.event .timeslots > li .planning {
  flex-grow: 1;
  font-size: 15px;
}
suggestion-transition-widget > div .fields > li.event .timeslots > li .planning .user-planned-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
}
suggestion-transition-widget > div .fields > li.event .timeslots > li .planning .user-planned-time .icon {
  margin-right: 10px;
  width: 15px;
}
suggestion-transition-widget > div .fields > li.event .timeslots > li .planning .user-planned-time .icon i {
  font-size: 14px;
}
suggestion-transition-widget > div .fields > li.event .timeslots > li .planning .name {
  margin-top: 7px;
}
suggestion-transition-widget > div .fields > li.event .timeslots > li .planning .eta-range {
  display: flex;
  margin-top: 7px;
}
suggestion-transition-widget > div .fields > li.event .timeslots > li .planning .eta-range .icon {
  margin-right: 10px;
  width: 15px;
}
suggestion-transition-widget > div .fields > li.event .timeslots > li .planning .eta-range .icon i {
  font-size: 14px;
}
suggestion-transition-widget > div .fields > li.event .timeslots > li .planning .planned-time {
  display: flex;
  font-family: "AvenirNextLTW01-Italic";
  margin-top: 7px;
  font-weight: 500;
}
suggestion-transition-widget > div .fields > li.event .timeslots > li .planning .planned-time .icon {
  margin-right: 10px;
}
suggestion-transition-widget > div .fields > li.event .label {
  flex-grow: 1;
  align-items: center;
  display: flex;
  font-size: 15px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot {
  flex-grow: 1;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .user-planned-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .user-planned-time .icon {
  margin-right: 10px;
  width: 15px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .user-planned-time .icon i {
  font-size: 14px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .user-planned-time .time-icon {
  margin-left: 7px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .name {
  font-size: 15px;
  margin-top: 7px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .user-planned-time {
  display: flex;
  flex-direction: row;
  align-items: center;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .user-planned-time .icon {
  margin-right: 10px;
  width: 15px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .user-planned-time .icon i {
  font-size: 14px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .user-planned-time .time-icon {
  margin-left: 7px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .eta-range {
  display: flex;
  margin-top: 7px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .eta-range .icon {
  margin-right: 10px;
  width: 15px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .eta-range .icon i {
  font-size: 14px;
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .eta-range .planned-time {
  display: flex;
  margin-left: 15px;
  font-family: "AvenirNextLTW01-Italic";
}
suggestion-transition-widget > div .fields > li.event .label .planned-timeslot .eta-range .planned-time .icon {
  margin-right: 5px;
}
task-event-log-widget {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
task-event-log-widget > ul {
  padding: 10px;
  width: 100%;
}
task-event-log-widget > ul > li .transition-invert-bg {
  background: #FFFFFF;
}
task-event-log-widget > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
task-event-log-widget > ul > li.more {
  font-family: "AvenirNextLTW01-Medium";
  display: flex;
  margin-top: -10px;
}
task-event-log-widget > ul > li.more .icon {
  margin-right: 6px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}
task-event-log-widget > ul > li.more .icon:hover {
  background-color: #EFEFEF;
}
task-event-log-widget .loading {
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
task-event-log-widget .loading svg {
  margin: 10px 0;
}
task-event-log-widget .loading svg path {
  fill: #441A44;
}
task-event-log-widget .loading .text {
  text-align: center;
}
task-status-transition-widget > div {
  background: #EFEFEF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
task-status-transition-widget > div .transition-header {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(29, 28, 29, 0.1);
}
.phantom task-status-transition-widget > div .transition-header,
.responsive task-status-transition-widget > div .transition-header {
  flex-direction: column;
}
.phantom task-status-transition-widget > div .transition-header > *:first-child,
.responsive task-status-transition-widget > div .transition-header > *:first-child {
  margin-bottom: 5px;
}
.phantom task-status-transition-widget > div .transition-header .createdAt .date,
.responsive task-status-transition-widget > div .transition-header .createdAt .date {
  margin-left: 28px;
}
task-status-transition-widget > div .transition-header .createdAt {
  display: flex;
  font-family: "Avenir Next W01 Light";
  font-size: 15px;
}
task-status-transition-widget > div .transition-header .createdAt .seperator {
  margin: 0 5px;
}
task-status-transition-widget > div task-status-widget span {
  font-family: "AvenirNextLTW01-Medium";
}
task-status-transition-widget > div transition-products-usage > div {
  margin-top: 20px;
}
task-status-transition-widget > div transition-files-widget > div {
  margin-top: 20px;
}
task-status-transition-widget > div show-transition-images {
  min-width: 240px;
}
task-status-transition-widget > div show-transition-images > ul {
  margin: 10px 0 -10px -10px;
}
task-status-transition-widget > div .row {
  display: flex;
  line-height: 1.4;
  align-items: center;
}
task-status-transition-widget > div .row avatar-widget {
  margin-right: 10px;
}
task-status-transition-widget > div .row .row {
  margin-right: 30px;
  margin-bottom: 0;
}
task-status-transition-widget > div .row .text {
  font-family: "AvenirNextLTW01-Medium";
}
task-status-transition-widget > div .row .text .icon {
  margin-right: 10px;
}
task-status-transition-widget > div .row .text.comment {
  background: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  font-family: 'Avenir Next';
  line-height: 1.4;
}
task-status-transition-widget > div .row .text .row + .body {
  margin-top: 10px;
}
task-status-transition-widget > div .row .eta-range {
  display: flex;
  margin-left: 15px;
}
task-status-transition-widget > div .row .eta-range .text {
  font-family: 'Avenir Next';
}
task-status-transition-widget > div .row .eta-range .icon {
  margin-right: 5px;
}
task-status-transition-widget > div .row .qr-text {
  margin-left: 5px;
}
task-status-transition-widget > div .transition-planning {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px;
}
@media (max-width: 400px) {
  task-status-transition-widget > div .transition-planning {
    padding: 0;
  }
}
task-status-transition-widget > div .transition-planning .planning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  font-size: 15px;
}
task-status-transition-widget > div .transition-planning .planning .user-name {
  margin-top: 7px;
}
task-status-transition-widget > div .transition-planning .planning .user-planned-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
}
task-status-transition-widget > div .transition-planning .planning .user-planned-time .icon {
  margin-right: 10px;
  width: 15px;
}
task-status-transition-widget > div .transition-planning .planning .user-planned-time .icon i {
  font-size: 14px;
}
task-status-transition-widget > div .transition-planning .planning .user-planned-time .time-icon {
  margin-left: 7px;
}
task-status-transition-widget > div .transition-planning .planning .eta-range {
  display: flex;
  margin-top: 7px;
}
task-status-transition-widget > div .transition-planning .planning .eta-range .icon {
  margin-right: 10px;
  width: 15px;
}
task-status-transition-widget > div .transition-planning .planning .eta-range .icon i {
  font-size: 14px;
}
task-status-transition-widget > div .transition-planning .planning .eta-range .planned-time {
  display: flex;
  margin-left: 10px;
  font-family: "AvenirNextLTW01-Italic";
}
task-status-transition-widget > div .transition-planning .planning .eta-range .planned-time .icon {
  margin-right: 5px;
}
task-status-transition-widget > div .fields > li:not(:last-child) {
  margin-bottom: 10px;
}
task-status-widget > ul {
  display: flex;
}
task-status-widget > ul > li {
  display: flex;
}
task-status-widget > ul > li .icon {
  width: 18px;
  margin-right: 10px;
}
task-status-widget > ul > li .icon i {
  line-height: inherit !important;
}
task-status-widget > ul > li .icon i.fa-calendar {
  color: rgba(29, 28, 29, 0.4);
}
task-status-widget > ul > li .icon i.fa-clock {
  color: #ff9f1a;
}
task-status-widget > ul.hide-name > li span {
  display: none;
}
task-tags-widget > div .tags {
  display: flex;
  padding: 15px 0 0 0;
  align-items: center;
  flex-wrap: wrap;
}
task-tags-widget > div .tags .tag {
  display: flex;
  padding: 5px 10px;
  border-radius: 15px;
  align-items: center;
  box-shadow: 0 1px 1px rgba(29, 28, 29, 0.2);
  color: #FFFFFF;
  font-size: 14px;
  margin: 5px 5px 0 0;
  position: relative;
}
task-tags-widget > div .tags .tag .icon {
  margin-right: 5px;
}
task-tags-widget > div .tags .tag + .button,
task-tags-widget > div .tags .tag + exact-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags .tag + freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags .tag + intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags .tag + download-export-popup > div .content .button,
task-tags-widget > div .tags .tag + rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags .tag + snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags .tag + create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
task-tags-widget > div .tags .tag + create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
task-tags-widget > div .tags .tag + create-subscription-popup > div .grid > li.product > ul > li,
task-tags-widget > div .tags .tag + .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
task-tags-widget > div .tags .tag + view-task-popup > div .grid > li.task-menu > ul > li ul li,
task-tags-widget > div .tags .tag + task-actions-menu-widget > ul > li ul li,
task-tags-widget > div .tags .tag + download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags .tag + download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags .tag + download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags .tag + download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags .tag + download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags .tag + download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
task-tags-widget > div .tags .tag + download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
task-tags-widget > div .tags .tag + download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
task-tags-widget > div .tags .tag + download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
task-tags-widget > div .tags .tag + download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
task-tags-widget > div .tags .tag + download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  margin-left: 5px;
}
task-tags-widget > div .tags .tag .remove-icon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #EFEFEF;
  height: 100%;
  width: 30px;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 5px;
  color: #EB5A46;
}
task-tags-widget > div .tags .tag .remove-icon i {
  color: rgba(29, 28, 29, 0.5);
}
.no-touch task-tags-widget > div .tags .tag:hover {
  cursor: pointer !important;
}
.no-touch task-tags-widget > div .tags .tag:hover .remove-icon {
  display: flex;
}
.no-touch task-tags-widget > div .tags .tag:hover .remove-icon i {
  color: #EB5A46;
}
task-tags-widget > div .tags .button,
task-tags-widget > div .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags download-export-popup > div .content .button,
task-tags-widget > div .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
task-tags-widget > div .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
task-tags-widget > div .tags create-subscription-popup > div .grid > li.product > ul > li,
task-tags-widget > div .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
task-tags-widget > div .tags view-task-popup > div .grid > li.task-menu > ul > li ul li,
task-tags-widget > div .tags task-actions-menu-widget > ul > li ul li,
task-tags-widget > div .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
task-tags-widget > div .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
task-tags-widget > div .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
task-tags-widget > div .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
task-tags-widget > div .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
task-tags-widget > div .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
task-tags-widget > div .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  display: flex;
  min-height: 20px;
  padding-top: 5px;
}
task-tags-widget > div .tags .button .icon,
task-tags-widget > div .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
task-tags-widget > div .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
task-tags-widget > div .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
task-tags-widget > div .tags download-export-popup > div .content .button .icon,
task-tags-widget > div .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
task-tags-widget > div .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
task-tags-widget > div .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
task-tags-widget > div .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
task-tags-widget > div .tags create-subscription-popup > div .grid > li.product > ul > li .icon,
task-tags-widget > div .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
task-tags-widget > div .tags view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
task-tags-widget > div .tags task-actions-menu-widget > ul > li ul li .icon,
task-tags-widget > div .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
task-tags-widget > div .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
task-tags-widget > div .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
task-tags-widget > div .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
task-tags-widget > div .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
task-tags-widget > div .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
task-tags-widget > div .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
task-tags-widget > div .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon,
task-tags-widget > div .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
task-tags-widget > div .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
task-tags-widget > div .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon {
  color: #441A44;
  font-size: 18px;
  width: 20px;
  margin-right: 7px;
}
.no-touch task-tags-widget > div .tags .button:hover .icon i,
.no-touch task-tags-widget > div .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content .button:hover .icon i,
.no-touch task-tags-widget > div .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover .icon i,
.no-touch task-tags-widget > div .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover .icon i,
.no-touch task-tags-widget > div .tags create-subscription-popup > div .grid > li.product > ul > li:hover .icon i,
.no-touch task-tags-widget > div .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover .icon i,
.no-touch task-tags-widget > div .tags view-task-popup > div .grid > li.task-menu > ul > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags task-actions-menu-widget > ul > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover .icon i,
.no-touch task-tags-widget > div .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover .icon i {
  font-weight: 400;
}
task-tags-widget > div .tags .button .name,
task-tags-widget > div .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li .name,
task-tags-widget > div .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .name,
task-tags-widget > div .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li .name,
task-tags-widget > div .tags download-export-popup > div .content .button .name,
task-tags-widget > div .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .name,
task-tags-widget > div .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .name,
task-tags-widget > div .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .name,
task-tags-widget > div .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li .name,
task-tags-widget > div .tags create-subscription-popup > div .grid > li.product > ul > li .name,
task-tags-widget > div .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .name,
task-tags-widget > div .tags view-task-popup > div .grid > li.task-menu > ul > li ul li .name,
task-tags-widget > div .tags task-actions-menu-widget > ul > li ul li .name,
task-tags-widget > div .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .name,
task-tags-widget > div .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .name,
task-tags-widget > div .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .name,
task-tags-widget > div .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .name,
task-tags-widget > div .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .name,
task-tags-widget > div .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .name,
task-tags-widget > div .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .name,
task-tags-widget > div .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .name,
task-tags-widget > div .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .name,
task-tags-widget > div .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .name,
task-tags-widget > div .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li .name {
  font-style: italic;
}
task-tags-widget > div .add-tag dropdown-widget > div {
  background: #FFF;
  margin-top: 10px;
}
task-tags-widget > div .add-tag dropdown-widget > div .dropdown-list > .overlay-list {
  top: 5px;
  left: 5px;
  min-width: calc(100% - 10px);
  box-shadow: 0 0 20px 10px rgba(29, 28, 29, 0.6);
}
task-tags-widget > div .add-tag dropdown-widget > div .dropdown-list > .overlay-list i {
  margin-right: 5px;
}
task-tags-widget > div .add-tag dropdown-widget > div .dropdown-list > .overlay-list > ul {
  max-height: calc(100vh - 290px);
  min-height: 250px;
}
transition-files-widget > div h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.phantom transition-files-widget > div h3,
.responsive transition-files-widget > div h3 {
  margin: 0 0 5px 0;
}
transition-files-widget > div > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
transition-files-widget > div > ul > li {
  margin: 0 20px 10px 0;
}
transition-files-widget > div > ul > li a {
  display: flex;
}
transition-files-widget > div > ul > li a .icon {
  margin-right: 10px;
}
transition-products-usage > div h3 {
  margin-bottom: 10px;
}
.phantom transition-products-usage > div h3,
.responsive transition-products-usage > div h3 {
  margin: 0 0 5px 0;
}
transition-products-usage > div > ul {
  display: flex;
  flex-direction: column;
}
transition-products-usage > div > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
boolean-widget h3 {
  margin-bottom: 5px;
  min-height: 21px;
}
boolean-widget > div:not(.title) {
  width: 100%;
  padding: 5px 0;
}
boolean-widget > div:not(.title) > .label {
  margin-bottom: 10px;
}
boolean-widget > div:not(.title) ul {
  display: flex;
  position: relative;
}
boolean-widget > div:not(.title) ul > li:not(.error-icon) {
  height: 40px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
  border-radius: 10px;
}
boolean-widget > div:not(.title) ul > li:not(.error-icon):not(:last-child) {
  margin-right: 5px;
}
boolean-widget > div:not(.title) ul > li:not(.error-icon).active {
  background: #441A44;
  font-weight: 500;
  color: #FFFFFF;
}
boolean-widget > div:not(.title) ul.readonly {
  font-family: "AvenirNextLTW01-Italic";
  color: rgba(29, 28, 29, 0.7);
  cursor: default;
}
boolean-widget > div:not(.title) ul.readonly i {
  color: rgba(29, 28, 29, 0.7);
}
boolean-widget > div:not(.title) ul.readonly > li:not(.error-icon).active {
  background: rgba(68, 26, 68, 0.6);
}
boolean-widget > div:not(.title) ul li.error-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
boolean-widget > div:not(.title) ul li.error-icon i {
  color: rgba(235, 90, 70, 0.35);
}
boolean-widget > div:not(.title).invalid:not(.focussed).touched.show-validation ul li:not(.error-icon),
boolean-widget > div:not(.title).error:not(.focussed) ul li:not(.error-icon) {
  background: rgba(235, 90, 70, 0.2);
}
check-widget h3 {
  margin-bottom: 5px;
  min-height: 21px;
}
check-widget > div:not(.title) {
  width: 100%;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
check-widget > div:not(.title) .check {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
  flex-shrink: 0;
}
check-widget > div:not(.title) .check.unchecked {
  border: 1px solid rgba(29, 28, 29, 0.8);
  background: #EFEFEF;
}
check-widget > div:not(.title) .check.checked {
  background: #441A44;
}
check-widget > div:not(.title) .check.checked i {
  color: #FFFFFF;
}
check-widget > div:not(.title) .check.readonly {
  font-family: "AvenirNextLTW01-Italic";
  color: rgba(29, 28, 29, 0.7);
  cursor: default;
}
check-widget > div:not(.title) .check.readonly i {
  color: rgba(29, 28, 29, 0.7);
}
classic-editor > div {
  overflow: hidden;
  border-radius: 3px;
  background: rgba(239, 239, 239, 0.5);
  border: 1px solid rgba(239, 239, 239, 0.5);
}
classic-editor > div .ck-editor {
  margin: -1px !important;
  /* Adjust the headings dropdown to host some larger heading styles. */
  /* Scale down all heading previews because they are way too big to be presented in the UI.
    Preserve the relative scale, though. */
  /* Set the styles for "Heading 1". */
  /* Set the styles for "Heading 2". */
  /* Set the styles for "Heading 2". */
  /* Set the styles for "Heading 3". */
  /* Make the block quoted text serif with some additional spacing. */
}
classic-editor > div .ck-editor .mention {
  background-color: rgba(68, 26, 68, 0.2) !important;
  color: #1D1C1D;
  border-radius: 10px;
  margin: 2px;
  padding: 5px;
  display: inline-block;
}
classic-editor > div .ck-editor .document-editor .ck-heading-dropdown .ck-list .ck-button__label {
  line-height: calc(1.7 * var(--ck-line-height-base) * var(--ck-font-size-base));
  min-width: 6em;
}
classic-editor > div .ck-editor .document-editor .ck-heading-dropdown .ck-list .ck-button:not(.ck-heading_paragraph) .ck-button__label {
  transform: scale(0.8);
  transform-origin: left;
}
classic-editor > div .ck-editor .document-editor .ck-content h2,
classic-editor > div .ck-editor .document-editor .ck-heading-dropdown .ck-heading_heading1 .ck-button__label {
  font-size: 2.18em;
  font-weight: normal;
}
classic-editor > div .ck-editor .document-editor .ck-content h2 {
  line-height: 1.37em;
  padding-top: 0.342em;
  margin-bottom: 0.142em;
}
classic-editor > div .ck-editor .document-editor .ck-content h3,
classic-editor > div .ck-editor .document-editor .ck-heading-dropdown .ck-heading_heading2 .ck-button__label {
  font-size: 1.75em;
  font-weight: normal;
  color: hsl(203, 100%, 50%);
}
classic-editor > div .ck-editor .document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
  color: var(--ck-color-list-button-on-text);
}
classic-editor > div .ck-editor .document-editor .ck-content h3 {
  line-height: 1.86em;
  padding-top: 0.171em;
  margin-bottom: 0.357em;
}
classic-editor > div .ck-editor .document-editor .ck-content h4,
classic-editor > div .ck-editor .document-editor .ck-heading-dropdown .ck-heading_heading3 .ck-button__label {
  font-size: 1.31em;
  font-weight: bold;
}
classic-editor > div .ck-editor .document-editor .ck-content h4 {
  line-height: 1.24em;
  padding-top: 0.286em;
  margin-bottom: 0.952em;
}
classic-editor > div .ck-editor .document-editor .ck-content blockquote {
  font-family: Georgia, serif;
  margin-left: calc(2 * var(--ck-spacing-large));
  margin-right: calc(2 * var(--ck-spacing-large));
}
classic-editor > div .ck-editor a {
  pointer-events: none;
}
classic-editor > div .ck-editor .table {
  width: 100%;
  margin: 4mm auto;
}
classic-editor > div .ck-editor .table td {
  padding: 5px 0;
}
classic-editor > div .ck-editor .table td.ck-editor__editable {
  width: auto;
}
classic-editor > div .ck-editor .table tr[ng-repeat] td {
  border: 2px solid #441A44;
  text-align: left;
  background: repeating-linear-gradient(45deg, #FFFFFF, #FFFFFF 10px, rgba(68, 26, 68, 0.1) 10px, rgba(68, 26, 68, 0.1) 20px);
}
classic-editor > div .ck-editor .table tr[ng-repeat] tr {
  text-align: left;
}
date-selector-widget > div {
  width: 100%;
  position: relative;
  background: rgba(239, 239, 239, 0.5);
  border: 1px solid rgba(29, 28, 29, 0.05);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 40px;
}
date-selector-widget > div .field {
  width: 100%;
}
date-selector-widget > div.invalid:not(.focussed).touched.show-validation {
  background: rgba(235, 90, 70, 0.2);
}
date-selector-widget > div label {
  display: flex;
  margin-right: 10px;
}
date-selector-widget > div label span {
  white-space: nowrap;
  color: rgba(29, 28, 29, 0.9);
  cursor: text;
}
date-selector-widget > div.foccused label date-selector-widget > div span {
  color: rgba(29, 28, 29, 0.7);
}
date-selector-widget > div .field {
  flex-grow: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
date-selector-widget > div .field span {
  margin: 0 15px 0 10px;
}
date-selector-widget > div .field input {
  border: 0;
  height: 100%;
  resize: none;
  font-size: 16px;
  background: none;
  font-family: 'Avenir Next';
}
.phantom date-selector-widget > div .field input,
.responsive date-selector-widget > div .field input {
  font-size: 17px;
}
date-selector-widget > div .field input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
date-selector-widget > div .field input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
date-selector-widget > div .field input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
date-selector-widget > div .field input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
date-selector-widget > div i {
  color: rgba(235, 90, 70, 0.15);
  margin-left: 10px;
}
date-selector-widget > div i {
  color: rgba(235, 90, 70, 0.35);
}
date-selector-widget > div.readonly {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
date-selector-widget > div.readonly label span {
  color: rgba(29, 28, 29, 0.6);
}
date-selector-widget > div.readonly .field input {
  color: rgba(29, 28, 29, 0.6);
  cursor: default;
}
hk-dropdown-widget > div {
  background: rgba(239, 239, 239, 0.5);
  border: 1px solid rgba(29, 28, 29, 0.05);
  display: flex;
  border-radius: 5px;
  height: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}
hk-dropdown-widget > div.opened {
  z-index: 3;
}
hk-dropdown-widget > div .label {
  height: 40px;
  white-space: nowrap;
  font-family: "Avenir Next W01 Light";
  flex-shrink: 0;
  display: flex;
  position: relative;
}
hk-dropdown-widget > div .label .border {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  border-right: 1px solid rgba(29, 28, 29, 0.2);
}
hk-dropdown-widget > div .label .icon {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
hk-dropdown-widget > div .label .icon.empty {
  padding: 3px;
}
hk-dropdown-widget > div .label .icon i {
  font-size: 14px;
}
hk-dropdown-widget > div .label .icon.disabled {
  cursor: default;
}
hk-dropdown-widget > div .label .icon.disabled i {
  opacity: 0.2;
}
hk-dropdown-widget > div .label .label-text {
  display: flex;
  align-items: center;
  padding: 0 10px 0 5px;
}
hk-dropdown-widget > div .label.no-label i {
  margin: 0 10px 0 10px;
}
hk-dropdown-widget > div .label.no-placeholder:not(.active) {
  border-right: 0;
  margin-right: 0;
}
hk-dropdown-widget > div .dropdown-list {
  flex-grow: 1;
  width: 100%;
  margin-right: 5px;
  height: 100%;
}
hk-dropdown-widget > div .dropdown-list .current-item {
  height: 100%;
  align-items: center;
  display: flex;
  padding-right: 30px;
  white-space: nowrap;
  color: #1D1C1D;
}
hk-dropdown-widget > div .dropdown-list .current-item .placeholder:not(.empty) {
  margin-left: 10px;
}
hk-dropdown-widget > div .dropdown-list .current-item .placeholder.empty {
  font-family: "AvenirNextLTW01-Italic";
}
hk-dropdown-widget > div .dropdown-list .current-item i.fa-caret-down {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list {
  position: absolute;
  background: #FFFFFF;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
  top: 35px;
  right: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.21);
  opacity: 0;
  max-height: 0;
  min-width: 90%;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list.opened {
  opacity: 1;
  max-height: none;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul {
  overflow: auto;
  max-height: 250px;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.search {
  padding: 0;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.search hk-input-widget {
  width: 100%;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.button,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  white-space: nowrap;
  font-family: "Avenir Next W01 Light";
  line-height: 38px;
  background: #ffffff;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.button .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li .li-display-name {
  padding: 0 10px;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.button:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:not(.has-subitems):hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:not(.has-subitems):hover {
  background: #EFEFEF;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.button:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:not(.has-subitems).hover,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:not(.has-subitems).hover {
  background: #EFEFEF;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.button.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.has-subitems .li-display-name,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li.has-subitems .li-display-name {
  font-family: "AvenirNextLTW01-Medium";
  cursor: default;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.button.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.has-subitems li,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li.has-subitems li {
  padding: 0 20px;
}
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.button.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.active,
hk-dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li.active {
  background: #441A44 !important;
  color: #FFFFFF;
  cursor: default !important;
}
hk-dropdown-widget > div.readonly {
  cursor: default;
}
hk-dropdown-widget > div.readonly .dropdown-list .current-item i.fa-caret-down {
  color: rgba(29, 28, 29, 0.4);
}
hk-dropdown-widget > div.readonly .label {
  color: rgba(29, 28, 29, 0.7);
}
hk-dropdown-widget > div.readonly .placeholder {
  color: rgba(29, 28, 29, 0.7);
  font-family: "AvenirNextLTW01-Italic";
}
hk-form-group-widget > div .section-title {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
hk-form-group-widget > div .section-title span {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 22px;
  margin: 5px 0 5px 0;
}
hk-form-group-widget > div .group {
  flex-basis: 100%;
  border-radius: 5px;
  position: relative;
  padding: 5px;
}
.phantom hk-form-group-widget > div .group,
.responsive hk-form-group-widget > div .group {
  margin: 0 15px;
}
hk-form-group-widget > div .group .group-title {
  display: flex;
  font-family: "Avenir Next W01 Light";
  font-size: 18px;
  align-items: center;
  padding-right: 20px;
}
hk-form-group-widget > div .group .group-title i {
  color: rgba(29, 28, 29, 0.6);
  margin-left: 10px;
}
hk-form-group-widget > div .group .group-title > div {
  padding: 10px;
}
hk-form-group-widget > div .group .group-title.group-opened {
  margin-bottom: 5px;
  border-bottom: 1px solid #441A44;
}
hk-form-group-widget > div .group .group-title.group-opened div {
  font-family: 'Avenir Next';
}
hk-form-group-widget > div .group .group-title.group-opened div i {
  color: #1D1C1D;
}
hk-form-group-widget > div .group .group-title .close-group {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 0;
  font-size: 16px;
}
hk-form-group-widget > div .group > .group-widgets {
  max-height: 0;
  overflow: hidden;
}
hk-form-group-widget > div .group > .group-widgets.group-opened {
  max-height: none;
  overflow: unset;
}
hk-form-group-widget > div .group > .group-widgets > li:not(:last-child) {
  margin-bottom: 5px;
}
hk-form-group-widget > div .group.row > .group-widgets {
  display: flex;
}
hk-form-group-widget > div .group.row > .group-widgets > li {
  flex-basis: 50%;
  width: calc( 50% - 2.5px );
}
hk-form-group-widget > div .group.row > .group-widgets > li:nth-child(odd) {
  margin-right: 5px;
}
hk-form-tabs-widget > div {
  flex-basis: 100%;
}
hk-form-tabs-widget > div .section-title {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
hk-form-tabs-widget > div .section-title span {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 22px;
  margin-bottom: 10px;
}
hk-form-tabs-widget > div .tabs {
  position: relative;
  border-radius: 5px;
  background: #FFFFFF;
}
hk-form-tabs-widget > div .tabs .tabs-titles {
  display: flex;
  width: calc(100% - 10px);
  border-radius: 5px;
  margin: 0 5px 0 5px;
}
.phantom hk-form-tabs-widget > div .tabs .tabs-titles,
.responsive hk-form-tabs-widget > div .tabs .tabs-titles {
  flex-direction: column;
}
hk-form-tabs-widget > div .tabs .tabs-titles li {
  cursor: pointer;
  padding: 15px 10px;
  font-family: "Avenir Next W01 Light";
  font-size: 18px;
  display: flex;
  white-space: nowrap;
}
hk-form-tabs-widget > div .tabs .tabs-titles li .icon {
  margin-left: 10px;
  width: 25px;
}
hk-form-tabs-widget > div .tabs .tabs-titles li .icon i {
  color: rgba(29, 28, 29, 0.6);
}
hk-form-tabs-widget > div .tabs .tabs-titles.opened {
  border-bottom: 1px solid #EFEFEF;
}
hk-form-tabs-widget > div .tabs .tabs-titles.opened li {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: -1px;
}
hk-form-tabs-widget > div .tabs .tabs-titles.opened li.active {
  border-color: #441A44;
  font-family: 'Avenir Next';
}
hk-form-tabs-widget > div .tabs .tabs-titles.opened li.active i {
  color: #441a44;
}
hk-form-tabs-widget > div .tabs .tabs-body {
  background: #FFFFFF;
  border-radius: 0 0 5px 5px;
}
hk-form-tabs-widget > div .tabs .tabs-body > li {
  display: none;
}
hk-form-tabs-widget > div .tabs .tabs-body > li.active {
  display: block;
}
hk-form-tabs-widget > div .tabs .tabs-body > li .group-title {
  display: none;
}
hk-form-tabs-widget > div .tabs .tabs-body > li hk-form-group-widget .section-title {
  display: none;
}
hk-form-tabs-widget > div .tabs .tabs-body > li hk-form-group-widget .group {
  margin: 0 0;
  padding: 5px;
}
hk-form-tabs-widget > div .tabs .tabs-body > li hk-form-group-widget .group .group {
  padding: 0;
}
hk-form-tabs-widget > div .tabs .tabs-body > li hk-images-widget .afbeelding-title {
  display: none;
}
hk-form-tabs-widget > div .tabs .tabs-body .tab-title {
  display: none !important;
}
hk-select-widget > div {
  width: 100%;
}
hk-select-widget > div .label {
  flex-basis: 20%;
  line-height: 1.2;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
hk-select-widget > div ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-top: 10px;
}
.phantom hk-select-widget > div ul,
.responsive hk-select-widget > div ul {
  flex-direction: column;
}
hk-select-widget > div ul li {
  height: 40px;
  margin-right: 5px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EFEFEF;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
}
.phantom hk-select-widget > div ul li,
.responsive hk-select-widget > div ul li {
  flex-basis: 100%;
  margin-right: 0;
}
hk-select-widget > div ul li i {
  margin-right: 7px;
}
hk-select-widget > div ul li.active {
  background: rgba(68, 26, 68, 0.5);
}
hk-table-widget > div {
  position: relative;
}
hk-table-widget > div .loading {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
hk-table-widget > div .loading svg path {
  fill: #1D1C1D;
}
hk-table-widget > div .message {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
}
hk-table-widget > div .message .title {
  font-family: "AvenirNextLTW01-Medium";
  margin-bottom: 10px;
}
hk-table-widget > div .list-header {
  display: flex;
  margin: 10px 0 5px 10px;
}
hk-table-widget > div .list-header .list-title {
  font-size: 24px;
  font-family: "AvenirNextLTW01-Medium";
  display: flex;
  align-items: center;
}
hk-table-widget > div table {
  width: 100%;
  border-collapse: separate;
}
hk-table-widget > div table tbody {
  overflow: auto;
}
hk-table-widget > div table tr {
  background: #FFFFFF;
}
hk-table-widget > div table tr th,
hk-table-widget > div table tr td {
  text-align: left;
  padding: 15px 10px;
}
hk-table-widget > div table tr th {
  text-transform: uppercase;
  padding: 10px 10px;
  position: sticky;
  top: 0;
  background: #EFEFEF;
}
hk-table-widget > div table tr th div {
  display: flex;
}
hk-table-widget > div table tr th div span {
  margin-right: 5px;
}
hk-table-widget > div table tr th div i {
  font-size: 14px;
}
hk-table-widget > div table tr th div i + i {
  margin-left: 5px;
}
hk-table-widget > div table tr th .th-hover-menu {
  position: absolute;
  bottom: -45px;
  left: -10px;
  display: none;
  padding: 20px;
}
hk-table-widget > div table tr th .th-hover-menu > ul {
  display: flex;
  background: #FFFFFF;
  border-radius: 5px;
  z-index: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.21);
}
hk-table-widget > div table tr th .th-hover-menu > ul li {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
hk-table-widget > div table tr th .th-hover-menu > ul li i {
  font-size: 16px;
}
hk-table-widget > div table tr th .th-hover-menu > ul li.active i {
  color: #441A44;
}
hk-table-widget > div table tr th .th-hover-menu > ul li.active .sort {
  font-weight: 500;
}
hk-table-widget > div table tr th .th-hover-menu > ul li.active .group {
  font-weight: 600;
}
hk-table-widget > div table tr th .th-hover-menu > ul li:hover i {
  color: #441A44;
}
hk-table-widget > div table tr th .th-hover-menu > ul li:hover.active i {
  color: rgba(68, 26, 68, 0.7);
}
hk-table-widget > div table tr th:hover .th-hover-menu {
  display: block;
}
hk-table-widget > div table tr td {
  border-top: 1px dashed rgba(29, 28, 29, 0.2);
  font-family: "Avenir Next W01 Light";
  line-height: 1.4;
  padding: 10px;
}
hk-table-widget > div table tr td i + span,
hk-table-widget > div table tr td span + i {
  margin-left: 5px;
}
hk-table-widget > div table tr:first-child > td {
  border-top: 0;
}
hk-table-widget > div table tr.group-title + tr td {
  border-top: 0;
}
hk-table-widget > div table tr.group-title td {
  font-family: "AvenirNextLTW01-Medium";
  padding: 10px 10px 0 10px;
  border-bottom: 0;
}
hk-table-widget > div table tr:not(:nth-child(1)).group-title {
  margin-top: -1px;
}
hk-table-widget > div table tr:not(:nth-child(1)).group-title td {
  border-top: 1px solid rgba(29, 28, 29, 0.4);
}
.no-touch hk-table-widget > div table tr:not(.group-title):hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
hk-table-widget > div table tr[selected] {
  background: rgba(68, 26, 68, 0.12);
}
.no-touch hk-table-widget > div table tr[selected]:hover {
  background: rgba(68, 26, 68, 0.08);
  cursor: pointer;
}
hk-table-widget > div .item-types {
  display: flex;
  margin-top: 5px;
}
hk-table-widget > div .item-types li {
  background: #441A44;
  color: #FFFFFF;
  padding: 0 15px;
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin: 5px 5px 5px 0;
}
image-upload-widget .upload-image {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
image-upload-widget .upload-image li {
  flex-basis: calc(33.3333% - 10px);
  max-width: 200px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  min-width: 90px;
}
image-upload-widget .upload-image li.dragging {
  display: none;
}
image-upload-widget .upload-image li.placeholder {
  background: #EFEFEF;
  border: 1px dashed rgba(29, 28, 29, 0.2);
}
image-upload-widget .upload-image li .image-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
image-upload-widget .upload-image li .delete-image-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(29, 28, 29, 0.5);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  z-index: 2;
}
image-upload-widget .upload-image li .delete-image-button i {
  font-size: 18px;
  color: #FFFFFF;
}
image-upload-widget .upload-image li img {
  width: 100%;
}
.phantom image-upload-widget .upload-image li,
.responsive image-upload-widget .upload-image li {
  flex-basis: calc(50% - 15px);
}
image-upload-widget .upload-image li .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 5px;
}
image-upload-widget .upload-image li .thumb.dragging {
  border: 4px solid #441A44;
  border-radius: 5px;
}
image-upload-widget .upload-image li .thumb .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
image-upload-widget .upload-image li .thumb .img.blur {
  opacity: 0.5;
}
image-upload-widget .upload-image li .loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}
image-upload-widget .upload-image li .loading i {
  font-size: 40px;
  color: rgba(29, 28, 29, 0.3);
}
image-upload-widget .upload-image li .add-image-button,
image-upload-widget .upload-image li .camera-button,
image-upload-widget .upload-image li .browse-button {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #EFEFEF;
  height: 100%;
}
image-upload-widget .upload-image li .add-image-button i,
image-upload-widget .upload-image li .camera-button i,
image-upload-widget .upload-image li .browse-button i {
  font-size: 40px;
  margin-bottom: 15px;
}
image-upload-widget .upload-image li .add-image-button span,
image-upload-widget .upload-image li .camera-button span,
image-upload-widget .upload-image li .browse-button span {
  display: block;
  text-decoration: none;
}
.no-touch image-upload-widget .upload-image li .add-image-button:hover,
.no-touch image-upload-widget .upload-image li .camera-button:hover,
.no-touch image-upload-widget .upload-image li .browse-button:hover {
  background: #FFFFFF;
}
.no-touch image-upload-widget .upload-image li .add-image-button:hover span,
.no-touch image-upload-widget .upload-image li .camera-button:hover span,
.no-touch image-upload-widget .upload-image li .browse-button:hover span {
  font-family: "AvenirNextLTW01-Medium";
}
image-upload-widget .upload-image li .add-image-button input,
image-upload-widget .upload-image li .camera-button input,
image-upload-widget .upload-image li .browse-button input,
image-upload-widget .upload-image li .add-image-button button,
image-upload-widget .upload-image li .camera-button button,
image-upload-widget .upload-image li .browse-button button {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
document-editor > div {
  display: flex;
}
document-editor > div .document-editor {
  border: 1px solid var(--ck-color-base-border);
  border-radius: var(--ck-border-radius);
  max-height: calc(100vh - 30px);
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  width: 100%;
  margin: -1px;
  /* Adjust the headings dropdown to host some larger heading styles. */
  /* Scale down all heading previews because they are way too big to be presented in the UI.
    Preserve the relative scale, though. */
  /* Set the styles for "Heading 1". */
  /* Set the styles for "Heading 2". */
  /* Set the styles for "Heading 2". */
  /* Set the styles for "Heading 3". */
  /* Set the styles for "Paragraph". */
  /* Make the block quoted text serif with some additional spacing. */
}
document-editor > div .document-editor .document-editor__toolbar {
  z-index: 1;
  box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.2);
  border-bottom: 1px solid var(--ck-color-toolbar-border);
  max-width: 100%;
}
document-editor > div .document-editor .document-editor__toolbar .ck-toolbar {
  border: 0;
  border-radius: 0;
}
document-editor > div .document-editor .document-editor__editable-container {
  padding: 2vw;
  background: var(--ck-color-base-foreground);
  overflow-y: scroll;
}
document-editor > div .document-editor .document-editor__editable-container .page {
  max-width: 210mm;
  width: calc(100vw - 500px);
  margin: 0 auto;
  display: flex;
}
document-editor > div .document-editor .document-editor__editable-container .page > .ck-editor__editable {
  width: 100%;
  flex-grow: 1;
  padding: 1cm 10mm;
  border: 1px hsl(0, 0%, 82.7%) solid;
  border-radius: var(--ck-border-radius);
  box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.1);
  background: white;
}
document-editor > div .document-editor .document-editor__editable-container .page > .ck-editor__editable .mention {
  background-color: rgba(68, 26, 68, 0.2) !important;
  color: #1D1C1D;
  border-radius: 10px;
  margin: 2px;
  padding: 5px;
  display: inline-block;
}
document-editor > div .document-editor .document-editor .ck-heading-dropdown .ck-list .ck-button__label {
  line-height: calc(1.7 * var(--ck-line-height-base) * var(--ck-font-size-base));
  min-width: 6em;
}
document-editor > div .document-editor .document-editor .ck-heading-dropdown .ck-list .ck-button:not(.ck-heading_paragraph) .ck-button__label {
  transform: scale(0.8);
  transform-origin: left;
}
document-editor > div .document-editor .document-editor .ck-content h2,
document-editor > div .document-editor .document-editor .ck-heading-dropdown .ck-heading_heading1 .ck-button__label {
  font-size: 2.18em;
  font-weight: normal;
}
document-editor > div .document-editor .document-editor .ck-content h2 {
  line-height: 1.37em;
  padding-top: 0.342em;
  margin-bottom: 0.142em;
}
document-editor > div .document-editor .document-editor .ck-content h3,
document-editor > div .document-editor .document-editor .ck-heading-dropdown .ck-heading_heading2 .ck-button__label {
  font-size: 1.75em;
  font-weight: normal;
  color: hsl(203, 100%, 50%);
}
document-editor > div .document-editor .document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
  color: var(--ck-color-list-button-on-text);
}
document-editor > div .document-editor .document-editor .ck-content h3 {
  line-height: 1.86em;
  padding-top: 0.171em;
  margin-bottom: 0.357em;
}
document-editor > div .document-editor .document-editor .ck-content h4,
document-editor > div .document-editor .document-editor .ck-heading-dropdown .ck-heading_heading3 .ck-button__label {
  font-size: 1.31em;
  font-weight: bold;
}
document-editor > div .document-editor .document-editor .ck-content h4 {
  line-height: 1.24em;
  padding-top: 0.286em;
  margin-bottom: 0.952em;
}
document-editor > div .document-editor .document-editor .ck-content blockquote {
  font-family: Georgia, serif;
  margin-left: calc(2 * var(--ck-spacing-large));
  margin-right: calc(2 * var(--ck-spacing-large));
}
document-editor > div .document-editor a {
  pointer-events: none;
}
document-editor > div .document-editor .table {
  width: 100%;
  margin: 4mm auto;
}
document-editor > div .document-editor .table table {
  margin: 0 auto;
}
document-editor > div .document-editor .table td {
  padding: 0 0;
}
document-editor > div .document-editor .table td.ck-editor__editable {
  width: auto;
}
document-editor > div .document-editor .table tr[ng-repeat] td {
  border: 2px solid #441A44;
  text-align: left;
  background: repeating-linear-gradient(45deg, #FFFFFF, #FFFFFF 10px, rgba(68, 26, 68, 0.1) 10px, rgba(68, 26, 68, 0.1) 20px);
}
document-editor > div .document-editor .table tr[ng-repeat] tr {
  text-align: left;
}
dropdown-widget > div {
  background: rgba(239, 239, 239, 0.5);
  border: 1px solid rgba(29, 28, 29, 0.05);
  display: flex;
  border-radius: 5px;
  height: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}
dropdown-widget > div.invalid:not(.focussed).touched.show-validation {
  background: rgba(235, 90, 70, 0.2);
}
dropdown-widget > div.opened {
  z-index: 3;
}
dropdown-widget > div .label {
  height: 40px;
  white-space: nowrap;
  font-family: "Avenir Next W01 Light";
  flex-shrink: 0;
  display: flex;
  position: relative;
}
dropdown-widget > div .label .border {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  border-right: 1px solid rgba(29, 28, 29, 0.2);
}
dropdown-widget > div .label .icon {
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
dropdown-widget > div .label .icon.empty {
  padding: 3px 5px;
}
dropdown-widget > div .label .icon i {
  font-size: 14px;
}
dropdown-widget > div .label .icon.disabled {
  cursor: default;
}
dropdown-widget > div .label .icon.disabled i {
  opacity: 0.2;
}
dropdown-widget > div .label .label-text {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
}
dropdown-widget > div .label.no-label i {
  margin: 0 10px 0 10px;
}
dropdown-widget > div .label.no-placeholder:not(.active) {
  border-right: 0;
  margin-right: 0;
}
dropdown-widget > div.readonly {
  cursor: default !important;
}
dropdown-widget > div.readonly .label {
  cursor: default !important;
  color: rgba(29, 28, 29, 0.5);
}
dropdown-widget > div.readonly .label .icon {
  opacity: 0;
}
dropdown-widget > div.readonly .dropdown-list {
  cursor: default !important;
}
dropdown-widget > div.readonly .dropdown-list .current-item span {
  color: rgba(29, 28, 29, 0.5);
}
dropdown-widget > div.readonly .dropdown-list .current-item i {
  display: none;
}
dropdown-widget > div .dropdown-list {
  flex-grow: 1;
  width: 100%;
  margin-right: 5px;
  height: 100%;
}
dropdown-widget > div .dropdown-list .current-item {
  height: 100%;
  align-items: center;
  display: flex;
  padding-right: 30px;
  white-space: nowrap;
  color: #1D1C1D;
}
dropdown-widget > div .dropdown-list .current-item .placeholder:not(.empty) {
  margin-left: 10px;
}
dropdown-widget > div .dropdown-list .current-item .placeholder.empty {
  font-family: "AvenirNextLTW01-Italic";
}
dropdown-widget > div .dropdown-list .current-item i.fa-caret-down {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
dropdown-widget > div .dropdown-list > .overlay-list {
  position: absolute;
  background: #FFFFFF;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
  top: 35px;
  left: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.21);
  opacity: 0;
  max-height: 0;
  min-width: 90%;
}
dropdown-widget > div .dropdown-list > .overlay-list .search {
  padding: 0;
  background: rgba(239, 239, 239, 0.5);
  border: 1px solid rgba(29, 28, 29, 0.05);
  border-radius: 3px;
}
dropdown-widget > div .dropdown-list > .overlay-list .search input {
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 16px;
  background: none;
  padding: 0 10px;
  font-family: 'Avenir Next';
  height: 40px;
}
.phantom dropdown-widget > div .dropdown-list > .overlay-list .search input,
.responsive dropdown-widget > div .dropdown-list > .overlay-list .search input {
  font-size: 17px;
}
dropdown-widget > div .dropdown-list > .overlay-list .search input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
dropdown-widget > div .dropdown-list > .overlay-list .search input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
dropdown-widget > div .dropdown-list > .overlay-list .search input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
dropdown-widget > div .dropdown-list > .overlay-list .search input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
dropdown-widget > div .dropdown-list > .overlay-list.opened {
  opacity: 1;
  max-height: none;
}
dropdown-widget > div .dropdown-list > .overlay-list > .loading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}
dropdown-widget > div .dropdown-list > .overlay-list > .loading svg {
  width: 120px;
}
dropdown-widget > div .dropdown-list > .overlay-list > .loading svg path {
  fill: #441A44;
}
dropdown-widget > div .dropdown-list > .overlay-list > ul {
  overflow: auto;
  max-height: 250px;
}
dropdown-widget > div .dropdown-list > .overlay-list > ul li.button,
dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button,
dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li,
dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  white-space: nowrap;
  font-family: "Avenir Next W01 Light";
  line-height: 38px;
  background: #ffffff;
}
dropdown-widget > div .dropdown-list > .overlay-list > ul li.button .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li .li-display-name {
  padding: 0 15px;
}
dropdown-widget > div .dropdown-list > .overlay-list > ul li.button:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:not(.has-subitems):hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:not(.has-subitems):hover {
  background: #EFEFEF;
}
dropdown-widget > div .dropdown-list > .overlay-list > ul li.button:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:not(.has-subitems).hover,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:not(.has-subitems).hover {
  background: #EFEFEF;
}
dropdown-widget > div .dropdown-list > .overlay-list > ul li.button.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.has-subitems .li-display-name,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li.has-subitems .li-display-name {
  font-family: "AvenirNextLTW01-Medium";
  cursor: default;
}
dropdown-widget > div .dropdown-list > .overlay-list > ul li.button.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.has-subitems li,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li.has-subitems li {
  padding: 0 20px;
}
dropdown-widget > div .dropdown-list > .overlay-list > ul li.button.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul liexact-view > ul > li .bsy-section-body ul.actions > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul liintercom-view > ul > li .bsy-section-body ul.actions > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .button.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul licreate-subscription-popup > div .grid > li.product > ul > li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).active,
dropdown-widget > div .dropdown-list > .overlay-list > ul liview-task-popup > div .grid > li.task-menu > ul > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul litask-actions-menu-widget > ul > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.active,
dropdown-widget > div .dropdown-list > .overlay-list > ul lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li.active {
  background: #441A44 !important;
  color: #FFFFFF;
  cursor: default !important;
}
dropdown-widget > div .dropdown-list > .overlay-list > ul li .group-display-name {
  font-size: 15px;
  padding: 10px 10px 5px 10px;
  color: rgba(29, 28, 29, 0.7);
}
dropdown-widget > div .remove-filter {
  display: none;
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  width: 27px;
  height: 27px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
dropdown-widget > div .remove-filter i {
  font-size: 14px;
}
files-widget > div .label {
  margin: 10px 0 5px 0;
}
files-widget > div .upload-file {
  display: flex;
  flex-wrap: wrap;
}
files-widget > div .upload-file li {
  flex-basis: calc(50% - 5px);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
  background: #EFEFEF;
  padding: 10px;
  margin-bottom: 5px;
  flex-grow: 1;
}
.no-touch files-widget > div .upload-file li:hover {
  background: rgba(239, 239, 239, 0.5);
}
files-widget > div .upload-file li .icon {
  margin-right: 10px;
}
files-widget > div .upload-file li:nth-child(even) {
  margin-left: 5px;
}
files-widget > div .upload-file li.add-file-button {
  position: relative;
  flex-grow: 1;
}
files-widget > div .upload-file li.add-file-button input,
files-widget > div .upload-file li.add-file-button button {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
files-widget > div .upload-file li .delete-file-button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: rgba(29, 28, 29, 0.5);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  z-index: 2;
}
files-widget > div .upload-file li .delete-file-button i {
  color: #FFFFFF;
}
files-widget > div .upload-file li .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 5px;
}
files-widget > div .upload-file li .loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}
files-widget > div .upload-file li .loading i {
  font-size: 40px;
  color: rgba(29, 28, 29, 0.3);
}
go-to-path-widget > div {
  width: 100%;
  padding: 10px 10px;
}
.phantom go-to-path-widget > div,
.responsive go-to-path-widget > div {
  padding: 0 10px;
}
go-to-path-widget > div .button,
go-to-path-widget > div exact-view > ul > li .bsy-section-body ul.actions > li ul li,
go-to-path-widget > div freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
go-to-path-widget > div intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
go-to-path-widget > div download-export-popup > div .content .button,
go-to-path-widget > div rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
go-to-path-widget > div snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
go-to-path-widget > div create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
go-to-path-widget > div create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
go-to-path-widget > div create-subscription-popup > div .grid > li.product > ul > li,
go-to-path-widget > div .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
go-to-path-widget > div view-task-popup > div .grid > li.task-menu > ul > li ul li,
go-to-path-widget > div task-actions-menu-widget > ul > li ul li,
go-to-path-widget > div download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
go-to-path-widget > div download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
go-to-path-widget > div download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
go-to-path-widget > div download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
go-to-path-widget > div download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
go-to-path-widget > div download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
go-to-path-widget > div download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
go-to-path-widget > div download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
go-to-path-widget > div download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
go-to-path-widget > div download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
go-to-path-widget > div download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  display: flex;
  line-height: 1.4;
}
go-to-path-widget > div .button .icon,
go-to-path-widget > div exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
go-to-path-widget > div freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
go-to-path-widget > div intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
go-to-path-widget > div download-export-popup > div .content .button .icon,
go-to-path-widget > div rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
go-to-path-widget > div snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
go-to-path-widget > div create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
go-to-path-widget > div create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
go-to-path-widget > div create-subscription-popup > div .grid > li.product > ul > li .icon,
go-to-path-widget > div .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
go-to-path-widget > div view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
go-to-path-widget > div task-actions-menu-widget > ul > li ul li .icon,
go-to-path-widget > div download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
go-to-path-widget > div download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
go-to-path-widget > div download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
go-to-path-widget > div download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
go-to-path-widget > div download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
go-to-path-widget > div download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
go-to-path-widget > div download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
go-to-path-widget > div download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon,
go-to-path-widget > div download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
go-to-path-widget > div download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
go-to-path-widget > div download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon {
  width: 25px;
  flex-shrink: 0;
}
go-to-path-widget > div .button .icon i,
go-to-path-widget > div exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon i,
go-to-path-widget > div freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon i,
go-to-path-widget > div intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon i,
go-to-path-widget > div download-export-popup > div .content .button .icon i,
go-to-path-widget > div rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon i,
go-to-path-widget > div snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon i,
go-to-path-widget > div create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon i,
go-to-path-widget > div create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon i,
go-to-path-widget > div create-subscription-popup > div .grid > li.product > ul > li .icon i,
go-to-path-widget > div .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon i,
go-to-path-widget > div view-task-popup > div .grid > li.task-menu > ul > li ul li .icon i,
go-to-path-widget > div task-actions-menu-widget > ul > li ul li .icon i,
go-to-path-widget > div download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon i,
go-to-path-widget > div download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon i,
go-to-path-widget > div download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon i,
go-to-path-widget > div download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon i,
go-to-path-widget > div download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon i,
go-to-path-widget > div download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon i,
go-to-path-widget > div download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon i,
go-to-path-widget > div download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon i,
go-to-path-widget > div download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon i,
go-to-path-widget > div download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon i,
go-to-path-widget > div download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon i {
  color: #441A44;
}
go-to-path-widget > div .button i.fa-external-link-square,
go-to-path-widget > div exact-view > ul > li .bsy-section-body ul.actions > li ul li i.fa-external-link-square,
go-to-path-widget > div freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li i.fa-external-link-square,
go-to-path-widget > div intercom-view > ul > li .bsy-section-body ul.actions > li ul li i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content .button i.fa-external-link-square,
go-to-path-widget > div rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li i.fa-external-link-square,
go-to-path-widget > div snelstart-view > ul > li .bsy-section-body ul.actions > li ul li i.fa-external-link-square,
go-to-path-widget > div create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location i.fa-external-link-square,
go-to-path-widget > div create-task-popup > div.popup-content .grid > li.toolbar > ul > li i.fa-external-link-square,
go-to-path-widget > div create-subscription-popup > div .grid > li.product > ul > li i.fa-external-link-square,
go-to-path-widget > div .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) i.fa-external-link-square,
go-to-path-widget > div view-task-popup > div .grid > li.task-menu > ul > li ul li i.fa-external-link-square,
go-to-path-widget > div task-actions-menu-widget > ul > li ul li i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li i.fa-external-link-square,
go-to-path-widget > div download-export-popup > div .content task-actions-menu-widget > ul > li ul li i.fa-external-link-square {
  margin-left: 10px;
}
images-widget > div {
  position: relative;
  z-index: 1;
}
images-widget > div .label {
  margin: 10px 0 5px 0;
}
images-widget > div .upload-image {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
images-widget > div .upload-image li {
  flex-basis: calc(33.3333% - 10px);
  max-width: 200px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  min-width: 90px;
}
images-widget > div .upload-image li.dragging {
  display: none;
}
images-widget > div .upload-image li.placeholder {
  background: #EFEFEF;
  border: 1px dashed rgba(29, 28, 29, 0.2);
}
images-widget > div .upload-image li .image-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
images-widget > div .upload-image li .delete-image-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(29, 28, 29, 0.5);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  z-index: 2;
}
images-widget > div .upload-image li .delete-image-button i {
  font-size: 18px;
  color: #FFFFFF;
}
images-widget > div .upload-image li img {
  width: 100%;
}
.phantom images-widget > div .upload-image li,
.responsive images-widget > div .upload-image li {
  flex-basis: calc(50% - 15px);
}
images-widget > div .upload-image li .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 5px;
}
images-widget > div .upload-image li .thumb.dragging {
  border: 4px solid #441A44;
  border-radius: 5px;
}
images-widget > div .upload-image li .thumb .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
images-widget > div .upload-image li .thumb .img.blur {
  opacity: 0.5;
}
images-widget > div .upload-image li .loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}
images-widget > div .upload-image li .loading i {
  font-size: 40px;
  color: rgba(29, 28, 29, 0.3);
}
images-widget > div .upload-image li .add-image-button,
images-widget > div .upload-image li .camera-button,
images-widget > div .upload-image li .browse-button {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #EFEFEF;
  height: 100%;
}
images-widget > div .upload-image li .add-image-button i,
images-widget > div .upload-image li .camera-button i,
images-widget > div .upload-image li .browse-button i {
  font-size: 40px;
  margin-bottom: 15px;
}
images-widget > div .upload-image li .add-image-button span,
images-widget > div .upload-image li .camera-button span,
images-widget > div .upload-image li .browse-button span {
  display: block;
  text-decoration: none;
}
.no-touch images-widget > div .upload-image li .add-image-button:hover,
.no-touch images-widget > div .upload-image li .camera-button:hover,
.no-touch images-widget > div .upload-image li .browse-button:hover {
  background: #FFFFFF;
}
.no-touch images-widget > div .upload-image li .add-image-button:hover span,
.no-touch images-widget > div .upload-image li .camera-button:hover span,
.no-touch images-widget > div .upload-image li .browse-button:hover span {
  font-family: "AvenirNextLTW01-Medium";
}
images-widget > div .upload-image li .add-image-button input,
images-widget > div .upload-image li .camera-button input,
images-widget > div .upload-image li .browse-button input,
images-widget > div .upload-image li .add-image-button button,
images-widget > div .upload-image li .camera-button button,
images-widget > div .upload-image li .browse-button button {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
images-widget > div .camera {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #441A44;
  z-index: 5;
}
images-widget > div .camera .video {
  background: black;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
  max-height: 95%;
  border-radius: 10px;
  border: #FFFFFF 1px solid;
}
images-widget > div .camera .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
images-widget > div .camera .buttons {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
images-widget > div .camera .buttons .capture {
  height: 60px;
  width: 60px;
  background: #1D1C1D;
  color: #FFFFFF;
  border-radius: 30px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
images-widget > div .camera .buttons .browse {
  bottom: -5px;
  right: -80px;
  position: absolute;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}
images-widget > div .camera .buttons .browse span {
  display: block;
  text-decoration: underline;
  font-size: 14px;
}
images-widget > div .camera .buttons .browse input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
images-widget > div .messages > li {
  color: #EB5A46;
  margin-top: 10px;
}
input-widget h3 {
  margin-bottom: 5px;
  min-height: 21px;
}
input-widget > div:not(.title) {
  width: 100%;
  position: relative;
  background: rgba(239, 239, 239, 0.5);
  border: 1px solid rgba(29, 28, 29, 0.05);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 40px;
}
input-widget > div:not(.title).invalid:not(.focussed).touched.show-validation,
input-widget > div:not(.title).error:not(.focussed) {
  background: rgba(235, 90, 70, 0.2);
}
input-widget > div:not(.title) label {
  display: flex;
  margin-right: 15px;
  height: 100%;
  align-items: center;
}
input-widget > div:not(.title) label span {
  white-space: nowrap;
  color: rgba(29, 28, 29, 0.9);
  cursor: text;
}
input-widget > div:not(.title).foccused label input-widget > div:not(.title) span {
  color: rgba(29, 28, 29, 0.7);
}
input-widget > div:not(.title) .field {
  flex-grow: 1;
  height: 100%;
}
input-widget > div:not(.title) .field input {
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 16px;
  background: none;
  font-family: 'Avenir Next';
}
.phantom input-widget > div:not(.title) .field input,
.responsive input-widget > div:not(.title) .field input {
  font-size: 17px;
}
input-widget > div:not(.title) .field input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
input-widget > div:not(.title) .field input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
input-widget > div:not(.title) .field input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
input-widget > div:not(.title) .field input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
input-widget > div:not(.title) i {
  color: rgba(235, 90, 70, 0.35);
  margin-left: 10px;
}
input-widget > div:not(.title).readonly {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
input-widget > div:not(.title).readonly label span {
  color: rgba(29, 28, 29, 0.5);
}
input-widget > div:not(.title).readonly .field input {
  color: rgba(29, 28, 29, 0.7);
  font-family: "AvenirNextLTW01-Italic";
  cursor: default;
}
list-widget > div {
  overflow: hidden;
}
list-widget > div .list-header {
  display: flex;
  margin: 10px 0 5px 0;
}
list-widget > div table {
  width: 100%;
  border-collapse: separate;
  margin-top: 5px;
  border: 1px dashed rgba(29, 28, 29, 0.15);
}
list-widget > div table tbody {
  overflow: auto;
}
list-widget > div table tr.placeholder {
  border: 1px rgba(29, 28, 29, 0.1);
  height: 55px;
}
list-widget > div table tr th,
list-widget > div table tr td {
  text-align: left;
  padding: 15px 15px;
}
list-widget > div table tr th {
  text-transform: uppercase;
  padding: 10px 15px;
  position: sticky;
  top: 0;
  font-family: "AvenirNextLTW01-Medium";
}
list-widget > div table tr td {
  line-height: 1.4;
  background: rgba(239, 239, 239, 0.75);
}
list-widget > div table tr td i + span,
list-widget > div table tr td span + i {
  margin-left: 5px;
}
list-widget > div table tr td.open,
list-widget > div table tr td.remove {
  box-sizing: border-box;
  width: 40px;
  padding: 0;
  vertical-align: middle;
}
list-widget > div table tr td.open div,
list-widget > div table tr td.remove div {
  color: #1D1C1D;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-touch list-widget > div table tr td.open div:hover,
.no-touch list-widget > div table tr td.remove div:hover {
  background: #441A44;
  cursor: pointer;
}
.no-touch list-widget > div table tr td.open div:hover i,
.no-touch list-widget > div table tr td.remove div:hover i {
  color: #FFFFFF;
}
.no-touch list-widget > div table tr td.remove:hover div {
  background: #EB5A46;
}
.no-touch list-widget > div table tr td.remove:hover div i {
  color: #FFFFFF;
}
list-widget > div table tr td:last-child {
  padding-right: 5px;
}
list-widget > div table tr.dragging {
  border: 0;
}
list-widget > div table tr.dragging td {
  display: none;
}
list-widget > div table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(29, 28, 29, 0.15);
}
list-widget > div table:not(.allow-remove) .remove .remove-box {
  display: none;
}
list-widget > div .item-types {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}
list-widget > div .item-types > li:not(:last-child) {
  margin-right: 5px;
}
list-widget > div .no-items {
  padding: 15px 10px;
  border-radius: 5px;
}
scan-qr-code-widget > div .camera video {
  object-fit: cover;
  width: 100vw;
  height: 100vw;
}
scan-qr-code-widget > div .loading {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
scan-qr-code-widget > div .loading svg {
  margin-bottom: 25px;
}
scan-qr-code-widget > div .loading svg path {
  fill: #1D1C1D;
}
scan-qr-code-widget > div .loading .text {
  text-align: center;
}
select-location-on-map-widget > div .location {
  display: flex;
  opacity: 0;
  height: 0;
}
select-location-on-map-widget > div .location.show {
  opacity: 1;
  height: 40vh;
  min-height: 400px;
}
select-location-on-map-widget > div .location .title {
  font-size: 24px;
  font-family: "AvenirNextLTW01-Medium";
  margin: 10px;
}
select-location-on-map-widget > div .location .map {
  position: relative;
  flex-basis: 50%;
  flex-grow: 1;
}
select-location-on-map-widget > div .location .map .search {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: calc(100% - 10px);
}
select-location-on-map-widget > div .location .map .search .input-box {
  width: 100%;
}
select-location-on-map-widget > div .location .map .search .input-box input {
  height: 45px;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #1D1C1D;
  font-family: 'Avenir Next';
  width: 100%;
}
select-location-on-map-widget > div .location .map .search .input-box input::-webkit-input-placeholder {
  color: rgba(29, 28, 29, 0.8);
}
select-location-on-map-widget > div .location .map .search .input-box input:-moz-placeholder {
  color: rgba(29, 28, 29, 0.8);
}
select-location-on-map-widget > div .location .map .search .input-box input::-moz-placeholder {
  color: rgba(29, 28, 29, 0.8);
}
select-location-on-map-widget > div .location .map .search .input-box input:-ms-input-placeholder {
  color: rgba(29, 28, 29, 0.8);
}
select-location-on-map-widget > div .location .map .search .input-box .bottom-corners-90 {
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #EFEFEF;
}
select-location-on-map-widget > div .location .map .search .input-box .clear {
  position: absolute;
  top: 12px;
  right: 10px;
}
select-location-on-map-widget > div .location .map .search .suggestions {
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
select-location-on-map-widget > div .location .map .search .suggestions li {
  padding: 10px;
  line-height: 1.3;
}
select-location-on-map-widget > div .location .map .search .suggestions li:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}
select-location-on-map-widget > div .location .map .search .suggestions li:hover {
  background: #EFEFEF;
}
select-location-on-map-widget > div .location .map .search .suggestions li .matched-text {
  font-family: "AvenirNextLTW01-Medium";
  margin-right: 2px;
}
select-location-on-map-widget > div .location .map .search .suggestions li .matched-text::after {
  content: ",";
}
select-location-on-map-widget > div .location .map .map-container {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
}
select-location-on-map-widget > div .location .map .map-container .mapbox {
  width: 100%;
  height: 100%;
}
select-location-on-map-widget > div .location .map .map-container .disable-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 239, 239, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
}
select-location-on-map-widget > div .location .map .map-container .disable-map .update-gps i {
  font-size: 20px;
  margin-right: 10px;
  color: #441A44;
}
select-location-on-map-widget > div .location .map .map-container .disable-map .update-gps span {
  font-size: 16px;
  text-decoration: underline;
}
.no-touch select-location-on-map-widget > div .location .map .map-container .disable-map .update-gps:hover span {
  text-decoration: none;
}
select-location-on-map-widget > div .location .info {
  flex-basis: 50%;
  margin-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
select-location-on-map-widget > div .location .info .fields-list li {
  display: flex;
}
select-location-on-map-widget > div .location .info .fields-list li > * {
  flex-basis: 50%;
  flex-grow: 1;
}
select-location-on-map-widget > div .location .info .fields-list li > *:first-child {
  margin-right: 5px;
}
select-location-on-map-widget > div .location .info .fields-list li:not(:last-child) > * > * {
  margin-bottom: 5px;
}
select-location-on-map-widget > div .location .info .fields-list li .row-title {
  font-family: "AvenirNextLTW01-Medium";
  margin: 10px 0 10px 0;
}
select-location-on-map-widget > div .location .info .fields-list.object-location {
  margin-top: 10px;
}
select-location-on-map-widget > div .location .info .available-fields {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
select-location-on-map-widget > div .location .info .available-fields li {
  margin: 5px 10px 5px 0;
}
select-location-on-map-widget > div .location .info .available-fields li i {
  margin-right: 5px;
}
select-location-on-map-widget > div .location .info .update-location {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
select-location-on-map-widget > div .location .info .update-location .icon {
  margin-right: 10px;
}
select-location-on-map-widget > div .location .info .update-location .icon i {
  color: #441A44;
}
.no-touch select-location-on-map-widget > div .location .info .update-location:hover span {
  font-weight: 500;
}
.phantom select-location-on-map-widget > div .location,
.responsive select-location-on-map-widget > div .location {
  display: block;
  height: unset;
}
.phantom select-location-on-map-widget > div .location.show,
.responsive select-location-on-map-widget > div .location.show {
  height: unset;
  min-height: unset;
}
.phantom select-location-on-map-widget > div .location .map,
.responsive select-location-on-map-widget > div .location .map,
.phantom select-location-on-map-widget > div .location .info,
.responsive select-location-on-map-widget > div .location .info {
  flex-basis: unset;
  height: unset;
}
.phantom select-location-on-map-widget > div .location .map,
.responsive select-location-on-map-widget > div .location .map {
  height: 30vh;
}
.phantom select-location-on-map-widget > div .location .info,
.responsive select-location-on-map-widget > div .location .info {
  margin: 5px -5px 0 0;
}
.phantom select-location-on-map-widget > div .location .info .widget-rows > li > .widgets,
.responsive select-location-on-map-widget > div .location .info .widget-rows > li > .widgets {
  flex-direction: row;
}
.phantom select-location-on-map-widget > div .location .info .widget-rows > li > .widgets > li,
.responsive select-location-on-map-widget > div .location .info .widget-rows > li > .widgets > li {
  flex-basis: calc(50% - 5px);
  margin-right: 5px;
  flex-grow: 1;
}
select-location-on-map-widget > div .loading {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
select-location-on-map-widget > div .loading svg {
  margin-bottom: 25px;
}
select-location-on-map-widget > div .loading svg path {
  fill: #1D1C1D;
}
select-location-on-map-widget > div .loading .text {
  text-align: center;
}
signature-widget > div .add-signature {
  background: #441A44;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  display: flex;
}
signature-widget > div .add-signature .icon {
  margin-right: 10px;
}
signature-widget > div .label {
  font-weight: 500;
  margin-bottom: 5px;
}
signature-widget > div .signature-image {
  border: 1px solid rgba(29, 28, 29, 0.5);
  border-radius: 10px;
  position: relative;
}
signature-widget > div .signature-image .label {
  margin-bottom: 5px;
}
signature-widget > div .signature-image img {
  width: 100%;
}
signature-widget > div .signature-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
signature-widget > div .signature-overlay.show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #EFEFEF;
}
signature-widget > div .signature-overlay .label {
  font-weight: 500;
  margin-bottom: 5px;
}
signature-widget > div .signature-overlay .signature-canvas {
  background-color: #FFFFFF;
}
signature-widget > div .signature-overlay .button-bar {
  width: 100%;
  display: flex;
  background: #FFFFFF;
  padding: 10px 0 10px 10px;
}
signature-widget > div .signature-overlay .button-bar > li {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
signature-widget > div .signature-overlay .button-bar > li.save {
  flex-grow: 1;
  background: #441A44;
  color: #FFFFFF;
  border-radius: 15px;
}
signature-widget > div .signature-overlay .button-bar > li .icon + span {
  margin-left: 10px;
}
signature-widget > div .signature-overlay h3 {
  margin: 10px 0 5px 0;
}
textarea-widget h3 {
  margin-bottom: 5px;
  min-height: 21px;
}
textarea-widget > div:not(.title) {
  width: 100%;
  position: relative;
  background: rgba(239, 239, 239, 0.5);
  border: 1px solid rgba(29, 28, 29, 0.05);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  padding: 10px;
}
textarea-widget > div:not(.title).invalid:not(.focussed).touched.show-validation,
textarea-widget > div:not(.title).error:not(.focussed) {
  background: rgba(235, 90, 70, 0.2);
}
textarea-widget > div:not(.title) .field {
  width: 100%;
}
textarea-widget > div:not(.title) label {
  white-space: nowrap;
  color: rgba(29, 28, 29, 0.9);
  cursor: text;
  margin-top: 15px;
}
textarea-widget > div:not(.title) label.dirty span {
  color: rgba(29, 28, 29, 0.7);
}
textarea-widget > div:not(.title) .field {
  flex-grow: 1;
  position: relative;
}
textarea-widget > div:not(.title) .field textarea {
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 16px;
  background: none;
  font-family: 'Avenir Next';
}
.phantom textarea-widget > div:not(.title) .field textarea,
.responsive textarea-widget > div:not(.title) .field textarea {
  font-size: 17px;
}
textarea-widget > div:not(.title) .field textarea::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
textarea-widget > div:not(.title) .field textarea:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
textarea-widget > div:not(.title) .field textarea::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
textarea-widget > div:not(.title) .field textarea:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
textarea-widget > div:not(.title) .field i {
  position: absolute;
  top: 0px;
  right: 0px;
  color: rgba(235, 90, 70, 0.35);
}
.warning textarea-widget > div:not(.title) {
  background: rgba(68, 26, 68, 0.4);
}
textarea-widget > div:not(.title).error.dirty:not(.focused),
textarea-widget > div:not(.title).error.try-submit:not(.focused) {
  background: rgba(235, 90, 70, 0.4);
}
textarea-widget > div:not(.title).readyonly {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
textarea-widget > div:not(.title).readyonly label span {
  color: rgba(29, 28, 29, 0.6);
}
textarea-widget > div:not(.title).readyonly .field input {
  color: rgba(29, 28, 29, 0.6);
  cursor: default;
}
time-widget > div {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}
time-widget > div.invalid:not(.focussed).touched.show-validation,
time-widget > div.error:not(.focussed) {
  background: rgba(235, 90, 70, 0.2);
}
time-widget > div .inputs {
  position: relative;
  text-align: right;
  display: flex;
  height: 100%;
}
time-widget > div .inputs > label {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}
time-widget > div .inputs > label.label {
  margin-right: 15px;
}
time-widget > div .inputs input {
  border: 0;
  resize: none;
  padding: 0 10px;
  font-size: 16px;
  background: none;
  text-align: center;
  display: flex;
  align-items: center;
  background: rgba(239, 239, 239, 0.5);
  border-radius: 5px;
  max-width: 45px;
  border: 1px solid rgba(29, 28, 29, 0.05);
  height: 100%;
}
time-widget > div .inputs input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
time-widget > div .inputs input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
time-widget > div .inputs input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
time-widget > div .inputs input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
time-widget > div .inputs .separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
time-widget > div.readonly {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
time-widget > div.readonly label {
  color: rgba(29, 28, 29, 0.5);
}
time-widget > div.readonly input {
  color: rgba(29, 28, 29, 0.7);
  font-family: "AvenirNextLTW01-Italic";
  cursor: default;
}
time-widget > div.readonly input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
  opacity: 0.4;
}
time-widget > div.readonly input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
  opacity: 0.4;
}
time-widget > div.readonly input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
  opacity: 0.4;
}
time-widget > div.readonly input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
  opacity: 0.4;
}
hk-notification-bar-widget {
  position: fixed;
  top: 45px;
  left: 50px;
  display: flex;
  align-items: center;
  width: calc( 100vw - 54px );
  z-index: 2;
}
hk-notification-bar-widget > ul {
  padding: 5px;
  width: 100%;
}
hk-notification-bar-widget > ul li {
  padding: 10px 5px;
  display: flex;
  background: #FFFFFF;
  width: 100%;
  margin-bottom: 1px;
  border-radius: 5px;
}
hk-notification-bar-widget > ul li .title {
  font-family: "AvenirNextLTW01-Medium";
  color: #441A44;
}
hk-notification-bar-widget > ul li .title::after {
  margin-left: -3px;
  content: ":";
  margin-right: 5px;
}
toggle-widget > div {
  width: 100%;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
toggle-widget > div .label {
  margin-left: 10px;
}
toggle-widget > div .e-switch-wrapper:hover .e-switch-handle.e-switch-active,
toggle-widget > div .e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
  background-color: #441A44;
}
toggle-widget > div .e-switch-wrapper {
  height: 20px;
  width: 40px;
}
toggle-widget > div .e-switch-wrapper .e-switch-on {
  background-color: #441A44;
}
toggle-widget > div .e-switch-wrapper .e-switch-handle {
  background-color: #FFFFFF;
}
toggle-widget > div .e-switch-wrapper .e-switch-handle.e-switch-active {
  background-color: #441A44;
}
total-time-widget > div {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}
total-time-widget > div.invalid:not(.focussed).touched.show-validation,
total-time-widget > div.error:not(.focussed) {
  background: rgba(235, 90, 70, 0.2);
}
total-time-widget > div .inputs {
  position: relative;
  text-align: right;
  display: flex;
  height: 100%;
}
total-time-widget > div .inputs > label {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}
total-time-widget > div .inputs > label.label {
  margin-right: 15px;
}
total-time-widget > div .inputs input {
  border: 0;
  resize: none;
  padding: 0 10px;
  font-size: 16px;
  background: none;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 5px;
  background: rgba(239, 239, 239, 0.5);
  border-radius: 5px;
  max-width: 45px;
  border: 1px solid rgba(29, 28, 29, 0.05);
  height: 100%;
}
total-time-widget > div .inputs input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
total-time-widget > div .inputs input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
total-time-widget > div .inputs input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
total-time-widget > div .inputs input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
total-time-widget > div .inputs input:nth-of-type(2) {
  margin-left: 15px;
}
total-time-widget > div .inputs input.digits-3 {
  max-width: 50px;
}
total-time-widget > div.readonly {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
total-time-widget > div.readonly label {
  color: rgba(29, 28, 29, 0.5);
}
total-time-widget > div.readonly input {
  color: rgba(29, 28, 29, 0.7);
  font-family: "AvenirNextLTW01-Italic";
  cursor: default;
}
total-time-widget > div.readonly input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
  opacity: 0.4;
}
total-time-widget > div.readonly input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
  opacity: 0.4;
}
total-time-widget > div.readonly input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
  opacity: 0.4;
}
total-time-widget > div.readonly input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
  opacity: 0.4;
}
.bsy-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  transition: opacity 0.5s;
}
.bsy-page-grid .bsy-page-header {
  grid-column-start: 1;
  grid-column-end: 3;
}
.bsy-page-grid.hide {
  opacity: 0;
}
.bsy-page-grid.show {
  opacity: 1;
}
.bsy-page-grid > li {
  line-height: 1.4;
  background: #FFFFFF;
}
.bsy-page-grid > li:not(.bsy-page-header) {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
}
.bsy-page-grid > li:not(.bsy-page-header).no-padding {
  padding: 0;
}
.bsy-page-grid > li.full {
  grid-column-start: 1;
  grid-column-end: 3;
}
.bsy-page-grid > li.outbox {
  margin: 0 -15px;
}
.bsy-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  background: none !important;
}
.bsy-page-header > div .breadcrumb {
  display: flex;
  align-items: center;
}
.bsy-page-header > div .breadcrumb > li:not(:last-child)::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  margin: 0 5px;
}
.bsy-page-header > ul {
  display: flex;
  align-items: center;
}
.bsy-page-header > ul > li:not(:last-child) {
  margin-right: 5px;
}
.bsy-section-body {
  height: 100%;
}
.bsy-section-body > ul.list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.bsy-section-body > ul.list > li {
  background: #EFEFEF;
  line-height: 1.4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 5px;
}
.bsy-section-body > ul.list > li.full {
  grid-column-start: 1;
  grid-column-end: 3;
}
.bsy-section-body > ul.list > li.flex {
  display: flex;
  align-items: center;
}
.bsy-section-body > ul.list > li.flex .main {
  flex-grow: 1;
}
.bsy-section-body > ul.list > li.flex .buttons {
  display: flex;
  padding-left: 10px;
}
.bsy-section-body > ul.list > li.flex .buttons li:not(:last-child) {
  margin-right: 5px;
}
.bsy-section-body > ul.list > li .strong {
  font-family: "AvenirNextLTW01-Medium";
}
.bsy-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  margin-bottom: 20px;
  margin-left: 5px;
}
.bsy-section-header > ul.buttons {
  display: flex;
  align-items: center;
}
.bsy-section-header > ul.buttons > li:not(:last-child) {
  margin-right: 5px;
}
body #headerbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 3;
}
body > .body {
  display: flex;
}
body:not(.print) hk-view#sidebar {
  min-height: calc(100vh - 50px);
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
body:not(.print) hk-view#main {
  margin: 50px 0 0 0;
  flex-grow: 1;
  background: rgba(239, 239, 239, 0.7);
  z-index: 1;
  position: relative;
  height: calc(100vh - 50px);
  overflow: auto;
}
body:not(.print) hk-view#main > * {
  padding: 10px;
  display: block;
}
body.print {
  overflow: auto;
}
body.print #headerbar,
body.print #sidebar,
body.print #body,
body.print hk-popups {
  display: none;
}
body.print hk-view#main {
  padding: 0;
}
@media screen {
  body.print hk-view#main {
    background: #EFEFEF;
    width: 100vw;
  }
}
@page {
  size: A4 portrait;
  margin: 0;
  padding: 0;
  a[href]:after {
    content: none !important;
  }
}
.e-toast-container .e-toast .e-toast-actions .e-btn {
  color: #FFFFFF !important;
  font-weight: 600;
}
.e-toast-container .e-toast .e-toast-progress {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.e-quick-popup-wrapper {
  border: 0 !important;
}
.fa-ul {
  margin-left: 2.2em;
}
.fa-ul > li {
  display: flex;
  padding: 3px 0;
  align-items: center;
  line-height: 1.2;
}
.fa-ul > li .fa-li,
.fa-ul > li plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li task-status-widget .icon {
  margin-right: 5px;
}
.fa-ul > li .fa-li i,
.fa-ul > li plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li task-status-widget .icon i {
  font-size: 12px;
}
.fa-ul > li.button,
.fa-ul > liexact-view > ul > li .bsy-section-body ul.actions > li ul li,
.fa-ul > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
.fa-ul > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li,
.fa-ul > lidownload-export-popup > div .content .button,
.fa-ul > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
.fa-ul > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
.fa-ul > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
.fa-ul > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li,
.fa-ul > licreate-subscription-popup > div .grid > li.product > ul > li,
.fa-ul > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
.fa-ul > liview-task-popup > div .grid > li.task-menu > ul > li ul li,
.fa-ul > litask-actions-menu-widget > ul > li ul li,
.fa-ul > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
.fa-ul > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
.fa-ul > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
.fa-ul > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
.fa-ul > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
.fa-ul > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
.fa-ul > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
.fa-ul > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
.fa-ul > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
.fa-ul > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
.fa-ul > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  padding: 5px 0;
}
.fa-ul > li.button span,
.fa-ul > liexact-view > ul > li .bsy-section-body ul.actions > li ul li span,
.fa-ul > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li span,
.fa-ul > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li span,
.fa-ul > lidownload-export-popup > div .content .button span,
.fa-ul > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li span,
.fa-ul > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li span,
.fa-ul > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location span,
.fa-ul > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li span,
.fa-ul > licreate-subscription-popup > div .grid > li.product > ul > li span,
.fa-ul > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) span,
.fa-ul > liview-task-popup > div .grid > li.task-menu > ul > li ul li span,
.fa-ul > litask-actions-menu-widget > ul > li ul li span,
.fa-ul > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li span,
.fa-ul > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li span,
.fa-ul > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li span,
.fa-ul > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li span,
.fa-ul > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li span,
.fa-ul > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location span,
.fa-ul > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li span,
.fa-ul > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li span,
.fa-ul > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) span,
.fa-ul > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li span,
.fa-ul > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li span {
  font-weight: 500;
  text-decoration: underline;
}
.no-touch .fa-ul > li.button:hover span,
.no-touch .fa-ul > liexact-view > ul > li .bsy-section-body ul.actions > li ul li:hover span,
.no-touch .fa-ul > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover span,
.no-touch .fa-ul > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content .button:hover span,
.no-touch .fa-ul > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover span,
.no-touch .fa-ul > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover span,
.no-touch .fa-ul > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover span,
.no-touch .fa-ul > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover span,
.no-touch .fa-ul > licreate-subscription-popup > div .grid > li.product > ul > li:hover span,
.no-touch .fa-ul > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover span,
.no-touch .fa-ul > liview-task-popup > div .grid > li.task-menu > ul > li ul li:hover span,
.no-touch .fa-ul > litask-actions-menu-widget > ul > li ul li:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover span,
.no-touch .fa-ul > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover span {
  text-decoration: none;
}
hk-filter-view table td .status {
  display: flex;
}
hk-filter-view table td .status .icon {
  width: 30px;
}
.popup-layout {
  background: #FFFFFF;
  min-width: 500px;
  max-width: 80vw;
}
database-popup > div .page-title {
  white-space: nowrap;
  text-align: left;
}
database-popup > div .select-items ul li {
  margin-bottom: 5px;
}
database-popup > div .select-items .selected-items-count {
  margin-top: 20px;
}
database-popup > div .select-items .action {
  margin-top: 20px;
}
database-popup > div .select-items .action .action-title {
  font-size: 20px;
  font-family: "AvenirNextLTW01-Medium";
}
database-popup > div .select-items .action .button,
database-popup > div .select-items .action exact-view > ul > li .bsy-section-body ul.actions > li ul li,
database-popup > div .select-items .action freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
database-popup > div .select-items .action intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
database-popup > div .select-items .action download-export-popup > div .content .button,
database-popup > div .select-items .action rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
database-popup > div .select-items .action snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
database-popup > div .select-items .action create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
database-popup > div .select-items .action create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
database-popup > div .select-items .action create-subscription-popup > div .grid > li.product > ul > li,
database-popup > div .select-items .action .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
database-popup > div .select-items .action view-task-popup > div .grid > li.task-menu > ul > li ul li,
database-popup > div .select-items .action task-actions-menu-widget > ul > li ul li,
database-popup > div .select-items .action download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
database-popup > div .select-items .action download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
database-popup > div .select-items .action download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
database-popup > div .select-items .action download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
database-popup > div .select-items .action download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
database-popup > div .select-items .action download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
database-popup > div .select-items .action download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
database-popup > div .select-items .action download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
database-popup > div .select-items .action download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
database-popup > div .select-items .action download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
database-popup > div .select-items .action download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  background: #441A44;
}
database-popup > div .submit-button {
  background: #441A44;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #FFFFFF;
  border-radius: 20px;
  justify-content: center;
  margin-top: 5px;
}
database-popup > div .submit-button.disabled {
  background: rgba(68, 26, 68, 0.5);
}
database-popup > div .submit-button.select-items {
  background: #441A44;
}
database-popup > div .submit-button.select-items.disabled {
  background: rgba(68, 26, 68, 0.5);
}
filter-list {
  display: block;
  height: 100%;
}
filter-list .top-bar {
  height: 45px;
  display: flex;
  justify-content: space-between;
}
filter-list .top-bar .select-bar {
  display: flex;
}
filter-list .top-bar .select-bar .select-all {
  background: #EFEFEF;
  color: rgba(29, 28, 29, 0.6);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
filter-list .top-bar .select-bar .select-all.selected i {
  font-weight: 600;
}
filter-list .top-bar .select-bar .select-all.active {
  background: #441A44;
  color: #FFFFFF;
}
filter-list .top-bar .select-bar .select-all.active i {
  font-weight: 500;
  color: #FFFFFF;
}
filter-list .top-bar .select-bar .numbers {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
filter-list .top-bar .select-bar .select-items {
  background: #EFEFEF;
  color: rgba(29, 28, 29, 0.6);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
filter-list .top-bar .select-bar .select-items.active {
  background: #441A44;
  color: #FFFFFF;
}
filter-list .top-bar .select-bar .select-items i {
  font-size: 18px;
}
filter-list .top-bar .select-bar .submit-action {
  background: #441A44;
  height: 35px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  color: #FFFFFF;
  margin: 5px;
}
filter-list .top-bar .select-bar .submit-action.disabled {
  background: rgba(68, 26, 68, 0.4);
  cursor: default !important;
}
filter-list .top-bar .general-interactions {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
filter-list .top-bar .general-interactions > li {
  margin-right: 10px;
}
filter-list .top-bar .list-limit hk-dropdown-widget > div {
  background: #FFFFFF;
  height: 35px;
  margin: 5px;
}
filter-list .content {
  min-height: 500px;
}
filter-list .content .header {
  background: #EFEFEF;
}
filter-list .content .header .filters {
  display: flex;
  padding: 5px 0 0 5px;
  flex-wrap: wrap;
}
filter-list .content .header .filters > li {
  margin: 0 5px 5px 0;
  position: relative;
}
filter-list .content .header .filters > li hk-multi-dropdown-widget > div .dropdown-list > .overlay-list {
  left: 0;
  right: auto;
}
filter-list .content .header .filters > li:not(.empty-filter) hk-multi-dropdown-widget > div {
  background: #FFFFFF;
}
filter-list .content .header .filters > li:not(.empty-filter) hk-multi-dropdown-widget > div.active {
  background: #441A44;
  color: #FFFFFF;
}
filter-list .content .header .filters > li:not(.empty-filter) hk-multi-dropdown-widget > div.active .label {
  color: #FFFFFF;
}
filter-list .content .header .filters > li:not(.empty-filter) hk-multi-dropdown-widget > div.active .dropdown-list > .current-item {
  color: #FFFFFF;
}
filter-list .content .header .filters > li.empty-filter hk-multi-dropdown-widget > div.opened {
  background: #FFFFFF;
}
filter-list .content .body {
  position: relative;
}
filter-list .content .body .loading {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
filter-list .content .body .loading svg path {
  fill: #1D1C1D;
}
filter-list .content .body .message {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
}
filter-list .content .body .message .title {
  font-family: "AvenirNextLTW01-Medium";
  margin-bottom: 10px;
}
filter-list .content .body .list-header {
  display: flex;
  margin: 10px 0 5px 10px;
}
filter-list .content .body .list-header .list-title {
  font-size: 24px;
  font-family: "AvenirNextLTW01-Medium";
  display: flex;
  align-items: center;
}
filter-list .content .body table {
  width: 100%;
  border-collapse: separate;
}
filter-list .content .body table tbody {
  overflow: auto;
}
filter-list .content .body table tr th,
filter-list .content .body table tr td {
  text-align: left;
}
filter-list .content .body table tr th {
  text-transform: uppercase;
  font-family: "AvenirNextLTW01-Medium";
  padding: 10px 5px 10px 5px;
  position: sticky;
  top: 0;
}
filter-list .content .body table tr th:first-child {
  padding-left: 15px;
}
filter-list .content .body table tr th div {
  display: flex;
}
filter-list .content .body table tr th div .icons {
  margin-left: 5px;
}
filter-list .content .body table tr th div i {
  font-size: 14px;
}
filter-list .content .body table tr th div i + i {
  margin-left: 5px;
}
filter-list .content .body table tr th .th-hover-menu {
  position: absolute;
  bottom: -45px;
  left: -10px;
  display: none;
  padding: 20px;
}
filter-list .content .body table tr th .th-hover-menu > ul {
  display: flex;
  background: #FFFFFF;
  border-radius: 5px;
  z-index: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.21);
}
filter-list .content .body table tr th .th-hover-menu > ul li {
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}
filter-list .content .body table tr th .th-hover-menu > ul li.show {
  display: flex;
}
filter-list .content .body table tr th .th-hover-menu > ul li i {
  font-size: 16px;
}
filter-list .content .body table tr th .th-hover-menu > ul li.active {
  display: flex;
}
filter-list .content .body table tr th .th-hover-menu > ul li.active .sort {
  font-weight: 600;
}
filter-list .content .body table tr th .th-hover-menu > ul li.active .group {
  font-weight: 600;
}
filter-list .content .body table tr th .th-hover-menu > ul li:hover i {
  font-weight: 500;
}
filter-list .content .body table tr th .th-hover-menu > ul li:hover.active .sort {
  font-weight: 500;
}
filter-list .content .body table tr th .th-hover-menu > ul li:hover.active .group {
  font-weight: 600;
}
filter-list .content .body table tr th:hover .th-hover-menu {
  display: block;
}
filter-list .content .body table tr td {
  border-top: 1px dashed rgba(29, 28, 29, 0.2);
  line-height: 1.4;
  padding: 10px 10px 10px 5px;
}
filter-list .content .body table tr td:first-child {
  padding-left: 15px;
}
filter-list .content .body table tr td i + span,
filter-list .content .body table tr td span + i {
  margin-left: 5px;
}
filter-list .content .body table tr td > div {
  display: flex;
}
filter-list .content .body table tr td > div > div:not(:last-child) {
  margin-right: 10px;
}
filter-list .content .body table tr td .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -2px -2px 0;
  width: 46px;
}
filter-list .content .body table tr td .tags > li {
  margin: 0 2px 2px 0;
  display: flex;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 21px;
  height: 21px;
}
filter-list .content .body table tr td .tags > li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
filter-list .content .body table tr td .tags > li .icon i {
  font-size: 10px;
}
filter-list .content .body table tr td .status {
  display: flex;
  justify-content: center;
}
filter-list .content .body table tr:first-child > td {
  border-top: 0;
}
filter-list .content .body table tr.group-title + tr td {
  border-top: 0;
}
filter-list .content .body table tr.group-title td {
  font-family: "AvenirNextLTW01-Medium";
  padding: 10px 10px 0 15px;
  border-bottom: 0;
}
filter-list .content .body table tr:not(:nth-child(1)).group-title {
  margin-top: -1px;
}
filter-list .content .body table tr:not(:nth-child(1)).group-title td {
  border-top: 1px solid rgba(29, 28, 29, 0.4);
}
filter-list .content .body table tr[selected] {
  background: rgba(68, 26, 68, 0.12);
}
.no-touch filter-list .content .body table tr[selected]:hover {
  background: rgba(68, 26, 68, 0.08);
  cursor: pointer;
}
.no-touch filter-list .content .body table tbody tr:not(.group-title):hover {
  background: rgba(239, 239, 239, 0.5);
  cursor: pointer;
}
filter-list .content .body .item-types {
  display: flex;
  margin-top: 5px;
}
filter-list .content .body .item-types li {
  background: #441A44;
  color: #FFFFFF;
  padding: 0 15px;
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin: 5px 5px 5px 0;
}
filter-view {
  display: block;
  height: 100%;
}
filter-view .content {
  border-radius: 10px;
  overflow: hidden;
  min-height: 500px;
}
filter-view .content .header {
  background: #EFEFEF;
  display: flex;
  padding: 5px;
}
filter-view .content .header dropdown-widget > div {
  background: #FFFFFF;
}
filter-view .content .header .filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
  flex-grow: 1;
  margin-right: 5px;
}
filter-view .content .header .filters > li {
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
filter-view .content .header .filters > li hk-multi-dropdown-widget > div .dropdown-list > .overlay-list {
  left: 0;
  right: auto;
}
filter-view .content .header .filters > li:not(.empty-filter) hk-multi-dropdown-widget > div {
  background: #FFFFFF;
}
filter-view .content .header .filters > li:not(.empty-filter) hk-multi-dropdown-widget > div.active {
  background: #441A44;
  color: #FFFFFF;
}
filter-view .content .header .filters > li:not(.empty-filter) hk-multi-dropdown-widget > div.active .label {
  color: #FFFFFF;
}
filter-view .content .header .filters > li:not(.empty-filter) hk-multi-dropdown-widget > div.active .dropdown-list > .current-item {
  color: #FFFFFF;
}
filter-view .content .header .filters > li.empty-filter hk-multi-dropdown-widget > div.opened {
  background: #FFFFFF;
}
filter-view .content .header .select-bar {
  display: flex;
  height: 40px;
  align-items: center;
  margin-right: 5px;
}
filter-view .content .header .select-bar .select-items {
  background: #FFFFFF;
  color: rgba(29, 28, 29, 0.6);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  min-width: 35px;
}
filter-view .content .header .select-bar .select-items i {
  font-size: 18px;
}
filter-view .content .header .select-bar .select-items.active {
  background: #441A44;
  color: #FFFFFF;
}
filter-view .content .header .select-bar .select-items.active i {
  font-weight: 600;
}
.no-touch filter-view .content .header .select-bar .select-items:not(.active):hover {
  background: rgba(68, 26, 68, 0.8);
  color: #FFFFFF;
}
.no-touch filter-view .content .header .select-bar .select-items:not(.active):hover i {
  font-weight: 600;
}
filter-view .content .header .select-bar .select-all {
  background: #FFFFFF;
  color: rgba(29, 28, 29, 0.6);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
filter-view .content .header .select-bar .select-all.selected i {
  font-weight: 600;
}
filter-view .content .header .select-bar .select-all.active {
  background: #441A44;
  color: #FFFFFF;
}
filter-view .content .header .select-bar .select-all.active i {
  font-weight: 500;
  color: #FFFFFF;
}
filter-view .content .header .select-bar .numbers {
  display: flex;
  align-items: center;
  margin: 0 10px;
  white-space: nowrap;
}
filter-view .content .header .select-bar .submit-action {
  background: #441A44;
  height: 35px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  color: #FFFFFF;
  white-space: nowrap;
}
filter-view .content .header .select-bar .submit-action.disabled {
  background: rgba(68, 26, 68, 0.4);
  cursor: default !important;
}
filter-view .content .header .general-interactions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  margin-right: 10px;
}
filter-view .content .header .general-interactions > li:not( :last-child ) {
  margin-right: 5px;
}
filter-view .content .header .list-limit hk-dropdown-widget > div {
  background: #FFFFFF;
  height: 35px;
  margin: 5px;
}
filter-view .content .body {
  position: relative;
}
filter-view .content .body .loading {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
filter-view .content .body .loading svg path {
  fill: #1D1C1D;
}
filter-view .content .body .message {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
}
filter-view .content .body .message .title {
  font-family: "AvenirNextLTW01-Medium";
  margin-bottom: 10px;
}
filter-view .content .body .list-header {
  display: flex;
  margin: 10px 0 5px 10px;
}
filter-view .content .body .list-header .list-title {
  font-size: 24px;
  font-family: "AvenirNextLTW01-Medium";
  display: flex;
  align-items: center;
}
filter-view .content .body table {
  width: 100%;
  border-collapse: separate;
}
filter-view .content .body table tbody {
  overflow: auto;
}
filter-view .content .body table tr th,
filter-view .content .body table tr td {
  text-align: left;
}
filter-view .content .body table tr th {
  text-transform: uppercase;
  font-family: "AvenirNextLTW01-Medium";
  padding: 10px 5px 10px 5px;
  position: sticky;
  top: 0;
}
filter-view .content .body table tr th:first-child {
  padding-left: 15px;
}
filter-view .content .body table tr th div {
  display: flex;
}
filter-view .content .body table tr th div .icons {
  margin-left: 5px;
}
filter-view .content .body table tr th div i {
  font-size: 14px;
}
filter-view .content .body table tr th div i + i {
  margin-left: 5px;
}
filter-view .content .body table tr th .th-hover-menu {
  position: absolute;
  bottom: -45px;
  left: -10px;
  display: none;
  padding: 20px;
}
filter-view .content .body table tr th .th-hover-menu > ul {
  display: flex;
  background: #FFFFFF;
  border-radius: 5px;
  z-index: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.21);
}
filter-view .content .body table tr th .th-hover-menu > ul li {
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}
filter-view .content .body table tr th .th-hover-menu > ul li.show {
  display: flex;
}
filter-view .content .body table tr th .th-hover-menu > ul li i {
  font-size: 16px;
}
filter-view .content .body table tr th .th-hover-menu > ul li.active {
  display: flex;
}
filter-view .content .body table tr th .th-hover-menu > ul li.active .sort {
  font-weight: 600;
}
filter-view .content .body table tr th .th-hover-menu > ul li.active .group {
  font-weight: 600;
}
filter-view .content .body table tr th .th-hover-menu > ul li:hover i {
  font-weight: 500;
}
filter-view .content .body table tr th .th-hover-menu > ul li:hover.active .sort {
  font-weight: 500;
}
filter-view .content .body table tr th .th-hover-menu > ul li:hover.active .group {
  font-weight: 600;
}
filter-view .content .body table tr th:hover .th-hover-menu {
  display: block;
}
filter-view .content .body table tr td {
  border-top: 1px dashed rgba(29, 28, 29, 0.2);
  line-height: 1.4;
  padding: 10px 10px 10px 5px;
}
filter-view .content .body table tr td:first-child {
  padding-left: 15px;
}
filter-view .content .body table tr td i + span,
filter-view .content .body table tr td span + i {
  margin-left: 5px;
}
filter-view .content .body table tr td > div {
  display: flex;
}
filter-view .content .body table tr td > div > div:not(:last-child) {
  margin-right: 10px;
}
filter-view .content .body table tr td .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -2px -2px 0;
  width: 46px;
}
filter-view .content .body table tr td .tags > li {
  margin: 0 2px 2px 0;
  display: flex;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 21px;
  height: 21px;
}
filter-view .content .body table tr td .tags > li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
filter-view .content .body table tr td .tags > li .icon i {
  font-size: 10px;
}
filter-view .content .body table tr td .status {
  display: flex;
  justify-content: center;
}
filter-view .content .body table tr:first-child > td {
  border-top: 0;
}
filter-view .content .body table tr.group-title + tr td {
  border-top: 0;
}
filter-view .content .body table tr.group-title td {
  font-family: "AvenirNextLTW01-Medium";
  padding: 10px 10px 0 15px;
  border-bottom: 0;
}
filter-view .content .body table tr:not(:nth-child(1)).group-title {
  margin-top: -1px;
}
filter-view .content .body table tr:not(:nth-child(1)).group-title td {
  border-top: 1px solid rgba(29, 28, 29, 0.4);
}
filter-view .content .body table tr[selected] {
  background: rgba(68, 26, 68, 0.12);
}
.no-touch filter-view .content .body table tr[selected]:hover {
  background: rgba(68, 26, 68, 0.08);
  cursor: pointer;
}
.no-touch filter-view .content .body table tbody tr:not(.group-title):hover {
  background: rgba(239, 239, 239, 0.5);
  cursor: pointer;
}
filter-view .content .body .item-types {
  display: flex;
  margin-top: 5px;
}
filter-view .content .body .item-types li {
  background: #441A44;
  color: #FFFFFF;
  padding: 0 15px;
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin: 5px 5px 5px 0;
}
global-search-widget {
  display: block;
  width: 100%;
}
global-search-widget > div {
  min-height: 50px;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
global-search-widget > div .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(68, 26, 68, 0.2);
  cursor: pointer;
  z-index: 1;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
global-search-widget > div .outerbox {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  max-width: 500px;
}
global-search-widget > div .outerbox .input-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
global-search-widget > div .outerbox .input-container .input-box {
  width: 100%;
  height: 34px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  z-index: 2;
  display: flex;
}
global-search-widget > div .outerbox .input-container .input-box .icon {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
global-search-widget > div .outerbox .input-container .input-box input {
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 14px;
  background: none;
  padding: 10px 0;
  font-family: 'Avenir Next';
  color: #FFFFFF;
  z-index: 1;
  position: relative;
}
.phantom global-search-widget > div .outerbox .input-container .input-box input,
.responsive global-search-widget > div .outerbox .input-container .input-box input {
  font-size: 17px;
}
global-search-widget > div .outerbox .input-container .input-box input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
  color: #FFFFFF;
  font-size: 14px;
}
global-search-widget > div .outerbox .input-container .input-box input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
  color: #FFFFFF;
  font-size: 14px;
}
global-search-widget > div .outerbox .input-container .input-box input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
  color: #FFFFFF;
  font-size: 14px;
}
global-search-widget > div .outerbox .input-container .input-box input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
  color: #FFFFFF;
  font-size: 14px;
}
global-search-widget > div .outerbox .border-bottom {
  display: none;
}
global-search-widget > div .outerbox.focus {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 5px;
  left: 50%;
  margin-left: -400px;
  max-height: 98vh;
  width: 800px;
  border-radius: 2px;
  overflow: hidden;
  background: #FFFFFF;
  max-width: none;
}
global-search-widget > div .outerbox.focus .border-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
  background-image: linear-gradient(145deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
global-search-widget > div .outerbox.focus .input-container {
  position: relative;
  flex-basis: 42px;
  width: 100%;
  padding-bottom: 2px;
  background-color: #e63a77;
  border-radius: 0 0 2px 2px;
}
global-search-widget > div .outerbox.focus .input-container .input-box {
  height: 100%;
  background: #EFEFEF;
  border-radius: 0 0 2px 2px;
}
global-search-widget > div .outerbox.focus .input-container .input-box .icon i {
  color: #1D1C1D;
}
global-search-widget > div .outerbox.focus .input-container .input-box input {
  color: #1D1C1D;
}
global-search-widget > div .outerbox.focus .input-container .input-box input::-webkit-input-placeholder {
  font-family: 'Avenir Next';
  color: #1D1C1D;
}
global-search-widget > div .outerbox.focus .input-container .input-box input:-moz-placeholder {
  font-family: 'Avenir Next';
  color: #1D1C1D;
}
global-search-widget > div .outerbox.focus .input-container .input-box input::-moz-placeholder {
  font-family: 'Avenir Next';
  color: #1D1C1D;
}
global-search-widget > div .outerbox.focus .input-container .input-box input:-ms-input-placeholder {
  font-family: 'Avenir Next';
  color: #1D1C1D;
}
global-search-widget > div .outerbox.focus .input-container .switch {
  display: flex;
}
global-search-widget > div .outerbox.focus .input-container .switch > li {
  display: block;
}
global-search-widget > div .outerbox .search-results {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 42px;
  background: #FFFFFF;
  flex-grow: 1;
  max-height: calc(100% - 42px);
  overflow-y: auto;
  color: #1D1C1D;
  font-size: 14px;
}
global-search-widget > div .outerbox .search-results h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
global-search-widget > div .outerbox .search-results .tasks {
  padding: 5px 10px;
  overflow: auto;
  width: 100%;
  height: 100%;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li {
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(29, 28, 29, 0.2);
}
global-search-widget > div .outerbox .search-results .tasks > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background: #EFEFEF;
  padding: 8px 12px;
  border-radius: 2px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields {
  width: 100%;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li {
  display: flex;
  align-items: center;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li > .icon {
  width: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li:not(:last-child) {
  margin-bottom: 10px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.row {
  display: flex;
  align-items: center;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.row .icon {
  display: flex;
  align-items: center;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.row .title {
  flex-basis: calc(50% - 20px);
  padding-right: 20px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.row .title .name {
  font-weight: 500;
  margin-bottom: 7px;
  display: flex;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.row .location {
  flex-basis: calc(50% - 20px);
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.planning {
  background: rgba(255, 255, 255, 0.55);
  padding: 4px 7px;
  border-radius: 2px;
  margin: 0 -5px 5px -5px;
  display: block;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.planning:last-child {
  margin-bottom: -2px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.planning > div {
  display: flex;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.planning > div > .icon {
  width: 20px;
  margin-right: 5px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.planning > div:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 5px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li.planning > div span + .icon {
  margin-left: 15px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 -5px -6px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li .tags .tag {
  display: flex;
  padding: 5px 9px;
  border-radius: 15px;
  align-items: center;
  box-shadow: 0 1px 1px rgba(29, 28, 29, 0.2);
  color: #FFFFFF;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li .task-details .fields > li .tags .tag .icon {
  margin-right: 5px;
}
global-search-widget > div .outerbox .search-results .tasks > ul > li.selected .task-details {
  background: rgba(68, 26, 68, 0.15);
}
global-search-widget > div .outerbox .search-results .tasks > ul > li.dragging .task-details {
  background: rgba(29, 28, 29, 0.15);
}
global-search-widget > div .outerbox .search-results .tasks > ul .task:hover {
  cursor: pointer;
}
global-search-widget > div .outerbox .search-results .locations {
  padding: 5px 10px;
  overflow: auto;
  width: 100%;
  height: 100%;
}
global-search-widget > div .outerbox .search-results .locations > ul > li {
  border-radius: 2px;
  overflow: hidden;
  background: #EFEFEF;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 1px rgba(29, 28, 29, 0.2);
}
global-search-widget > div .outerbox .search-results .locations > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
global-search-widget > div .outerbox .search-results .locations > ul > li .location-map .img-box {
  width: 80px;
  height: 100%;
  align-items: center;
  border-radius: 2px;
  margin-right: 15px;
  line-height: 0;
}
global-search-widget > div .outerbox .search-results .locations > ul > li .location-map .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 2px;
}
global-search-widget > div .outerbox .search-results .locations > ul > li .text .strong {
  font-weight: 500;
}
header-bar > div {
  display: flex;
  height: 50px;
  background: #441A44;
  color: #FFFFFF;
  align-items: center;
  padding-bottom: 2px;
  position: relative;
}
header-bar > div .left,
header-bar > div .center,
header-bar > div .right {
  display: flex;
  align-items: center;
}
header-bar > div .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 0 30px;
}
header-bar > div.custom-api {
  background: #441A44;
}
header-bar > div .logo-icon {
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
}
header-bar > div .logo-icon bessy-icon-color svg {
  width: 24px;
}
header-bar > div .parent-page {
  position: relative;
  margin-right: 20px;
}
header-bar > div .parent-page a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
}
header-bar > div .parent-page a:hover {
  text-decoration: underline;
}
header-bar > div .parent-page::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
header-bar > div .seperator {
  flex-grow: 1;
}
header-bar > div .activate-trial,
header-bar > div .upgrade {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  margin-right: 20px;
  white-space: nowrap;
}
header-bar > div .activate-trial .button,
header-bar > div .upgrade .button,
header-bar > div .activate-trial exact-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .upgrade exact-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .activate-trial freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .upgrade freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .activate-trial intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .upgrade intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .activate-trial download-export-popup > div .content .button,
header-bar > div .upgrade download-export-popup > div .content .button,
header-bar > div .activate-trial rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .upgrade rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .activate-trial snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .upgrade snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .activate-trial create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
header-bar > div .upgrade create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
header-bar > div .activate-trial create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
header-bar > div .upgrade create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
header-bar > div .activate-trial create-subscription-popup > div .grid > li.product > ul > li,
header-bar > div .upgrade create-subscription-popup > div .grid > li.product > ul > li,
header-bar > div .activate-trial .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
header-bar > div .upgrade .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
header-bar > div .activate-trial view-task-popup > div .grid > li.task-menu > ul > li ul li,
header-bar > div .upgrade view-task-popup > div .grid > li.task-menu > ul > li ul li,
header-bar > div .activate-trial task-actions-menu-widget > ul > li ul li,
header-bar > div .upgrade task-actions-menu-widget > ul > li ul li,
header-bar > div .activate-trial download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .upgrade download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .activate-trial download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .upgrade download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .activate-trial download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .upgrade download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .activate-trial download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .upgrade download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .activate-trial download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .upgrade download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .activate-trial download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
header-bar > div .upgrade download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
header-bar > div .activate-trial download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
header-bar > div .upgrade download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
header-bar > div .activate-trial download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
header-bar > div .upgrade download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
header-bar > div .activate-trial download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
header-bar > div .upgrade download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
header-bar > div .activate-trial download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
header-bar > div .upgrade download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
header-bar > div .activate-trial download-export-popup > div .content task-actions-menu-widget > ul > li ul li,
header-bar > div .upgrade download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  align-items: center;
  background: #e63a77;
  border-radius: 5px;
  height: 30px;
  padding: 0 10px;
  display: flex;
  color: #FFFFFF;
}
header-bar > div .activate-trial .button:hover,
header-bar > div .upgrade .button:hover,
header-bar > div .activate-trial exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .upgrade exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .activate-trial freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .upgrade freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .activate-trial intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .upgrade intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .activate-trial download-export-popup > div .content .button:hover,
header-bar > div .upgrade download-export-popup > div .content .button:hover,
header-bar > div .activate-trial rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .upgrade rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .activate-trial snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .upgrade snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .activate-trial create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
header-bar > div .upgrade create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
header-bar > div .activate-trial create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
header-bar > div .upgrade create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
header-bar > div .activate-trial create-subscription-popup > div .grid > li.product > ul > li:hover,
header-bar > div .upgrade create-subscription-popup > div .grid > li.product > ul > li:hover,
header-bar > div .activate-trial .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
header-bar > div .upgrade .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
header-bar > div .activate-trial view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
header-bar > div .upgrade view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
header-bar > div .activate-trial task-actions-menu-widget > ul > li ul li:hover,
header-bar > div .upgrade task-actions-menu-widget > ul > li ul li:hover,
header-bar > div .activate-trial download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .upgrade download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .activate-trial download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .upgrade download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .activate-trial download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .upgrade download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .activate-trial download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .upgrade download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .activate-trial download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .upgrade download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
header-bar > div .activate-trial download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
header-bar > div .upgrade download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
header-bar > div .activate-trial download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
header-bar > div .upgrade download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
header-bar > div .activate-trial download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
header-bar > div .upgrade download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
header-bar > div .activate-trial download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
header-bar > div .upgrade download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
header-bar > div .activate-trial download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
header-bar > div .upgrade download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
header-bar > div .activate-trial download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover,
header-bar > div .upgrade download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover {
  background: rgba(230, 58, 119, 0.85);
}
header-bar > div .activate-trial .button .icon,
header-bar > div .upgrade .button .icon,
header-bar > div .activate-trial exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .upgrade exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .activate-trial freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .upgrade freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .activate-trial intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .upgrade intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .activate-trial download-export-popup > div .content .button .icon,
header-bar > div .upgrade download-export-popup > div .content .button .icon,
header-bar > div .activate-trial rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .upgrade rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .activate-trial snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .upgrade snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .activate-trial create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
header-bar > div .upgrade create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
header-bar > div .activate-trial create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
header-bar > div .upgrade create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
header-bar > div .activate-trial create-subscription-popup > div .grid > li.product > ul > li .icon,
header-bar > div .upgrade create-subscription-popup > div .grid > li.product > ul > li .icon,
header-bar > div .activate-trial .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
header-bar > div .upgrade .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
header-bar > div .activate-trial view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
header-bar > div .upgrade view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
header-bar > div .activate-trial task-actions-menu-widget > ul > li ul li .icon,
header-bar > div .upgrade task-actions-menu-widget > ul > li ul li .icon,
header-bar > div .activate-trial download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .upgrade download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .activate-trial download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .upgrade download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .activate-trial download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .upgrade download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .activate-trial download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .upgrade download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .activate-trial download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .upgrade download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .activate-trial download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
header-bar > div .upgrade download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
header-bar > div .activate-trial download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
header-bar > div .upgrade download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
header-bar > div .activate-trial download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon,
header-bar > div .upgrade download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon,
header-bar > div .activate-trial download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
header-bar > div .upgrade download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
header-bar > div .activate-trial download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
header-bar > div .upgrade download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
header-bar > div .activate-trial download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon,
header-bar > div .upgrade download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon {
  margin-right: 5px;
}
header-bar > div .activate-trial .snooze,
header-bar > div .upgrade .snooze {
  cursor: pointer;
  width: 20px;
  text-align: center;
}
header-bar > div .activate-trial .snooze:hover i,
header-bar > div .upgrade .snooze:hover i {
  font-weight: 600;
}
header-bar > div .upgrade {
  margin-left: 20px;
}
header-bar > div .new-item {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  margin-right: 20px;
}
header-bar > div .new-item .button,
header-bar > div .new-item exact-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item download-export-popup > div .content .button,
header-bar > div .new-item rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
header-bar > div .new-item create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
header-bar > div .new-item create-subscription-popup > div .grid > li.product > ul > li,
header-bar > div .new-item .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
header-bar > div .new-item view-task-popup > div .grid > li.task-menu > ul > li ul li,
header-bar > div .new-item task-actions-menu-widget > ul > li ul li,
header-bar > div .new-item download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
header-bar > div .new-item download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
header-bar > div .new-item download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
header-bar > div .new-item download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
header-bar > div .new-item download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
header-bar > div .new-item download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  align-items: center;
  border-radius: 5px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #FFFFFF;
  display: flex;
}
header-bar > div .new-item .button .icon,
header-bar > div .new-item exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .new-item freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .new-item intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .new-item download-export-popup > div .content .button .icon,
header-bar > div .new-item rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .new-item snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .new-item create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
header-bar > div .new-item create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
header-bar > div .new-item create-subscription-popup > div .grid > li.product > ul > li .icon,
header-bar > div .new-item .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
header-bar > div .new-item view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
header-bar > div .new-item task-actions-menu-widget > ul > li ul li .icon,
header-bar > div .new-item download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .new-item download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .new-item download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .new-item download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .new-item download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
header-bar > div .new-item download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
header-bar > div .new-item download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
header-bar > div .new-item download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon,
header-bar > div .new-item download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
header-bar > div .new-item download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
header-bar > div .new-item download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon {
  margin-right: 5px;
}
header-bar > div .new-item .context-menu {
  position: absolute;
  border-radius: 5px;
  background: #FFFFFF;
  right: 0;
  top: 45px;
  z-index: 2;
  padding: 5px 10px;
  box-shadow: 0 0 5px 0px rgba(29, 28, 29, 0.3);
}
header-bar > div .new-item .context-menu > li {
  height: 30px;
  display: flex;
  align-items: center;
  color: #1D1C1D;
}
header-bar > div .new-item .context-menu > li .icon {
  margin-right: 10px;
  width: 20px;
  display: flex;
  justify-content: center;
}
.no-touch header-bar > div .new-item .context-menu > li:hover i {
  font-weight: 900;
}
.no-touch header-bar > div .new-item .context-menu > li:hover span {
  text-decoration: underline;
}
header-bar > div .new-item:hover .button,
header-bar > div .new-item:hover exact-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item:hover freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item:hover intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item:hover download-export-popup > div .content .button,
header-bar > div .new-item:hover rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item:hover snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item:hover create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
header-bar > div .new-item:hover create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
header-bar > div .new-item:hover create-subscription-popup > div .grid > li.product > ul > li,
header-bar > div .new-item:hover .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
header-bar > div .new-item:hover view-task-popup > div .grid > li.task-menu > ul > li ul li,
header-bar > div .new-item:hover task-actions-menu-widget > ul > li ul li,
header-bar > div .new-item:hover download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item:hover download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item:hover download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item:hover download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item:hover download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item:hover download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
header-bar > div .new-item:hover download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
header-bar > div .new-item:hover download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
header-bar > div .new-item:hover download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
header-bar > div .new-item:hover download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
header-bar > div .new-item:hover download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  background: rgba(255, 255, 255, 0.2);
}
header-bar > div .new-item.active .button,
header-bar > div .new-item.active exact-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item.active freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item.active intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item.active download-export-popup > div .content .button,
header-bar > div .new-item.active rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item.active snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item.active create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
header-bar > div .new-item.active create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
header-bar > div .new-item.active create-subscription-popup > div .grid > li.product > ul > li,
header-bar > div .new-item.active .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
header-bar > div .new-item.active view-task-popup > div .grid > li.task-menu > ul > li ul li,
header-bar > div .new-item.active task-actions-menu-widget > ul > li ul li,
header-bar > div .new-item.active download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item.active download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item.active download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item.active download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item.active download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
header-bar > div .new-item.active download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
header-bar > div .new-item.active download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
header-bar > div .new-item.active download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
header-bar > div .new-item.active download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
header-bar > div .new-item.active download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
header-bar > div .new-item.active download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  background: #FFFFFF;
  color: #1D1C1D;
}
header-bar > div .menu {
  display: flex;
}
header-bar > div .menu > li {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header-bar > div .menu > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
header-bar > div .menu > li.active {
  background: rgba(255, 255, 255, 0.25);
}
header-bar > div .menu > li .icon {
  font-size: 20px;
}
header-bar > div .menu > li .tooltip {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  font-size: 17px;
  white-space: nowrap;
  padding: 10px;
  background: rgba(68, 26, 68, 0.98);
  color: #FFFFFF;
  opacity: 0;
  padding: 5px;
  border-radius: 2px;
  font-size: 14px;
}
header-bar > div .menu > li .tooltip::before {
  width: 7px;
  height: 7px;
  transform: rotateZ(45deg);
  background: #441A44;
  position: absolute;
  left: -3px;
  top: 10px;
  content: "";
}
header-bar > div .border-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(145deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
side-bar > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(29, 28, 29, 0.15);
  height: 100%;
  color: #441A44;
}
side-bar > div .menu > li.item {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  margin: 5px;
  margin-top: 5px;
  padding: 0 0 2px 0;
}
side-bar > div .menu > li.item > .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #EFEFEF;
}
side-bar > div .menu > li.item > .icon > i {
  font-size: 23px;
}
side-bar > div .menu > li.item.active > .icon {
  background: rgba(68, 26, 68, 0.9);
}
side-bar > div .menu > li.item.active > .icon > i {
  color: #FFFFFF;
}
side-bar > div .menu > li.item .tooltip {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  font-size: 17px;
  white-space: nowrap;
  padding: 10px;
  background: rgba(68, 26, 68, 0.98);
  color: #FFFFFF;
  opacity: 0;
  padding: 7px;
  border-radius: 2px;
  font-size: 15px;
}
side-bar > div .menu > li.item .tooltip::before {
  width: 7px;
  height: 7px;
  transform: rotateZ(45deg);
  background: #441A44;
  position: absolute;
  left: -3px;
  top: 10px;
  content: "";
}
side-bar > div .menu > li.item:hover {
  overflow: unset;
}
side-bar > div .menu > li.item:hover .tooltip {
  opacity: 1;
  transition: opacity 0.3s;
}
side-bar > div .menu > li.item:hover:not(.active) {
  background: none;
}
side-bar > div .menu > li.item:hover:not(.active) .icon {
  background: rgba(68, 26, 68, 0.8);
}
side-bar > div .menu > li.item:hover:not(.active) .icon i {
  color: #FFFFFF;
}
side-bar > div .menu > li.item.circle {
  border-radius: 25px;
}
side-bar > div .menu > li.item.circle .icon {
  border-radius: 25px;
}
side-bar > div .menu > li.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 5px 0;
}
side-bar > div .menu > li.avatar avatar-widget > div .avatar-circle {
  background: #EFEFEF;
}
side-bar > div .menu > li.avatar avatar-widget > div span {
  color: #1D1C1D;
}
side-bar > div .menu > li.avatar avatar-widget > div .avatar-shadow {
  right: -2px;
  bottom: -2px;
  background-image: linear-gradient(210deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  filter: none !important;
}
side-bar > div .menu > li.avatar:hover avatar-widget > div .avatar-shadow,
side-bar > div .menu > li.avatar.active avatar-widget > div .avatar-shadow {
  background-image: unset;
  background-color: #441A44 !important;
}
side-bar > div .menu > li .context-menu {
  position: fixed;
  display: none;
  border-radius: 5px;
  background: #FFFFFF;
  left: 60px;
  bottom: 5px;
  z-index: 2;
  padding: 0 8px;
  box-shadow: 0 0 5px 0px rgba(29, 28, 29, 0.3);
}
side-bar > div .menu > li .context-menu .title {
  font-size: 24px;
  font-family: "AvenirNextLTW01-Medium";
  color: #1D1C1D;
  margin: 20px 15px 15px 15px;
  display: flex;
}
side-bar > div .menu > li .context-menu .external-link {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
side-bar > div .menu > li .context-menu .external-link .icon {
  font-size: 14px;
}
side-bar > div .menu > li .context-menu > ul {
  margin: 15px;
}
side-bar > div .menu > li .context-menu > ul:last-of-type {
  margin-bottom: 10px;
}
side-bar > div .menu > li .context-menu > ul > li {
  height: 40px;
  display: flex;
  align-items: center;
  min-width: 240px;
}
side-bar > div .menu > li .context-menu > ul > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
side-bar > div .menu > li .context-menu > ul > li .icon {
  width: 25px;
  margin-right: 10px;
}
side-bar > div .menu > li .context-menu > ul > li .icon i {
  color: #1D1C1D;
}
.no-touch side-bar > div .menu > li .context-menu > ul > li:hover span {
  text-decoration: underline;
}
side-bar > div .menu > li .context-menu > ul > li.whats-new .icon i {
  color: #e63a77;
}
side-bar > div .menu > li .context-menu > ul:not(:first-of-type) {
  border-top: 1px solid #EFEFEF;
  margin-top: 10px;
  padding-top: 10px;
}
side-bar > div .menu > li.active.context-parent i,
side-bar > div .menu > li.active.context-parent span {
  color: #1D1C1D;
}
side-bar > div .menu > li.active .context-menu {
  display: block;
}
@media print {
  side-bar > div {
    display: none;
  }
}
checklist-view .published {
  margin-top: 20px;
}
checklist-view .published .title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 5px;
}
checklist-view .published table tr td {
  padding: 5px 15px 5px 0;
}
checklist-view .published table tr td:first-child {
  font-weight: 500;
}
checklist-view .submit-button {
  margin-top: 20px;
  max-width: 300px;
}
config-view > div {
  width: 100%;
  min-height: 100%;
}
config-view > div .bsy-page-header {
  margin-bottom: 15px;
}
config-view > div .panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 10px;
  grid-auto-flow: dense;
}
config-view > div .panels > li {
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  grid-column: span 1;
  padding: 10px;
}
config-view > div .panels > li h2 {
  padding: 5px;
  margin: 0 0 5px 0;
}
config-view > div .panels > li > ul > li {
  display: flex;
  padding: 10px;
  border-radius: 10px;
  flex-basis: 150px;
  align-items: center;
}
config-view > div .panels > li > ul > li .icon {
  background: #441A44;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
config-view > div .panels > li > ul > li .icon i {
  font-size: 16px;
  color: #FFFFFF;
}
config-view > div .panels > li > ul > li .label {
  font-size: 14px;
  white-space: nowrap;
  flex-grow: 1;
}
config-view > div .panels > li > ul > li .label .text {
  font-family: "AvenirNextLTW01-Medium";
}
config-view > div .panels > li > ul > li .label span {
  color: rgba(29, 28, 29, 0.8);
}
config-view > div .panels > li > ul > li .label .count {
  margin-left: 2px;
  color: rgba(29, 28, 29, 0.7);
}
config-view > div .panels > li > ul > li .label .count::before {
  content: "(";
}
config-view > div .panels > li > ul > li .label .count::after {
  content: ")";
}
config-view > div .panels > li > ul > li .arrow {
  margin-left: 5px;
  display: none;
}
config-view > div .panels > li > ul > li .arrow i {
  color: #441A44;
}
.no-touch config-view > div .panels > li > ul > li:hover {
  cursor: pointer;
  background: #EFEFEF;
}
.no-touch config-view > div .panels > li > ul > li:hover .arrow {
  display: block;
}
config-view > div .panels > li > ul > li.team-bessy-only .icon {
  background: #EFEFEF;
}
config-view > div .panels > li > ul > li.team-bessy-only .icon i {
  color: #1D1C1D;
}
dashboard-view > div {
  width: 100%;
  min-height: 100%;
}
dashboard-view > div .bsy-page-header {
  margin-bottom: 15px;
}
dashboard-view > div .panels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 10px 10px;
}
dashboard-view > div .panels > li {
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
}
.fixed-width-small dashboard-view > div .panels > li.col-small-1 {
  grid-column: span 1;
}
.fixed-width-small dashboard-view > div .panels > li.col-small-2 {
  grid-column: span 2;
}
.fixed-width-small dashboard-view > div .panels > li.col-small-3 {
  grid-column: span 3;
}
.fixed-width-small dashboard-view > div .panels > li.col-small-4 {
  grid-column: span 4;
}
.fixed-width-medium dashboard-view > div .panels > li.col-medium-1 {
  grid-column: span 1;
}
.fixed-width-medium dashboard-view > div .panels > li.col-medium-2 {
  grid-column: span 2;
}
.fixed-width-medium dashboard-view > div .panels > li.col-medium-3 {
  grid-column: span 3;
}
.fixed-width-medium dashboard-view > div .panels > li.col-medium-4 {
  grid-column: span 4;
}
.fixed-width-large dashboard-view > div .panels > li.col-large-1 {
  grid-column: span 1;
}
.fixed-width-large dashboard-view > div .panels > li.col-large-2 {
  grid-column: span 2;
}
.fixed-width-large dashboard-view > div .panels > li.col-large-3 {
  grid-column: span 3;
}
.fixed-width-large dashboard-view > div .panels > li.col-large-4 {
  grid-column: span 4;
}
dashboard-view > div .panels > li.col-1 {
  grid-column: span 1;
}
dashboard-view > div .panels > li.col-2 {
  grid-column: span 2;
}
dashboard-view > div .panels > li.col-3 {
  grid-column: span 4;
}
dashboard-view > div .panels > li.col-4 {
  grid-column: span 4;
}
.fixed-width-small dashboard-view > div .panels > li.row-small-1 {
  grid-row: span 1;
}
.fixed-width-small dashboard-view > div .panels > li.row-small-2 {
  grid-row: span 2;
}
.fixed-width-small dashboard-view > div .panels > li.row-small-3 {
  grid-row: span 3;
}
.fixed-width-small dashboard-view > div .panels > li.row-small-4 {
  grid-row: span 4;
}
.fixed-width-medium dashboard-view > div .panels > li.row-medium-1 {
  grid-row: span 1;
}
.fixed-width-medium dashboard-view > div .panels > li.row-medium-2 {
  grid-row: span 2;
}
.fixed-width-medium dashboard-view > div .panels > li.row-medium-3 {
  grid-row: span 3;
}
.fixed-width-medium dashboard-view > div .panels > li.row-medium-4 {
  grid-row: span 4;
}
.fixed-width-large dashboard-view > div .panels > li.row-large-1 {
  grid-row: span 1;
}
.fixed-width-large dashboard-view > div .panels > li.row-large-2 {
  grid-row: span 2;
}
.fixed-width-large dashboard-view > div .panels > li.row-large-3 {
  grid-row: span 3;
}
.fixed-width-large dashboard-view > div .panels > li.row-large-4 {
  grid-row: span 4;
}
dashboard-view > div .panels > li.row-1 {
  grid-row: span 1;
}
dashboard-view > div .panels > li.row-2 {
  grid-row: span 2;
}
dashboard-view > div .panels > li.row-3 {
  grid-row: span 4;
}
dashboard-view > div .panels > li.row-4 {
  grid-row: span 4;
}
dashboard-view > div .panels > li h2 {
  white-space: nowrap;
}
completed-vs-open-tasks-panel > div {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px;
}
completed-vs-open-tasks-panel > div .icon {
  margin: 0 20px 0 5px;
}
completed-vs-open-tasks-panel > div .icon i {
  font-size: 24px;
}
completed-vs-open-tasks-panel > div .numbers .numbers-label {
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: nowrap;
}
completed-vs-open-tasks-panel > div .numbers ul {
  display: flex;
}
completed-vs-open-tasks-panel > div .numbers ul li {
  display: flex;
  align-items: center;
}
completed-vs-open-tasks-panel > div .numbers ul li.check {
  margin-right: 10px;
}
completed-vs-open-tasks-panel > div .numbers ul li.check i {
  color: #5EC44A;
}
completed-vs-open-tasks-panel > div .numbers ul li.completed {
  font-size: 30px;
  font-family: "AvenirNextLTW01-Medium";
}
completed-vs-open-tasks-panel > div .numbers ul li.open {
  font-size: 18px;
}
completed-vs-open-tasks-panel > div .numbers ul li.open::before {
  content: "/";
  margin: 0 10px 0 10px;
}
completed-vs-open-tasks-panel > div .bar {
  height: 100%;
  margin-left: 25px;
}
completed-vs-open-tasks-panel > div .bar .box {
  background: #EFEFEF;
  border-radius: 10px;
  height: 100%;
  width: 50px;
  position: relative;
}
completed-vs-open-tasks-panel > div .bar .box .fill {
  background: #5EC44A;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 15px 15px;
}
completed-vs-open-tasks-panel > div .bar .box .fill .text {
  color: #FFFFFF;
}
completed-vs-open-tasks-panel > div .bar .box .text {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
latest-task-activity-panel > div {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
latest-task-activity-panel > div .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
latest-task-activity-panel > div .header .link {
  cursor: pointer;
}
latest-task-activity-panel > div .header .link i {
  margin-left: 10px;
}
.no-touch latest-task-activity-panel > div .header .link:hover span {
  text-decoration: underline;
}
latest-task-activity-panel > div table {
  width: 100%;
  overflow-y: auto;
  height: 100%;
}
latest-task-activity-panel > div table thead th {
  text-align: left;
  font-family: "AvenirNextLTW01-Medium";
  padding: 0 15px 5px 15px;
}
latest-task-activity-panel > div table tbody {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
latest-task-activity-panel > div table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #EFEFEF;
}
latest-task-activity-panel > div table tbody tr td {
  padding: 8px 15px;
  vertical-align: middle;
}
latest-task-activity-panel > div table tbody tr td .column > *:nth-of-type(2) {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(29, 28, 29, 0.7);
}
latest-task-activity-panel > div table tbody tr td .column i {
  margin-right: 5px;
  font-size: 10px;
}
latest-task-activity-panel > div table tbody tr td .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
latest-task-activity-panel > div table tbody tr td .row .icon {
  margin-right: 5px;
}
latest-task-activity-panel > div table tbody tr td .row > *:first-child {
  margin-right: 10px;
}
latest-task-activity-panel > div table tbody tr td.user .avatar .avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #441a44;
}
latest-task-activity-panel > div table tbody tr td.user .avatar .avatar-circle img {
  width: 100%;
  object-fit: cover;
}
latest-task-activity-panel > div table tbody tr td.user .avatar .avatar-circle i {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
}
latest-task-activity-panel > div table tbody tr td.user .fullname {
  margin-left: 15px;
}
latest-task-activity-panel > div table tbody tr td.updated-time {
  font-size: 14px;
}
.no-touch latest-task-activity-panel > div table tbody tr.clickable:hover {
  background-color: #EFEFEF;
  cursor: pointer;
}
latest-task-activity-panel > div .msg-no-issues {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 15px;
}
number-of-locations-panel > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px;
}
number-of-locations-panel > div .icon {
  background: rgba(68, 26, 68, 0.6);
  width: 55px;
  height: 55px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
number-of-locations-panel > div .icon i {
  font-size: 24px;
  color: #FFFFFF;
}
number-of-locations-panel > div .count {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 24px;
  margin-top: 15px;
}
number-of-locations-panel > div .label {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 14px;
  margin-top: 15px;
  color: rgba(29, 28, 29, 0.6);
}
number-of-service-agreements-panel > div {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  height: 100%;
  padding: 15px;
}
number-of-service-agreements-panel > div .metrics {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
number-of-service-agreements-panel > div .metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
number-of-service-agreements-panel > div .icon {
  background: rgba(68, 26, 68, 0.6);
  width: 55px;
  height: 55px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
number-of-service-agreements-panel > div .icon i {
  font-size: 24px;
  color: #FFFFFF;
}
number-of-service-agreements-panel > div .count {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 24px;
  margin-top: 15px;
}
number-of-service-agreements-panel > div .label {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 14px;
  margin-top: 15px;
  color: rgba(29, 28, 29, 0.6);
}
pie-chart-panel > div {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
pie-chart-panel > div .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
pie-chart-panel > div .chart-box {
  flex-grow: 1;
  margin-top: -20px;
  margin-bottom: 10px;
}
pie-chart-panel > div .labels {
  display: flex;
  flex-wrap: wrap;
}
pie-chart-panel > div .labels > li {
  display: flex;
  padding: 3px;
  flex-basis: 50%;
  font-size: 12px;
}
pie-chart-panel > div .labels > li .legend {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
pie-chart-panel > div .labels > li:hover,
pie-chart-panel > div .labels > li.disabled {
  text-decoration: line-through;
}
pie-chart-panel > div .navigation {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
pie-chart-panel > div .navigation .monthSelector {
  display: flex;
  align-items: center;
  margin-left: auto;
}
pie-chart-panel > div .navigation .monthSelector > .monthName {
  margin-right: 5px;
  font-size: 14px;
}
pie-chart-panel > div .navigation li {
  position: relative;
}
pie-chart-panel > div .navigation li:not(:last-child) {
  margin-right: 5px;
}
pie-chart-panel > div .navigation li.disabled {
  color: rgba(68, 26, 68, 0.4);
  cursor: default !important;
}
pie-chart-panel > div .navigation li .icon {
  background: rgba(239, 239, 239, 0.6);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
pie-chart-panel > div .navigation li.active .icon {
  background: #441A44;
  color: #FFFFFF;
}
pie-chart-panel > div .navigation li .tooltip {
  position: absolute;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  box-shadow: 0 0 5px 0px rgba(29, 28, 29, 0.2);
}
pie-chart-panel > div .navigation li .tooltip .innerbox {
  background: #FFFFFF;
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  z-index: 2;
  position: relative;
  border-radius: 2px;
}
pie-chart-panel > div .navigation li .tooltip::before {
  width: 7px;
  height: 7px;
  transform: rotateZ(45deg) translateX(-50%);
  box-shadow: 0 0 5px 0px rgba(29, 28, 29, 0.2);
  background: #FFFFFF;
  position: absolute;
  top: 23px;
  left: 50%;
  content: "";
  z-index: 1;
}
pie-chart-panel > div .navigation li:hover {
  overflow: unset;
}
pie-chart-panel > div .navigation li:hover .tooltip {
  opacity: 1;
  transition: opacity 0.3s;
}
pie-chart-panel > div .navigation li:hover:not(.active):not(.disabled) .icon {
  background: rgba(68, 26, 68, 0.9);
  color: #FFFFFF;
}
reported-task-issue-panel > div {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
reported-task-issue-panel > div .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
reported-task-issue-panel > div .header .link {
  cursor: pointer;
}
reported-task-issue-panel > div .header .link i {
  margin-left: 10px;
}
.no-touch reported-task-issue-panel > div .header .link:hover span {
  text-decoration: underline;
}
reported-task-issue-panel > div table {
  width: 100%;
  overflow-y: auto;
  height: 100%;
}
reported-task-issue-panel > div table tbody {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
reported-task-issue-panel > div table th {
  text-align: left;
  font-family: "AvenirNextLTW01-Medium";
  padding: 0 15px 5px 15px;
}
reported-task-issue-panel > div table td {
  padding: 10px 15px;
  vertical-align: middle;
}
reported-task-issue-panel > div table td > *:nth-of-type(2) {
  margin-top: 10px;
  font-style: italic;
  font-size: 14px;
}
reported-task-issue-panel > div table td > *:nth-of-type(2) i {
  margin-right: 5px;
}
reported-task-issue-panel > div table td .color-warning {
  color: #FF9F1A;
}
reported-task-issue-panel > div table tr:not(:last-child) td {
  border-bottom: 1px solid #EFEFEF;
}
.no-touch reported-task-issue-panel > div table .clickable:hover {
  background-color: #EFEFEF;
  cursor: pointer;
}
reported-task-issue-panel > div table .user .flex-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
reported-task-issue-panel > div table .user .avatar .avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #441a44;
}
reported-task-issue-panel > div table .user .avatar .avatar-circle img {
  width: 100%;
  object-fit: cover;
}
reported-task-issue-panel > div table .user .avatar .avatar-circle i {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
}
reported-task-issue-panel > div table .user .name {
  margin-left: 15px;
}
reported-task-issue-panel > div .msg-no-issues {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 15px;
}
user-routes-panel > div {
  transition: opacity 0.5s;
  position: relative;
  display: flex;
  overflow: hidden;
}
user-routes-panel > div.hide {
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
user-routes-panel > div.show {
  opacity: 1;
  width: 100%;
  height: 100%;
}
user-routes-panel > div.loading,
user-routes-panel > div.no-tasks {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
user-routes-panel > div.loading svg,
user-routes-panel > div.no-tasks svg {
  margin-bottom: 25px;
}
user-routes-panel > div.loading svg path,
user-routes-panel > div.no-tasks svg path {
  fill: #1D1C1D;
}
user-routes-panel > div.loading .text,
user-routes-panel > div.no-tasks .text {
  text-align: center;
}
user-routes-panel > div.no-tasks .submit-button {
  max-width: 300px;
  margin: 30px auto 0 auto;
}
user-routes-panel > div .map-container {
  flex-grow: 1;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
user-routes-panel > div .side-box {
  flex-shrink: 1;
  padding: 15px 25px;
  box-shadow: -3px 0 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  height: 40vh;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
}
user-routes-panel > div .side-box .routes > li {
  width: 100%;
  display: flex;
}
user-routes-panel > div .side-box .routes > li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
}
user-routes-panel > div .side-box .routes > li avatar-widget {
  margin-right: 15px;
}
user-routes-panel > div .side-box .routes > li .content .name {
  margin-bottom: 10px;
  font-weight: 500;
}
user-routes-panel > div .side-box .routes > li .content .stats {
  display: flex;
}
user-routes-panel > div .side-box .routes > li .content .stats > li {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
user-routes-panel > div .side-box .routes > li .content .stats > li:not(:last-child) {
  margin-right: 20px;
}
user-routes-panel > div .side-box .routes > li .content .stats > li .icon {
  flex-basis: 30px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}
user-routes-panel > div .side-box .routes > li .content .stats > li span {
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
}
eve-flow-view {
  padding: 0 !important;
}
eve-flow-view > ul > li.wrapper {
  padding: 0 !important;
  background: none !important;
  border-radius: unset !important;
  box-shadow: unset !important;
  position: relative;
  flex-grow: 1;
}
eve-flow-view > ul > li.wrapper .parent-drawflow {
  height: calc(100vh - 51px);
  display: flex;
  overflow: hidden;
  touch-action: none;
  outline: none;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow {
  width: 100%;
  height: 100%;
  position: relative;
  user-select: none;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .parent-node {
  position: relative;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node {
  display: flex;
  position: absolute;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  color: black;
  z-index: 2;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node:hover {
  cursor: move;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .inputs,
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .outputs {
  width: 0px;
  align-self: center;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .drawflow_content_node {
  width: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  min-width: 100px;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .drawflow_content_node > .icon {
  background: rgba(29, 28, 29, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .drawflow_content_node > .icon i {
  color: #FFFFFF;
  font-size: 16px;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .drawflow_content_node .box {
  padding: 15px 10px;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .drawflow_content_node .box .title-box {
  color: rgba(29, 28, 29, 0.5);
  white-space: normal;
  margin-bottom: 5px;
  font-size: 14px;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .drawflow_content_node .box .body-box {
  line-height: 1.3;
  font-size: 15px;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .drawflow_content_node .box .body-box strong {
  font-weight: 600;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .drawflow_content_node .box .body-box i {
  margin-right: 5px;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .input,
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .output {
  position: relative;
  width: 10px;
  height: 10px;
  background: #441A44;
  border-radius: 50%;
  cursor: crosshair;
  z-index: 1;
  margin-bottom: 5px;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node.running {
  box-shadow: 0 0 15px 0px rgba(94, 196, 74, 0.6);
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node.running .input,
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node.running .output {
  background: #5EC44A;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node.running .drawflow_content_node > .icon {
  background: #441A44;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node.error {
  box-shadow: 0 0 15px 0px rgba(235, 90, 70, 0.6);
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node.error .input,
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node.error .output {
  background: #EB5A46;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node.idle .input,
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node.idle .output {
  background: rgba(29, 28, 29, 0.7);
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node.selected {
  box-shadow: 0 0 15px 0px rgba(68, 26, 68, 0.8);
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .input {
  left: -5px;
  top: 2px;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .drawflow-node .output {
  right: 5px;
  top: 2px;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow svg {
  z-index: 0;
  position: absolute;
  overflow: visible !important;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .connection {
  position: absolute;
  transform: translate(9999px, 9999px);
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .connection .main-path {
  fill: none;
  stroke-width: 2px;
  stroke: #441A44;
  transform: translate(-9999px, -9999px);
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .connection .main-path:hover {
  stroke: #1266ab;
  cursor: pointer;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .connection .main-path.selected {
  stroke: #43b993;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .connection .point {
  cursor: move;
  stroke: black;
  stroke-width: 2;
  fill: white;
  transform: translate(-9999px, -9999px);
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .connection .point.selected,
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .connection .point:hover {
  background: #441A44;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .main-path {
  fill: none;
  stroke-width: 5px;
  stroke: steelblue;
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .selectbox {
  z-index: 3;
  position: absolute;
  transform: translate(9999px, 9999px);
}
eve-flow-view > ul > li.wrapper .parent-drawflow .drawflow .selectbox rect {
  fill: blue;
  opacity: 0.5;
  stroke: yellow;
  stroke-width: 5;
  stroke-opacity: 0.5;
  transform: translate(-9999px, -9999px);
}
eve-flow-view > ul > li.wrapper .factories {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  z-index: 5;
  height: 220px;
}
eve-flow-view > ul > li.wrapper .factories .buttons {
  position: absolute;
  top: 0;
  right: 15px;
  display: flex;
  padding: 5px;
}
eve-flow-view > ul > li.wrapper .factories .buttons > li:not(:last-child) {
  margin-right: 5px;
}
eve-flow-view > ul > li.wrapper .factories .factory-types {
  position: relative;
}
eve-flow-view > ul > li.wrapper .factories .factory-types > li {
  min-width: 50px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
eve-flow-view > ul > li.wrapper .factories .factory-types > li .icon i {
  font-size: 22px;
}
eve-flow-view > ul > li.wrapper .factories .factory-types > li > span {
  display: none;
}
eve-flow-view > ul > li.wrapper .factories .factory-types > li.active .icon i {
  font-weight: 900;
}
eve-flow-view > ul > li.wrapper .factories .factory-types > li.active span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
eve-flow-view > ul > li.wrapper .factories .category-list {
  width: 100%;
  padding: 10px 5px;
  height: calc(100% - 20px);
  overflow-y: auto;
}
eve-flow-view > ul > li.wrapper .factories .category-list > li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 100%;
}
eve-flow-view > ul > li.wrapper .factories .category-list > li:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}
eve-flow-view > ul > li.wrapper .factories .category-list > li .category {
  display: flex;
  margin-left: 5px;
}
eve-flow-view > ul > li.wrapper .factories .category-list > li .category .icon {
  margin-right: 5px;
}
eve-flow-view > ul > li.wrapper .factories .category-list > li .factory-list {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
}
eve-flow-view > ul > li.wrapper .factories .category-list > li .factory-list > li {
  background: rgba(68, 26, 68, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  opacity: 0.999;
  font-size: 15px;
  padding: 7px 15px;
  line-height: 1.3;
  margin: 0 10px 10px 0;
  cursor: grab;
}
eve-flow-view > ul > li.wrapper .factories .category-list > li .factory-list > li .icon {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  font-weight: 300;
}
eve-flow-view > ul > li.wrapper .drawflow-delete {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: black;
  color: white;
  z-index: 4;
  border: 2px solid white;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  font-family: monospace;
  cursor: pointer;
  display: none !important;
}
eve-flow-view > ul > li.wrapper .drawflow > .drawflow-delete {
  margin-left: -15px;
  margin-top: 15px;
}
eve-flow-view > ul > li.wrapper .parent-node .drawflow-delete {
  right: -15px;
  top: -15px;
}
update-node-popup > div {
  min-width: 700px;
}
update-node-popup > div > ul {
  margin-bottom: 20px;
}
update-node-popup > div > ul .bsy-section-header {
  margin-bottom: 10px;
}
update-node-popup > div > ul strong {
  display: block;
  margin: 5px 0;
}
update-node-popup > div > ul .location {
  max-height: 40vh;
}
update-node-popup > div > ul .location.show {
  min-height: 250px;
}
update-node-popup > div > ul .location .map {
  order: 2;
  margin-right: 0;
  flex-basis: 40%;
  max-height: 100%;
}
update-node-popup > div > ul .location .info {
  order: 1;
  margin-right: 10px;
  flex-basis: 60%;
  justify-content: flex-start;
}
base-location-popup > div.popup-layout .button-bar {
  display: flex;
  margin-top: 10px;
}
base-location-popup > div.popup-layout .button-bar li:not(:last-child) {
  margin-right: 10px;
}
base-location-popup > div .loading {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
base-location-popup > div .loading svg {
  margin-bottom: 25px;
}
base-location-popup > div .loading svg path {
  fill: #1D1C1D;
}
base-location-popup > div .loading .text {
  text-align: center;
}
update-location-popup > div.popup-layout .button-bar {
  display: flex;
  margin-top: 10px;
}
update-location-popup > div.popup-layout .button-bar li:not(:last-child) {
  margin-right: 10px;
}
update-location-popup > div .loading {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
update-location-popup > div .loading svg {
  margin-bottom: 25px;
}
update-location-popup > div .loading svg path {
  fill: #1D1C1D;
}
update-location-popup > div .loading .text {
  text-align: center;
}
location-view > ul.archived {
  color: rgba(29, 28, 29, 0.6) !important;
}
location-view > ul > li h1 .archived-message {
  font-size: 16px;
  font-family: 'Avenir Next';
  color: #EB5A46;
}
location-view > ul > li .bsy-section-header {
  min-height: 35px;
  height: unset;
}
location-view > ul > li .bsy-section-body .location {
  padding: 20px 10px 10px 10px;
  min-height: 100px;
  align-items: center;
}
location-view > ul > li .bsy-section-body .location .img-box {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
}
location-view > ul > li .bsy-section-body .location .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
}
location-view > ul > li .bsy-section-body .location .address {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
location-view > ul > li .bsy-section-body .access-groups {
  display: flex;
  flex-grow: 1;
  position: relative;
  align-items: center;
  padding: 5px 10px;
  margin-top: -20px;
  min-height: 30px;
}
location-view > ul > li .bsy-section-body .access-groups > * {
  z-index: 2;
}
location-view > ul > li .bsy-section-body .access-groups > ul {
  margin-left: 25px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
location-view > ul > li .bsy-section-body .access-groups > ul > li {
  background: white;
  padding: 0 10px;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 55px;
  height: 30px;
}
location-view > ul > li .bsy-section-body .access-groups > ul > li .access-type-icon {
  background-color: #EFEFEF;
  height: 100%;
  align-items: center;
  display: none;
  border-radius: 5px;
  margin-right: 7px;
}
location-view > ul > li .bsy-section-body .access-groups > ul > li .access-type-icon i {
  font-size: 12px;
}
location-view > ul > li .bsy-section-body .access-groups > ul > li:hover {
  background-color: #EFEFEF;
  z-index: 2;
  position: relative;
}
location-view > ul > li .bsy-section-body .access-groups > ul > li:hover .access-type-icon {
  display: flex;
}
location-view > ul > li .bsy-section-body .access-groups > ul > li.group:hover .access-type-icon i::before {
  content: "\f0c0";
}
location-view > ul > li .bsy-section-body .access-groups > ul > li.user:hover .access-type-icon i::before {
  content: "\f007";
}
location-view > ul > li .bsy-section-body .access-groups .add {
  position: absolute;
  top: 50%;
  height: 40px;
  margin-top: -20px;
  left: 0;
  z-index: 1;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}
location-view > ul > li .bsy-section-body .access-groups .add > div {
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 35px;
}
location-view > ul > li .bsy-section-body .access-groups .add > div i {
  font-size: 14px;
}
location-view > ul > li .bsy-section-body .sync-button {
  background: #EFEFEF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 40px;
  margin-top: 15px;
}
location-view > ul > li .bsy-section-body .sync-button .text {
  flex-grow: 1;
  padding: 0 15px;
}
location-view > ul > li .bsy-section-body .sync-button .action-button-icon {
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background: #441A44;
}
location-view > ul > li .bsy-section-body .sync-button .action-button-icon i {
  color: #FFFFFF;
}
.no-touch location-view > ul > li .bsy-section-body .sync-button:hover .submit {
  background: rgba(68, 26, 68, 0.8);
}
.no-touch location-view > ul > li .bsy-section-body .sync-button:hover .submit i {
  font-weight: 600;
}
location-view > ul > li .bsy-section-body .last-synced {
  margin-top: 10px;
}
location-view > ul > li .bsy-section-body .client {
  display: flex;
}
location-view > ul > li .bsy-section-body .client .icon {
  margin-left: 10px;
}
location-view > ul > li .bsy-section-body .buttons {
  display: flex;
  justify-content: flex-end;
}
routes-view > div {
  height: 100%;
  width: 100%;
  transition: opacity 0.5s;
  position: relative;
}
routes-view > div.hide {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
routes-view > div.show {
  opacity: 1;
}
routes-view > div.loading {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
routes-view > div.loading svg {
  margin-bottom: 25px;
}
routes-view > div.loading svg path {
  fill: #1D1C1D;
}
routes-view > div.loading .text {
  text-align: center;
}
routes-view > div .optimize-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.no-touch routes-view > div .optimize-button:hover {
  text-decoration: none;
}
routes-view > div .date-selector {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #FFFFFF;
  border-radius: 5px;
}
routes-view > div .map-container {
  width: 100%;
  height: 100%;
}
google-calendar-view > ul {
  width: 100%;
  min-height: 100%;
}
google-calendar-view > ul .bsy-page-header {
  margin-bottom: 15px;
}
google-calendar-view > ul table {
  margin: 0 5px;
  width: 100%;
}
google-calendar-view > ul table tr th {
  text-align: left;
  padding: 0 0 5px 0;
  font-weight: 500;
}
google-calendar-view > ul table tr td {
  padding: 5px 10px 5px 0;
}
google-calendar-view > ul table tr td.absence {
  font-size: 14px;
}
google-calendar-view > ul table tr td .icon.status.calendar {
  cursor: pointer;
}
google-calendar-view > ul table tr td .icon.status.error {
  cursor: pointer;
  color: #FF9F1A;
  opacity: 0.7;
}
google-calendar-view > ul table tr td .icon.status.idle,
google-calendar-view > ul table tr td .icon.status.remove {
  cursor: pointer;
  opacity: 0.6;
}
google-calendar-view > ul table tr td .icon.status.idle > i,
google-calendar-view > ul table tr td .icon.status.remove > i {
  font-weight: 300;
}
google-calendar-view > ul table tr td.action {
  width: 30px;
}
google-calendar-view > ul table tr td.action .icon {
  width: 30px;
  height: 15px;
  padding-left: 5px;
}
google-calendar-view > ul table tr td.action:hover .icon.status {
  opacity: 1 !important;
}
google-calendar-view > ul table tr td.action:hover .icon.status.calendar > i::before {
  content: "\f333";
  font-weight: 900;
}
google-calendar-view > ul table tr td.action:hover .icon.status.error > i::before {
  content: "\f021";
  font-weight: 900;
}
google-calendar-view > ul table tr td.action:hover .icon.status.idle > i::before {
  content: "\f271";
  font-weight: 900;
}
google-calendar-view > ul table tr td.action:hover .icon.status.remove {
  opacity: 1;
}
google-calendar-view > ul table tr td.action:hover .icon.status.remove > i::before {
  font-weight: 900;
}
import-view > ul {
  background: #EFEFEF;
  width: 100%;
}
import-view > ul > li .bsy-page-header {
  margin-bottom: 15px;
}
import-view > ul > li .processing {
  text-align: center;
  padding: 30px 0;
}
import-view > ul > li .processing svg path {
  fill: #441A44;
}
import-view > ul > li .processing > div {
  margin-top: 25px;
}
import-view > ul > li.import .overview {
  width: 100%;
}
import-view > ul > li.import .overview td {
  padding: 5px;
}
import-view > ul > li.import .overview td:first-child {
  font-weight: 500;
}
import-view > ul > li.import .overview td .icon {
  width: 35px;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
}
import-view > ul > li.import .overview td .icon i {
  font-size: 18px;
}
import-view > ul > li.invalid-lines .invalid-lines-overview td {
  padding: 5px;
}
import-view > ul > li.invalid-lines .loading {
  text-align: center;
  padding: 40px 0;
}
import-view > ul > li.invalid-lines .loading svg path {
  fill: #1D1C1D;
}
import-view > ul > li.invalid-lines .loading > div {
  margin-top: 15px;
}
job-view > *.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 1;
}
job-view > *.loading svg {
  margin: 10px 0;
}
job-view > *.loading svg path {
  fill: #1D1C1D;
}
job-view > *.loading .text {
  text-align: center;
}
job-view > *.show {
  opacity: 1;
}
job-view > *.show.loading {
  opacity: 0;
}
job-view > ul {
  background: #EFEFEF;
  width: 100%;
}
job-view > ul > li .bsy-page-header {
  margin-bottom: 15px;
}
job-view > ul > li .processing {
  text-align: center;
  padding: 30px 0;
}
job-view > ul > li .processing svg path {
  fill: #441A44;
}
job-view > ul > li .processing > div {
  margin-top: 25px;
}
job-view > ul > li.job .overview {
  width: 100%;
}
job-view > ul > li.job .overview td {
  padding: 5px;
}
job-view > ul > li.job .overview td:first-child {
  font-weight: 500;
}
job-view > ul > li.job .overview td .icon {
  width: 35px;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
}
job-view > ul > li.job .overview td .icon i {
  font-size: 18px;
}
job-view > ul > li.job .overview td .download {
  text-decoration: underline;
}
.no-touch job-view > ul > li.job .overview td .download:hover {
  text-decoration: none;
}
job-view > ul > li.messages .messages-list td,
job-view > ul > li.messages .messages-list th {
  padding: 5px;
}
job-view > ul > li.messages .loading {
  text-align: center;
  padding: 40px 0;
}
job-view > ul > li.messages .loading svg path {
  fill: #1D1C1D;
}
job-view > ul > li.messages .loading > div {
  margin-top: 15px;
}
classic-template-editor-view > div .columns {
  display: flex;
  margin-top: 15px;
  width: 100%;
}
classic-template-editor-view > div .columns .left-column {
  margin-right: 15px;
  flex-grow: 1;
}
classic-template-editor-view > div .columns .left-column .editor-box {
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
classic-template-editor-view > div .columns .left-column .editor-box .ck-content {
  min-height: 50vh;
}
classic-template-editor-view > div .columns .left-column > .widget-rows {
  flex-shrink: 1;
  margin-right: 15px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
}
classic-template-editor-view > div .columns .right-column {
  flex-basis: 350px;
  display: flex;
  flex-direction: column;
}
classic-template-editor-view > div .columns .right-column > *:not(:last-child) {
  margin-bottom: 15px;
}
classic-template-editor-view > div .columns .right-column .document-info {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  width: 100%;
  flex-basis: 200px;
  padding: 15px;
}
classic-template-editor-view > div .columns .right-column .block-container {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-grow: 1;
}
classic-template-editor-view > div .columns .right-column .block-container .groups-nav {
  position: relative;
}
classic-template-editor-view > div .columns .right-column .block-container .groups-nav > li {
  min-width: 50px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
classic-template-editor-view > div .columns .right-column .block-container .groups-nav > li .icon i {
  font-size: 20px;
}
classic-template-editor-view > div .columns .right-column .block-container .groups-nav > li > span {
  display: none;
}
classic-template-editor-view > div .columns .right-column .block-container .groups-nav > li.active .icon i {
  font-weight: 900;
}
classic-template-editor-view > div .columns .right-column .block-container .groups-nav > li.active span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
classic-template-editor-view > div .columns .right-column .block-container .blocks-list {
  padding: 10px 10px 0 0;
  flex-grow: 1;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}
classic-template-editor-view > div .columns .right-column .block-container .blocks-list > li {
  background: #EFEFEF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  opacity: 0.999;
  font-size: 14px;
  padding: 15px;
  line-height: 1.3;
  width: 100%;
}
classic-template-editor-view > div .columns .right-column .block-container .blocks-list > li:not(:last-child) {
  margin-bottom: 10px;
}
classic-template-editor-view > div .columns .right-column .block-container .blocks-list > li .icon {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
map-view {
  padding: 0 !important;
  position: relative;
}
map-view > div {
  width: 100%;
  position: relative;
  display: flex;
  opacity: 0;
  height: calc(100vh - 51px);
}
map-view > div.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 1;
}
map-view > div.loading svg {
  margin: 10px 0;
}
map-view > div.loading svg path {
  fill: #1D1C1D;
}
map-view > div.loading .text {
  text-align: center;
}
map-view > div.show {
  opacity: 1;
}
map-view > div.show.loading {
  opacity: 0;
}
map-view > div .sidebar {
  height: 100vh;
  width: 300px;
  z-index: 2;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  position: relative;
}
map-view > div .sidebar .map-type {
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
}
map-view > div .sidebar .map-type li {
  height: 35px;
  padding: 0 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
map-view > div .sidebar .map-type li:not(.active) {
  cursor: pointer;
  border-color: #EFEFEF;
}
.no-touch map-view > div .sidebar .map-type li:not(.active):hover {
  background: #441A44;
  border-color: #441A44;
}
map-view > div .sidebar .map-type li.active {
  background: #441A44;
  border-color: #441A44;
  font-weight: 500;
}
map-view > div .sidebar .map-type li:not(:last-child) {
  margin-right: 5px;
}
map-view > div .sidebar .search-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #EFEFEF;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
map-view > div .sidebar .search-wrapper .search-input {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(29, 28, 29, 0.1);
  border-radius: 5px;
  z-index: 2;
}
map-view > div .sidebar .search-wrapper .search-input input {
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 16px;
  background: none;
  padding: 10px;
  font-family: 'Avenir Next';
}
.phantom map-view > div .sidebar .search-wrapper .search-input input,
.responsive map-view > div .sidebar .search-wrapper .search-input input {
  font-size: 17px;
}
map-view > div .sidebar .search-wrapper .search-input input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
map-view > div .sidebar .search-wrapper .search-input input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
map-view > div .sidebar .search-wrapper .search-input input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
map-view > div .sidebar .search-wrapper .search-input input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
map-view > div .sidebar .search-results {
  width: 100%;
  padding: 10px 10px 10px 10px;
  z-index: 1;
  position: relative;
}
map-view > div .sidebar .search-results.tasks h2 {
  font-family: "AvenirNextLTW01-Medium";
}
map-view > div .sidebar .search-results.tasks > ul {
  opacity: 0;
  transition: opacity 0.5s;
  height: 0;
}
map-view > div .sidebar .search-results.tasks > ul.show {
  opacity: 1;
  height: auto;
}
map-view > div .sidebar .search-results.tasks > ul > li {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
map-view > div .sidebar .search-results.tasks > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
map-view > div .sidebar .search-results.tasks > ul > li .icon {
  display: flex;
  align-items: center;
  flex-basis: 30px;
  border-radius: 10px 0px 0px 15px;
  flex-shrink: 0;
  justify-content: center;
}
map-view > div .sidebar .search-results.tasks > ul > li .icon.planned {
  background: #441A44;
  color: #FFFFFF;
}
map-view > div .sidebar .search-results.tasks > ul > li .icon.unplanned {
  background: rgba(29, 28, 29, 0.4);
  color: #FFFFFF;
}
map-view > div .sidebar .search-results.tasks > ul > li .icon.suggestion {
  background: #441A44;
  color: #FFFFFF;
}
map-view > div .sidebar .search-results.tasks > ul > li .task-details {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background: #EFEFEF;
  padding: 10px;
}
map-view > div .sidebar .search-results.tasks > ul > li .task-details .fields {
  width: 100%;
}
map-view > div .sidebar .search-results.tasks > ul > li .task-details .fields > li i {
  margin-right: 5px;
}
map-view > div .sidebar .search-results.tasks > ul > li .task-details .fields > li:not(:last-child) {
  margin-bottom: 10px;
}
map-view > div .sidebar .search-results.tasks > ul > li .task-details .fields > li.name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.2;
}
map-view > div .sidebar .search-results.tasks > ul > li .task-details .fields > li.planning {
  background: #FFFFFF;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 0 -5px -5px -5px;
}
map-view > div .sidebar .search-results.tasks > ul > li .task-details .fields > li.planning > div:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 5px;
}
map-view > div .sidebar .search-results.tasks > ul > li.no-results {
  padding: 15px;
}
map-view > div .sidebar .search-results.tasks > ul .task:hover {
  cursor: pointer;
}
map-view > div .map-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
map-view > div .map-container .mapboxgl-popup-content {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
map-view > div .map-container .mapboxgl-popup-content .mapboxgl-popup-close-button {
  font-size: 18px;
  padding: 5px 8px;
}
map-view > div .map-container .map-task-popup {
  font-size: 16px;
  width: 400px;
}
map-view > div .map-container .map-task-popup .header {
  background: #441A44;
  color: #FFFFFF;
  padding: 20px;
}
map-view > div .map-container .map-task-popup .header .name {
  display: flex;
  font-size: 22px;
  line-height: 1;
  max-height: none;
  overflow: unset;
}
map-view > div .map-container .map-task-popup .header .name .icon {
  margin-left: 10px;
}
map-view > div .map-container .map-task-popup .header .task-type {
  display: flex;
  align-items: center;
  padding: 10px 15px 0 0;
  font-size: 16px;
  white-space: nowrap;
}
map-view > div .map-container .map-task-popup .header .task-type .icon {
  margin-right: 10px;
}
map-view > div .map-container .map-task-popup .header .task-type .icon i {
  font-size: 16px;
}
map-view > div .map-container .map-task-popup .header .task-type .box {
  display: flex;
}
map-view > div .map-container .map-task-popup .header .task-type .box .type {
  padding-left: 19px;
  position: relative;
}
map-view > div .map-container .map-task-popup .header .task-type .box .type::before {
  content: "\f105";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 7px;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
}
map-view > div .map-container .map-task-popup .body {
  padding: 20px;
}
map-view > div .map-container .map-task-popup .body > li {
  display: flex;
}
map-view > div .map-container .map-task-popup .body > li:not(:last-child) {
  margin-bottom: 10px;
}
map-view > div .map-container .map-task-popup .body > li .icon {
  width: 25px;
  margin-right: 10px;
  text-align: center;
}
map-view > div .map-container .map-task-popup .body > li .place {
  font-size: 14px;
}
map-view > div .map-container .map-task-popup .footer {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
map-view > div .map-container .map-task-popup .footer .button,
map-view > div .map-container .map-task-popup .footer exact-view > ul > li .bsy-section-body ul.actions > li ul li,
map-view > div .map-container .map-task-popup .footer freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
map-view > div .map-container .map-task-popup .footer intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content .button,
map-view > div .map-container .map-task-popup .footer rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
map-view > div .map-container .map-task-popup .footer snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
map-view > div .map-container .map-task-popup .footer create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
map-view > div .map-container .map-task-popup .footer create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
map-view > div .map-container .map-task-popup .footer create-subscription-popup > div .grid > li.product > ul > li,
map-view > div .map-container .map-task-popup .footer .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
map-view > div .map-container .map-task-popup .footer view-task-popup > div .grid > li.task-menu > ul > li ul li,
map-view > div .map-container .map-task-popup .footer task-actions-menu-widget > ul > li ul li,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
map-view > div .map-container .map-task-popup .footer download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  height: 35px;
  padding: 0 35px;
  background: #441A44;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
create-object-planning-popup > div {
  max-width: 1000px;
  min-width: 800px;
}
create-object-planning-popup > div > ul {
  margin-bottom: 5px;
}
create-object-planning-popup > div > ul .title {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 18px;
}
create-object-planning-popup > div > ul .bsy-section-header {
  margin-bottom: 5px;
}
update-object-planning-popup > div {
  max-width: 1000px;
  min-width: 800px;
}
update-object-planning-popup > div > .button-bar {
  display: flex;
  margin-top: 10px;
}
update-object-planning-popup > div > ul {
  margin-bottom: 5px;
}
update-object-planning-popup > div > ul .title {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 18px;
}
update-object-planning-popup > div > ul .bsy-section-header {
  margin-bottom: 5px;
}
update-object-planning-popup > div > ul > li:not(:last-child) {
  margin-right: 10px;
}
object-planning-view > ul {
  height: calc(100vh - 70px);
  transition: opacity 0.5s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
object-planning-view > ul > li {
  line-height: 1.4;
  background: #FFFFFF;
  height: calc(100vh - 70px);
}
object-planning-view > ul > li .bsy-section-body .e-schedule .e-appointment {
  border-radius: 5px;
}
object-planning-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-device-hover {
  background: rgba(68, 26, 68, 0.6);
}
object-planning-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-appointment {
  padding: 0;
  border-radius: 5px;
  border: 0;
  background: rgba(29, 28, 29, 0.3);
}
object-planning-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-appointment > .e-appointment-details {
  padding: 0 2px;
  height: 100%;
  width: 100%;
}
object-planning-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-appointment > .e-appointment-details .template-wrap {
  display: flex;
  background: #EFEFEF;
  color: #1D1C1D;
  border-radius: 5px;
}
object-planning-view > ul > li .bsy-section-body .e-schedule .e-table-wrap.e-vertical-view .e-appointment > .e-appointment-details .template-wrap {
  height: 100%;
  width: 100%;
  line-height: normal;
  white-space: normal;
  word-break: break-all;
  font-size: 12px;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
object-planning-view > ul > li .bsy-section-body .e-schedule .e-table-wrap.e-vertical-view .e-appointment > .e-appointment-details .template-wrap .body {
  padding: 0 3px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}
object-planning-view > ul > li .bsy-section-body .e-schedule .e-table-wrap.e-vertical-view .e-appointment > .e-appointment-details .template-wrap .body .subject {
  flex-shrink: 1;
  overflow: hidden;
  margin: 5px 0 10px 0;
}
object-planning-view > ul > li .bsy-section-body .e-schedule .e-table-wrap.e-vertical-view .e-appointment > .e-appointment-details .template-wrap .body .subject span {
  font-weight: 600;
}
object-planning-view > ul > li .bsy-section-body .e-schedule .e-table-wrap.e-vertical-view .e-appointment > .e-appointment-details .template-wrap .body .time {
  flex-grow: 1;
  margin-top: 10px;
}
object-planning-view > ul > li .bsy-section-body .custom-event-editor td {
  padding: 0 2px;
}
object-planning-view > ul > li .bsy-section-body .e-quick-popup-wrapper {
  border-radius: 5px;
  font-size: 16px;
}
object-planning-view > ul > li .bsy-section-body .e-quick-popup-wrapper .e-popup-footer {
  display: block;
}
outlook-view > ul {
  width: 100%;
  min-height: 100%;
}
outlook-view > ul .bsy-page-header {
  margin-bottom: 15px;
}
outlook-view > ul table {
  margin: 0 5px;
  width: 100%;
}
outlook-view > ul table tr th {
  text-align: left;
  padding: 0 0 5px 0;
  font-weight: 500;
}
outlook-view > ul table tr td {
  padding: 5px 10px 5px 0;
}
outlook-view > ul table tr td.absence {
  font-size: 14px;
}
outlook-view > ul table tr td .icon.status.calendar {
  cursor: pointer;
}
outlook-view > ul table tr td .icon.status.error {
  cursor: pointer;
  color: #FF9F1A;
  opacity: 0.7;
}
outlook-view > ul table tr td .icon.status.idle,
outlook-view > ul table tr td .icon.status.remove {
  cursor: pointer;
  opacity: 0.6;
}
outlook-view > ul table tr td .icon.status.idle > i,
outlook-view > ul table tr td .icon.status.remove > i {
  font-weight: 300;
}
outlook-view > ul table tr td.action {
  width: 30px;
}
outlook-view > ul table tr td.action .icon {
  width: 30px;
  height: 15px;
  padding-left: 5px;
}
outlook-view > ul table tr td.action:hover .icon.status {
  opacity: 1 !important;
}
outlook-view > ul table tr td.action:hover .icon.status.calendar > i::before {
  content: "\f333";
  font-weight: 900;
}
outlook-view > ul table tr td.action:hover .icon.status.error > i::before {
  content: "\f021";
  font-weight: 900;
}
outlook-view > ul table tr td.action:hover .icon.status.idle > i::before {
  content: "\f271";
  font-weight: 900;
}
outlook-view > ul table tr td.action:hover .icon.status.remove {
  opacity: 1;
}
outlook-view > ul table tr td.action:hover .icon.status.remove > i::before {
  font-weight: 900;
}
pdf-checklist-row-widget > ul {
  margin: 0 !important;
}
pdf-checklist-row-widget > ul .step .step-name {
  font-family: "Avenir Next LT W01 Demi";
  font-size: 12pt;
  margin-bottom: 2mm;
}
pdf-checklist-row-widget > ul .step .field {
  page-break-inside: avoid;
}
pdf-checklist-row-widget > ul .step .field .field-name {
  font-family: "AvenirNextLTW01-Medium";
  padding-bottom: 0.5mm;
  display: block;
}
pdf-checklist-row-widget > ul .step .field .field-value {
  display: block;
}
pdf-checklist-row-widget > ul .step .field .field-value.pre {
  white-space: pre-wrap;
}
pdf-checklist-row-widget > ul .step .field.images th {
  font-weight: normal;
  font-family: "AvenirNextLTW01-Medium";
}
pdf-checklist-row-widget > ul .step .field.images img {
  width: 100%;
  max-width: 150mm;
  max-height: 150mm;
  object-fit: contain;
  object-position: left;
}
pdf-checklist-row-widget > ul .step .field.signature img {
  width: 50mm;
}
pdf-checklist-row-widget > ul .step .field:not(:last-child) {
  padding-bottom: 2mm;
}
pdf-checklist-row-widget > ul .step:not(:last-child) {
  padding-bottom: 5mm;
}
pdf-template-view > div {
  font-size: 10pt;
  width: 210mm;
}
pdf-template-view > div .header,
pdf-template-view > div .header-space,
pdf-template-view > div .footer,
pdf-template-view > div .footer-space {
  z-index: 2;
}
pdf-template-view > div .pdf-header-space {
  height: 40mm;
  padding-bottom: 5mm;
}
pdf-template-view > div .footer-space {
  height: 20mm;
}
pdf-template-view > div .footer-space.footer-content {
  padding-top: 5mm;
  height: 40mm;
}
@media screen {
  pdf-template-view > div {
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 0;
    margin: 15px auto;
    min-height: 297mm;
    width: 210mm;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  pdf-template-view > div table.page-table {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  pdf-template-view > div .full-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  pdf-template-view > div .header {
    position: absolute;
    top: 0;
    padding: 5mm 0;
    height: 40mm;
  }
  pdf-template-view > div .footer {
    position: absolute;
    bottom: 0;
    padding: 5mm 0;
    height: 40mm;
  }
}
@media print {
  pdf-template-view > div {
    margin: 0 0;
  }
  pdf-template-view > div table.page-table {
    position: relative;
    z-index: 2;
  }
  pdf-template-view > div table.page-table > tbody > tr:not(:last-child) hk-view > .page-break-block::after {
    content: "";
    page-break-after: always;
    display: block;
  }
  pdf-template-view > div .full-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  pdf-template-view > div .header {
    position: fixed;
    top: 0;
    padding: 5mm 0;
    height: 40mm;
  }
  pdf-template-view > div .footer {
    position: fixed;
    bottom: 0;
    padding: 5mm 0;
    height: 40mm;
  }
}
pdf-template-view > div .body {
  padding: 0 15mm;
  line-height: 1.4;
}
pdf-template-view > div .body .mention {
  white-space: pre-wrap;
}
pdf-template-view > div .body .mention * {
  white-space: initial;
}
pdf-template-view > div .body table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}
pdf-template-view > div .body table table {
  margin: 0 auto;
}
pdf-template-view > div .body table td {
  padding: 0 0;
  text-align: left;
}
pdf-template-view > div .body table td img {
  max-width: 80vw;
  max-height: 44vh;
}
pdf-template-view > div .body table th {
  text-align: left;
}
pdf-template-view > div hk-view {
  display: block;
}
pdf-template-view > div .logo-block {
  display: flex;
  width: 210mm;
  justify-content: center;
  height: 30mm;
  overflow: hidden;
}
pdf-template-view > div .logo-block .logo {
  height: 30mm;
  width: 80mm;
  max-height: 100%;
}
pdf-template-view > div .logo-block .logo img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
pdf-template-view > div .image-block {
  width: 210mm;
  height: 30mm;
  overflow: hidden;
}
pdf-template-view > div .image-block img {
  width: 100%;
  max-width: 80vw;
  max-height: 44vh;
}
add-object-to-service-agreement-popup {
  overflow: unset !important;
}
add-object-to-service-agreement-popup > div {
  overflow: unset !important;
}
add-object-to-service-agreement-popup > div .title {
  white-space: nowrap;
  text-align: left;
  margin: 10px 0 15px 10px;
}
add-object-to-service-agreement-popup > div .text {
  font-size: 16px;
  margin: 0 0 20px 10px;
}
service-agreement-batch-actions-popup {
  overflow: unset !important;
}
service-agreement-batch-actions-popup > div {
  overflow: unset !important;
}
service-agreement-batch-actions-popup > div .title {
  white-space: nowrap;
  text-align: left;
  margin: 10px 0 15px 10px;
}
service-agreement-batch-actions-popup > div .text {
  font-size: 16px;
  margin: 0 0 20px 10px;
}
service-agreement-batch-actions-popup > div .submit-button {
  margin-top: 5px !important;
}
service-agreement-batch-actions-popup > div .submit-button.cancel {
  background: #EFEFEF;
  color: #1D1C1D;
}
service-agreements-actions-widget > ul {
  padding-top: 20px;
}
service-agreements-actions-widget > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
service-agreements-actions-widget > ul > li .actions {
  margin: 10px 0;
}
service-agreements-actions-widget > ul > li .actions li {
  padding: 0 10px;
  color: #1D1C1D;
  border-radius: 30px;
  height: 35px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: left;
  margin-bottom: 5px;
}
service-agreements-actions-widget > ul > li .actions li:hover {
  background: #FFFFFF;
}
service-agreements-actions-widget > ul > li .actions li span {
  font-family: "Avenir Next W01 Light";
}
service-agreements-actions-widget > ul > li .actions li span + i {
  margin-left: 10px;
}
service-agreements-actions-widget > ul > li .actions li i {
  margin-right: 10px;
}
service-agreements-actions-widget > ul > li .actions li.complete i {
  color: #5EC44A;
}
service-agreements-actions-widget > ul > li .actions li.complete:hover {
  background: #5EC44A;
  color: #FFFFFF;
}
service-agreements-actions-widget > ul > li .actions li.complete:hover i {
  color: #FFFFFF;
}
service-agreements-actions-widget > ul > li .actions li.issue i {
  color: #FF9F1A;
}
service-agreements-actions-widget > ul > li .actions li.issue:hover {
  background: #FF9F1A;
  color: #FFFFFF;
}
service-agreements-actions-widget > ul > li .actions li.issue:hover i {
  color: #FFFFFF;
}
service-agreements-actions-widget > ul > li .actions li.cancel i,
service-agreements-actions-widget > ul > li .actions li.restore i {
  color: #EB5A46;
}
service-agreements-actions-widget > ul > li .actions li.cancel:hover,
service-agreements-actions-widget > ul > li .actions li.restore:hover {
  background: #EB5A46;
  color: #FFFFFF;
}
service-agreements-actions-widget > ul > li .actions li.cancel:hover i,
service-agreements-actions-widget > ul > li .actions li.restore:hover i {
  color: #FFFFFF;
}
service-agreements-actions-widget > ul > li .actions li.restore:hover {
  background: #FF9F1A;
}
service-agreements-actions-widget > ul > li .actions li.restore i {
  color: #FF9F1A;
}
service-agreements-actions-widget > ul > li .bsy-section-header + ul {
  margin-top: -20px;
}
service-agreements-actions-widget > ul > li .list {
  padding: 5px;
}
create-subscription-popup > div {
  font-family: 'Avenir Next' !important;
  width: 80vw;
  max-width: 800px;
  padding: 5px;
}
.responsive create-subscription-popup > div {
  width: unset;
  min-width: unset;
  position: relative;
  min-height: calc(100vh - 20px);
  padding: 0;
}
.responsive create-subscription-popup > div .bsy-page-header {
  display: none;
}
create-subscription-popup > div .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
}
create-subscription-popup > div .loading svg path {
  fill: #441A44;
}
create-subscription-popup > div h1 {
  font-size: 25px;
}
create-subscription-popup > div h2 {
  font-family: 'Avenir Next' !important;
  font-size: 18px;
  font-weight: 500;
  color: #441A44;
  margin-bottom: 5px;
}
create-subscription-popup > div .widget-rows + h2 {
  margin-top: 25px;
}
create-subscription-popup > div h3 {
  font-family: 'Avenir Next' !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #441A44;
}
create-subscription-popup > div .header {
  margin-bottom: 25px;
}
create-subscription-popup > div .grid {
  display: flex;
}
.responsive create-subscription-popup > div .grid {
  flex-direction: column;
  margin: 0;
}
create-subscription-popup > div .grid > li.properties {
  flex-basis: 70%;
  flex-grow: 1;
}
create-subscription-popup > div .grid > li.properties .h3 {
  margin: 5px 0;
  font-weight: 500;
}
create-subscription-popup > div .grid > li.properties .section {
  position: relative;
}
create-subscription-popup > div .grid > li.properties .section h2 {
  margin-bottom: 10px;
}
create-subscription-popup > div .grid > li.properties .section dropdown-widget > div,
create-subscription-popup > div .grid > li.properties .section textarea-widget > div,
create-subscription-popup > div .grid > li.properties .section input-widget > div,
create-subscription-popup > div .grid > li.properties .section total-time-widget > div .inputs input,
create-subscription-popup > div .grid > li.properties .section date-selector-widget > div {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(29, 28, 29, 0.15);
}
create-subscription-popup > div .grid > li.properties .section.subscription {
  flex-grow: 1;
  background: #FFFFFF;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li.interval ul.simple-slider {
  display: flex;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li.interval ul.simple-slider > li {
  width: 50%;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
  border-radius: 10px;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li.interval ul.simple-slider > li.active {
  background: #FFFFFF;
  font-weight: 600;
  cursor: default !important;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li.interval ul.simple-slider > li > span {
  color: #5EC44A;
  margin-left: 5px;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .summary {
  width: 100%;
  margin: 10px 0;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .summary td {
  padding: 5px 0;
  text-align: right;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .summary td.line-through {
  text-decoration: line-through;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .summary td:first-child {
  text-align: left;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .summary td:last-child {
  width: 120px;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .summary tr.discount td {
  font-weight: 300;
  font-style: italic;
  color: #5EC44A;
  padding-top: 15px;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .summary tr.total td {
  font-weight: 500;
  padding-top: 10px;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .prices-caption {
  margin: 5px 0 20px 0;
  font-style: italic;
  font-size: 14px;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .agreement {
  margin-bottom: 20px;
  margin-top: 10px;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .sepa-active {
  display: flex;
  margin-bottom: 15px;
}
create-subscription-popup > div .grid > li.properties .section.subscription ul > li .sepa-active .icon {
  margin-right: 10px;
  width: 24px;
  text-align: center;
}
create-subscription-popup > div .grid > li.properties select-location-on-map-widget > div .location {
  height: auto !important;
  min-height: unset !important;
}
create-subscription-popup > div .grid > li.properties select-location-on-map-widget .map {
  min-height: 300px;
}
create-subscription-popup > div .grid > li.properties select-location-on-map-widget .address-selected .map {
  display: none;
}
create-subscription-popup > div .grid > li.properties select-location-on-map-widget .address-selected .info {
  flex-grow: 1;
}
create-subscription-popup > div .grid > li.properties select-location-on-map-widget .address-selected .widget-rows > li:first-child {
  display: none;
}
create-subscription-popup > div .grid > li.properties select-location-on-map-widget .address-selected .update-location {
  display: none !important;
}
create-subscription-popup > div .grid > li.properties .submit-button.accent {
  margin-top: 10px;
}
create-subscription-popup > div .grid > li.product {
  flex-basis: calc(30% - 20px);
  margin-right: 20px;
}
.responsive create-subscription-popup > div .grid > li.product {
  flex-basis: auto;
  margin-left: 0;
  border-radius: 0;
  padding: 10px 0;
  display: none;
}
.responsive create-subscription-popup > div .grid > li.product.show-tool-responsive {
  display: block;
}
create-subscription-popup > div .grid > li.product h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
}
create-subscription-popup > div .grid > li.product > ul:not(:last-child) {
  margin-bottom: 20px;
}
create-subscription-popup > div .grid > li.product > ul > li {
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #EFEFEF;
  border-radius: 10px;
  font-size: 15px;
  position: relative;
  margin-bottom: 5px;
}
create-subscription-popup > div .grid > li.product > ul > li .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover {
  background: rgba(29, 28, 29, 0.15);
}
create-subscription-popup > div .grid > li.product > ul > li.active {
  background: #441A44;
  color: #FFFFFF;
}
start-trial-popup > div {
  font-family: 'Avenir Next' !important;
  width: 80vw;
  max-width: 800px;
  padding: 5px;
}
.responsive start-trial-popup > div {
  width: unset;
  min-width: unset;
  position: relative;
  min-height: calc(100vh - 20px);
  padding: 0;
}
.responsive start-trial-popup > div .bsy-page-header {
  display: none;
}
start-trial-popup > div .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
}
start-trial-popup > div .loading svg path {
  fill: #441A44;
}
start-trial-popup > div h1 {
  font-size: 25px;
}
start-trial-popup > div h2 {
  font-family: 'Avenir Next' !important;
  font-size: 18px;
  font-weight: 500;
  color: #441A44;
  margin-bottom: 5px;
}
start-trial-popup > div .widget-rows + h2 {
  margin-top: 25px;
}
start-trial-popup > div h3 {
  font-family: 'Avenir Next' !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #441A44;
}
start-trial-popup > div .header {
  margin-bottom: 10px;
}
start-trial-popup > div .grid {
  display: flex;
  margin: 0 0 20px 0;
}
.responsive start-trial-popup > div .grid {
  flex-direction: column;
  margin: 0;
}
start-trial-popup > div .grid > li.properties {
  flex-basis: 100%;
}
start-trial-popup > div .grid > li.properties .h3 {
  margin: 5px 0;
  font-weight: 500;
}
start-trial-popup > div .grid > li.properties .section {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: rgba(239, 239, 239, 0.7);
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
  position: relative;
}
start-trial-popup > div .grid > li.properties .section h2 {
  margin-bottom: 10px;
}
start-trial-popup > div .grid > li.properties .section dropdown-widget > div,
start-trial-popup > div .grid > li.properties .section textarea-widget > div,
start-trial-popup > div .grid > li.properties .section input-widget > div,
start-trial-popup > div .grid > li.properties .section total-time-widget > div .inputs input,
start-trial-popup > div .grid > li.properties .section date-selector-widget > div {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(29, 28, 29, 0.15);
}
start-trial-popup > div .grid > li.properties select-location-on-map-widget > div .location {
  height: auto !important;
  min-height: unset !important;
}
start-trial-popup > div .grid > li.properties select-location-on-map-widget .map {
  min-height: 300px;
}
start-trial-popup > div .grid > li.properties select-location-on-map-widget .address-selected .map {
  display: none;
}
start-trial-popup > div .grid > li.properties select-location-on-map-widget .address-selected .info {
  flex-grow: 1;
}
start-trial-popup > div .grid > li.properties select-location-on-map-widget .address-selected .widget-rows > li:first-child {
  display: none;
}
start-trial-popup > div .grid > li.properties select-location-on-map-widget .address-selected .update-location {
  display: none !important;
}
stripe-subscription-view > div {
  transition: opacity 0.5s;
  position: relative;
}
stripe-subscription-view > div.hide {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
stripe-subscription-view > div.show {
  opacity: 1;
}
stripe-subscription-view > div.loading {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
stripe-subscription-view > div.loading svg {
  margin-bottom: 25px;
}
stripe-subscription-view > div.loading svg path {
  fill: #1D1C1D;
}
stripe-subscription-view > div.loading .text {
  text-align: center;
}
stripe-subscription-view .bsy-page-grid > li {
  overflow: hidden;
}
stripe-subscription-view .bsy-page-grid > li .account {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
stripe-subscription-view .bsy-page-grid > li .account td {
  padding: 0.5rem 1rem;
}
stripe-subscription-view .bsy-page-grid > li .account td:nth-child(2) {
  font-weight: 500;
}
stripe-subscription-view .bsy-page-grid > li .account td .submit-button:not(:last-of-type) {
  margin-bottom: 5px;
}
stripe-subscription-view .bsy-page-grid > li.invoices {
  position: relative;
  min-height: 500px;
  padding-bottom: 40px;
}
stripe-subscription-view .bsy-page-grid > li.invoices table {
  width: 100%;
}
stripe-subscription-view .bsy-page-grid > li.invoices table th {
  background-color: #EFEFEF;
  padding: 0.75rem 2rem;
  font-weight: 500;
}
stripe-subscription-view .bsy-page-grid > li.invoices table tr:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
stripe-subscription-view .bsy-page-grid > li.invoices table tr td {
  padding: 0.5rem 2rem;
}
stripe-subscription-view .bsy-page-grid > li.invoices table tr td .fa-file-pdf {
  margin-left: 10px;
  cursor: pointer;
}
stripe-subscription-view .bsy-page-grid > li.invoices table tr td .submit-button {
  width: 150px;
}
optimize-tasks-popup > div .submit-button {
  margin-top: 25px;
  background: #441a44;
  color: #FFFFFF;
}
optimize-tasks-popup > div .fa-li planbot-icon-solid svg,
optimize-tasks-popup > div plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li task-status-widget .icon planbot-icon-solid svg {
  width: 11px;
}
optimize-tasks-popup > div .fa-li planbot-icon-solid .cls-1,
optimize-tasks-popup > div plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li task-status-widget .icon planbot-icon-solid .cls-1 {
  fill: #441A44;
}
plan-open-tasks-popup > div .widgets {
  margin-bottom: 10px;
}
plan-open-tasks-popup > div .submit-button {
  margin-top: 25px;
  background: #441a44;
  color: #FFFFFF;
}
select-option-popup > div.popup-layout .submit-button {
  margin-top: 25px;
  background: #441a44;
  color: #FFFFFF;
}
select-option-popup > div.popup-layout .description {
  margin: 15px 0 0 10px;
}
select-option-popup > div.popup-layout .fa-li planbot-icon-solid svg,
select-option-popup > div.popup-layout plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li task-status-widget .icon planbot-icon-solid svg {
  width: 11px;
}
select-option-popup > div.popup-layout .fa-li planbot-icon-solid .cls-1,
select-option-popup > div.popup-layout plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li task-status-widget .icon planbot-icon-solid .cls-1 {
  fill: #441A44;
}
task-actions-popup > div {
  overflow: hidden !important;
  max-height: 100%;
  padding: 0 !important;
}
task-actions-popup > div .popup-title {
  display: flex;
  margin: 10px 15px 25px 15px;
  align-items: center;
}
task-actions-popup > div .popup-title span {
  white-space: nowrap;
  text-align: left;
  margin: 0;
  font-size: 22px;
}
task-actions-popup > div .grid {
  display: flex;
}
task-actions-popup > div .grid > li {
  padding: 5px;
  max-height: 100%;
  overflow-y: auto !important;
  flex-grow: 1;
}
task-actions-popup > div .grid > li.task-menu {
  padding: 15px 5px 0 5px;
  min-width: 200px;
}
task-actions-popup > div .no-tasks {
  padding: 20px;
}
update-task-client-popup > div .submit-button {
  margin-top: 10px;
}
view-task-popup > div {
  overflow: hidden !important;
  max-height: 100%;
  margin: -10px;
  min-width: 600px;
  border-radius: 10px;
}
view-task-popup > div .grid {
  display: flex;
}
view-task-popup > div .grid > li {
  padding: 5px;
  max-height: 100%;
  overflow-y: auto !important;
  flex-grow: 1;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}
view-task-popup > div .grid > li.task-info {
  max-width: 95vw;
  width: 700px;
}
view-task-popup > div .grid > li.task-info .popup-title {
  display: flex;
  margin: 10px 15px 5px 10px;
  align-items: center;
  position: relative;
}
view-task-popup > div .grid > li.task-info .popup-title h1 {
  flex-grow: 1;
}
view-task-popup > div .grid > li.task-info .popup-title .clone {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
  padding: 10px;
}
view-task-popup > div .grid > li.task-info .popup-title .clone .icon {
  margin-bottom: 7px;
}
view-task-popup > div .grid > li.task-info .popup-title .clone .icon i {
  color: rgba(68, 26, 68, 0.8);
}
view-task-popup > div .grid > li.task-info .popup-title .clone span {
  font-size: 14px;
  opacity: 0;
}
view-task-popup > div .grid > li.task-info .popup-title .clone:hover {
  background: #EFEFEF;
}
view-task-popup > div .grid > li.task-info .popup-title .clone:hover span {
  opacity: 1;
}
view-task-popup > div .grid > li.task-info .task-type {
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 10px;
  font-weight: 500;
  font-size: 18px;
}
view-task-popup > div .grid > li.task-info .task-type .icon {
  margin-right: 7px;
}
view-task-popup > div .grid > li.task-info .task-type .icon i {
  font-size: 18px;
}
view-task-popup > div .grid > li.task-info .task-type .box {
  display: flex;
}
view-task-popup > div .grid > li.task-info .task-type .box .type::before {
  content: "\f105";
  margin: 0 2px 0 5px;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
}
view-task-popup > div .grid > li.task-info .tags {
  display: flex;
  padding: 10px 5px 5px 10px;
  align-items: center;
  flex-wrap: wrap;
}
view-task-popup > div .grid > li.task-info .tags .tag {
  display: flex;
  padding: 5px 10px;
  border-radius: 15px;
  align-items: center;
  box-shadow: 0 1px 1px rgba(29, 28, 29, 0.2);
  color: #FFFFFF;
  font-size: 14px;
  margin: 5px 5px 0 0;
}
view-task-popup > div .grid > li.task-info .tags .tag .icon {
  margin-right: 5px;
}
view-task-popup > div .grid > li.task-info .tags .tag + .button,
view-task-popup > div .grid > li.task-info .tags .tag + exact-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content .button,
view-task-popup > div .grid > li.task-info .tags .tag + rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
view-task-popup > div .grid > li.task-info .tags .tag + create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
view-task-popup > div .grid > li.task-info .tags .tag + create-subscription-popup > div .grid > li.product > ul > li,
view-task-popup > div .grid > li.task-info .tags .tag + .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
view-task-popup > div .grid > li.task-info .tags .tag + view-task-popup > div .grid > li.task-menu > ul > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + task-actions-menu-widget > ul > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
view-task-popup > div .grid > li.task-info .tags .tag + download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  margin-left: 5px;
}
view-task-popup > div .grid > li.task-info .tags .button,
view-task-popup > div .grid > li.task-info .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content .button,
view-task-popup > div .grid > li.task-info .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
view-task-popup > div .grid > li.task-info .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
view-task-popup > div .grid > li.task-info .tags create-subscription-popup > div .grid > li.product > ul > li,
view-task-popup > div .grid > li.task-info .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
view-task-popup > div .grid > li.task-info .tags view-task-popup > div .grid > li.task-menu > ul > li ul li,
view-task-popup > div .grid > li.task-info .tags task-actions-menu-widget > ul > li ul li,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  display: flex;
}
view-task-popup > div .grid > li.task-info .tags .button .icon,
view-task-popup > div .grid > li.task-info .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content .button .icon,
view-task-popup > div .grid > li.task-info .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
view-task-popup > div .grid > li.task-info .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
view-task-popup > div .grid > li.task-info .tags create-subscription-popup > div .grid > li.product > ul > li .icon,
view-task-popup > div .grid > li.task-info .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
view-task-popup > div .grid > li.task-info .tags view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags task-actions-menu-widget > ul > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon {
  color: #441A44;
  font-size: 18px;
  width: 20px;
  margin-right: 7px;
}
.no-touch view-task-popup > div .grid > li.task-info .tags .button:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content .button:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags create-subscription-popup > div .grid > li.product > ul > li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags view-task-popup > div .grid > li.task-menu > ul > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags task-actions-menu-widget > ul > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover .icon i,
.no-touch view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover .icon i {
  font-weight: 400;
}
view-task-popup > div .grid > li.task-info .tags .button .name,
view-task-popup > div .grid > li.task-info .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li .name,
view-task-popup > div .grid > li.task-info .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .name,
view-task-popup > div .grid > li.task-info .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content .button .name,
view-task-popup > div .grid > li.task-info .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .name,
view-task-popup > div .grid > li.task-info .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .name,
view-task-popup > div .grid > li.task-info .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .name,
view-task-popup > div .grid > li.task-info .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li .name,
view-task-popup > div .grid > li.task-info .tags create-subscription-popup > div .grid > li.product > ul > li .name,
view-task-popup > div .grid > li.task-info .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .name,
view-task-popup > div .grid > li.task-info .tags view-task-popup > div .grid > li.task-menu > ul > li ul li .name,
view-task-popup > div .grid > li.task-info .tags task-actions-menu-widget > ul > li ul li .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .name,
view-task-popup > div .grid > li.task-info .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li .name {
  font-style: italic;
}
view-task-popup > div .grid > li.task-info .object {
  text-align: left;
  margin: 0 15px 10px 15px;
}
view-task-popup > div .grid > li.task-info .task-desc {
  margin: 0 10px;
}
view-task-popup > div .grid > li.task-info .checklists {
  width: 100%;
  margin-top: 10px;
}
view-task-popup > div .grid > li.task-info .checklists > li:not(:last-child) {
  margin-bottom: 15px;
}
view-task-popup > div .grid > li.task-info .checklists > li .checklist-name {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
}
view-task-popup > div .grid > li.task-info .checklists > li .data-items > li {
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #EFEFEF;
  width: 100%;
  justify-content: space-between;
  padding: 5px 0 5px 0;
}
view-task-popup > div .grid > li.task-info .checklists > li .data-items > li .checklist {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0 0 0 15px;
}
view-task-popup > div .grid > li.task-info .checklists > li .data-items > li .checklist .name {
  display: flex;
  margin-right: 15px;
  flex-grow: 1;
}
view-task-popup > div .grid > li.task-info .checklists > li .data-items > li .checklist .name .icon {
  margin-right: 10px;
}
view-task-popup > div .grid > li.task-info .checklists > li .data-items > li .checklist button-icon {
  margin-right: 5px;
}
view-task-popup > div .grid > li.task-info .checklists > li .data-items > li .checklist .fullname {
  flex-grow: 1;
}
view-task-popup > div .grid > li.task-info .checklists > li .data-items > li .buttons {
  margin: 0 5px 0 15px;
  display: flex;
}
view-task-popup > div .grid > li.task-info .checklists > li .data-items > li .buttons > li:not(:last-child) {
  margin-right: 5px;
}
view-task-popup > div .grid > li.task-info .checklists > li .data-items > li:not(:last-child) {
  margin-bottom: 5px;
}
view-task-popup > div .grid > li.task-info .access-groups {
  display: flex;
  flex-grow: 1;
  position: relative;
  align-items: center;
  padding: 5px 10px;
  margin-left: -10px;
}
view-task-popup > div .grid > li.task-info .access-groups > * {
  z-index: 2;
}
view-task-popup > div .grid > li.task-info .access-groups > ul {
  margin-left: 35px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li {
  background: white;
  padding: 0 10px;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 55px;
  height: 30px;
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li .remove-icon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #EFEFEF;
  height: 100%;
  width: 30px;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 5px;
  cursor: pointer;
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li .remove-icon i {
  color: rgba(29, 28, 29, 0.5);
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li .access-type-icon {
  background-color: #EFEFEF;
  height: 100%;
  align-items: center;
  display: none;
  border-radius: 5px;
  margin-right: 7px;
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li .access-type-icon i {
  font-size: 12px;
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li:hover {
  background-color: #EFEFEF;
  z-index: 2;
  position: relative;
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li:hover .access-type-icon {
  display: flex;
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li.allow-remove:hover .remove-icon {
  display: flex;
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li.group:hover .access-type-icon i::before {
  content: "\f0c0";
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li.user:hover .access-type-icon i::before {
  content: "\f007";
}
view-task-popup > div .grid > li.task-info .access-groups > ul > li .remove-icon:hover i {
  color: #EB5A46;
}
view-task-popup > div .grid > li.task-info .access-groups .add {
  position: absolute;
  top: 50%;
  height: 40px;
  margin-top: -20px;
  left: 0;
  z-index: 1;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}
view-task-popup > div .grid > li.task-info .access-groups .add:not(.disabled) {
  cursor: pointer;
}
view-task-popup > div .grid > li.task-info .access-groups .add > div {
  display: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 35px;
}
view-task-popup > div .grid > li.task-info .access-groups .add > div i {
  font-size: 14px;
}
view-task-popup > div .grid > li.task-info .access-groups .add > div.access-icon {
  display: flex;
  margin-left: 10px;
}
view-task-popup > div .grid > li.task-info .access-groups .add:not(.disabled) > div:hover {
  background-color: rgba(29, 28, 29, 0.1);
}
view-task-popup > div .grid > li.task-info .access-groups .add:not(.disabled):hover {
  background: #EFEFEF;
}
view-task-popup > div .grid > li.task-info .access-groups .add:not(.disabled):hover > .group,
view-task-popup > div .grid > li.task-info .access-groups .add:not(.disabled):hover > .user {
  display: flex;
}
view-task-popup > div .grid > li.task-info .access-groups .add:not(.disabled):hover > .access-icon {
  display: none;
}
view-task-popup > div .grid > li.task-info .objects {
  width: 100%;
}
view-task-popup > div .grid > li.task-info .usages {
  width: 100%;
}
view-task-popup > div .grid > li.task-info .usages td {
  padding: 5px 0;
}
view-task-popup > div .grid > li.task-info .usages td.amount {
  width: 20px;
}
view-task-popup > div .grid > li.task-info .usages td.price {
  width: 50px;
  white-space: nowrap;
  text-align: right;
}
view-task-popup > div .grid > li.task-info .usages .subtotal td {
  padding-top: 10px;
}
view-task-popup > div .grid > li.task-info .usages .total td {
  font-weight: 500;
}
view-task-popup > div .grid > li.task-info ul.label-value-list {
  margin: 0 10px 20px 10px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li {
  display: flex;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li:not(:last-child) {
  margin-bottom: 10px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li object-info-list-widget {
  width: 100%;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.title > span {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.title > .buttons {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.title > .buttons > li:not(:last-child) {
  margin-right: 5px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-label {
  font-family: "Avenir Next W01 Light";
  display: flex;
  align-items: center;
  margin-right: 15px;
  flex-basis: 80px;
  flex-shrink: 0;
  white-space: nowrap;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-label .icon {
  width: 20px;
  margin-right: 5px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value {
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value .icon {
  width: 20px;
  margin-right: 5px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value.button,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value .button,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valueexact-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value exact-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuefreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valueintercom-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content .button,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content .button,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuerompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuesnelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuecreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuecreate-task-popup > div.popup-content .grid > li.toolbar > ul > li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuecreate-subscription-popup > div .grid > li.product > ul > li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value create-subscription-popup > div .grid > li.product > ul > li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valueview-task-popup > div .grid > li.task-menu > ul > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value view-task-popup > div .grid > li.task-menu > ul > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuetask-actions-menu-widget > ul > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value task-actions-menu-widget > ul > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content task-actions-menu-widget > ul > li ul li,
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  text-decoration: underline;
}
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value.button:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value .button:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valueexact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuefreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valueintercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content .button:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content .button:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuerompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuesnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuecreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuecreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuecreate-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valueview-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuetask-actions-menu-widget > ul > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value task-actions-menu-widget > ul > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-valuedownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover,
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover {
  text-decoration: none;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value-url {
  overflow: hidden;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .list-value-url a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .reset-eta {
  margin: 2px 0 0 8px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .reset-eta:hover .icon i {
  font-weight: 500;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section {
  background: #EFEFEF;
  border-radius: 10px 15px 15px 15px ;
  padding: 10px 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .user-avatar {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .user-avatar .avatar-circle {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content .user-name {
  font-weight: 500;
  margin-bottom: 10px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content .user-planned-time {
  display: flex;
  flex-direction: row;
  align-items: center;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content .user-planned-time .icon {
  margin-right: 10px;
  width: 15px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content .user-planned-time .icon i {
  font-size: 14px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content .user-planned-time .time-icon {
  margin-left: 7px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content .eta-range {
  display: flex;
  margin-top: 10px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content .eta-range .icon {
  margin-right: 10px;
  width: 15px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content .eta-range .icon i {
  font-size: 14px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content .eta-range .planned-time {
  display: flex;
  margin-left: 15px;
  font-family: "AvenirNextLTW01-Italic";
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .planned-content .eta-range .planned-time .icon {
  margin-right: 5px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .buttons {
  display: flex;
  align-items: center;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.planning-section .buttons > li:not(:last-child) {
  margin-right: 5px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .location {
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #EFEFEF;
  display: flex;
  align-items: center;
  width: 100%;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .location .img-box {
  width: 60px;
  height: 60px;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  margin-right: 15px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .location .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .location .address-wrapper {
  line-height: 1.5;
  padding: 5px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .location .address-wrapper .location-name {
  font-weight: 500;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li.related span:not( :last-child)::after {
  content: ",";
  margin: 0 4px 0 1px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .clients {
  display: flex;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .clients > li {
  display: flex;
  background: #EFEFEF;
  padding: 0 15px;
  border-radius: 10px;
  align-items: center;
  height: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .clients > li:not(:last-child) {
  margin-right: 10px;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li .clients > li .icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.no-touch view-task-popup > div .grid > li.task-info ul.label-value-list > li .clients > li:hover .text {
  text-decoration: none;
}
view-task-popup > div .grid > li.task-info ul.label-value-list > li suggestion-timeslots-widget {
  width: 100%;
}
view-task-popup > div .grid > li.task-info .ad-space-codes {
  display: flex;
}
view-task-popup > div .grid > li.task-info .ad-space-codes li + li:before {
  content: ",";
  margin-right: 5px;
}
view-task-popup > div .grid > li.task-menu {
  border-radius: 10px;
  color: #FFFFFF;
  background-image: linear-gradient(210deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
  padding: 0 2px 0 0;
}
view-task-popup > div .grid > li.task-menu > * {
  background: #441A44;
  padding: 15px;
  min-width: 200px;
  border-radius: 10px;
  display: block;
  min-height: 100%;
}
view-task-popup > div .grid > li.task-menu > ul > li .menu-title {
  font-family: "AvenirNextLTW01-Medium";
  padding: 0 10px;
  white-space: nowrap;
  font-size: 20px;
}
view-task-popup > div .grid > li.task-menu > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
view-task-popup > div .grid > li.task-menu > ul > li ul {
  margin: 10px 0;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li {
  padding: 10px 10px;
  color: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: left;
  margin-bottom: 5px;
  white-space: nowrap;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li span {
  font-family: 'Avenir Next';
  font-size: 18px;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li .icon {
  width: 30px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li .icon i {
  font-size: 20px;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.complete i {
  color: #5EC44A;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.complete:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.complete:hover i {
  color: #5EC44A;
  font-weight: 600;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.issue i {
  color: #FF9F1A;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.issue:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.issue:hover i {
  color: #FF9F1A;
  font-weight: 600;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.cancel i {
  color: #EB5A46;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.cancel:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.cancel:hover i {
  color: #EB5A46;
  font-weight: 600;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.disabled {
  background: rgba(68, 26, 68, 0.4);
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed !important;
  pointer-events: none;
}
view-task-popup > div .grid > li.task-menu > ul > li ul li.disabled span,
view-task-popup > div .grid > li.task-menu > ul > li ul li.disabled i {
  color: rgba(255, 255, 255, 0.5);
}
view-task-popup > div .grid > li .event-log-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 10px 10px 10px;
}
view-task-popup > div .grid > li .event-log-title h3 {
  font-family: "AvenirNextLTW01-Medium";
  font-size: 22px;
}
view-task-popup > div .grid > li .event-log-title > .buttons {
  display: flex;
  align-items: center;
}
view-task-popup > div .grid > li .event-log-title > .buttons > li {
  margin-right: 5px;
}
plan-board-view {
  padding: 0 !important;
  height: calc(100vh - 51px);
  overflow: hidden;
}
plan-board-view > ul {
  display: flex;
  position: relative;
  height: calc(100vh - 51px);
  min-height: 600px;
  overflow: hidden;
}
plan-board-view > ul > li {
  line-height: 1.4;
}
plan-board-view > ul > li.scheduler-wrapper {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
plan-board-view > ul > li.scheduler-wrapper .loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 5;
}
plan-board-view > ul > li.scheduler-wrapper .loading .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
plan-board-view > ul > li.scheduler-wrapper .loading.show {
  opacity: 1;
  max-height: 2000px;
}
plan-board-view > ul > li.scheduler-wrapper .loading .content {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
plan-board-view > ul > li.scheduler-wrapper .loading .content svg path {
  fill: #441A44;
}
plan-board-view > ul > li.scheduler-wrapper .loading .content .message {
  margin-top: 10px;
  text-align: center;
}
plan-board-view > ul > li.scheduler-wrapper .scheduler {
  position: relative;
  z-index: 2;
}
plan-board-view > ul > li.scheduler-wrapper:not(.split) .map-box {
  overflow: hidden;
  flex-basis: 0 !important;
}
plan-board-view > ul > li.scheduler-wrapper .scheduler-box {
  overflow: hidden;
  height: 100%;
  max-height: unset;
}
plan-board-view > ul > li.scheduler-wrapper.split .map-box {
  flex-basis: 100%;
}
plan-board-view > ul > li.scheduler-wrapper.split .map-box .resize-bar {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  cursor: ns-resize;
  z-index: 3;
}
plan-board-view > ul > li.scheduler-wrapper.split .map-box .resize-bar:hover {
  background: #e63a77;
  height: 2px;
}
plan-board-view > ul > li.scheduler-wrapper.split .scheduler-box {
  flex-grow: 1;
}
plan-board-view > ul > li .map-box {
  flex-shrink: 0;
  position: relative;
  display: flex;
}
plan-board-view > ul > li .map-box > *.hide {
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
plan-board-view > ul > li .map-box > *.show {
  opacity: 1;
  width: 100%;
  height: 100%;
}
plan-board-view > ul > li .map-box .map-container {
  overflow: hidden;
  opacity: 1;
  flex-basis: 100%;
  height: 100%;
}
plan-board-view > ul > li .map-box .map-container .mapboxgl-ctrl-attrib {
  display: none;
}
plan-board-view > ul > li .map-box .sidebar {
  height: 100%;
  box-shadow: -3px 0 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
  border-radius: 10px 0 0 10px;
  background-image: linear-gradient(90deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
  margin-left: -10px;
  font-size: 15px;
}
plan-board-view > ul > li .map-box .sidebar.task {
  flex-basis: 550px;
}
plan-board-view > ul > li .map-box .sidebar.summary {
  flex-basis: 300px;
}
plan-board-view > ul > li .map-box .sidebar.plan-open-tasks {
  flex-basis: 450px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox {
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  height: calc(100% - 2px);
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section {
  height: 100%;
  display: flex;
  flex-direction: column;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .header-toolbar {
  width: 100%;
  flex-basis: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px 0 15px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .header-toolbar .title {
  font-weight: 500;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .header-toolbar .filler {
  flex-grow: 1;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .back {
  position: absolute;
  right: 10px;
  top: 8px;
  background: rgba(68, 26, 68, 0.15);
  width: 25px;
  height: 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 0 rgba(68, 26, 68, 0.25);
  z-index: 2;
}
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox > .section .back:hover {
  background: rgba(68, 26, 68, 0.35);
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section > .body {
  border-radius: 10px 0 0 10px;
  padding: 0 20px 10px 0;
  width: 100%;
  flex-grow: 1;
  z-index: 1;
  position: relative;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar {
  position: relative;
  width: 100%;
  background: #441A44;
  border-radius: 0 0 0 5px;
  display: flex;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler) {
  display: flex;
  flex-basis: 28px;
  height: 28px;
  border-radius: 5px;
  margin: 3px;
  background: #EFEFEF;
  overflow: hidden;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler).submit {
  flex-basis: auto;
  padding: 0 10px;
  align-items: center;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler).submit .text {
  margin-left: 8px;
  white-space: nowrap;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler).submit.disabled {
  opacity: 40%;
  cursor: default !important;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler) .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler) .icon i {
  font-size: 16px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler) .icon planbot-suggestion svg {
  width: 19px;
  margin-bottom: -6px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler) .icon planbot-icon-solid svg {
  width: 17px;
  margin-bottom: -4px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler) .icon planbot-icon-solid .cls-1 {
  fill: #441A44;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler) .tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  background: #EFEFEF;
  color: #441A44;
  opacity: 0;
  padding: 5px;
  border-radius: 2px;
  z-index: 10;
  top: -10000px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler):hover {
  background: #FFFFFF;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler):hover .tooltip {
  opacity: 1;
  transition: opacity 0.3s;
  top: -35px;
  left: 50%;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler).accent {
  background: #e63a77;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler).accent:hover {
  background: #e63a77;
  filter: contrast(1.2);
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler).accent .icon i {
  color: #FFFFFF;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar li:not(.filler).accent .icon svg .cls-1 {
  fill: #FFFFFF;
}
plan-board-view > ul > li .map-box .sidebar .innerbox > .section .toolbar .filler {
  flex-grow: 1;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task {
  display: flex;
  flex-direction: column;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul {
  flex-grow: 1;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li {
  padding: 4px 0;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li i {
  font-size: 12px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li.name {
  font-weight: 500;
  margin-top: 8px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li.task-type {
  margin-top: -3px;
  margin-left: -20px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li .seperator {
  margin: 0 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li.tags {
  margin-left: -2.2em;
  padding: 5px 10px;
  width: calc(100% + 2.2em);
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li.tags > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li.tags > ul .tag {
  display: flex;
  padding: 5px 10px;
  border-radius: 15px;
  align-items: center;
  box-shadow: 0 1px 1px rgba(29, 28, 29, 0.2);
  color: #FFFFFF;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li.tags > ul .tag .icon {
  margin-right: 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box {
  margin-right: -20px;
  height: 130px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .subtitle {
  font-weight: 500;
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .subtitle .buttons {
  display: flex;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .subtitle .buttons li:not(:last-child) {
  margin-right: 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .subtitle .buttons li .icon i {
  font-size: 16px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .subtitle .buttons li.cancel .icon i {
  color: rgba(29, 28, 29, 0.3);
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .subtitle .buttons li:hover i {
  color: #e63a77 !important;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list {
  width: 100%;
  height: 114px;
  padding: 0 10px 5px 10px;
  overflow-y: auto;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li {
  background: #EFEFEF;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:not(:last-child) {
  margin-bottom: 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li > .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:not(.selected).green-choice {
  box-shadow: 0 2px 1px rgba(94, 196, 74, 0.75);
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li .date {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-grow: 1;
  margin-left: 10px;
}
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.button:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liexact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content .button:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liview-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > litask-actions-menu-widget > ul > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover {
  color: #FFFFFF;
  background: rgba(68, 26, 68, 0.85);
}
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.button:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liexact-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content .button:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-subscription-popup > div .grid > li.product > ul > li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liview-task-popup > div .grid > li.task-menu > ul > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > litask-actions-menu-widget > ul > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover:not(.green-choice)::before,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover:not(.green-choice)::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  height: 2px;
  width: 100%;
  background-image: linear-gradient(90deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.button:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liexact-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content .button:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-subscription-popup > div .grid > li.product > ul > li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liview-task-popup > div .grid > li.task-menu > ul > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > litask-actions-menu-widget > ul > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover > .icon i,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover > .icon i {
  font-weight: 500;
  color: #FFFFFF;
}
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.button:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liexact-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content .button:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > licreate-subscription-popup > div .grid > li.product > ul > li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > liview-task-popup > div .grid > li.task-menu > ul > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > litask-actions-menu-widget > ul > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover > .icon svg .cls-1,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover > .icon svg .cls-1 {
  fill: #FFFFFF;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li .label {
  flex-grow: 1;
  align-items: center;
  display: flex;
  padding: 5px 12px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li .label .icon {
  margin-right: 10px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot {
  background: #e63a77;
  color: #FFFFFF;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot .label {
  padding: 2px 12px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot .icon {
  margin-top: 4px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot svg .cls-1 {
  fill: #FFFFFF;
}
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled).button:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content .button:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled).no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)task-actions-menu-widget > ul > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover,
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot:not(.disabled)download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover {
  background: #e63a77;
  color: #FFFFFF;
  filter: contrast(1.2);
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li.planbot.disabled {
  filter: grayscale(100%);
  opacity: 30%;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:not(.planbot).selected::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  height: 2px;
  width: 100%;
  background-image: linear-gradient(90deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li planbot-suggestion {
  margin-right: 10px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li planbot-suggestion svg {
  width: 16px;
  margin-bottom: -4px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li .hover {
  display: none;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:hover .hover {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  width: 60px;
  border-radius: 5px;
  background: rgba(68, 26, 68, 0.6);
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:hover .hover li {
  height: 100%;
  align-items: center;
  border-radius: 5px;
  flex-basis: 30px;
  display: flex;
  justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.35);
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:hover .hover li .icon i {
  font-size: 12px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:hover .hover li.remove .icon i {
  color: #FFFFFF;
}
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:hover .hover li.remove:hover {
  background: #441A44;
  filter: contrast(1.2);
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:hover .hover li.pick {
  background: #e63a77;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:hover .hover li.pick .icon i {
  color: #FFFFFF;
}
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:hover .hover li.pick:hover {
  background: #e63a77;
  filter: contrast(1.2);
}
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .task .timeslots-box .timeslots-list > li:hover .hover li.pick:hover .icon i {
  font-weight: 900;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container {
  display: flex;
  margin-left: 10px;
  margin-top: 10px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container .button,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container exact-view > ul > li .bsy-section-body ul.actions > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content .button,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container create-subscription-popup > div .grid > li.product > ul > li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container view-task-popup > div .grid > li.task-menu > ul > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container task-actions-menu-widget > ul > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  display: flex;
  background: #FFFFFF;
  padding: 0 15px;
  border-radius: 10px;
  align-items: center;
  height: 30px;
  border: 1px solid #1D1C1D;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container .button .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content .button .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container create-subscription-popup > div .grid > li.product > ul > li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container task-actions-menu-widget > ul > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
plan-board-view > ul > li .map-box .sidebar .innerbox .task .button-container download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon {
  margin-right: 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks {
  max-height: calc(100% - 81px);
  padding: 0 !important;
  overflow-y: auto;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks {
  padding: 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li {
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
  color: #1D1C1D;
  font-size: 12px;
  border-radius: 5px;
  background: #EFEFEF;
  box-shadow: 1px 1px 0 rgba(29, 28, 29, 0.15);
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li:not(:last-child) {
  margin-bottom: 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li .body {
  padding: 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li .name {
  display: flex;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li .name .icon {
  margin-right: 5px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li .name span {
  font-weight: 500;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li .hover {
  display: none;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li:hover {
  color: #FFFFFF;
  background: rgba(68, 26, 68, 0.85);
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li:hover .hover {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  width: 30px;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li:hover .hover li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(239, 239, 239, 0.9);
  color: #441A44;
  flex-grow: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.35);
}
.no-touch plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .selected-tasks > li:hover .hover li:hover {
  background: #441A44;
  color: #FFFFFF;
}
plan-board-view > ul > li .map-box .sidebar .innerbox .plan-open-tasks .no-tasks {
  margin: 0 15px;
  font-style: italic;
}
plan-board-view > ul > li .scheduler-box {
  margin: -1px;
  flex-grow: 1;
  flex-basis: 100%;
  max-height: calc(100vh - 70px);
  position: relative;
}
plan-board-view > ul > li .scheduler-box .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -2px -2px 0;
}
plan-board-view > ul > li .scheduler-box .tags > li {
  margin: 0 2px 2px 0;
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 15px;
  height: 15px;
}
plan-board-view > ul > li .scheduler-box .tags > li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
plan-board-view > ul > li .scheduler-box .tags > li .icon i {
  font-size: 8px;
}
plan-board-view > ul > li .scheduler-box .optimize-user-day {
  padding: 3px;
  border-radius: 3px;
  background: rgba(239, 239, 239, 0.5);
  cursor: pointer;
  margin-right: 5px;
  display: none;
}
plan-board-view > ul > li .scheduler-box .optimize-user-day.enabled {
  display: block;
}
plan-board-view > ul > li .scheduler-box .optimize-user-day .icon {
  margin: 0 !important;
  opacity: 0.7;
}
plan-board-view > ul > li .scheduler-box .optimize-user-day:hover .icon {
  opacity: 1;
}
plan-board-view > ul > li .scheduler-box .optimize-user-day:hover .icon i {
  color: #e63a77;
}
plan-board-view > ul > li .scheduler-box .e-schedule.e-device .e-vertical-view .e-time-cells-wrap {
  width: 50px;
}
plan-board-view > ul > li .scheduler-box .e-header-row .e-list-text,
plan-board-view > ul > li .scheduler-box .e-resource-tree .e-list-text {
  width: 100%;
  font-size: 16px;
  height: 45px;
  display: flex;
  align-items: center;
}
plan-board-view > ul > li .scheduler-box .e-header-row .e-list-text .template-wrap,
plan-board-view > ul > li .scheduler-box .e-resource-tree .e-list-text .template-wrap {
  width: 100%;
}
plan-board-view > ul > li .scheduler-box .e-header-row .e-fullrow,
plan-board-view > ul > li .scheduler-box .e-resource-tree .e-fullrow {
  height: 47px;
}
plan-board-view > ul > li .scheduler-box .e-header-row .template-wrap,
plan-board-view > ul > li .scheduler-box .e-resource-tree .template-wrap {
  display: flex;
  align-items: center;
}
plan-board-view > ul > li .scheduler-box .e-header-row .stats,
plan-board-view > ul > li .scheduler-box .e-resource-tree .stats {
  display: none;
}
plan-board-view > ul > li .scheduler-box .e-header-row.e-treeview .e-ul,
plan-board-view > ul > li .scheduler-box .e-resource-tree.e-treeview .e-ul {
  padding: 0;
}
plan-board-view > ul > li .scheduler-box button {
  border-radius: 2px !important;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.optimize-day {
  padding: 0;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.optimize-day button.e-tbar-btn.e-btn {
  padding: 5px;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.optimize-day i {
  color: #441A44;
  font-size: 16px;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch {
  padding: 0;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch button.e-tbar-btn.e-btn {
  padding: 5px;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch svg {
  width: 19px;
  margin-bottom: -3px;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch svg .cls-1 {
  fill: #441A44;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.execute-queue {
  padding: 0 5px 0 5px;
  display: none;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.execute-queue button.e-tbar-btn.e-btn {
  background: #e63a77;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5px 10px;
  box-shadow: 0 2px 3px rgba(29, 28, 29, 0.2);
  filter: contrast(1.2);
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.execute-queue button.e-tbar-btn.e-btn .e-tbar-btn-text {
  color: #FFFFFF;
  text-transform: none;
  font-weight: 600;
  font-family: 'Avenir Next';
  font-size: 14px;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.execute-queue button.e-tbar-btn.e-btn .e-tbar-btn-text i {
  margin-right: 5px;
}
.no-touch plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.execute-queue button.e-tbar-btn.e-btn:hover {
  box-shadow: 0 2px 5px rgba(29, 28, 29, 0.6);
  filter: contrast(1);
}
.no-touch plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.execute-queue:hover .submit {
  background: rgba(68, 26, 68, 0.8);
}
.no-touch plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.execute-queue:hover .submit i {
  font-weight: 600;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.clear-queue {
  padding: 0 0 0 5px;
  display: none;
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.clear-queue button.e-tbar-btn.e-btn {
  background: rgba(29, 28, 29, 0.6);
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 5px 10px;
  box-shadow: 0 2px 3px rgba(29, 28, 29, 0.2);
  filter: contrast(1.2);
}
plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.clear-queue button.e-tbar-btn.e-btn .e-tbar-btn-text {
  color: #FFFFFF;
  text-transform: none;
  font-weight: 600;
  font-family: 'Avenir Next';
  font-size: 14px;
}
.no-touch plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.clear-queue button.e-tbar-btn.e-btn:hover {
  box-shadow: 0 2px 5px rgba(29, 28, 29, 0.6);
  filter: contrast(1);
}
.no-touch plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.clear-queue:hover .submit {
  background: rgba(68, 26, 68, 0.8);
}
.no-touch plan-board-view > ul > li .scheduler-box .e-toolbar .e-toolbar-items .e-toolbar-item.clear-queue:hover .submit i {
  font-weight: 600;
}
plan-board-view > ul > li .scheduler-box.items-in-queue .e-toolbar .e-toolbar-items .e-toolbar-item.execute-queue,
plan-board-view > ul > li .scheduler-box.items-in-queue .e-toolbar .e-toolbar-items .e-toolbar-item.clear-queue {
  display: inline-flex;
}
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch,
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.optimize-day {
  cursor: default !important;
}
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch button.e-tbar-btn.e-btn,
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.optimize-day button.e-tbar-btn.e-btn,
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch button.e-tbar-btn.e-btn .e-tbar-btn-text,
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.optimize-day button.e-tbar-btn.e-btn .e-tbar-btn-text {
  background: none !important;
  cursor: default !important;
}
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch svg,
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.optimize-day svg {
  width: 19px;
  margin-bottom: -3px;
}
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch svg .cls-1,
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.optimize-day svg .cls-1 {
  fill: rgba(68, 26, 68, 0.3);
}
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch i,
plan-board-view > ul > li .scheduler-box.disable-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.optimize-day i {
  color: rgba(68, 26, 68, 0.3);
}
plan-board-view > ul > li .scheduler-box.remove-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.plan-in-batch,
plan-board-view > ul > li .scheduler-box.remove-planbot .e-toolbar .e-toolbar-items .e-toolbar-item.optimize-day {
  display: none;
}
plan-board-view > ul > li .scheduler-box .e-header-row .template-wrap {
  display: flex;
  align-items: center;
}
plan-board-view > ul > li .scheduler-box .e-header-row .e-resource-cells {
  vertical-align: top;
}
plan-board-view > ul > li .scheduler-box .e-header-row .e-resource-cells .stats {
  display: none;
}
plan-board-view > ul > li .scheduler-box .e-content-table,
plan-board-view > ul > li .scheduler-box .e-time-cells-wrap table {
  height: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule {
  z-index: 1;
}
plan-board-view > ul > li .scheduler-box .e-schedule .avatar {
  position: relative;
  flex-basis: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .avatar .avatar-circle {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #441a44;
  color: #FFFFFF;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  height: 100%;
  width: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule .avatar .avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
plan-board-view > ul > li .scheduler-box .e-schedule .avatar .avatar-circle span {
  padding: 2px 0 0 2px;
  font-size: 11px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .avatar .avatar-shadow {
  z-index: 1;
  position: absolute;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  filter: contrast(80%);
  background: #441a44;
  color: #FFFFFF;
  height: 100%;
  width: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment {
  padding: 0;
  border: 0 !important;
  background: #FFFFFF !important;
  border-radius: 0;
  overflow: unset !important;
  opacity: 1 !important;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap {
  overflow: hidden;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-open,
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-suggestion {
  background: rgba(230, 58, 119, 0.05);
  border: 1px solid rgba(230, 58, 119, 0.8);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-open .subject .icon i::before,
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-suggestion .subject .icon i::before {
  font-weight: 900;
  color: #e63a77;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-open.draft-true,
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-suggestion.draft-true {
  background: rgba(68, 26, 68, 0.2);
  border: 1px solid rgba(68, 26, 68, 0.8);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.absence-true {
  opacity: 0.7;
  background-image: radial-gradient(#dbb9ce 0.45px, #f7eff5 0.45px);
  background-size: 9px 9px;
  border-radius: 2px;
  text-transform: capitalize;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.absence-true .body .subject i {
  font-size: 10px !important;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.absence-true.draft-true {
  background-image: radial-gradient(rgba(68, 26, 68, 0.6) 0.45px, rgba(68, 26, 68, 0.3) 0.45px);
  border: 1px solid rgba(68, 26, 68, 0.8);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-confirmed {
  background: #EFEFEF;
  border: 0;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-confirmed .subject .icon i::before {
  font-weight: 900;
  color: #441A44;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-confirmed.draft-true {
  background: rgba(68, 26, 68, 0.2);
  border: 1px solid rgba(68, 26, 68, 0.8);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-completed {
  background: rgba(94, 196, 74, 0.15);
  border: 1px solid rgba(94, 196, 74, 0.3);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-completed .subject .icon i::before {
  content: "\f058" !important;
  font-weight: 900;
  color: #5EC44A;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-billed {
  background: rgba(73, 184, 229, 0.15);
  border: 1px solid rgba(73, 184, 229, 0.3);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-billed .subject .icon i::before {
  content: "\f570" !important;
  font-weight: 900;
  color: #49B8E5;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-reported-issue {
  background: rgba(255, 159, 26, 0.15);
  border: 1px solid rgba(255, 159, 26, 0.3);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-appointment .template-wrap.status-reported-issue .subject .icon i::before {
  content: "\f0f3" !important;
  font-weight: 900;
  color: #FF9F1A;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap .e-device-hover {
  background: rgba(68, 26, 68, 0.6);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap .absence-icon {
  text-align: center;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-content-table thead {
  position: relative;
  z-index: 2;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-content-table tbody {
  position: relative;
  z-index: 1;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-block-appointment {
  opacity: 0.7;
  background-image: radial-gradient(#dbb9ce 0.45px, #f7eff5 0.45px);
  background-size: 9px 9px;
  width: calc(100% - 2px) !important;
  left: 1px !important;
  border-radius: 2px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-block-appointment .template-wrap {
  opacity: 0.7;
  background-image: radial-gradient(#dbb9ce 0.45px, #f7eff5 0.45px);
  background-size: 9px 9px;
  border-radius: 2px;
  text-transform: capitalize;
  height: 100%;
  white-space: normal;
  word-break: break-all;
  font-size: 10px;
  line-height: 1;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-block-appointment .template-wrap .body {
  padding: 2px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-block-appointment .template-wrap .body .subject .icon {
  display: inline;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-block-appointment .template-wrap .body .subject .icon i {
  font-size: 10px !important;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-block-appointment .template-wrap.draft-true {
  background-image: radial-gradient(rgba(68, 26, 68, 0.6) 0.45px, rgba(68, 26, 68, 0.3) 0.45px);
  border: 1px solid rgba(68, 26, 68, 0.8);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .non-working {
  margin: 0 1px;
  height: 100%;
  width: calc(100% - 2px);
  background-color: #ffffff;
  opacity: 0.7;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #e6d3df 0, #e6d3df 1px, #ffffff 0, #ffffff 50%);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .non-working .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .non-working .icon i {
  opacity: 0.15;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-outer-table {
  display: block;
  height: calc(100vh - 97px);
  width: calc(100vw - 55px - 300px);
  overflow: auto;
  will-change: scroll-position;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-outer-table .avatar {
  flex-shrink: 0;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-outer-table > tbody > tr:first-child {
  position: sticky;
  top: 0;
  z-index: 4;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-outer-table .e-resource-cells {
  width: 45px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-outer-table .e-week-number {
  height: 63px !important;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-outer-table > tbody > tr > td:first-child {
  position: sticky;
  left: 0;
  width: 50px;
  z-index: 3;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment {
  margin-left: 2px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details {
  padding: 0;
  height: 100%;
  width: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details .template-wrap {
  display: flex;
  color: #1D1C1D;
  border-radius: 2px;
  height: 100%;
  width: 100%;
  white-space: normal;
  word-break: break-all;
  font-size: 10px;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  font-weight: 400;
  overflow: hidden;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details .template-wrap.suggestion .task-category {
  background: #EFEFEF;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details .template-wrap .body {
  padding: 0 2px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details .template-wrap .body .location-name {
  width: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details .template-wrap .body .location-address {
  width: 100%;
  margin-bottom: 3px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details .template-wrap .body .subject {
  flex-shrink: 1;
  overflow: hidden;
  margin: 2px 0 4px 0;
  font-weight: 500;
  width: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details .template-wrap .body .subject .icon {
  display: inline;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details .template-wrap .body .subject .icon i {
  font-weight: 400;
  font-size: 9px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details .template-wrap .body .time {
  flex-grow: 1;
  margin-top: 10px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-appointment .e-appointment-details .template-wrap .tags {
  justify-content: center;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-left-indent {
  width: 50px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view.e-work-week-view .e-content-wrap table td.e-work-cells:nth-child(5n+1) {
  border-left-color: rgba(29, 28, 29, 0.4);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view.e-work-week-view .e-date-header-wrap {
  will-change: scroll-position;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view.e-work-week-view .e-date-header-wrap table td.e-header-cells:nth-child(5n+1) {
  border-left-color: rgba(29, 28, 29, 0.3);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view.e-work-week-view .e-header-row td.e-resource-cells {
  border-left-color: rgba(29, 28, 29, 0.3);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-time-cells-wrap table td,
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view .e-work-cells {
  height: 18px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-vertical-view.e-day-view .e-appointment .e-appointment-details .template-wrap .body {
  padding: 5px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view > .e-outer-table {
  display: block;
  height: calc(100vh - 97px);
  width: calc(100vw - 55px - 300px);
  overflow: auto;
  will-change: scroll-position;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view > .e-outer-table .e-content-wrap {
  overflow: hidden !important;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view > .e-outer-table .avatar {
  flex-shrink: 0;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view > .e-outer-table > tbody > tr:first-child {
  position: sticky;
  top: 0;
  z-index: 4;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view > .e-outer-table > tbody > tr > td:first-child {
  position: sticky;
  left: 0;
  width: 50px;
  z-index: 3;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view > .e-outer-table tbody > tr > td:first-child {
  width: 200px;
  max-width: 12vw;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-resource-cells .template-wrap {
  display: flex;
  align-items: center;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-resource-cells .template-wrap .stats {
  display: none;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment {
  color: #1D1C1D;
  overflow: unset;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment .e-event-resize.e-left-handler,
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment .e-event-resize.e-right-handler {
  display: none;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment .e-appointment-details {
  padding: 0;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment .e-appointment-details .template-wrap {
  white-space: normal;
  font-size: 9px;
  line-height: 1;
  border-radius: 2px;
  overflow: hidden;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment .e-appointment-details .template-wrap .location-address .icon {
  display: none;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment .e-appointment-details .template-wrap .location-address .location-name::after {
  margin-right: 3px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment .e-appointment-details .template-wrap .body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment .e-appointment-details .template-wrap .body .subject {
  text-align: left;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 1px 0;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment .e-appointment-details .template-wrap .body .subject .icon {
  display: inline;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-month-view .e-appointment .e-appointment-details .template-wrap .body .subject span {
  font-weight: 500;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-block-appointment {
  opacity: 0.7;
  background-image: radial-gradient(#dbb9ce 0.45px, #f7eff5 0.45px);
  background-size: 9px 9px;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-block-appointment .subject {
  display: flex;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-block-appointment .subject .icon {
  margin: 0 4px 0 2px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .non-working {
  margin: 1px 0;
  height: calc(100% - 2px);
  width: 100%;
  background-color: #ffffff;
  opacity: 0.7;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #e6d3df 0, #e6d3df 1px, #ffffff 0, #ffffff 50%);
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .non-working .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .non-working .icon i {
  opacity: 0.15;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view > .e-outer-table {
  display: block;
  height: calc(((100vh - 50px) / 2) - 46px);
  width: calc(100vw - 55px - 300px);
  overflow: auto;
  will-change: scroll-position;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view > .e-outer-table .e-content-wrap {
  overflow: hidden !important;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view > .e-outer-table .avatar {
  flex-shrink: 0;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view > .e-outer-table > tbody > tr:first-child {
  position: sticky;
  top: 0;
  z-index: 4;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view > .e-outer-table .e-resource-cells {
  width: 45px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view > .e-outer-table .e-week-number {
  height: 63px !important;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view > .e-outer-table > tbody > tr > td:first-child {
  position: sticky;
  left: 0;
  width: 50px;
  z-index: 3;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view > .e-outer-table tbody .e-date-header-container tr:first-child {
  display: none;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view > .e-outer-table tbody > tr > td:first-child {
  width: 200px;
  max-width: 12vw;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-work-cells {
  border-right-color: rgba(239, 239, 239, 0.8);
  border-bottom: 0;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells {
  border-right: 0;
  border-bottom: 0;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-left-td {
  border-right: 0;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells {
  padding-left: 5px;
  font-size: 13px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap {
  display: flex;
  align-items: center;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .avatar {
  flex-shrink: 0;
  flex-basis: 30px;
  height: 30px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .avatar .avatar-circle {
  background: #FFFFFF;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .avatar .avatar-circle span {
  font-size: 11px;
  font-weight: 500;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .text {
  width: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .resource-name {
  font-size: 12px;
  white-space: nowrap !important;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .stats {
  display: flex;
  align-items: center;
  height: 20px;
  width: 100%;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .stats .filler {
  flex-grow: 1;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .stats .icon {
  margin-right: 3px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .stats .icon i {
  font-size: 11px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .stats span {
  margin-right: 5px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-resource-cells .template-wrap .text span {
  white-space: pre-line;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment {
  background: none;
  height: 48px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details {
  padding: 0;
  max-width: 100%;
  overflow: unset;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details .template-wrap {
  width: 100%;
  align-items: center;
  display: flex;
  padding: 2px;
  color: #1D1C1D;
  font-size: 11px;
  border-radius: 2px;
  line-height: 1.3;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details .template-wrap .body {
  padding: 0 1px;
  flex-grow: 1;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details .template-wrap .body .subject {
  width: 100%;
  overflow: hidden;
  display: flex;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details .template-wrap .body .subject .icon {
  margin-right: 3px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details .template-wrap .body .subject span {
  font-weight: 500;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details .template-wrap .body .subject i {
  font-weight: 400;
  font-size: 8px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details .template-wrap .body .location-address {
  display: block;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details .template-wrap .body .location-address .icon {
  display: none;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details .template-wrap .body .location-address .location-name::after {
  margin-right: 3px;
}
plan-board-view > ul > li .scheduler-box .e-schedule .e-table-wrap.e-timeline-view .e-appointment .e-appointment-details .template-wrap .status {
  font-size: 0.75em;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper {
  border-radius: 5px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header {
  border-radius: 5px 5px 0 0;
  font-family: 'Avenir Next';
  background-image: linear-gradient(90deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
  padding-bottom: 2px;
  position: relative;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header > div {
  background: #EFEFEF;
  border-radius: 5px 5px 0 0;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap {
  padding: 15px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
  color: #1D1C1D;
  display: flex;
  font-size: 24px;
  line-height: 1;
  max-height: none;
  overflow: unset;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject .icon {
  margin-left: 10px;
  font-size: 20px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject i {
  margin-right: 10px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper button {
  color: #1D1C1D !important;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper button span {
  line-height: 1;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
  width: 15px;
  height: 15px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .task-type {
  display: flex;
  align-items: center;
  padding: 5px 15px 0 0;
  font-size: 16px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .task-type .icon {
  margin: 5px 10px 0 0;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .task-type .icon i {
  font-size: 14px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .task-type .box {
  display: flex;
  flex-wrap: wrap;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .task-type .box .category {
  margin: 5px 0 0 0;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .task-type .box .type {
  position: relative;
  margin-top: 5px;
  padding-left: 19px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-event-popup .e-popup-header .task-type .box .type::before {
  content: "\f105";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 7px;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-content {
  padding: 15px 10px;
  font-size: 15px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-content .body > li {
  display: flex;
  align-items: center;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-content .body > li:not(:last-child) {
  margin-bottom: 10px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-content .body > li .icon {
  flex-basis: 30px;
  margin-right: 10px;
  text-align: center;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-content .body > li .avatar {
  flex-basis: 30px;
  margin-right: 10px;
  height: 30px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-content .body > li .place {
  font-size: 14px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer {
  display: block;
  padding: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .primary-overwrite {
  color: #1D1C1D !important;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar {
  position: relative;
  width: 100%;
  background: #441A44;
  display: flex;
  padding: 0 2px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler) {
  display: flex;
  flex-basis: 32px;
  height: 32px;
  border-radius: 5px;
  margin: 5px 3px;
  background: #EFEFEF;
  overflow: hidden;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler).submit {
  flex-basis: auto;
  padding: 0 10px;
  align-items: center;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler).submit .text {
  margin-left: 8px;
  white-space: nowrap;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler).submit.disabled {
  opacity: 40%;
  cursor: default !important;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler) .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler) .icon i {
  font-size: 18px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler) .tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  background: #EFEFEF;
  color: #441A44;
  opacity: 0;
  padding: 5px;
  border-radius: 2px;
  z-index: 10;
  top: -10000px;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler):hover {
  background: #FFFFFF;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler):hover .tooltip {
  opacity: 1;
  transition: opacity 0.3s;
  top: -35px;
  left: 50%;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler).accent {
  background: #e63a77;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler).accent:hover {
  background: #e63a77;
  filter: contrast(1.2);
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler).accent .icon i {
  color: #FFFFFF;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar li:not(.filler).accent .icon svg .cls-1 {
  fill: #FFFFFF;
}
plan-board-view > ul > li .scheduler-box .e-quick-popup-wrapper .e-popup-footer .toolbar .filler {
  flex-grow: 1;
}
plan-board-view > ul > li.sidebar {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFFFFF;
  transition: background-color 0.5s;
  flex-basis: 300px;
  flex-shrink: 0;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
  font-size: 15px;
}
plan-board-view > ul > li.sidebar .sidebar-title {
  font-weight: 500;
  padding: 5px 10px 0 10px;
  display: flex;
}
plan-board-view > ul > li.sidebar .sidebar-title .icon {
  margin-right: 8px;
  font-weight: 300;
  color: #e63a77;
}
plan-board-view > ul > li.sidebar .sidebar-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
plan-board-view > ul > li.sidebar .sidebar-content .filter {
  display: flex;
  padding: 0 10px;
  margin: 10px 0;
}
plan-board-view > ul > li.sidebar .sidebar-content .filter li {
  height: 35px;
  flex-grow: 1;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  min-width: 85px;
}
plan-board-view > ul > li.sidebar .sidebar-content .filter li:not(.active) {
  cursor: pointer;
  border-color: #EFEFEF;
}
.no-touch plan-board-view > ul > li.sidebar .sidebar-content .filter li:not(.active):hover {
  background: #441A44;
  color: #FFFFFF;
  border-color: #441A44;
}
plan-board-view > ul > li.sidebar .sidebar-content .filter li.active {
  background: #441A44;
  color: #FFFFFF;
  border-color: #441A44;
}
plan-board-view > ul > li.sidebar .sidebar-content .filter li:not(:last-child) {
  margin-right: 5px;
}
plan-board-view > ul > li.sidebar .sidebar-content .search {
  padding: 0;
  background: rgba(239, 239, 239, 0.5);
  border: 1px solid rgba(29, 28, 29, 0.05);
  border-radius: 3px;
  margin: 0 10px;
}
plan-board-view > ul > li.sidebar .sidebar-content .search input {
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 16px;
  background: none;
  padding: 10px;
  font-family: 'Avenir Next';
}
.phantom plan-board-view > ul > li.sidebar .sidebar-content .search input,
.responsive plan-board-view > ul > li.sidebar .sidebar-content .search input {
  font-size: 17px;
}
plan-board-view > ul > li.sidebar .sidebar-content .search input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
plan-board-view > ul > li.sidebar .sidebar-content .search input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
plan-board-view > ul > li.sidebar .sidebar-content .search input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
plan-board-view > ul > li.sidebar .sidebar-content .search input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks {
  padding: 10px;
  overflow: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  border-radius: 5px;
  opacity: 0.999;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background: #EFEFEF;
  padding: 10px;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields {
  width: 100%;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li {
  display: flex;
  align-items: center;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li > .icon {
  width: 20px;
  margin-right: 5px;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li:not(:last-child) {
  margin-bottom: 5px;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li.distance {
  margin-bottom: 5px;
  display: flex;
  color: #e63a77;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li.distance .icon {
  display: flex;
  align-items: center;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li.name {
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li.name .icon {
  display: flex;
  align-items: center;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li.planning {
  background: #FFFFFF;
  padding: 5px 5px;
  border-radius: 5px;
  margin: 0 -5px 5px -5px;
  display: block;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li.planning:last-child {
  margin-bottom: -5px;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li.planning > div {
  display: flex;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li.planning > div > .icon {
  width: 20px;
  margin-right: 5px;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li.planning > div:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 5px;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li .tags .tag {
  display: flex;
  padding: 3px 7px;
  border-radius: 15px;
  align-items: center;
  box-shadow: 0 1px 1px rgba(29, 28, 29, 0.2);
  color: #FFFFFF;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li .task-details .fields > li .tags .tag .icon {
  margin-right: 5px;
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li.selected .task-details {
  background: rgba(68, 26, 68, 0.15);
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul > li.dragging .task-details {
  background: rgba(29, 28, 29, 0.15);
}
plan-board-view > ul > li.sidebar .sidebar-content .tasks > ul .task:hover {
  cursor: pointer;
}
plan-board-view > ul > li.sidebar .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
plan-board-view > ul > li.sidebar .loading svg {
  margin: 10px 0;
}
plan-board-view > ul > li.sidebar .loading svg path {
  fill: #441A44;
}
plan-board-view > ul > li.sidebar .loading .text {
  text-align: center;
}
plan-board-view > ul > li.sidebar.sidebar-ready .sidebar-content .tasks {
  opacity: 1;
}
plan-board-view > ul > li.sidebar.sidebar-ready .loading {
  display: none;
}
.e-control,
.e-css,
.e-tooltip-wrap .e-tip-content,
.e-tooltip-wrap {
  font-family: 'Avenir Next' !important;
}
.e-tooltip-wrap {
  padding: 0 0 2px 0 !important;
  border: 0 !important;
  box-shadow: 0px 0 10px 0px rgba(29, 28, 29, 0.4) !important;
  border-radius: 5px !important;
  overflow: hidden;
  background-image: linear-gradient(90deg, #f9d602, #f5ad54 10%, #ec7c44 20%, #e74d65 30%, #e53081 40%, #cb5596 50%, #a871aa 60%, #8c81ba 70%, #5ba4d9 80%, #49bdea 90%, #67c2dd);
}
.e-tooltip-wrap > * {
  padding: 5px 10px !important;
  background: #FFFFFF !important;
  border-radius: 5px !important;
}
.e-tooltip-wrap .tooltip-wrap {
  color: #1D1C1D;
}
.e-tooltip-wrap .content-area {
  margin-left: 20px;
  font-size: 14px;
}
.e-tooltip-wrap .content-area > li {
  display: flex;
  padding: 5px 0;
  align-items: center;
  line-height: 1.2;
}
.e-tooltip-wrap .content-area > li.fa-li,
.e-tooltip-wrap .content-area > liplan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li task-status-widget .icon {
  margin-right: 15px;
}
.e-tooltip-wrap .content-area > li.fa-li i,
.e-tooltip-wrap .content-area > liplan-board-view > ul > li .map-box .sidebar .innerbox .task .fa-ul > li task-status-widget .icon i {
  font-size: 12px;
}
.e-tooltip-wrap .content-area > li.tags-row {
  margin-left: -20px;
}
.e-tooltip-wrap .content-area > li.tags-row .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -3px -3px 0;
}
.e-tooltip-wrap .content-area > li.tags-row .tags > li {
  display: flex;
  padding: 4px 7px;
  border-radius: 10px;
  align-items: center;
  box-shadow: 0 1px 1px rgba(29, 28, 29, 0.2);
  color: #FFFFFF;
  font-size: 11px;
  margin: 0 3px 3px 0;
}
.e-tooltip-wrap .content-area > li.tags-row .tags > li .icon {
  margin-right: 5px;
}
.e-tooltip-wrap .content-area > li.tags-row .tags > li + .button,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + exact-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content .button,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + create-subscription-popup > div .grid > li.product > ul > li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
.e-tooltip-wrap .content-area > li.tags-row .tags > li + view-task-popup > div .grid > li.task-menu > ul > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + task-actions-menu-widget > ul > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags > li + download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  margin-left: 5px;
}
.e-tooltip-wrap .content-area > li.tags-row .tags .button,
.e-tooltip-wrap .content-area > li.tags-row .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content .button,
.e-tooltip-wrap .content-area > li.tags-row .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
.e-tooltip-wrap .content-area > li.tags-row .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
.e-tooltip-wrap .content-area > li.tags-row .tags create-subscription-popup > div .grid > li.product > ul > li,
.e-tooltip-wrap .content-area > li.tags-row .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
.e-tooltip-wrap .content-area > li.tags-row .tags view-task-popup > div .grid > li.task-menu > ul > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags task-actions-menu-widget > ul > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  display: flex;
}
.e-tooltip-wrap .content-area > li.tags-row .tags .button .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content .button .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags create-subscription-popup > div .grid > li.product > ul > li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags task-actions-menu-widget > ul > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .icon,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li .icon {
  color: #441A44;
  font-size: 18px;
  width: 20px;
  margin-right: 7px;
}
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags .button:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content .button:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags create-subscription-popup > div .grid > li.product > ul > li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags view-task-popup > div .grid > li.task-menu > ul > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags task-actions-menu-widget > ul > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active):hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li:hover .icon i,
.no-touch .e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li:hover .icon i {
  font-weight: 400;
}
.e-tooltip-wrap .content-area > li.tags-row .tags .button .name,
.e-tooltip-wrap .content-area > li.tags-row .tags exact-view > ul > li .bsy-section-body ul.actions > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags intercom-view > ul > li .bsy-section-body ul.actions > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content .button .name,
.e-tooltip-wrap .content-area > li.tags-row .tags rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .name,
.e-tooltip-wrap .content-area > li.tags-row .tags create-task-popup > div.popup-content .grid > li.toolbar > ul > li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags create-subscription-popup > div .grid > li.product > ul > li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .name,
.e-tooltip-wrap .content-area > li.tags-row .tags view-task-popup > div .grid > li.task-menu > ul > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags task-actions-menu-widget > ul > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li .name,
.e-tooltip-wrap .content-area > li.tags-row .tags download-export-popup > div .content task-actions-menu-widget > ul > li ul li .name {
  font-style: italic;
}
.e-tooltip-wrap .content-area > li .users {
  display: flex;
  flex-wrap: wrap;
}
.e-tooltip-wrap .content-area > li .users > li {
  display: inline;
  margin-bottom: 3px;
}
.e-tooltip-wrap .content-area > li .users li:nth-child(2n)::before {
  content: ", ";
}
.e-tooltip-wrap .content-area > li .users li:nth-child(2n)::after {
  content: "\A";
  white-space: pre;
  /* Nodig om linebreak (\A) te tonen */
}
task-actions-menu-widget > ul > li .menu-title {
  font-family: "AvenirNextLTW01-Medium";
  padding: 0 10px;
  white-space: nowrap;
  font-size: 20px;
}
task-actions-menu-widget > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
task-actions-menu-widget > ul > li ul {
  margin: 10px 0;
}
task-actions-menu-widget > ul > li ul li {
  padding: 10px 10px;
  color: #1D1C1D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: left;
  margin-bottom: 5px;
  white-space: nowrap;
}
task-actions-menu-widget > ul > li ul li:hover {
  background: #FFFFFF;
}
task-actions-menu-widget > ul > li ul li span {
  font-family: 'Avenir Next';
  font-size: 18px;
}
task-actions-menu-widget > ul > li ul li .icon {
  width: 30px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}
task-actions-menu-widget > ul > li ul li .icon i {
  font-size: 20px;
}
task-actions-menu-widget > ul > li ul li.complete i {
  color: #5EC44A;
}
task-actions-menu-widget > ul > li ul li.complete:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
task-actions-menu-widget > ul > li ul li.complete:hover i {
  color: #5EC44A;
  font-weight: 600;
}
task-actions-menu-widget > ul > li ul li.issue i {
  color: #FF9F1A;
}
task-actions-menu-widget > ul > li ul li.issue:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
task-actions-menu-widget > ul > li ul li.issue:hover i {
  color: #FF9F1A;
  font-weight: 600;
}
task-actions-menu-widget > ul > li ul li.cancel i {
  color: #EB5A46;
}
task-actions-menu-widget > ul > li ul li.cancel:hover {
  background: #FFFFFF;
  color: #1D1C1D;
}
task-actions-menu-widget > ul > li ul li.cancel:hover i {
  color: #EB5A46;
  font-weight: 600;
}
task-actions-menu-widget .loading {
  text-align: center;
  padding: 40px 0;
}
task-actions-menu-widget .loading svg path {
  fill: #1D1C1D;
}
task-actions-menu-widget .loading > div {
  margin-top: 15px;
}
template-editor-view > div .title {
  display: flex;
  align-items: center;
}
template-editor-view > div .title .buttons {
  margin-left: 25px;
}
template-editor-view > div .row-nav {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
template-editor-view > div .row-nav > li {
  height: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
template-editor-view > div .row-nav > li:first-child {
  font-weight: 500;
  margin-right: 10px;
}
template-editor-view > div .row-nav > li.button,
template-editor-view > div .row-nav > liexact-view > ul > li .bsy-section-body ul.actions > li ul li,
template-editor-view > div .row-nav > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
template-editor-view > div .row-nav > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li,
template-editor-view > div .row-nav > lidownload-export-popup > div .content .button,
template-editor-view > div .row-nav > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
template-editor-view > div .row-nav > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
template-editor-view > div .row-nav > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
template-editor-view > div .row-nav > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li,
template-editor-view > div .row-nav > licreate-subscription-popup > div .grid > li.product > ul > li,
template-editor-view > div .row-nav > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
template-editor-view > div .row-nav > liview-task-popup > div .grid > li.task-menu > ul > li ul li,
template-editor-view > div .row-nav > litask-actions-menu-widget > ul > li ul li,
template-editor-view > div .row-nav > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li,
template-editor-view > div .row-nav > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li,
template-editor-view > div .row-nav > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li,
template-editor-view > div .row-nav > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li,
template-editor-view > div .row-nav > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li,
template-editor-view > div .row-nav > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active),
template-editor-view > div .row-nav > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li,
template-editor-view > div .row-nav > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 15px;
  margin-right: 5px;
}
template-editor-view > div .row-nav > li.button i,
template-editor-view > div .row-nav > liexact-view > ul > li .bsy-section-body ul.actions > li ul li i,
template-editor-view > div .row-nav > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li i,
template-editor-view > div .row-nav > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content .button i,
template-editor-view > div .row-nav > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li i,
template-editor-view > div .row-nav > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li i,
template-editor-view > div .row-nav > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location i,
template-editor-view > div .row-nav > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li i,
template-editor-view > div .row-nav > licreate-subscription-popup > div .grid > li.product > ul > li i,
template-editor-view > div .row-nav > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) i,
template-editor-view > div .row-nav > liview-task-popup > div .grid > li.task-menu > ul > li ul li i,
template-editor-view > div .row-nav > litask-actions-menu-widget > ul > li ul li i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active) i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li i {
  margin-right: 10px;
}
template-editor-view > div .row-nav > li.button.active,
template-editor-view > div .row-nav > liexact-view > ul > li .bsy-section-body ul.actions > li ul li.active,
template-editor-view > div .row-nav > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.active,
template-editor-view > div .row-nav > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content .button.active,
template-editor-view > div .row-nav > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.active,
template-editor-view > div .row-nav > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li.active,
template-editor-view > div .row-nav > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.active,
template-editor-view > div .row-nav > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li.active,
template-editor-view > div .row-nav > licreate-subscription-popup > div .grid > li.product > ul > li.active,
template-editor-view > div .row-nav > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).active,
template-editor-view > div .row-nav > liview-task-popup > div .grid > li.task-menu > ul > li ul li.active,
template-editor-view > div .row-nav > litask-actions-menu-widget > ul > li ul li.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.active,
template-editor-view > div .row-nav > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li.active {
  background: #441A44;
  color: #FFFFFF;
}
template-editor-view > div .row-nav > li.button.active i,
template-editor-view > div .row-nav > liexact-view > ul > li .bsy-section-body ul.actions > li ul li.active i,
template-editor-view > div .row-nav > lifreshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.active i,
template-editor-view > div .row-nav > liintercom-view > ul > li .bsy-section-body ul.actions > li ul li.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content .button.active i,
template-editor-view > div .row-nav > lirompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.active i,
template-editor-view > div .row-nav > lisnelstart-view > ul > li .bsy-section-body ul.actions > li ul li.active i,
template-editor-view > div .row-nav > licreate-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.active i,
template-editor-view > div .row-nav > licreate-task-popup > div.popup-content .grid > li.toolbar > ul > li.active i,
template-editor-view > div .row-nav > licreate-subscription-popup > div .grid > li.product > ul > li.active i,
template-editor-view > div .row-nav > li.no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).active i,
template-editor-view > div .row-nav > liview-task-popup > div .grid > li.task-menu > ul > li ul li.active i,
template-editor-view > div .row-nav > litask-actions-menu-widget > ul > li ul li.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content exact-view > ul > li .bsy-section-body ul.actions > li ul li.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content freshdesk-view > ul > li .bsy-section-body ul.actions > li ul li.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content intercom-view > ul > li .bsy-section-body ul.actions > li ul li.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content rompslomp-view > ul > li .bsy-section-body ul.actions > li ul li.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content snelstart-view > ul > li .bsy-section-body ul.actions > li ul li.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.properties .search .search-results .create-location.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-task-popup > div.popup-content .grid > li.toolbar > ul > li.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content create-subscription-popup > div .grid > li.product > ul > li.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content .no-touch create-subscription-popup > div .grid > li.product > ul > li:not(.active).active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content view-task-popup > div .grid > li.task-menu > ul > li ul li.active i,
template-editor-view > div .row-nav > lidownload-export-popup > div .content task-actions-menu-widget > ul > li ul li.active i {
  font-weight: 900;
}
template-editor-view > div .row-nav > li .remove {
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-right: -10px;
  height: 100%;
}
template-editor-view > div .columns {
  display: flex;
  margin-top: 15px;
  width: 100%;
}
template-editor-view > div .columns > .left-column {
  flex-shrink: 1;
  margin-right: 15px;
  flex-grow: 1;
}
template-editor-view > div .columns > .left-column .document-editor {
  max-height: calc(100vh - 100px);
}
template-editor-view > div .columns > .left-column > .widget-rows {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
template-editor-view > div .columns > .left-column > .widget-rows > li > .widgets > li {
  margin: 0;
}
template-editor-view > div .columns .right-column {
  flex-basis: 350px;
  max-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}
template-editor-view > div .columns .right-column > *:not(:last-child) {
  margin-bottom: 15px;
}
template-editor-view > div .columns .right-column .document-info {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  width: 100%;
  flex-basis: 200px;
  padding: 15px;
}
template-editor-view > div .columns .right-column .block-container {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-grow: 1;
}
template-editor-view > div .columns .right-column .block-container .groups-nav {
  position: relative;
}
template-editor-view > div .columns .right-column .block-container .groups-nav > li {
  min-width: 50px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
template-editor-view > div .columns .right-column .block-container .groups-nav > li .icon i {
  font-size: 20px;
}
template-editor-view > div .columns .right-column .block-container .groups-nav > li > span {
  display: none;
}
template-editor-view > div .columns .right-column .block-container .groups-nav > li.active .icon i {
  font-weight: 900;
}
template-editor-view > div .columns .right-column .block-container .groups-nav > li.active span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
template-editor-view > div .columns .right-column .block-container .blocks-list {
  padding: 10px 10px 0 0;
  flex-grow: 1;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}
template-editor-view > div .columns .right-column .block-container .blocks-list > li {
  background: #EFEFEF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  opacity: 0.999;
  font-size: 14px;
  padding: 15px;
  line-height: 1.3;
  width: 100%;
}
template-editor-view > div .columns .right-column .block-container .blocks-list > li:not(:last-child) {
  margin-bottom: 10px;
}
template-editor-view > div .columns .right-column .block-container .blocks-list > li .icon {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
update-user-popup > div .access-groups {
  display: flex;
  flex-grow: 1;
  position: relative;
  align-items: center;
  padding: 5px 10px;
  margin-left: -10px;
  min-height: 40px;
}
update-user-popup > div .access-groups > * {
  z-index: 2;
}
update-user-popup > div .access-groups > ul {
  margin-left: 35px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
update-user-popup > div .access-groups > ul > li {
  background: white;
  padding: 0 10px;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 55px;
  height: 30px;
}
update-user-popup > div .access-groups > ul > li .remove-icon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #EFEFEF;
  height: 100%;
  width: 30px;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 5px;
  cursor: pointer;
}
update-user-popup > div .access-groups > ul > li .remove-icon i {
  color: rgba(29, 28, 29, 0.5);
}
update-user-popup > div .access-groups > ul > li .access-type-icon {
  background-color: #EFEFEF;
  height: 100%;
  align-items: center;
  display: none;
  border-radius: 5px;
  margin-right: 7px;
}
update-user-popup > div .access-groups > ul > li .access-type-icon i {
  font-size: 12px;
}
update-user-popup > div .access-groups > ul > li:hover {
  background-color: #EFEFEF;
  z-index: 2;
  position: relative;
}
update-user-popup > div .access-groups > ul > li:hover .access-type-icon {
  display: flex;
}
update-user-popup > div .access-groups > ul > li.allow-remove:hover .remove-icon {
  display: flex;
}
update-user-popup > div .access-groups > ul > li.group:hover .access-type-icon i::before {
  content: "\f0c0";
}
update-user-popup > div .access-groups > ul > li.user:hover .access-type-icon i::before {
  content: "\f007";
}
update-user-popup > div .access-groups > ul > li .remove-icon:hover i {
  color: #EB5A46;
}
update-user-popup > div .access-groups .add {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  z-index: 1;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}
update-user-popup > div .access-groups .add > div {
  display: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  margin-left: 10px;
}
update-user-popup > div .access-groups .add > div i {
  font-size: 14px;
}
update-user-popup > div .access-groups .add > div.access-icon {
  display: flex;
  margin-left: 10px;
}
update-user-popup > div .access-groups .add:hover > .group,
update-user-popup > div .access-groups .add:hover > .user {
  display: flex;
  background-color: rgba(29, 28, 29, 0.1);
}
update-user-popup > div .access-groups .add:hover > .access-icon {
  display: none;
}
user-absence-view {
  padding: 0 !important;
  height: calc(100vh - 51px);
  overflow: hidden;
}
user-absence-view > ul {
  position: relative;
  height: calc(100vh - 51px);
  min-height: 600px;
  overflow: hidden;
}
user-absence-view > ul > li {
  line-height: 1.4;
}
user-absence-view > ul > li .scheduler {
  grid-row-start: 2;
  grid-row-end: span 2;
  height: 100%;
}
user-absence-view > ul > li .bsy-section-body .e-schedule .e-appointment {
  border-radius: 5px;
  background: #EFEFEF !important;
  color: #1D1C1D !important;
}
user-absence-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-outer-table {
  display: block;
  height: calc(100vh - 97px);
  width: calc(100vw - 55px);
  overflow: auto;
  will-change: scroll-position;
}
user-absence-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-outer-table .avatar {
  flex-shrink: 0;
}
user-absence-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-outer-table > tbody > tr:first-child {
  position: sticky;
  top: 0;
  z-index: 4;
}
user-absence-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-content-wrap {
  height: 100%;
  overflow: hidden;
}
user-absence-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-appointment {
  border-radius: 5px;
}
user-absence-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-appointment > .e-appointment-details {
  padding: 0 2px;
  height: 100%;
  width: 100%;
}
user-absence-view > ul > li .bsy-section-body .e-schedule .e-table-wrap .e-appointment > .e-appointment-details .template-wrap {
  display: flex;
  border-radius: 5px;
}
user-absence-view > ul > li .bsy-section-body .custom-event-editor td {
  padding: 0 2px;
}
user-absence-view > ul > li .bsy-section-body .e-quick-popup-wrapper {
  border-radius: 5px;
  font-size: 16px;
}
user-absence-view > ul > li .bsy-section-body .e-quick-popup-wrapper .e-popup-footer {
  display: block;
}
