/**
 * 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 ul:not(.readonly) li,
check-widget > div .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");
}
/*!
 * Font Awesome Pro 6.0.0-beta3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2021 Fonticons, Inc.
 */
.fa6 {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.fa6,
.fa6-brands,
.fa6-duotone,
.fa6-light,
.fa6-regular,
.fa6-solid,
.fa6-thin,
.fab6,
.fad6,
.fal6,
.far6,
.fas6,
.fat6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.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.08333em;
  vertical-align: 0.125em;
}
.fa6-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa6-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa6-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa6-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa6-fw {
  text-align: center;
  width: 1.25em;
}
.fa6-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa6-ul > li {
  position: relative;
}
.fa6-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa6-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa6-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa6-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa6-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa6-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa6-beat-fade,
.fa6-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
}
.fa6-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa6-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa6-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa6-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa6-pulse,
.fa6-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa6-beat,
  .fa6-beat-fade,
  .fa6-fade,
  .fa6-flip,
  .fa6-pulse,
  .fa6-spin,
  .fa6-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-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);
  }
}
.fa6-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa6-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa6-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa6-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa6-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa6-flip-both,
.fa6-flip-horizontal.fa6-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa6-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}
.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(--fa-stack-z-index, auto);
}
.fa6-stack-1x {
  line-height: inherit;
}
.fa6-stack-2x {
  font-size: 2em;
}
.fa6-inverse {
  color: var(--fa-inverse, #fff);
}
.fa6-0:before {
  content: "\30";
}
.fa6-1:before {
  content: "\31";
}
.fa6-2:before {
  content: "\32";
}
.fa6-3:before {
  content: "\33";
}
.fa6-4:before {
  content: "\34";
}
.fa6-5:before {
  content: "\35";
}
.fa6-6:before {
  content: "\36";
}
.fa6-7:before {
  content: "\37";
}
.fa6-8:before {
  content: "\38";
}
.fa6-9:before {
  content: "\39";
}
.fa6-00:before {
  content: "\e467";
}
.fa6-360-degrees:before {
  content: "\e2dc";
}
.fa6-a:before {
  content: "\41";
}
.fa6-abacus:before {
  content: "\f640";
}
.fa6-accent-grave:before {
  content: "\60";
}
.fa6-acorn:before {
  content: "\f6ae";
}
.fa6-address-book:before,
.fa6-contact-book:before {
  content: "\f2b9";
}
.fa6-address-card:before,
.fa6-contact-card:before,
.fa6-vcard:before {
  content: "\f2bb";
}
.fa6-air-conditioner:before {
  content: "\f8f4";
}
.fa6-airplay:before {
  content: "\e089";
}
.fa6-alarm-clock:before {
  content: "\f34e";
}
.fa6-alarm-exclamation:before {
  content: "\f843";
}
.fa6-alarm-plus:before {
  content: "\f844";
}
.fa6-alarm-snooze:before {
  content: "\f845";
}
.fa6-album:before {
  content: "\f89f";
}
.fa6-album-collection:before {
  content: "\f8a0";
}
.fa6-alicorn:before {
  content: "\f6b0";
}
.fa6-alien:before {
  content: "\f8f5";
}
.fa6-alien-8bit:before,
.fa6-alien-monster:before {
  content: "\f8f6";
}
.fa6-align-center:before {
  content: "\f037";
}
.fa6-align-justify:before {
  content: "\f039";
}
.fa6-align-left:before {
  content: "\f036";
}
.fa6-align-right:before {
  content: "\f038";
}
.fa6-align-slash:before {
  content: "\f846";
}
.fa6-alt:before {
  content: "\e08a";
}
.fa6-amp-guitar:before {
  content: "\f8a1";
}
.fa6-ampersand:before {
  content: "\26";
}
.fa6-anchor:before {
  content: "\f13d";
}
.fa6-angel:before {
  content: "\f779";
}
.fa6-angle:before {
  content: "\e08c";
}
.fa6-angle-90:before {
  content: "\e08d";
}
.fa6-angle-down:before {
  content: "\f107";
}
.fa6-angle-left:before {
  content: "\f104";
}
.fa6-angle-right:before {
  content: "\f105";
}
.fa6-angle-up:before {
  content: "\f106";
}
.fa6-angle-double-down:before,
.fa6-angles-down:before {
  content: "\f103";
}
.fa6-angle-double-left:before,
.fa6-angles-left:before {
  content: "\f100";
}
.fa6-angle-double-right:before,
.fa6-angles-right:before {
  content: "\f101";
}
.fa6-angle-double-up:before,
.fa6-angles-up:before {
  content: "\f102";
}
.fa6-ankh:before {
  content: "\f644";
}
.fa6-apartment:before {
  content: "\e468";
}
.fa6-aperture:before {
  content: "\e2df";
}
.fa6-apostrophe:before {
  content: "\27";
}
.fa6-apple-core:before {
  content: "\e08f";
}
.fa6-apple-alt:before,
.fa6-apple-whole:before {
  content: "\f5d1";
}
.fa6-archway:before {
  content: "\f557";
}
.fa6-arrow-down:before {
  content: "\f063";
}
.fa6-arrow-down-1-9:before,
.fa6-sort-numeric-asc:before,
.fa6-sort-numeric-down:before {
  content: "\f162";
}
.fa6-arrow-down-9-1:before,
.fa6-sort-numeric-desc:before,
.fa6-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa6-arrow-down-a-z:before,
.fa6-sort-alpha-asc:before,
.fa6-sort-alpha-down:before {
  content: "\f15d";
}
.fa6-arrow-down-arrow-up:before,
.fa6-sort-alt:before {
  content: "\f883";
}
.fa6-arrow-down-big-small:before,
.fa6-sort-size-down:before {
  content: "\f88c";
}
.fa6-arrow-down-from-dotted-line:before {
  content: "\e090";
}
.fa6-arrow-down-from-line:before,
.fa6-arrow-from-top:before {
  content: "\f345";
}
.fa6-arrow-down-left:before {
  content: "\e091";
}
.fa6-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\e092";
}
.fa6-arrow-down-long:before,
.fa6-long-arrow-down:before {
  content: "\f175";
}
.fa6-arrow-down-right:before {
  content: "\e093";
}
.fa6-arrow-down-short-wide:before,
.fa6-sort-amount-desc:before,
.fa6-sort-amount-down-alt:before {
  content: "\f884";
}
.fa6-arrow-down-small-big:before,
.fa6-sort-size-down-alt:before {
  content: "\f88d";
}
.fa6-arrow-down-square-triangle:before,
.fa6-sort-shapes-down-alt:before {
  content: "\f889";
}
.fa6-arrow-down-to-bracket:before {
  content: "\e094";
}
.fa6-arrow-down-to-dotted-line:before {
  content: "\e095";
}
.fa6-arrow-down-to-line:before,
.fa6-arrow-to-bottom:before {
  content: "\f33d";
}
.fa6-arrow-down-to-square:before {
  content: "\e096";
}
.fa6-arrow-down-triangle-square:before,
.fa6-sort-shapes-down:before {
  content: "\f888";
}
.fa6-arrow-down-wide-short:before,
.fa6-sort-amount-asc:before,
.fa6-sort-amount-down:before {
  content: "\f160";
}
.fa6-arrow-down-z-a:before,
.fa6-sort-alpha-desc:before,
.fa6-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa6-arrow-left:before {
  content: "\f060";
}
.fa6-arrow-from-right:before,
.fa6-arrow-left-from-line:before {
  content: "\f344";
}
.fa6-arrow-left-long:before,
.fa6-long-arrow-left:before {
  content: "\f177";
}
.fa6-arrow-left-long-to-line:before {
  content: "\e3d4";
}
.fa6-arrow-left-to-line:before,
.fa6-arrow-to-left:before {
  content: "\f33e";
}
.fa6-arrow-pointer:before,
.fa6-mouse-pointer:before {
  content: "\f245";
}
.fa6-arrow-right:before {
  content: "\f061";
}
.fa6-arrow-right-arrow-left:before,
.fa6-exchange:before {
  content: "\f0ec";
}
.fa6-arrow-right-from-bracket:before,
.fa6-sign-out:before {
  content: "\f08b";
}
.fa6-arrow-from-left:before,
.fa6-arrow-right-from-line:before {
  content: "\f343";
}
.fa6-arrow-right-long:before,
.fa6-long-arrow-right:before {
  content: "\f178";
}
.fa6-arrow-right-long-to-line:before {
  content: "\e3d5";
}
.fa6-arrow-right-to-bracket:before,
.fa6-sign-in:before {
  content: "\f090";
}
.fa6-arrow-right-to-line:before,
.fa6-arrow-to-right:before {
  content: "\f340";
}
.fa6-arrow-left-rotate:before,
.fa6-arrow-rotate-back:before,
.fa6-arrow-rotate-backward:before,
.fa6-arrow-rotate-left:before,
.fa6-undo:before {
  content: "\f0e2";
}
.fa6-arrow-right-rotate:before,
.fa6-arrow-rotate-forward:before,
.fa6-arrow-rotate-right:before,
.fa6-redo:before {
  content: "\f01e";
}
.fa6-arrow-trend-down:before {
  content: "\e097";
}
.fa6-arrow-trend-up:before {
  content: "\e098";
}
.fa6-arrow-turn-down:before,
.fa6-level-down:before {
  content: "\f149";
}
.fa6-arrow-turn-down-left:before {
  content: "\e2e1";
}
.fa6-arrow-turn-down-right:before {
  content: "\e3d6";
}
.fa6-arrow-turn-up:before,
.fa6-level-up:before {
  content: "\f148";
}
.fa6-arrow-up:before {
  content: "\f062";
}
.fa6-arrow-up-1-9:before,
.fa6-sort-numeric-up:before {
  content: "\f163";
}
.fa6-arrow-up-9-1:before,
.fa6-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa6-arrow-up-a-z:before,
.fa6-sort-alpha-up:before {
  content: "\f15e";
}
.fa6-arrow-up-arrow-down:before,
.fa6-sort-up-down:before {
  content: "\e099";
}
.fa6-arrow-up-big-small:before,
.fa6-sort-size-up:before {
  content: "\f88e";
}
.fa6-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa6-arrow-up-from-dotted-line:before {
  content: "\e09b";
}
.fa6-arrow-from-bottom:before,
.fa6-arrow-up-from-line:before {
  content: "\f342";
}
.fa6-arrow-up-from-square:before {
  content: "\e09c";
}
.fa6-arrow-up-left:before {
  content: "\e09d";
}
.fa6-arrow-up-left-from-circle:before {
  content: "\e09e";
}
.fa6-arrow-up-long:before,
.fa6-long-arrow-up:before {
  content: "\f176";
}
.fa6-arrow-up-right:before {
  content: "\e09f";
}
.fa6-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\e0a0";
}
.fa6-arrow-up-right-from-square:before,
.fa6-external-link:before {
  content: "\f08e";
}
.fa6-arrow-up-short-wide:before,
.fa6-sort-amount-up-alt:before {
  content: "\f885";
}
.fa6-arrow-up-small-big:before,
.fa6-sort-size-up-alt:before {
  content: "\f88f";
}
.fa6-arrow-up-square-triangle:before,
.fa6-sort-shapes-up-alt:before {
  content: "\f88b";
}
.fa6-arrow-up-to-dotted-line:before {
  content: "\e0a1";
}
.fa6-arrow-to-top:before,
.fa6-arrow-up-to-line:before {
  content: "\f341";
}
.fa6-arrow-up-triangle-square:before,
.fa6-sort-shapes-up:before {
  content: "\f88a";
}
.fa6-arrow-up-wide-short:before,
.fa6-sort-amount-up:before {
  content: "\f161";
}
.fa6-arrow-up-z-a:before,
.fa6-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa6-arrows-cross:before {
  content: "\e0a2";
}
.fa6-arrows-from-dotted-line:before {
  content: "\e0a3";
}
.fa6-arrows-from-line:before {
  content: "\e0a4";
}
.fa6-arrows-h:before,
.fa6-arrows-left-right:before {
  content: "\f07e";
}
.fa6-arrows-maximize:before,
.fa6-expand-arrows:before {
  content: "\f31d";
}
.fa6-arrows-minimize:before,
.fa6-compress-arrows:before {
  content: "\e0a5";
}
.fa6-arrows-repeat:before,
.fa6-repeat-alt:before {
  content: "\f364";
}
.fa6-arrows-repeat-1:before,
.fa6-repeat-1-alt:before {
  content: "\f366";
}
.fa6-arrows-retweet:before,
.fa6-retweet-alt:before {
  content: "\f361";
}
.fa6-arrows-rotate:before,
.fa6-refresh:before,
.fa6-sync:before {
  content: "\f021";
}
.fa6-arrows-to-dotted-line:before {
  content: "\e0a6";
}
.fa6-arrows-to-line:before {
  content: "\e0a7";
}
.fa6-arrows-up-down:before,
.fa6-arrows-v:before {
  content: "\f07d";
}
.fa6-arrows-up-down-left-right:before,
.fa6-arrows:before {
  content: "\f047";
}
.fa6-asterisk:before {
  content: "\2a";
}
.fa6-at:before {
  content: "\40";
}
.fa6-atom:before {
  content: "\f5d2";
}
.fa6-atom-alt:before,
.fa6-atom-simple:before {
  content: "\f5d3";
}
.fa6-audio-description:before {
  content: "\f29e";
}
.fa6-audio-description-slash:before {
  content: "\e0a8";
}
.fa6-austral-sign:before {
  content: "\e0a9";
}
.fa6-avocado:before {
  content: "\e0aa";
}
.fa6-award:before {
  content: "\f559";
}
.fa6-award-simple:before {
  content: "\e0ab";
}
.fa6-axe:before {
  content: "\f6b2";
}
.fa6-axe-battle:before {
  content: "\f6b3";
}
.fa6-b:before {
  content: "\42";
}
.fa6-baby:before {
  content: "\f77c";
}
.fa6-baby-carriage:before,
.fa6-carriage-baby:before {
  content: "\f77d";
}
.fa6-backpack:before {
  content: "\f5d4";
}
.fa6-backward:before {
  content: "\f04a";
}
.fa6-backward-fast:before,
.fa6-fast-backward:before {
  content: "\f049";
}
.fa6-backward-step:before,
.fa6-step-backward:before {
  content: "\f048";
}
.fa6-bacon:before {
  content: "\f7e5";
}
.fa6-bacteria:before {
  content: "\e059";
}
.fa6-bacterium:before {
  content: "\e05a";
}
.fa6-badge:before {
  content: "\f335";
}
.fa6-badge-check:before {
  content: "\f336";
}
.fa6-badge-dollar:before {
  content: "\f645";
}
.fa6-badge-percent:before {
  content: "\f646";
}
.fa6-badge-sheriff:before {
  content: "\f8a2";
}
.fa6-badger-honey:before {
  content: "\f6b4";
}
.fa6-badminton:before {
  content: "\e33a";
}
.fa6-bag-shopping:before,
.fa6-shopping-bag:before {
  content: "\f290";
}
.fa6-bagel:before {
  content: "\e3d7";
}
.fa6-bags-shopping:before {
  content: "\f847";
}
.fa6-baguette:before {
  content: "\e3d8";
}
.fa6-bahai:before {
  content: "\f666";
}
.fa6-baht-sign:before {
  content: "\e0ac";
}
.fa6-ball-pile:before {
  content: "\f77e";
}
.fa6-balloon:before {
  content: "\e2e3";
}
.fa6-balloons:before {
  content: "\e2e4";
}
.fa6-ballot:before {
  content: "\f732";
}
.fa6-ballot-check:before {
  content: "\f733";
}
.fa6-ban:before,
.fa6-cancel:before {
  content: "\f05e";
}
.fa6-ban-bug:before,
.fa6-debug:before {
  content: "\f7f9";
}
.fa6-ban-parking:before,
.fa6-parking-circle-slash:before {
  content: "\f616";
}
.fa6-ban-smoking:before,
.fa6-smoking-ban:before {
  content: "\f54d";
}
.fa6-banana:before {
  content: "\e2e5";
}
.fa6-band-aid:before,
.fa6-bandage:before {
  content: "\f462";
}
.fa6-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
.fa6-banjo:before {
  content: "\f8a3";
}
.fa6-bank:before,
.fa6-institution:before,
.fa6-university:before {
  content: "\f19c";
}
.fa6-barcode:before {
  content: "\f02a";
}
.fa6-barcode-read:before {
  content: "\f464";
}
.fa6-barcode-scan:before {
  content: "\f465";
}
.fa6-bars:before,
.fa6-navicon:before {
  content: "\f0c9";
}
.fa6-bars-filter:before {
  content: "\e0ad";
}
.fa6-bars-progress:before,
.fa6-tasks-alt:before {
  content: "\f828";
}
.fa6-bars-sort:before {
  content: "\e0ae";
}
.fa6-bars-staggered:before,
.fa6-reorder:before,
.fa6-stream:before {
  content: "\f550";
}
.fa6-baseball-ball:before,
.fa6-baseball:before {
  content: "\f433";
}
.fa6-baseball-bat-ball:before {
  content: "\f432";
}
.fa6-basket-shopping:before,
.fa6-shopping-basket:before {
  content: "\f291";
}
.fa6-basket-shopping-simple:before,
.fa6-shopping-basket-alt:before {
  content: "\e0af";
}
.fa6-basketball-ball:before,
.fa6-basketball:before {
  content: "\f434";
}
.fa6-basketball-hoop:before {
  content: "\f435";
}
.fa6-bat:before {
  content: "\f6b5";
}
.fa6-bath:before,
.fa6-bathtub:before {
  content: "\f2cd";
}
.fa6-battery-bolt:before {
  content: "\f376";
}
.fa6-battery-0:before,
.fa6-battery-empty:before {
  content: "\f244";
}
.fa6-battery-exclamation:before {
  content: "\e0b0";
}
.fa6-battery-5:before,
.fa6-battery-full:before,
.fa6-battery:before {
  content: "\f240";
}
.fa6-battery-3:before,
.fa6-battery-half:before {
  content: "\f242";
}
.fa6-battery-1:before,
.fa6-battery-low:before {
  content: "\e0b1";
}
.fa6-battery-2:before,
.fa6-battery-quarter:before {
  content: "\f243";
}
.fa6-battery-slash:before {
  content: "\f377";
}
.fa6-battery-4:before,
.fa6-battery-three-quarters:before {
  content: "\f241";
}
.fa6-bed:before {
  content: "\f236";
}
.fa6-bed-bunk:before {
  content: "\f8f8";
}
.fa6-bed-empty:before {
  content: "\f8f9";
}
.fa6-bed-alt:before,
.fa6-bed-front:before {
  content: "\f8f7";
}
.fa6-bed-pulse:before,
.fa6-procedures:before {
  content: "\f487";
}
.fa6-bee:before {
  content: "\e0b2";
}
.fa6-beer-foam:before,
.fa6-beer-mug:before {
  content: "\e0b3";
}
.fa6-beer-mug-empty:before,
.fa6-beer:before {
  content: "\f0fc";
}
.fa6-bell:before {
  content: "\f0f3";
}
.fa6-bell-concierge:before,
.fa6-concierge-bell:before {
  content: "\f562";
}
.fa6-bell-exclamation:before {
  content: "\f848";
}
.fa6-bell-on:before {
  content: "\f8fa";
}
.fa6-bell-plus:before {
  content: "\f849";
}
.fa6-bell-school:before {
  content: "\f5d5";
}
.fa6-bell-school-slash:before {
  content: "\f5d6";
}
.fa6-bell-slash:before {
  content: "\f1f6";
}
.fa6-bells:before {
  content: "\f77f";
}
.fa6-bench-tree:before {
  content: "\e2e7";
}
.fa6-bezier-curve:before {
  content: "\f55b";
}
.fa6-bicycle:before {
  content: "\f206";
}
.fa6-binary:before {
  content: "\e33b";
}
.fa6-binary-circle-check:before {
  content: "\e33c";
}
.fa6-binary-lock:before {
  content: "\e33d";
}
.fa6-binary-slash:before {
  content: "\e33e";
}
.fa6-binoculars:before {
  content: "\f1e5";
}
.fa6-biohazard:before {
  content: "\f780";
}
.fa6-bird:before {
  content: "\e469";
}
.fa6-bitcoin-sign:before {
  content: "\e0b4";
}
.fa6-blanket:before {
  content: "\f498";
}
.fa6-blanket-fire:before {
  content: "\e3da";
}
.fa6-blender:before {
  content: "\f517";
}
.fa6-blender-phone:before {
  content: "\f6b6";
}
.fa6-blinds:before {
  content: "\f8fb";
}
.fa6-blinds-open:before {
  content: "\f8fc";
}
.fa6-blinds-raised:before {
  content: "\f8fd";
}
.fa6-block:before {
  content: "\e46a";
}
.fa6-block-brick:before,
.fa6-wall-brick:before {
  content: "\e3db";
}
.fa6-block-brick-fire:before,
.fa6-firewall:before {
  content: "\e3dc";
}
.fa6-block-question:before {
  content: "\e3dd";
}
.fa6-block-quote:before {
  content: "\e0b5";
}
.fa6-blog:before {
  content: "\f781";
}
.fa6-blueberries:before {
  content: "\e2e8";
}
.fa6-bold:before {
  content: "\f032";
}
.fa6-bolt:before,
.fa6-zap:before {
  content: "\f0e7";
}
.fa6-bolt-auto:before {
  content: "\e0b6";
}
.fa6-bolt-lightning:before {
  content: "\e0b7";
}
.fa6-bolt-slash:before {
  content: "\e0b8";
}
.fa6-bomb:before {
  content: "\f1e2";
}
.fa6-bone:before {
  content: "\f5d7";
}
.fa6-bone-break:before {
  content: "\f5d8";
}
.fa6-bong:before {
  content: "\f55c";
}
.fa6-book:before {
  content: "\f02d";
}
.fa6-book-arrow-right:before {
  content: "\e0b9";
}
.fa6-book-arrow-up:before {
  content: "\e0ba";
}
.fa6-atlas:before,
.fa6-book-atlas:before {
  content: "\f558";
}
.fa6-bible:before,
.fa6-book-bible:before {
  content: "\f647";
}
.fa6-book-alt:before,
.fa6-book-blank:before {
  content: "\f5d9";
}
.fa6-book-bookmark:before {
  content: "\e0bb";
}
.fa6-book-circle-arrow-right:before {
  content: "\e0bc";
}
.fa6-book-circle-arrow-up:before {
  content: "\e0bd";
}
.fa6-book-copy:before {
  content: "\e0be";
}
.fa6-book-font:before {
  content: "\e0bf";
}
.fa6-book-heart:before {
  content: "\f499";
}
.fa6-book-journal-whills:before,
.fa6-journal-whills:before {
  content: "\f66a";
}
.fa6-book-medical:before {
  content: "\f7e6";
}
.fa6-book-open:before {
  content: "\f518";
}
.fa6-book-open-alt:before,
.fa6-book-open-cover:before {
  content: "\e0c0";
}
.fa6-book-open-reader:before,
.fa6-book-reader:before {
  content: "\f5da";
}
.fa6-book-quran:before,
.fa6-quran:before {
  content: "\f687";
}
.fa6-book-law:before,
.fa6-book-section:before {
  content: "\e0c1";
}
.fa6-book-dead:before,
.fa6-book-skull:before {
  content: "\f6b7";
}
.fa6-book-sparkles:before,
.fa6-book-spells:before {
  content: "\f6b8";
}
.fa6-book-tanakh:before,
.fa6-tanakh:before {
  content: "\f827";
}
.fa6-book-user:before {
  content: "\f7e7";
}
.fa6-bookmark:before {
  content: "\f02e";
}
.fa6-bookmark-slash:before {
  content: "\e0c2";
}
.fa6-books:before {
  content: "\f5db";
}
.fa6-books-medical:before {
  content: "\f7e8";
}
.fa6-boombox:before {
  content: "\f8a5";
}
.fa6-boot:before {
  content: "\f782";
}
.fa6-boot-heeled:before {
  content: "\e33f";
}
.fa6-booth-curtain:before {
  content: "\f734";
}
.fa6-border-all:before {
  content: "\f84c";
}
.fa6-border-bottom:before {
  content: "\f84d";
}
.fa6-border-bottom-right:before,
.fa6-border-style-alt:before {
  content: "\f854";
}
.fa6-border-center-h:before {
  content: "\f89c";
}
.fa6-border-center-v:before {
  content: "\f89d";
}
.fa6-border-inner:before {
  content: "\f84e";
}
.fa6-border-left:before {
  content: "\f84f";
}
.fa6-border-none:before {
  content: "\f850";
}
.fa6-border-outer:before {
  content: "\f851";
}
.fa6-border-right:before {
  content: "\f852";
}
.fa6-border-top:before {
  content: "\f855";
}
.fa6-border-style:before,
.fa6-border-top-left:before {
  content: "\f853";
}
.fa6-bow-arrow:before {
  content: "\f6b9";
}
.fa6-bowl-chopsticks:before {
  content: "\e2e9";
}
.fa6-bowl-chopsticks-noodles:before {
  content: "\e2ea";
}
.fa6-bowl-hot:before,
.fa6-soup:before {
  content: "\f823";
}
.fa6-bowl-rice:before {
  content: "\e2eb";
}
.fa6-bowl-scoop:before,
.fa6-bowl-shaved-ice:before {
  content: "\e3de";
}
.fa6-bowl-scoops:before {
  content: "\e3df";
}
.fa6-bowl-soft-serve:before {
  content: "\e46b";
}
.fa6-bowl-spoon:before {
  content: "\e3e0";
}
.fa6-bowling-ball:before {
  content: "\f436";
}
.fa6-bowling-ball-pin:before {
  content: "\e0c3";
}
.fa6-bowling-pins:before {
  content: "\f437";
}
.fa6-box:before {
  content: "\f466";
}
.fa6-archive:before,
.fa6-box-archive:before {
  content: "\f187";
}
.fa6-box-ballot:before {
  content: "\f735";
}
.fa6-box-check:before {
  content: "\f467";
}
.fa6-box-circle-check:before {
  content: "\e0c4";
}
.fa6-box-dollar:before,
.fa6-box-usd:before {
  content: "\f4a0";
}
.fa6-box-heart:before {
  content: "\f49d";
}
.fa6-box-open:before {
  content: "\f49e";
}
.fa6-box-full:before,
.fa6-box-open-full:before {
  content: "\f49c";
}
.fa6-box-alt:before,
.fa6-box-taped:before {
  content: "\f49a";
}
.fa6-box-tissue:before {
  content: "\e05b";
}
.fa6-boxes-alt:before,
.fa6-boxes-stacked:before,
.fa6-boxes:before {
  content: "\f468";
}
.fa6-boxing-glove:before,
.fa6-glove-boxing:before {
  content: "\f438";
}
.fa6-bracket-curly-left:before,
.fa6-bracket-curly:before {
  content: "\7b";
}
.fa6-bracket-curly-right:before {
  content: "\7d";
}
.fa6-bracket-round:before,
.fa6-parenthesis:before {
  content: "\28";
}
.fa6-bracket-round-right:before {
  content: "\29";
}
.fa6-bracket-left:before,
.fa6-bracket-square:before,
.fa6-bracket:before {
  content: "\5b";
}
.fa6-bracket-square-right:before {
  content: "\5d";
}
.fa6-brackets-curly:before {
  content: "\f7ea";
}
.fa6-brackets-round:before,
.fa6-parentheses:before {
  content: "\e0c5";
}
.fa6-brackets-square:before,
.fa6-brackets:before {
  content: "\f7e9";
}
.fa6-braille:before {
  content: "\f2a1";
}
.fa6-brain:before {
  content: "\f5dc";
}
.fa6-brain-arrow-curved-right:before,
.fa6-mind-share:before {
  content: "\f677";
}
.fa6-brain-circuit:before {
  content: "\e0c6";
}
.fa6-brake-warning:before {
  content: "\e0c7";
}
.fa6-brazilian-real-sign:before {
  content: "\e46c";
}
.fa6-bread-loaf:before {
  content: "\f7eb";
}
.fa6-bread-slice:before {
  content: "\f7ec";
}
.fa6-bread-slice-butter:before {
  content: "\e3e1";
}
.fa6-briefcase:before {
  content: "\f0b1";
}
.fa6-briefcase-arrow-right:before {
  content: "\e2f2";
}
.fa6-briefcase-blank:before {
  content: "\e0c8";
}
.fa6-briefcase-medical:before {
  content: "\f469";
}
.fa6-brightness:before {
  content: "\e0c9";
}
.fa6-brightness-low:before {
  content: "\e0ca";
}
.fa6-bring-forward:before {
  content: "\f856";
}
.fa6-bring-front:before {
  content: "\f857";
}
.fa6-broccoli:before {
  content: "\e3e2";
}
.fa6-broom:before {
  content: "\f51a";
}
.fa6-broom-ball:before,
.fa6-quidditch-broom-ball:before,
.fa6-quidditch:before {
  content: "\f458";
}
.fa6-browser:before {
  content: "\f37e";
}
.fa6-browsers:before {
  content: "\e0cb";
}
.fa6-brush:before {
  content: "\f55d";
}
.fa6-bug:before {
  content: "\f188";
}
.fa6-building:before {
  content: "\f1ad";
}
.fa6-buildings:before {
  content: "\e0cc";
}
.fa6-bullhorn:before {
  content: "\f0a1";
}
.fa6-bullseye:before {
  content: "\f140";
}
.fa6-bullseye-arrow:before {
  content: "\f648";
}
.fa6-bullseye-pointer:before {
  content: "\f649";
}
.fa6-burger:before,
.fa6-hamburger:before {
  content: "\f805";
}
.fa6-burger-cheese:before,
.fa6-cheeseburger:before {
  content: "\f7f1";
}
.fa6-burger-fries:before {
  content: "\e0cd";
}
.fa6-burger-glass:before {
  content: "\e0ce";
}
.fa6-burger-lettuce:before {
  content: "\e3e3";
}
.fa6-burger-soda:before {
  content: "\f858";
}
.fa6-burrito:before {
  content: "\f7ed";
}
.fa6-bus:before {
  content: "\f207";
}
.fa6-bus-school:before {
  content: "\f5dd";
}
.fa6-bus-alt:before,
.fa6-bus-simple:before {
  content: "\f55e";
}
.fa6-briefcase-clock:before,
.fa6-business-time:before {
  content: "\f64a";
}
.fa6-butter:before {
  content: "\e3e4";
}
.fa6-c:before {
  content: "\43";
}
.fa6-cabin:before {
  content: "\e46d";
}
.fa6-cabinet-filing:before {
  content: "\f64b";
}
.fa6-cable-car:before {
  content: "\e0cf";
}
.fa6-cactus:before {
  content: "\f8a7";
}
.fa6-birthday-cake:before,
.fa6-cake-candles:before,
.fa6-cake:before {
  content: "\f1fd";
}
.fa6-cake-slice:before,
.fa6-shortcake:before {
  content: "\e3e5";
}
.fa6-calculator:before {
  content: "\f1ec";
}
.fa6-calculator-alt:before,
.fa6-calculator-simple:before {
  content: "\f64c";
}
.fa6-calendar:before {
  content: "\f133";
}
.fa6-calendar-arrow-down:before,
.fa6-calendar-download:before {
  content: "\e0d0";
}
.fa6-calendar-arrow-up:before,
.fa6-calendar-upload:before {
  content: "\e0d1";
}
.fa6-calendar-check:before {
  content: "\f274";
}
.fa6-calendar-circle-exclamation:before {
  content: "\e46e";
}
.fa6-calendar-circle-minus:before {
  content: "\e46f";
}
.fa6-calendar-circle-plus:before {
  content: "\e470";
}
.fa6-calendar-circle-user:before {
  content: "\e471";
}
.fa6-calendar-clock:before,
.fa6-calendar-time:before {
  content: "\e0d2";
}
.fa6-calendar-day:before {
  content: "\f783";
}
.fa6-calendar-alt:before,
.fa6-calendar-days:before {
  content: "\f073";
}
.fa6-calendar-exclamation:before {
  content: "\f334";
}
.fa6-calendar-heart:before {
  content: "\e0d3";
}
.fa6-calendar-image:before {
  content: "\e0d4";
}
.fa6-calendar-lines:before,
.fa6-calendar-note:before {
  content: "\e0d5";
}
.fa6-calendar-lines-pen:before {
  content: "\e472";
}
.fa6-calendar-minus:before {
  content: "\f272";
}
.fa6-calendar-edit:before,
.fa6-calendar-pen:before {
  content: "\f333";
}
.fa6-calendar-plus:before {
  content: "\f271";
}
.fa6-calendar-range:before {
  content: "\e0d6";
}
.fa6-calendar-star:before {
  content: "\f736";
}
.fa6-calendar-week:before {
  content: "\f784";
}
.fa6-calendar-times:before,
.fa6-calendar-xmark:before {
  content: "\f273";
}
.fa6-calendars:before {
  content: "\e0d7";
}
.fa6-camcorder:before,
.fa6-video-handheld:before {
  content: "\f8a8";
}
.fa6-camera-alt:before,
.fa6-camera:before {
  content: "\f030";
}
.fa6-camera-cctv:before,
.fa6-cctv:before {
  content: "\f8ac";
}
.fa6-camera-movie:before {
  content: "\f8a9";
}
.fa6-camera-polaroid:before {
  content: "\f8aa";
}
.fa6-camera-retro:before {
  content: "\f083";
}
.fa6-camera-rotate:before {
  content: "\e0d8";
}
.fa6-camera-home:before,
.fa6-camera-security:before {
  content: "\f8fe";
}
.fa6-camera-slash:before {
  content: "\e0d9";
}
.fa6-camera-viewfinder:before,
.fa6-screenshot:before {
  content: "\e0da";
}
.fa6-camera-web:before,
.fa6-webcam:before {
  content: "\f832";
}
.fa6-camera-web-slash:before,
.fa6-webcam-slash:before {
  content: "\f833";
}
.fa6-campfire:before {
  content: "\f6ba";
}
.fa6-campground:before {
  content: "\f6bb";
}
.fa6-can-food:before {
  content: "\e3e6";
}
.fa6-candle-holder:before {
  content: "\f6bc";
}
.fa6-candy:before {
  content: "\e3e7";
}
.fa6-candy-bar:before,
.fa6-chocolate-bar:before {
  content: "\e3e8";
}
.fa6-candy-cane:before {
  content: "\f786";
}
.fa6-candy-corn:before {
  content: "\f6bd";
}
.fa6-cannabis:before {
  content: "\f55f";
}
.fa6-capsules:before {
  content: "\f46b";
}
.fa6-automobile:before,
.fa6-car:before {
  content: "\f1b9";
}
.fa6-battery-car:before,
.fa6-car-battery:before {
  content: "\f5df";
}
.fa6-car-bolt:before {
  content: "\e341";
}
.fa6-car-building:before {
  content: "\f859";
}
.fa6-car-bump:before {
  content: "\f5e0";
}
.fa6-car-bus:before {
  content: "\f85a";
}
.fa6-car-circle-bolt:before {
  content: "\e342";
}
.fa6-car-crash:before {
  content: "\f5e1";
}
.fa6-car-garage:before {
  content: "\f5e2";
}
.fa6-car-mirrors:before {
  content: "\e343";
}
.fa6-car-alt:before,
.fa6-car-rear:before {
  content: "\f5de";
}
.fa6-car-side:before {
  content: "\f5e4";
}
.fa6-car-side-bolt:before {
  content: "\e344";
}
.fa6-car-tilt:before {
  content: "\f5e5";
}
.fa6-car-wash:before {
  content: "\f5e6";
}
.fa6-car-mechanic:before,
.fa6-car-wrench:before {
  content: "\f5e3";
}
.fa6-caravan:before {
  content: "\f8ff";
}
.fa6-caravan-alt:before,
.fa6-caravan-simple:before {
  content: "\e000";
}
.fa6-card-club:before {
  content: "\e3e9";
}
.fa6-card-diamond:before {
  content: "\e3ea";
}
.fa6-card-heart:before {
  content: "\e3eb";
}
.fa6-card-spade:before {
  content: "\e3ec";
}
.fa6-cards:before {
  content: "\e3ed";
}
.fa6-caret-down:before {
  content: "\f0d7";
}
.fa6-caret-left:before {
  content: "\f0d9";
}
.fa6-caret-right:before {
  content: "\f0da";
}
.fa6-caret-up:before {
  content: "\f0d8";
}
.fa6-carrot:before {
  content: "\f787";
}
.fa6-cars:before {
  content: "\f85b";
}
.fa6-cart-arrow-down:before {
  content: "\f218";
}
.fa6-cart-arrow-up:before {
  content: "\e3ee";
}
.fa6-cart-circle-arrow-down:before {
  content: "\e3ef";
}
.fa6-cart-circle-arrow-up:before {
  content: "\e3f0";
}
.fa6-cart-circle-check:before {
  content: "\e3f1";
}
.fa6-cart-circle-exclamation:before {
  content: "\e3f2";
}
.fa6-cart-circle-plus:before {
  content: "\e3f3";
}
.fa6-cart-circle-xmark:before {
  content: "\e3f4";
}
.fa6-cart-flatbed:before,
.fa6-dolly-flatbed:before {
  content: "\f474";
}
.fa6-cart-flatbed-boxes:before,
.fa6-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa6-cart-flatbed-empty:before,
.fa6-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa6-cart-flatbed-suitcase:before,
.fa6-luggage-cart:before {
  content: "\f59d";
}
.fa6-cart-minus:before {
  content: "\e0db";
}
.fa6-cart-plus:before {
  content: "\f217";
}
.fa6-cart-shopping:before,
.fa6-shopping-cart:before {
  content: "\f07a";
}
.fa6-cart-shopping-fast:before {
  content: "\e0dc";
}
.fa6-cart-xmark:before {
  content: "\e0dd";
}
.fa6-cash-register:before {
  content: "\f788";
}
.fa6-betamax:before,
.fa6-cassette-betamax:before {
  content: "\f8a4";
}
.fa6-cassette-tape:before {
  content: "\f8ab";
}
.fa6-cassette-vhs:before,
.fa6-vhs:before {
  content: "\f8ec";
}
.fa6-castle:before {
  content: "\e0de";
}
.fa6-cat:before {
  content: "\f6be";
}
.fa6-cat-space:before {
  content: "\e001";
}
.fa6-cauldron:before {
  content: "\f6bf";
}
.fa6-cedi-sign:before {
  content: "\e0df";
}
.fa6-cent-sign:before {
  content: "\e3f5";
}
.fa6-certificate:before {
  content: "\f0a3";
}
.fa6-chair:before {
  content: "\f6c0";
}
.fa6-chair-office:before {
  content: "\f6c1";
}
.fa6-blackboard:before,
.fa6-chalkboard:before {
  content: "\f51b";
}
.fa6-chalkboard-teacher:before,
.fa6-chalkboard-user:before {
  content: "\f51c";
}
.fa6-champagne-glass:before,
.fa6-glass-champagne:before {
  content: "\f79e";
}
.fa6-champagne-glasses:before,
.fa6-glass-cheers:before {
  content: "\f79f";
}
.fa6-charging-station:before {
  content: "\f5e7";
}
.fa6-area-chart:before,
.fa6-chart-area:before {
  content: "\f1fe";
}
.fa6-bar-chart:before,
.fa6-chart-bar:before {
  content: "\f080";
}
.fa6-chart-bullet:before {
  content: "\e0e1";
}
.fa6-chart-candlestick:before {
  content: "\e0e2";
}
.fa6-chart-column:before {
  content: "\e0e3";
}
.fa6-chart-gantt:before {
  content: "\e0e4";
}
.fa6-chart-line:before,
.fa6-line-chart:before {
  content: "\f201";
}
.fa6-chart-line-down:before {
  content: "\f64d";
}
.fa6-chart-line-up:before {
  content: "\e0e5";
}
.fa6-analytics:before,
.fa6-chart-mixed:before {
  content: "\f643";
}
.fa6-chart-network:before {
  content: "\f78a";
}
.fa6-chart-pie:before,
.fa6-pie-chart:before {
  content: "\f200";
}
.fa6-chart-pie-alt:before,
.fa6-chart-pie-simple:before {
  content: "\f64e";
}
.fa6-chart-pyramid:before {
  content: "\e0e6";
}
.fa6-chart-radar:before {
  content: "\e0e7";
}
.fa6-chart-scatter:before {
  content: "\f7ee";
}
.fa6-chart-scatter-3d:before {
  content: "\e0e8";
}
.fa6-chart-scatter-bubble:before {
  content: "\e0e9";
}
.fa6-chart-simple:before {
  content: "\e473";
}
.fa6-chart-simple-horizontal:before {
  content: "\e474";
}
.fa6-chart-tree-map:before {
  content: "\e0ea";
}
.fa6-chart-user:before,
.fa6-user-chart:before {
  content: "\f6a3";
}
.fa6-chart-waterfall:before {
  content: "\e0eb";
}
.fa6-check:before {
  content: "\f00c";
}
.fa6-check-double:before {
  content: "\f560";
}
.fa6-check-to-slot:before,
.fa6-vote-yea:before {
  content: "\f772";
}
.fa6-cheese:before {
  content: "\f7ef";
}
.fa6-cheese-swiss:before {
  content: "\f7f0";
}
.fa6-cherries:before {
  content: "\e0ec";
}
.fa6-chess:before {
  content: "\f439";
}
.fa6-chess-bishop:before {
  content: "\f43a";
}
.fa6-chess-bishop-alt:before,
.fa6-chess-bishop-piece:before {
  content: "\f43b";
}
.fa6-chess-board:before {
  content: "\f43c";
}
.fa6-chess-clock:before {
  content: "\f43d";
}
.fa6-chess-clock-alt:before,
.fa6-chess-clock-flip:before {
  content: "\f43e";
}
.fa6-chess-king:before {
  content: "\f43f";
}
.fa6-chess-king-alt:before,
.fa6-chess-king-piece:before {
  content: "\f440";
}
.fa6-chess-knight:before {
  content: "\f441";
}
.fa6-chess-knight-alt:before,
.fa6-chess-knight-piece:before {
  content: "\f442";
}
.fa6-chess-pawn:before {
  content: "\f443";
}
.fa6-chess-pawn-alt:before,
.fa6-chess-pawn-piece:before {
  content: "\f444";
}
.fa6-chess-queen:before {
  content: "\f445";
}
.fa6-chess-queen-alt:before,
.fa6-chess-queen-piece:before {
  content: "\f446";
}
.fa6-chess-rook:before {
  content: "\f447";
}
.fa6-chess-rook-alt:before,
.fa6-chess-rook-piece:before {
  content: "\f448";
}
.fa6-chestnut:before {
  content: "\e3f6";
}
.fa6-chevron-down:before {
  content: "\f078";
}
.fa6-chevron-left:before {
  content: "\f053";
}
.fa6-chevron-right:before {
  content: "\f054";
}
.fa6-chevron-up:before {
  content: "\f077";
}
.fa6-chevron-double-down:before,
.fa6-chevrons-down:before {
  content: "\f322";
}
.fa6-chevron-double-left:before,
.fa6-chevrons-left:before {
  content: "\f323";
}
.fa6-chevron-double-right:before,
.fa6-chevrons-right:before {
  content: "\f324";
}
.fa6-chevron-double-up:before,
.fa6-chevrons-up:before {
  content: "\f325";
}
.fa6-child:before {
  content: "\f1ae";
}
.fa6-chimney:before {
  content: "\f78b";
}
.fa6-chopsticks:before {
  content: "\e3f7";
}
.fa6-church:before {
  content: "\f51d";
}
.fa6-circle:before {
  content: "\f111";
}
.fa6-circle-0:before {
  content: "\e0ed";
}
.fa6-circle-1:before {
  content: "\e0ee";
}
.fa6-circle-2:before {
  content: "\e0ef";
}
.fa6-circle-3:before {
  content: "\e0f0";
}
.fa6-circle-4:before {
  content: "\e0f1";
}
.fa6-circle-5:before {
  content: "\e0f2";
}
.fa6-circle-6:before {
  content: "\e0f3";
}
.fa6-circle-7:before {
  content: "\e0f4";
}
.fa6-circle-8:before {
  content: "\e0f5";
}
.fa6-circle-9:before {
  content: "\e0f6";
}
.fa6-circle-a:before {
  content: "\e0f7";
}
.fa6-circle-ampersand:before {
  content: "\e0f8";
}
.fa6-arrow-circle-down:before,
.fa6-circle-arrow-down:before {
  content: "\f0ab";
}
.fa6-circle-arrow-down-left:before {
  content: "\e0f9";
}
.fa6-circle-arrow-down-right:before {
  content: "\e0fa";
}
.fa6-arrow-circle-left:before,
.fa6-circle-arrow-left:before {
  content: "\f0a8";
}
.fa6-arrow-circle-right:before,
.fa6-circle-arrow-right:before {
  content: "\f0a9";
}
.fa6-arrow-circle-up:before,
.fa6-circle-arrow-up:before {
  content: "\f0aa";
}
.fa6-circle-arrow-up-left:before {
  content: "\e0fb";
}
.fa6-circle-arrow-up-right:before {
  content: "\e0fc";
}
.fa6-circle-b:before {
  content: "\e0fd";
}
.fa6-circle-bolt:before {
  content: "\e0fe";
}
.fa6-book-circle:before,
.fa6-circle-book-open:before {
  content: "\e0ff";
}
.fa6-bookmark-circle:before,
.fa6-circle-bookmark:before {
  content: "\e100";
}
.fa6-circle-c:before {
  content: "\e101";
}
.fa6-calendar-circle:before,
.fa6-circle-calendar:before {
  content: "\e102";
}
.fa6-camera-circle:before,
.fa6-circle-camera:before {
  content: "\e103";
}
.fa6-caret-circle-down:before,
.fa6-circle-caret-down:before {
  content: "\f32d";
}
.fa6-caret-circle-left:before,
.fa6-circle-caret-left:before {
  content: "\f32e";
}
.fa6-caret-circle-right:before,
.fa6-circle-caret-right:before {
  content: "\f330";
}
.fa6-caret-circle-up:before,
.fa6-circle-caret-up:before {
  content: "\f331";
}
.fa6-check-circle:before,
.fa6-circle-check:before {
  content: "\f058";
}
.fa6-chevron-circle-down:before,
.fa6-circle-chevron-down:before {
  content: "\f13a";
}
.fa6-chevron-circle-left:before,
.fa6-circle-chevron-left:before {
  content: "\f137";
}
.fa6-chevron-circle-right:before,
.fa6-circle-chevron-right:before {
  content: "\f138";
}
.fa6-chevron-circle-up:before,
.fa6-circle-chevron-up:before {
  content: "\f139";
}
.fa6-circle-d:before {
  content: "\e104";
}
.fa6-circle-dashed:before {
  content: "\e105";
}
.fa6-circle-divide:before {
  content: "\e106";
}
.fa6-circle-dollar:before,
.fa6-dollar-circle:before,
.fa6-usd-circle:before {
  content: "\f2e8";
}
.fa6-circle-dollar-to-slot:before,
.fa6-donate:before {
  content: "\f4b9";
}
.fa6-circle-dot:before,
.fa6-dot-circle:before {
  content: "\f192";
}
.fa6-arrow-alt-circle-down:before,
.fa6-circle-down:before {
  content: "\f358";
}
.fa6-circle-down-left:before {
  content: "\e107";
}
.fa6-circle-down-right:before {
  content: "\e108";
}
.fa6-circle-e:before {
  content: "\e109";
}
.fa6-circle-ellipsis:before {
  content: "\e10a";
}
.fa6-circle-ellipsis-vertical:before {
  content: "\e10b";
}
.fa6-circle-envelope:before,
.fa6-envelope-circle:before {
  content: "\e10c";
}
.fa6-circle-exclamation:before,
.fa6-exclamation-circle:before {
  content: "\f06a";
}
.fa6-circle-exclamation-check:before {
  content: "\e10d";
}
.fa6-circle-f:before {
  content: "\e10e";
}
.fa6-circle-g:before {
  content: "\e10f";
}
.fa6-circle-h:before,
.fa6-hospital-symbol:before {
  content: "\f47e";
}
.fa6-circle-half:before {
  content: "\e110";
}
.fa6-adjust:before,
.fa6-circle-half-stroke:before {
  content: "\f042";
}
.fa6-circle-heart:before,
.fa6-heart-circle:before {
  content: "\f4c7";
}
.fa6-circle-i:before {
  content: "\e111";
}
.fa6-circle-info:before,
.fa6-info-circle:before {
  content: "\f05a";
}
.fa6-circle-j:before {
  content: "\e112";
}
.fa6-circle-k:before {
  content: "\e113";
}
.fa6-circle-l:before {
  content: "\e114";
}
.fa6-arrow-alt-circle-left:before,
.fa6-circle-left:before {
  content: "\f359";
}
.fa6-circle-location-arrow:before,
.fa6-location-circle:before {
  content: "\f602";
}
.fa6-circle-m:before {
  content: "\e115";
}
.fa6-circle-microphone:before,
.fa6-microphone-circle:before {
  content: "\e116";
}
.fa6-circle-microphone-lines:before,
.fa6-microphone-circle-alt:before {
  content: "\e117";
}
.fa6-circle-minus:before,
.fa6-minus-circle:before {
  content: "\f056";
}
.fa6-circle-n:before {
  content: "\e118";
}
.fa6-circle-notch:before {
  content: "\f1ce";
}
.fa6-circle-o:before {
  content: "\e119";
}
.fa6-circle-p:before {
  content: "\e11a";
}
.fa6-circle-parking:before,
.fa6-parking-circle:before {
  content: "\f615";
}
.fa6-circle-pause:before,
.fa6-pause-circle:before {
  content: "\f28b";
}
.fa6-circle-phone:before,
.fa6-phone-circle:before {
  content: "\e11b";
}
.fa6-circle-phone-flip:before,
.fa6-phone-circle-alt:before {
  content: "\e11c";
}
.fa6-circle-phone-hangup:before,
.fa6-phone-circle-down:before {
  content: "\e11d";
}
.fa6-circle-play:before,
.fa6-play-circle:before {
  content: "\f144";
}
.fa6-circle-plus:before,
.fa6-plus-circle:before {
  content: "\f055";
}
.fa6-circle-q:before {
  content: "\e11e";
}
.fa6-circle-quarter:before {
  content: "\e11f";
}
.fa6-circle-quarters:before {
  content: "\e3f8";
}
.fa6-circle-question:before,
.fa6-question-circle:before {
  content: "\f059";
}
.fa6-circle-r:before {
  content: "\e120";
}
.fa6-circle-radiation:before,
.fa6-radiation-alt:before {
  content: "\f7ba";
}
.fa6-arrow-alt-circle-right:before,
.fa6-circle-right:before {
  content: "\f35a";
}
.fa6-circle-s:before {
  content: "\e121";
}
.fa6-circle-small:before {
  content: "\e122";
}
.fa6-circle-sort:before,
.fa6-sort-circle:before {
  content: "\e030";
}
.fa6-circle-sort-down:before,
.fa6-sort-circle-down:before {
  content: "\e031";
}
.fa6-circle-sort-up:before,
.fa6-sort-circle-up:before {
  content: "\e032";
}
.fa6-circle-star:before,
.fa6-star-circle:before {
  content: "\e123";
}
.fa6-circle-stop:before,
.fa6-stop-circle:before {
  content: "\f28d";
}
.fa6-circle-t:before {
  content: "\e124";
}
.fa6-circle-three-quarters:before {
  content: "\e125";
}
.fa6-circle-trash:before,
.fa6-trash-circle:before {
  content: "\e126";
}
.fa6-circle-u:before {
  content: "\e127";
}
.fa6-arrow-alt-circle-up:before,
.fa6-circle-up:before {
  content: "\f35b";
}
.fa6-circle-up-left:before {
  content: "\e128";
}
.fa6-circle-up-right:before {
  content: "\e129";
}
.fa6-circle-user:before,
.fa6-user-circle:before {
  content: "\f2bd";
}
.fa6-circle-v:before {
  content: "\e12a";
}
.fa6-circle-video:before,
.fa6-video-circle:before {
  content: "\e12b";
}
.fa6-circle-w:before {
  content: "\e12c";
}
.fa6-circle-waveform-lines:before,
.fa6-waveform-circle:before {
  content: "\e12d";
}
.fa6-circle-x:before {
  content: "\e12e";
}
.fa6-circle-xmark:before,
.fa6-times-circle:before,
.fa6-xmark-circle:before {
  content: "\f057";
}
.fa6-circle-y:before {
  content: "\e12f";
}
.fa6-circle-z:before {
  content: "\e130";
}
.fa6-citrus:before {
  content: "\e2f4";
}
.fa6-citrus-slice:before {
  content: "\e2f5";
}
.fa6-city:before {
  content: "\f64f";
}
.fa6-clapperboard:before {
  content: "\e131";
}
.fa6-clapperboard-play:before {
  content: "\e132";
}
.fa6-clarinet:before {
  content: "\f8ad";
}
.fa6-claw-marks:before {
  content: "\f6c2";
}
.fa6-clipboard:before {
  content: "\f328";
}
.fa6-clipboard-check:before {
  content: "\f46c";
}
.fa6-clipboard-list:before {
  content: "\f46d";
}
.fa6-clipboard-list-check:before {
  content: "\f737";
}
.fa6-clipboard-medical:before {
  content: "\e133";
}
.fa6-clipboard-prescription:before {
  content: "\f5e8";
}
.fa6-clipboard-user:before {
  content: "\f7f3";
}
.fa6-clock-four:before,
.fa6-clock:before {
  content: "\f017";
}
.fa6-clock-desk:before {
  content: "\e134";
}
.fa6-clock-eight:before {
  content: "\e345";
}
.fa6-clock-eight-thirty:before {
  content: "\e346";
}
.fa6-clock-eleven:before {
  content: "\e347";
}
.fa6-clock-eleven-thirty:before {
  content: "\e348";
}
.fa6-clock-five:before {
  content: "\e349";
}
.fa6-clock-five-thirty:before {
  content: "\e34a";
}
.fa6-clock-four-thirty:before {
  content: "\e34b";
}
.fa6-clock-nine:before {
  content: "\e34c";
}
.fa6-clock-nine-thirty:before {
  content: "\e34d";
}
.fa6-clock-one:before {
  content: "\e34e";
}
.fa6-clock-one-thirty:before {
  content: "\e34f";
}
.fa6-clock-rotate-left:before,
.fa6-history:before {
  content: "\f1da";
}
.fa6-clock-seven:before {
  content: "\e350";
}
.fa6-clock-seven-thirty:before {
  content: "\e351";
}
.fa6-clock-six:before {
  content: "\e352";
}
.fa6-clock-six-thirty:before {
  content: "\e353";
}
.fa6-clock-ten:before {
  content: "\e354";
}
.fa6-clock-ten-thirty:before {
  content: "\e355";
}
.fa6-clock-three:before {
  content: "\e356";
}
.fa6-clock-three-thirty:before {
  content: "\e357";
}
.fa6-clock-twelve:before {
  content: "\e358";
}
.fa6-clock-twelve-thirty:before {
  content: "\e359";
}
.fa6-clock-two:before {
  content: "\e35a";
}
.fa6-clock-two-thirty:before {
  content: "\e35b";
}
.fa6-clone:before {
  content: "\f24d";
}
.fa6-closed-captioning:before {
  content: "\f20a";
}
.fa6-closed-captioning-slash:before {
  content: "\e135";
}
.fa6-clothes-hanger:before {
  content: "\e136";
}
.fa6-cloud:before {
  content: "\f0c2";
}
.fa6-cloud-arrow-down:before,
.fa6-cloud-download-alt:before,
.fa6-cloud-download:before {
  content: "\f0ed";
}
.fa6-cloud-arrow-up:before,
.fa6-cloud-upload-alt:before,
.fa6-cloud-upload:before {
  content: "\f0ee";
}
.fa6-cloud-bolt:before,
.fa6-thunderstorm:before {
  content: "\f76c";
}
.fa6-cloud-bolt-moon:before,
.fa6-thunderstorm-moon:before {
  content: "\f76d";
}
.fa6-cloud-bolt-sun:before,
.fa6-thunderstorm-sun:before {
  content: "\f76e";
}
.fa6-cloud-check:before {
  content: "\e35c";
}
.fa6-cloud-drizzle:before {
  content: "\f738";
}
.fa6-cloud-fog:before,
.fa6-fog:before {
  content: "\f74e";
}
.fa6-cloud-hail:before {
  content: "\f739";
}
.fa6-cloud-hail-mixed:before {
  content: "\f73a";
}
.fa6-cloud-meatball:before {
  content: "\f73b";
}
.fa6-cloud-minus:before {
  content: "\e35d";
}
.fa6-cloud-moon:before {
  content: "\f6c3";
}
.fa6-cloud-moon-rain:before {
  content: "\f73c";
}
.fa6-cloud-music:before {
  content: "\f8ae";
}
.fa6-cloud-plus:before {
  content: "\e35e";
}
.fa6-cloud-rain:before {
  content: "\f73d";
}
.fa6-cloud-rainbow:before {
  content: "\f73e";
}
.fa6-cloud-showers:before {
  content: "\f73f";
}
.fa6-cloud-showers-heavy:before {
  content: "\f740";
}
.fa6-cloud-slash:before {
  content: "\e137";
}
.fa6-cloud-sleet:before {
  content: "\f741";
}
.fa6-cloud-snow:before {
  content: "\f742";
}
.fa6-cloud-sun:before {
  content: "\f6c4";
}
.fa6-cloud-sun-rain:before {
  content: "\f743";
}
.fa6-cloud-word:before {
  content: "\e138";
}
.fa6-cloud-xmark:before {
  content: "\e35f";
}
.fa6-clouds:before {
  content: "\f744";
}
.fa6-clouds-moon:before {
  content: "\f745";
}
.fa6-clouds-sun:before {
  content: "\f746";
}
.fa6-clover:before {
  content: "\e139";
}
.fa6-club:before {
  content: "\f327";
}
.fa6-coconut:before {
  content: "\e2f6";
}
.fa6-code:before {
  content: "\f121";
}
.fa6-code-branch:before {
  content: "\f126";
}
.fa6-code-commit:before {
  content: "\f386";
}
.fa6-code-compare:before {
  content: "\e13a";
}
.fa6-code-fork:before {
  content: "\e13b";
}
.fa6-code-merge:before {
  content: "\f387";
}
.fa6-code-pull-request:before {
  content: "\e13c";
}
.fa6-code-pull-request-closed:before {
  content: "\e3f9";
}
.fa6-code-pull-request-draft:before {
  content: "\e3fa";
}
.fa6-code-simple:before {
  content: "\e13d";
}
.fa6-coffee-bean:before {
  content: "\e13e";
}
.fa6-coffee-beans:before {
  content: "\e13f";
}
.fa6-coffee-pot:before {
  content: "\e002";
}
.fa6-coffin:before {
  content: "\f6c6";
}
.fa6-coffin-cross:before {
  content: "\e051";
}
.fa6-coin:before {
  content: "\f85c";
}
.fa6-coin-blank:before {
  content: "\e3fb";
}
.fa6-coin-front:before {
  content: "\e3fc";
}
.fa6-coin-vertical:before {
  content: "\e3fd";
}
.fa6-coins:before {
  content: "\f51e";
}
.fa6-colon:before {
  content: "\3a";
}
.fa6-colon-sign:before {
  content: "\e140";
}
.fa6-columns-3:before {
  content: "\e361";
}
.fa6-comet:before {
  content: "\e003";
}
.fa6-comma:before {
  content: "\2c";
}
.fa6-command:before {
  content: "\e142";
}
.fa6-comment:before {
  content: "\f075";
}
.fa6-comment-arrow-down:before {
  content: "\e143";
}
.fa6-comment-arrow-up:before {
  content: "\e144";
}
.fa6-comment-arrow-up-right:before {
  content: "\e145";
}
.fa6-comment-captions:before {
  content: "\e146";
}
.fa6-comment-check:before {
  content: "\f4ac";
}
.fa6-comment-code:before {
  content: "\e147";
}
.fa6-comment-dollar:before {
  content: "\f651";
}
.fa6-comment-dots:before,
.fa6-commenting:before {
  content: "\f4ad";
}
.fa6-comment-exclamation:before {
  content: "\f4af";
}
.fa6-comment-image:before {
  content: "\e148";
}
.fa6-comment-lines:before {
  content: "\f4b0";
}
.fa6-comment-medical:before {
  content: "\f7f5";
}
.fa6-comment-middle:before {
  content: "\e149";
}
.fa6-comment-middle-top:before {
  content: "\e14a";
}
.fa6-comment-minus:before {
  content: "\f4b1";
}
.fa6-comment-music:before {
  content: "\f8b0";
}
.fa6-comment-edit:before,
.fa6-comment-pen:before {
  content: "\f4ae";
}
.fa6-comment-plus:before {
  content: "\f4b2";
}
.fa6-comment-question:before {
  content: "\e14b";
}
.fa6-comment-quote:before {
  content: "\e14c";
}
.fa6-comment-slash:before {
  content: "\f4b3";
}
.fa6-comment-smile:before {
  content: "\f4b4";
}
.fa6-comment-sms:before,
.fa6-sms:before {
  content: "\f7cd";
}
.fa6-comment-text:before {
  content: "\e14d";
}
.fa6-comment-times:before,
.fa6-comment-xmark:before {
  content: "\f4b5";
}
.fa6-comments:before {
  content: "\f086";
}
.fa6-comments-dollar:before {
  content: "\f653";
}
.fa6-comments-question:before {
  content: "\e14e";
}
.fa6-comments-question-check:before {
  content: "\e14f";
}
.fa6-compact-disc:before {
  content: "\f51f";
}
.fa6-compass:before {
  content: "\f14e";
}
.fa6-compass-drafting:before,
.fa6-drafting-compass:before {
  content: "\f568";
}
.fa6-compass-slash:before {
  content: "\f5e9";
}
.fa6-compress:before {
  content: "\f066";
}
.fa6-compress-wide:before {
  content: "\f326";
}
.fa6-computer-classic:before {
  content: "\f8b1";
}
.fa6-computer-mouse:before,
.fa6-mouse:before {
  content: "\f8cc";
}
.fa6-computer-mouse-scrollwheel:before,
.fa6-mouse-alt:before {
  content: "\f8cd";
}
.fa6-computer-speaker:before {
  content: "\f8b2";
}
.fa6-container-storage:before {
  content: "\f4b7";
}
.fa6-conveyor-belt:before {
  content: "\f46e";
}
.fa6-conveyor-belt-alt:before,
.fa6-conveyor-belt-boxes:before {
  content: "\f46f";
}
.fa6-conveyor-belt-empty:before {
  content: "\e150";
}
.fa6-cookie:before {
  content: "\f563";
}
.fa6-cookie-bite:before {
  content: "\f564";
}
.fa6-copy:before {
  content: "\f0c5";
}
.fa6-copyright:before {
  content: "\f1f9";
}
.fa6-corn:before {
  content: "\f6c7";
}
.fa6-corner:before {
  content: "\e3fe";
}
.fa6-couch:before {
  content: "\f4b8";
}
.fa6-cow:before {
  content: "\f6c8";
}
.fa6-cowbell:before {
  content: "\f8b3";
}
.fa6-cowbell-circle-plus:before,
.fa6-cowbell-more:before {
  content: "\f8b4";
}
.fa6-crab:before {
  content: "\e3ff";
}
.fa6-crate-apple:before {
  content: "\f6b1";
}
.fa6-apple-crate:before {
  content: "\f6b1";
}
.fa6-crate-empty:before {
  content: "\e151";
}
.fa6-credit-card-alt:before,
.fa6-credit-card:before {
  content: "\f09d";
}
.fa6-credit-card-blank:before {
  content: "\f389";
}
.fa6-credit-card-front:before {
  content: "\f38a";
}
.fa6-cricket-bat-ball:before,
.fa6-cricket:before {
  content: "\f449";
}
.fa6-croissant:before {
  content: "\f7f6";
}
.fa6-crop:before {
  content: "\f125";
}
.fa6-crop-alt:before,
.fa6-crop-simple:before {
  content: "\f565";
}
.fa6-cross:before {
  content: "\f654";
}
.fa6-crosshairs:before {
  content: "\f05b";
}
.fa6-crow:before {
  content: "\f520";
}
.fa6-crown:before {
  content: "\f521";
}
.fa6-crutch:before {
  content: "\f7f7";
}
.fa6-crutches:before {
  content: "\f7f8";
}
.fa6-cruzeiro-sign:before {
  content: "\e152";
}
.fa6-crystal-ball:before {
  content: "\e362";
}
.fa6-cube:before {
  content: "\f1b2";
}
.fa6-cubes:before {
  content: "\f1b3";
}
.fa6-cucumber:before {
  content: "\e401";
}
.fa6-cup-straw:before {
  content: "\e363";
}
.fa6-cup-straw-swoosh:before {
  content: "\e364";
}
.fa6-coffee-togo:before,
.fa6-cup-togo:before {
  content: "\f6c5";
}
.fa6-cupcake:before {
  content: "\e402";
}
.fa6-curling-stone:before,
.fa6-curling:before {
  content: "\f44a";
}
.fa6-custard:before {
  content: "\e403";
}
.fa6-d:before {
  content: "\44";
}
.fa6-dagger:before {
  content: "\f6cb";
}
.fa6-dash:before {
  content: "\e404";
}
.fa6-database:before {
  content: "\f1c0";
}
.fa6-deer:before {
  content: "\f78e";
}
.fa6-deer-rudolph:before {
  content: "\f78f";
}
.fa6-backspace:before,
.fa6-delete-left:before {
  content: "\f55a";
}
.fa6-delete-right:before {
  content: "\e154";
}
.fa6-democrat:before {
  content: "\f747";
}
.fa6-desktop-alt:before,
.fa6-desktop:before {
  content: "\f390";
}
.fa6-desktop-arrow-down:before {
  content: "\e155";
}
.fa6-dharmachakra:before {
  content: "\f655";
}
.fa6-diagram-cells:before {
  content: "\e475";
}
.fa6-diagram-lean-canvas:before {
  content: "\e156";
}
.fa6-diagram-nested:before {
  content: "\e157";
}
.fa6-diagram-next:before {
  content: "\e476";
}
.fa6-diagram-predecessor:before {
  content: "\e477";
}
.fa6-diagram-previous:before {
  content: "\e478";
}
.fa6-diagram-project:before,
.fa6-project-diagram:before {
  content: "\f542";
}
.fa6-diagram-sankey:before {
  content: "\e158";
}
.fa6-diagram-subtask:before {
  content: "\e479";
}
.fa6-diagram-successor:before {
  content: "\e47a";
}
.fa6-diagram-venn:before {
  content: "\e15a";
}
.fa6-dial-med-high:before,
.fa6-dial:before {
  content: "\e15b";
}
.fa6-dial-high:before {
  content: "\e15c";
}
.fa6-dial-low:before {
  content: "\e15d";
}
.fa6-dial-max:before {
  content: "\e15e";
}
.fa6-dial-med:before {
  content: "\e15f";
}
.fa6-dial-med-low:before {
  content: "\e160";
}
.fa6-dial-min:before {
  content: "\e161";
}
.fa6-dial-off:before {
  content: "\e162";
}
.fa6-diamond:before {
  content: "\f219";
}
.fa6-diamond-exclamation:before {
  content: "\e405";
}
.fa6-diamond-turn-right:before,
.fa6-directions:before {
  content: "\f5eb";
}
.fa6-dice:before {
  content: "\f522";
}
.fa6-dice-d10:before {
  content: "\f6cd";
}
.fa6-dice-d12:before {
  content: "\f6ce";
}
.fa6-dice-d20:before {
  content: "\f6cf";
}
.fa6-dice-d4:before {
  content: "\f6d0";
}
.fa6-dice-d6:before {
  content: "\f6d1";
}
.fa6-dice-d8:before {
  content: "\f6d2";
}
.fa6-dice-five:before {
  content: "\f523";
}
.fa6-dice-four:before {
  content: "\f524";
}
.fa6-dice-one:before {
  content: "\f525";
}
.fa6-dice-six:before {
  content: "\f526";
}
.fa6-dice-three:before {
  content: "\f527";
}
.fa6-dice-two:before {
  content: "\f528";
}
.fa6-diploma:before,
.fa6-scroll-ribbon:before {
  content: "\f5ea";
}
.fa6-disc-drive:before {
  content: "\f8b5";
}
.fa6-disease:before {
  content: "\f7fa";
}
.fa6-display:before {
  content: "\e163";
}
.fa6-display-arrow-down:before {
  content: "\e164";
}
.fa6-desktop-code:before,
.fa6-display-code:before {
  content: "\e165";
}
.fa6-desktop-medical:before,
.fa6-display-medical:before {
  content: "\e166";
}
.fa6-desktop-slash:before,
.fa6-display-slash:before {
  content: "\e2fa";
}
.fa6-distribute-spacing-horizontal:before {
  content: "\e365";
}
.fa6-distribute-spacing-vertical:before {
  content: "\e366";
}
.fa6-ditto:before {
  content: "\22";
}
.fa6-divide:before {
  content: "\f529";
}
.fa6-dna:before {
  content: "\f471";
}
.fa6-do-not-enter:before {
  content: "\f5ec";
}
.fa6-dog:before {
  content: "\f6d3";
}
.fa6-dog-leashed:before {
  content: "\f6d4";
}
.fa6-dollar-sign:before,
.fa6-dollar:before,
.fa6-usd:before {
  content: "\24";
}
.fa6-dolly-box:before,
.fa6-dolly:before {
  content: "\f472";
}
.fa6-dolly-empty:before {
  content: "\f473";
}
.fa6-dolphin:before {
  content: "\e168";
}
.fa6-dong-sign:before {
  content: "\e169";
}
.fa6-donut:before,
.fa6-doughnut:before {
  content: "\e406";
}
.fa6-door-closed:before {
  content: "\f52a";
}
.fa6-door-open:before {
  content: "\f52b";
}
.fa6-dove:before {
  content: "\f4ba";
}
.fa6-arrow-alt-down:before,
.fa6-down:before {
  content: "\f354";
}
.fa6-down-from-dotted-line:before {
  content: "\e407";
}
.fa6-arrow-alt-from-top:before,
.fa6-down-from-line:before {
  content: "\f349";
}
.fa6-down-left:before {
  content: "\e16a";
}
.fa6-compress-alt:before,
.fa6-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa6-down-long:before,
.fa6-long-arrow-alt-down:before {
  content: "\f309";
}
.fa6-down-right:before {
  content: "\e16b";
}
.fa6-down-to-dotted-line:before {
  content: "\e408";
}
.fa6-arrow-alt-to-bottom:before,
.fa6-down-to-line:before {
  content: "\f34a";
}
.fa6-download:before {
  content: "\f019";
}
.fa6-dragon:before {
  content: "\f6d5";
}
.fa6-draw-circle:before {
  content: "\f5ed";
}
.fa6-draw-polygon:before {
  content: "\f5ee";
}
.fa6-draw-square:before {
  content: "\f5ef";
}
.fa6-dreidel:before {
  content: "\f792";
}
.fa6-drone:before {
  content: "\f85f";
}
.fa6-drone-alt:before,
.fa6-drone-front:before {
  content: "\f860";
}
.fa6-droplet:before,
.fa6-tint:before {
  content: "\f043";
}
.fa6-dewpoint:before,
.fa6-droplet-degree:before {
  content: "\f748";
}
.fa6-droplet-percent:before,
.fa6-humidity:before {
  content: "\f750";
}
.fa6-droplet-slash:before,
.fa6-tint-slash:before {
  content: "\f5c7";
}
.fa6-drum:before {
  content: "\f569";
}
.fa6-drum-steelpan:before {
  content: "\f56a";
}
.fa6-drumstick:before {
  content: "\f6d6";
}
.fa6-drumstick-bite:before {
  content: "\f6d7";
}
.fa6-dryer:before {
  content: "\f861";
}
.fa6-dryer-alt:before,
.fa6-dryer-heat:before {
  content: "\f862";
}
.fa6-duck:before {
  content: "\f6d8";
}
.fa6-dumbbell:before {
  content: "\f44b";
}
.fa6-dumpster:before {
  content: "\f793";
}
.fa6-dumpster-fire:before {
  content: "\f794";
}
.fa6-dungeon:before {
  content: "\f6d9";
}
.fa6-e:before {
  content: "\45";
}
.fa6-ear:before {
  content: "\f5f0";
}
.fa6-deaf:before,
.fa6-deafness:before,
.fa6-ear-deaf:before,
.fa6-hard-of-hearing:before {
  content: "\f2a4";
}
.fa6-assistive-listening-systems:before,
.fa6-ear-listen:before {
  content: "\f2a2";
}
.fa6-ear-muffs:before {
  content: "\f795";
}
.fa6-earth-africa:before,
.fa6-globe-africa:before {
  content: "\f57c";
}
.fa6-earth-america:before,
.fa6-earth-americas:before,
.fa6-earth:before,
.fa6-globe-americas:before {
  content: "\f57d";
}
.fa6-earth-asia:before,
.fa6-globe-asia:before {
  content: "\f57e";
}
.fa6-earth-europe:before,
.fa6-globe-europe:before {
  content: "\f7a2";
}
.fa6-earth-oceania:before,
.fa6-globe-oceania:before {
  content: "\e47b";
}
.fa6-eclipse:before {
  content: "\f749";
}
.fa6-egg:before {
  content: "\f7fb";
}
.fa6-egg-fried:before {
  content: "\f7fc";
}
.fa6-eggplant:before {
  content: "\e16c";
}
.fa6-eject:before {
  content: "\f052";
}
.fa6-elephant:before {
  content: "\f6da";
}
.fa6-elevator:before {
  content: "\e16d";
}
.fa6-ellipsis-h:before,
.fa6-ellipsis:before {
  content: "\f141";
}
.fa6-ellipsis-h-alt:before,
.fa6-ellipsis-stroke:before {
  content: "\f39b";
}
.fa6-ellipsis-stroke-vertical:before,
.fa6-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa6-ellipsis-v:before,
.fa6-ellipsis-vertical:before {
  content: "\f142";
}
.fa6-empty-set:before {
  content: "\f656";
}
.fa6-engine:before {
  content: "\e16e";
}
.fa6-engine-exclamation:before,
.fa6-engine-warning:before {
  content: "\f5f2";
}
.fa6-envelope:before {
  content: "\f0e0";
}
.fa6-envelope-badge:before,
.fa6-envelope-dot:before {
  content: "\e16f";
}
.fa6-envelope-open:before {
  content: "\f2b6";
}
.fa6-envelope-open-dollar:before {
  content: "\f657";
}
.fa6-envelope-open-text:before {
  content: "\f658";
}
.fa6-envelopes:before {
  content: "\e170";
}
.fa6-envelopes-bulk:before,
.fa6-mail-bulk:before {
  content: "\f674";
}
.fa6-equals:before {
  content: "\3d";
}
.fa6-eraser:before {
  content: "\f12d";
}
.fa6-escalator:before {
  content: "\e171";
}
.fa6-ethernet:before {
  content: "\f796";
}
.fa6-eur:before,
.fa6-euro-sign:before,
.fa6-euro:before {
  content: "\f153";
}
.fa6-exclamation:before {
  content: "\21";
}
.fa6-expand:before {
  content: "\f065";
}
.fa6-expand-wide:before {
  content: "\f320";
}
.fa6-eye:before {
  content: "\f06e";
}
.fa6-eye-dropper-empty:before,
.fa6-eye-dropper:before,
.fa6-eyedropper:before {
  content: "\f1fb";
}
.fa6-eye-dropper-full:before {
  content: "\e172";
}
.fa6-eye-dropper-half:before {
  content: "\e173";
}
.fa6-eye-evil:before {
  content: "\f6db";
}
.fa6-eye-low-vision:before,
.fa6-low-vision:before {
  content: "\f2a8";
}
.fa6-eye-slash:before {
  content: "\f070";
}
.fa6-eyes:before {
  content: "\e367";
}
.fa6-f:before {
  content: "\46";
}
.fa6-angry:before,
.fa6-face-angry:before {
  content: "\f556";
}
.fa6-face-angry-horns:before {
  content: "\e368";
}
.fa6-face-anguished:before {
  content: "\e369";
}
.fa6-face-anxious-sweat:before {
  content: "\e36a";
}
.fa6-face-astonished:before {
  content: "\e36b";
}
.fa6-face-awesome:before,
.fa6-gave-dandy:before {
  content: "\e409";
}
.fa6-face-beam-hand-over-mouth:before {
  content: "\e47c";
}
.fa6-face-clouds:before {
  content: "\e47d";
}
.fa6-face-confounded:before {
  content: "\e36c";
}
.fa6-face-confused:before {
  content: "\e36d";
}
.fa6-face-cowboy-hat:before {
  content: "\e36e";
}
.fa6-face-diagonal-mouth:before {
  content: "\e47e";
}
.fa6-face-disappointed:before {
  content: "\e36f";
}
.fa6-face-disguise:before {
  content: "\e370";
}
.fa6-dizzy:before,
.fa6-face-dizzy:before {
  content: "\f567";
}
.fa6-face-dotted:before {
  content: "\e47f";
}
.fa6-face-downcast-sweat:before {
  content: "\e371";
}
.fa6-face-drooling:before {
  content: "\e372";
}
.fa6-face-exhaling:before {
  content: "\e480";
}
.fa6-exploding-head:before,
.fa6-face-explode:before {
  content: "\e2fe";
}
.fa6-face-expressionless:before {
  content: "\e373";
}
.fa6-face-eyes-xmarks:before {
  content: "\e374";
}
.fa6-face-fearful:before {
  content: "\e375";
}
.fa6-face-flushed:before,
.fa6-flushed:before {
  content: "\f579";
}
.fa6-face-frown:before,
.fa6-frown:before {
  content: "\f119";
}
.fa6-face-frown-open:before,
.fa6-frown-open:before {
  content: "\f57a";
}
.fa6-face-frown-slight:before {
  content: "\e376";
}
.fa6-face-glasses:before {
  content: "\e377";
}
.fa6-face-grimace:before,
.fa6-grimace:before {
  content: "\f57f";
}
.fa6-face-grin:before,
.fa6-grin:before {
  content: "\f580";
}
.fa6-face-grin-beam:before,
.fa6-grin-beam:before {
  content: "\f582";
}
.fa6-face-grin-beam-sweat:before,
.fa6-grin-beam-sweat:before {
  content: "\f583";
}
.fa6-face-grin-hearts:before,
.fa6-grin-hearts:before {
  content: "\f584";
}
.fa6-face-grin-squint:before,
.fa6-grin-squint:before {
  content: "\f585";
}
.fa6-face-grin-squint-tears:before,
.fa6-grin-squint-tears:before {
  content: "\f586";
}
.fa6-face-grin-stars:before,
.fa6-grin-stars:before {
  content: "\f587";
}
.fa6-face-grin-tears:before,
.fa6-grin-tears:before {
  content: "\f588";
}
.fa6-face-grin-tongue:before,
.fa6-grin-tongue:before {
  content: "\f589";
}
.fa6-face-grin-tongue-squint:before,
.fa6-grin-tongue-squint:before {
  content: "\f58a";
}
.fa6-face-grin-tongue-wink:before,
.fa6-grin-tongue-wink:before {
  content: "\f58b";
}
.fa6-face-grin-wide:before,
.fa6-grin-alt:before {
  content: "\f581";
}
.fa6-face-grin-wink:before,
.fa6-grin-wink:before {
  content: "\f58c";
}
.fa6-face-hand-over-mouth:before {
  content: "\e378";
}
.fa6-face-hand-peeking:before {
  content: "\e481";
}
.fa6-face-hand-yawn:before {
  content: "\e379";
}
.fa6-face-head-bandage:before {
  content: "\e37a";
}
.fa6-face-holding-back-tears:before {
  content: "\e482";
}
.fa6-face-hushed:before {
  content: "\e37b";
}
.fa6-face-icicles:before {
  content: "\e37c";
}
.fa6-face-kiss:before,
.fa6-kiss:before {
  content: "\f596";
}
.fa6-face-kiss-beam:before,
.fa6-kiss-beam:before {
  content: "\f597";
}
.fa6-face-kiss-closed-eyes:before {
  content: "\e37d";
}
.fa6-face-kiss-wink-heart:before,
.fa6-kiss-wink-heart:before {
  content: "\f598";
}
.fa6-face-laugh:before,
.fa6-laugh:before {
  content: "\f599";
}
.fa6-face-laugh-beam:before,
.fa6-laugh-beam:before {
  content: "\f59a";
}
.fa6-face-laugh-squint:before,
.fa6-laugh-squint:before {
  content: "\f59b";
}
.fa6-face-laugh-wink:before,
.fa6-laugh-wink:before {
  content: "\f59c";
}
.fa6-face-lying:before {
  content: "\e37e";
}
.fa6-face-mask:before {
  content: "\e37f";
}
.fa6-face-meh:before,
.fa6-meh:before {
  content: "\f11a";
}
.fa6-face-meh-blank:before,
.fa6-meh-blank:before {
  content: "\f5a4";
}
.fa6-face-melting:before {
  content: "\e483";
}
.fa6-face-monocle:before {
  content: "\e380";
}
.fa6-face-nauseated:before {
  content: "\e381";
}
.fa6-face-nose-steam:before {
  content: "\e382";
}
.fa6-face-party:before {
  content: "\e383";
}
.fa6-face-pensive:before {
  content: "\e384";
}
.fa6-face-persevering:before {
  content: "\e385";
}
.fa6-face-pleading:before {
  content: "\e386";
}
.fa6-face-pouting:before {
  content: "\e387";
}
.fa6-face-raised-eyebrow:before {
  content: "\e388";
}
.fa6-face-relieved:before {
  content: "\e389";
}
.fa6-face-rolling-eyes:before,
.fa6-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa6-face-sad-cry:before,
.fa6-sad-cry:before {
  content: "\f5b3";
}
.fa6-face-sad-sweat:before {
  content: "\e38a";
}
.fa6-face-sad-tear:before,
.fa6-sad-tear:before {
  content: "\f5b4";
}
.fa6-face-saluting:before {
  content: "\e484";
}
.fa6-face-scream:before {
  content: "\e38b";
}
.fa6-face-shush:before {
  content: "\e38c";
}
.fa6-face-sleeping:before {
  content: "\e38d";
}
.fa6-face-sleepy:before {
  content: "\e38e";
}
.fa6-face-smile:before,
.fa6-smile:before {
  content: "\f118";
}
.fa6-face-smile-beam:before,
.fa6-smile-beam:before {
  content: "\f5b8";
}
.fa6-face-smile-halo:before {
  content: "\e38f";
}
.fa6-face-smile-hearts:before {
  content: "\e390";
}
.fa6-face-smile-horns:before {
  content: "\e391";
}
.fa6-face-smile-plus:before,
.fa6-smile-plus:before {
  content: "\f5b9";
}
.fa6-face-smile-relaxed:before {
  content: "\e392";
}
.fa6-face-smile-tear:before {
  content: "\e393";
}
.fa6-face-smile-tongue:before {
  content: "\e394";
}
.fa6-face-smile-upside-down:before {
  content: "\e395";
}
.fa6-face-smile-wink:before,
.fa6-smile-wink:before {
  content: "\f4da";
}
.fa6-face-smiling-hands:before {
  content: "\e396";
}
.fa6-face-smirking:before {
  content: "\e397";
}
.fa6-face-spiral-eyes:before {
  content: "\e485";
}
.fa6-face-sunglasses:before {
  content: "\e398";
}
.fa6-face-surprise:before,
.fa6-surprise:before {
  content: "\f5c2";
}
.fa6-face-swear:before {
  content: "\e399";
}
.fa6-face-thermometer:before {
  content: "\e39a";
}
.fa6-face-thinking:before {
  content: "\e39b";
}
.fa6-face-tired:before,
.fa6-tired:before {
  content: "\f5c8";
}
.fa6-face-tissue:before {
  content: "\e39c";
}
.fa6-face-tongue-money:before {
  content: "\e39d";
}
.fa6-face-tongue-sweat:before {
  content: "\e39e";
}
.fa6-face-unamused:before {
  content: "\e39f";
}
.fa6-face-viewfinder:before {
  content: "\e2ff";
}
.fa6-face-vomit:before {
  content: "\e3a0";
}
.fa6-face-weary:before {
  content: "\e3a1";
}
.fa6-face-woozy:before {
  content: "\e3a2";
}
.fa6-face-worried:before {
  content: "\e3a3";
}
.fa6-face-zany:before {
  content: "\e3a4";
}
.fa6-face-zipper:before {
  content: "\e3a5";
}
.fa6-falafel:before {
  content: "\e40a";
}
.fa6-family:before {
  content: "\e300";
}
.fa6-family-dress:before {
  content: "\e301";
}
.fa6-family-pants:before {
  content: "\e302";
}
.fa6-fan:before {
  content: "\f863";
}
.fa6-fan-table:before {
  content: "\e004";
}
.fa6-barn-silo:before,
.fa6-farm:before {
  content: "\f864";
}
.fa6-faucet:before {
  content: "\e005";
}
.fa6-faucet-drip:before {
  content: "\e006";
}
.fa6-fax:before {
  content: "\f1ac";
}
.fa6-feather:before {
  content: "\f52d";
}
.fa6-feather-alt:before,
.fa6-feather-pointed:before {
  content: "\f56b";
}
.fa6-fence:before {
  content: "\e303";
}
.fa6-ferris-wheel:before {
  content: "\e174";
}
.fa6-field-hockey-stick-ball:before,
.fa6-field-hockey:before {
  content: "\f44c";
}
.fa6-file:before {
  content: "\f15b";
}
.fa6-file-arrow-down:before,
.fa6-file-download:before {
  content: "\f56d";
}
.fa6-file-arrow-up:before,
.fa6-file-upload:before {
  content: "\f574";
}
.fa6-file-audio:before {
  content: "\f1c7";
}
.fa6-file-binary:before {
  content: "\e175";
}
.fa6-file-award:before,
.fa6-file-certificate:before {
  content: "\f5f3";
}
.fa6-file-chart-column:before,
.fa6-file-chart-line:before {
  content: "\f659";
}
.fa6-file-chart-pie:before {
  content: "\f65a";
}
.fa6-file-check:before {
  content: "\f316";
}
.fa6-file-code:before {
  content: "\f1c9";
}
.fa6-file-contract:before {
  content: "\f56c";
}
.fa6-file-csv:before {
  content: "\f6dd";
}
.fa6-file-dashed-line:before,
.fa6-page-break:before {
  content: "\f877";
}
.fa6-file-excel:before {
  content: "\f1c3";
}
.fa6-file-exclamation:before {
  content: "\f31a";
}
.fa6-arrow-right-from-file:before,
.fa6-file-export:before {
  content: "\f56e";
}
.fa6-file-heart:before {
  content: "\e176";
}
.fa6-file-image:before {
  content: "\f1c5";
}
.fa6-arrow-right-to-file:before,
.fa6-file-import:before {
  content: "\f56f";
}
.fa6-file-invoice:before {
  content: "\f570";
}
.fa6-file-invoice-dollar:before {
  content: "\f571";
}
.fa6-file-alt:before,
.fa6-file-lines:before,
.fa6-file-text:before {
  content: "\f15c";
}
.fa6-file-lock:before {
  content: "\e3a6";
}
.fa6-file-magnifying-glass:before,
.fa6-file-search:before {
  content: "\f865";
}
.fa6-file-medical:before {
  content: "\f477";
}
.fa6-file-minus:before {
  content: "\f318";
}
.fa6-file-music:before {
  content: "\f8b6";
}
.fa6-file-pdf:before {
  content: "\f1c1";
}
.fa6-file-edit:before,
.fa6-file-pen:before {
  content: "\f31c";
}
.fa6-file-plus:before {
  content: "\f319";
}
.fa6-file-plus-minus:before {
  content: "\e177";
}
.fa6-file-powerpoint:before {
  content: "\f1c4";
}
.fa6-file-prescription:before {
  content: "\f572";
}
.fa6-file-signature:before {
  content: "\f573";
}
.fa6-file-slash:before {
  content: "\e3a7";
}
.fa6-file-spreadsheet:before {
  content: "\f65b";
}
.fa6-file-user:before {
  content: "\f65c";
}
.fa6-file-video:before {
  content: "\f1c8";
}
.fa6-file-medical-alt:before,
.fa6-file-waveform:before {
  content: "\f478";
}
.fa6-file-word:before {
  content: "\f1c2";
}
.fa6-file-times:before,
.fa6-file-xmark:before {
  content: "\f317";
}
.fa6-file-archive:before,
.fa6-file-zipper:before {
  content: "\f1c6";
}
.fa6-files:before {
  content: "\e178";
}
.fa6-files-medical:before {
  content: "\f7fd";
}
.fa6-fill:before {
  content: "\f575";
}
.fa6-fill-drip:before {
  content: "\f576";
}
.fa6-film:before {
  content: "\f008";
}
.fa6-film-canister:before {
  content: "\f8b7";
}
.fa6-film-alt:before,
.fa6-film-simple:before {
  content: "\f3a0";
}
.fa6-film-slash:before {
  content: "\e179";
}
.fa6-films:before {
  content: "\e17a";
}
.fa6-filter:before {
  content: "\f0b0";
}
.fa6-filter-circle-dollar:before,
.fa6-funnel-dollar:before {
  content: "\f662";
}
.fa6-filter-circle-xmark:before {
  content: "\e17b";
}
.fa6-filter-list:before {
  content: "\e17c";
}
.fa6-filter-slash:before {
  content: "\e17d";
}
.fa6-filters:before {
  content: "\e17e";
}
.fa6-fingerprint:before {
  content: "\f577";
}
.fa6-fire:before {
  content: "\f06d";
}
.fa6-fire-extinguisher:before {
  content: "\f134";
}
.fa6-fire-flame:before,
.fa6-flame:before {
  content: "\f6df";
}
.fa6-fire-alt:before,
.fa6-fire-flame-curved:before {
  content: "\f7e4";
}
.fa6-burn:before,
.fa6-fire-flame-simple:before {
  content: "\f46a";
}
.fa6-fire-hydrant:before {
  content: "\e17f";
}
.fa6-fire-smoke:before {
  content: "\f74b";
}
.fa6-fireplace:before {
  content: "\f79a";
}
.fa6-fish:before {
  content: "\f578";
}
.fa6-fish-bones:before {
  content: "\e304";
}
.fa6-fish-cooked:before {
  content: "\f7fe";
}
.fa6-fishing-rod:before {
  content: "\e3a8";
}
.fa6-flag:before {
  content: "\f024";
}
.fa6-flag-checkered:before {
  content: "\f11e";
}
.fa6-flag-pennant:before,
.fa6-pennant:before {
  content: "\f456";
}
.fa6-flag-alt:before,
.fa6-flag-swallowtail:before {
  content: "\f74c";
}
.fa6-flag-usa:before {
  content: "\f74d";
}
.fa6-flashlight:before {
  content: "\f8b8";
}
.fa6-flask:before {
  content: "\f0c3";
}
.fa6-flask-poison:before,
.fa6-flask-round-poison:before {
  content: "\f6e0";
}
.fa6-flask-potion:before,
.fa6-flask-round-potion:before {
  content: "\f6e1";
}
.fa6-flatbread:before {
  content: "\e40b";
}
.fa6-flatbread-stuffed:before {
  content: "\e40c";
}
.fa6-floppy-disk:before,
.fa6-save:before {
  content: "\f0c7";
}
.fa6-floppy-disk-circle-arrow-right:before,
.fa6-save-circle-arrow-right:before {
  content: "\e180";
}
.fa6-floppy-disk-circle-xmark:before,
.fa6-floppy-disk-times:before,
.fa6-save-circle-xmark:before,
.fa6-save-times:before {
  content: "\e181";
}
.fa6-floppy-disk-pen:before {
  content: "\e182";
}
.fa6-floppy-disks:before {
  content: "\e183";
}
.fa6-florin-sign:before {
  content: "\e184";
}
.fa6-flower:before {
  content: "\f7ff";
}
.fa6-flower-daffodil:before {
  content: "\f800";
}
.fa6-flower-tulip:before {
  content: "\f801";
}
.fa6-flute:before {
  content: "\f8b9";
}
.fa6-flux-capacitor:before {
  content: "\f8ba";
}
.fa6-flying-disc:before {
  content: "\e3a9";
}
.fa6-folder:before {
  content: "\f07b";
}
.fa6-folder-arrow-down:before,
.fa6-folder-download:before {
  content: "\e053";
}
.fa6-folder-arrow-up:before,
.fa6-folder-upload:before {
  content: "\e054";
}
.fa6-folder-blank:before {
  content: "\e185";
}
.fa6-folder-bookmark:before {
  content: "\e186";
}
.fa6-folder-cog:before,
.fa6-folder-gear:before {
  content: "\e187";
}
.fa6-folder-grid:before {
  content: "\e188";
}
.fa6-folder-heart:before {
  content: "\e189";
}
.fa6-folder-image:before {
  content: "\e18a";
}
.fa6-folder-magnifying-glass:before,
.fa6-folder-search:before {
  content: "\e18b";
}
.fa6-folder-medical:before {
  content: "\e18c";
}
.fa6-folder-minus:before {
  content: "\f65d";
}
.fa6-folder-music:before {
  content: "\e18d";
}
.fa6-folder-open:before {
  content: "\f07c";
}
.fa6-folder-plus:before {
  content: "\f65e";
}
.fa6-folder-tree:before {
  content: "\f802";
}
.fa6-folder-user:before {
  content: "\e18e";
}
.fa6-folder-times:before,
.fa6-folder-xmark:before {
  content: "\f65f";
}
.fa6-folders:before {
  content: "\f660";
}
.fa6-fondue-pot:before {
  content: "\e40d";
}
.fa6-font:before {
  content: "\f031";
}
.fa6-font-case:before {
  content: "\f866";
}
.fa6-football-ball:before,
.fa6-football:before {
  content: "\f44e";
}
.fa6-football-helmet:before {
  content: "\f44f";
}
.fa6-fork:before,
.fa6-utensil-fork:before {
  content: "\f2e3";
}
.fa6-fork-knife:before,
.fa6-utensils-alt:before {
  content: "\f2e6";
}
.fa6-forklift:before {
  content: "\f47a";
}
.fa6-fort:before {
  content: "\e486";
}
.fa6-forward:before {
  content: "\f04e";
}
.fa6-fast-forward:before,
.fa6-forward-fast:before {
  content: "\f050";
}
.fa6-forward-step:before,
.fa6-step-forward:before {
  content: "\f051";
}
.fa6-franc-sign:before {
  content: "\e18f";
}
.fa6-french-fries:before {
  content: "\f803";
}
.fa6-frog:before {
  content: "\f52e";
}
.fa6-function:before {
  content: "\f661";
}
.fa6-futbol-ball:before,
.fa6-futbol:before,
.fa6-soccer-ball:before {
  content: "\f1e3";
}
.fa6-g:before {
  content: "\47";
}
.fa6-galaxy:before {
  content: "\e008";
}
.fa6-gallery-thumbnails:before {
  content: "\e3aa";
}
.fa6-game-board:before {
  content: "\f867";
}
.fa6-game-board-alt:before,
.fa6-game-board-simple:before {
  content: "\f868";
}
.fa6-game-console-handheld:before {
  content: "\f8bb";
}
.fa6-gamepad:before {
  content: "\f11b";
}
.fa6-gamepad-alt:before,
.fa6-gamepad-modern:before {
  content: "\f8bc";
}
.fa6-garage:before {
  content: "\e009";
}
.fa6-garage-car:before {
  content: "\e00a";
}
.fa6-garage-open:before {
  content: "\e00b";
}
.fa6-garlic:before {
  content: "\e40e";
}
.fa6-gas-pump:before {
  content: "\f52f";
}
.fa6-gas-pump-slash:before {
  content: "\f5f4";
}
.fa6-dashboard:before,
.fa6-gauge-high:before,
.fa6-gauge:before,
.fa6-tachometer-alt-fast:before,
.fa6-tachometer-alt:before {
  content: "\f625";
}
.fa6-gauge-low:before,
.fa6-tachometer-alt-slow:before {
  content: "\f627";
}
.fa6-gauge-max:before,
.fa6-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa6-gauge-med:before,
.fa6-tachometer-alt-average:before {
  content: "\f624";
}
.fa6-gauge-min:before,
.fa6-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa6-gauge-simple-high:before,
.fa6-gauge-simple:before,
.fa6-tachometer-fast:before,
.fa6-tachometer:before {
  content: "\f62a";
}
.fa6-gauge-simple-low:before,
.fa6-tachometer-slow:before {
  content: "\f62c";
}
.fa6-gauge-simple-max:before,
.fa6-tachometer-fastest:before {
  content: "\f62b";
}
.fa6-gauge-simple-med:before,
.fa6-tachometer-average:before {
  content: "\f629";
}
.fa6-gauge-simple-min:before,
.fa6-tachometer-slowest:before {
  content: "\f62d";
}
.fa6-gavel:before,
.fa6-legal:before {
  content: "\f0e3";
}
.fa6-cog:before,
.fa6-gear:before {
  content: "\f013";
}
.fa6-cogs:before,
.fa6-gears:before {
  content: "\f085";
}
.fa6-gem:before {
  content: "\f3a5";
}
.fa6-genderless:before {
  content: "\f22d";
}
.fa6-ghost:before {
  content: "\f6e2";
}
.fa6-gif:before {
  content: "\e190";
}
.fa6-gift:before {
  content: "\f06b";
}
.fa6-gift-card:before {
  content: "\f663";
}
.fa6-gifts:before {
  content: "\f79c";
}
.fa6-gingerbread-man:before {
  content: "\f79d";
}
.fa6-glass:before {
  content: "\f804";
}
.fa6-glass-citrus:before {
  content: "\f869";
}
.fa6-glass-empty:before {
  content: "\e191";
}
.fa6-glass-half-empty:before,
.fa6-glass-half-full:before,
.fa6-glass-half:before {
  content: "\e192";
}
.fa6-glasses:before {
  content: "\f530";
}
.fa6-glasses-alt:before,
.fa6-glasses-round:before {
  content: "\f5f5";
}
.fa6-globe:before {
  content: "\f0ac";
}
.fa6-globe-snow:before {
  content: "\f7a3";
}
.fa6-globe-stand:before {
  content: "\f5f6";
}
.fa6-goal-net:before {
  content: "\e3ab";
}
.fa6-golf-ball-tee:before,
.fa6-golf-ball:before {
  content: "\f450";
}
.fa6-golf-club:before {
  content: "\f451";
}
.fa6-golf-flag-hole:before {
  content: "\e3ac";
}
.fa6-gopuram:before {
  content: "\f664";
}
.fa6-graduation-cap:before,
.fa6-mortar-board:before {
  content: "\f19d";
}
.fa6-gramophone:before {
  content: "\f8bd";
}
.fa6-grapes:before {
  content: "\e306";
}
.fa6-grate:before {
  content: "\e193";
}
.fa6-grate-droplet:before {
  content: "\e194";
}
.fa6-greater-than:before {
  content: "\3e";
}
.fa6-greater-than-equal:before {
  content: "\f532";
}
.fa6-grid-3:before,
.fa6-grid:before {
  content: "\e195";
}
.fa6-grid-2:before {
  content: "\e196";
}
.fa6-grid-2-plus:before {
  content: "\e197";
}
.fa6-grid-4:before {
  content: "\e198";
}
.fa6-grid-5:before {
  content: "\e199";
}
.fa6-grid-dividers:before {
  content: "\e3ad";
}
.fa6-grid-horizontal:before {
  content: "\e307";
}
.fa6-grip-horizontal:before,
.fa6-grip:before {
  content: "\f58d";
}
.fa6-grip-dots:before {
  content: "\e410";
}
.fa6-grip-dots-vertical:before {
  content: "\e411";
}
.fa6-grip-lines:before {
  content: "\f7a4";
}
.fa6-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa6-grip-vertical:before {
  content: "\f58e";
}
.fa6-guarani-sign:before {
  content: "\e19a";
}
.fa6-guitar:before {
  content: "\f7a6";
}
.fa6-guitar-electric:before {
  content: "\f8be";
}
.fa6-guitars:before {
  content: "\f8bf";
}
.fa6-gun:before {
  content: "\e19b";
}
.fa6-gun-slash:before {
  content: "\e19c";
}
.fa6-gun-squirt:before {
  content: "\e19d";
}
.fa6-h:before {
  content: "\48";
}
.fa6-h1:before {
  content: "\f313";
}
.fa6-h2:before {
  content: "\f314";
}
.fa6-h3:before {
  content: "\f315";
}
.fa6-h4:before {
  content: "\f86a";
}
.fa6-h5:before {
  content: "\e412";
}
.fa6-h6:before {
  content: "\e413";
}
.fa6-hammer:before {
  content: "\f6e3";
}
.fa6-hammer-crash:before {
  content: "\e414";
}
.fa6-hammer-war:before {
  content: "\f6e4";
}
.fa6-hamsa:before {
  content: "\f665";
}
.fa6-hand-paper:before,
.fa6-hand:before {
  content: "\f256";
}
.fa6-hand-back-fist:before,
.fa6-hand-rock:before {
  content: "\f255";
}
.fa6-hand-back-point-down:before {
  content: "\e19e";
}
.fa6-hand-back-point-left:before {
  content: "\e19f";
}
.fa6-hand-back-point-ribbon:before {
  content: "\e1a0";
}
.fa6-hand-back-point-right:before {
  content: "\e1a1";
}
.fa6-hand-back-point-up:before {
  content: "\e1a2";
}
.fa6-allergies:before,
.fa6-hand-dots:before {
  content: "\f461";
}
.fa6-hand-fingers-crossed:before {
  content: "\e1a3";
}
.fa6-fist-raised:before,
.fa6-hand-fist:before {
  content: "\f6de";
}
.fa6-hand-heart:before {
  content: "\f4bc";
}
.fa6-hand-holding:before {
  content: "\f4bd";
}
.fa6-hand-holding-box:before {
  content: "\f47b";
}
.fa6-hand-holding-dollar:before,
.fa6-hand-holding-usd:before {
  content: "\f4c0";
}
.fa6-hand-holding-droplet:before,
.fa6-hand-holding-water:before {
  content: "\f4c1";
}
.fa6-hand-holding-heart:before {
  content: "\f4be";
}
.fa6-hand-holding-magic:before {
  content: "\f6e5";
}
.fa6-hand-holding-medical:before {
  content: "\e05c";
}
.fa6-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa6-hand-holding-skull:before {
  content: "\e1a4";
}
.fa6-hand-horns:before {
  content: "\e1a9";
}
.fa6-hand-lizard:before {
  content: "\f258";
}
.fa6-hand-love:before {
  content: "\e1a5";
}
.fa6-hand-middle-finger:before {
  content: "\f806";
}
.fa6-hand-peace:before {
  content: "\f25b";
}
.fa6-hand-point-down:before {
  content: "\f0a7";
}
.fa6-hand-point-left:before {
  content: "\f0a5";
}
.fa6-hand-point-ribbon:before {
  content: "\e1a6";
}
.fa6-hand-point-right:before {
  content: "\f0a4";
}
.fa6-hand-point-up:before {
  content: "\f0a6";
}
.fa6-hand-pointer:before {
  content: "\f25a";
}
.fa6-hand-scissors:before {
  content: "\f257";
}
.fa6-hand-sparkles:before {
  content: "\e05d";
}
.fa6-hand-spock:before {
  content: "\f259";
}
.fa6-hand-wave:before {
  content: "\e1a7";
}
.fa6-hands:before,
.fa6-sign-language:before,
.fa6-signing:before {
  content: "\f2a7";
}
.fa6-american-sign-language-interpreting:before,
.fa6-asl-interpreting:before,
.fa6-hands-american-sign-language-interpreting:before,
.fa6-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa6-hands-bubbles:before,
.fa6-hands-wash:before {
  content: "\e05e";
}
.fa6-hands-clapping:before {
  content: "\e1a8";
}
.fa6-hands-holding:before {
  content: "\f4c2";
}
.fa6-hand-receiving:before,
.fa6-hands-holding-diamond:before {
  content: "\f47c";
}
.fa6-hands-holding-dollar:before,
.fa6-hands-usd:before {
  content: "\f4c5";
}
.fa6-hands-heart:before,
.fa6-hands-holding-heart:before {
  content: "\f4c3";
}
.fa6-hands-praying:before,
.fa6-praying-hands:before {
  content: "\f684";
}
.fa6-handshake:before {
  content: "\f2b5";
}
.fa6-hands-helping:before,
.fa6-handshake-angle:before {
  content: "\f4c4";
}
.fa6-handshake-alt:before,
.fa6-handshake-simple:before {
  content: "\f4c6";
}
.fa6-handshake-alt-slash:before,
.fa6-handshake-simple-slash:before {
  content: "\e05f";
}
.fa6-handshake-slash:before {
  content: "\e060";
}
.fa6-hanukiah:before {
  content: "\f6e6";
}
.fa6-hard-drive:before,
.fa6-hdd:before {
  content: "\f0a0";
}
.fa6-hashtag:before {
  content: "\23";
}
.fa6-hashtag-lock:before {
  content: "\e415";
}
.fa6-hat-chef:before {
  content: "\f86b";
}
.fa6-hat-cowboy:before {
  content: "\f8c0";
}
.fa6-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa6-hat-santa:before {
  content: "\f7a7";
}
.fa6-hat-winter:before {
  content: "\f7a8";
}
.fa6-hat-witch:before {
  content: "\f6e7";
}
.fa6-hat-wizard:before {
  content: "\f6e8";
}
.fa6-head-side:before {
  content: "\f6e9";
}
.fa6-head-side-brain:before {
  content: "\f808";
}
.fa6-head-side-cough:before {
  content: "\e061";
}
.fa6-head-side-cough-slash:before {
  content: "\e062";
}
.fa6-head-side-goggles:before,
.fa6-head-vr:before {
  content: "\f6ea";
}
.fa6-head-side-headphones:before {
  content: "\f8c2";
}
.fa6-head-side-heart:before {
  content: "\e1aa";
}
.fa6-head-side-mask:before {
  content: "\e063";
}
.fa6-head-side-medical:before {
  content: "\f809";
}
.fa6-head-side-virus:before {
  content: "\e064";
}
.fa6-header:before,
.fa6-heading:before {
  content: "\f1dc";
}
.fa6-headphones:before {
  content: "\f025";
}
.fa6-headphones-alt:before,
.fa6-headphones-simple:before {
  content: "\f58f";
}
.fa6-headset:before {
  content: "\f590";
}
.fa6-heart:before {
  content: "\f004";
}
.fa6-heart-broken:before,
.fa6-heart-crack:before {
  content: "\f7a9";
}
.fa6-heart-half:before {
  content: "\e1ab";
}
.fa6-heart-half-alt:before,
.fa6-heart-half-stroke:before {
  content: "\e1ac";
}
.fa6-heart-pulse:before,
.fa6-heartbeat:before {
  content: "\f21e";
}
.fa6-heat:before {
  content: "\e00c";
}
.fa6-helicopter:before {
  content: "\f533";
}
.fa6-helmet-battle:before {
  content: "\f6eb";
}
.fa6-hard-hat:before,
.fa6-hat-hard:before,
.fa6-helmet-safety:before {
  content: "\f807";
}
.fa6-hexagon:before {
  content: "\f312";
}
.fa6-hexagon-check:before {
  content: "\e416";
}
.fa6-hexagon-divide:before {
  content: "\e1ad";
}
.fa6-hexagon-exclamation:before {
  content: "\e417";
}
.fa6-hexagon-minus:before,
.fa6-minus-hexagon:before {
  content: "\f307";
}
.fa6-hexagon-plus:before,
.fa6-plus-hexagon:before {
  content: "\f300";
}
.fa6-hexagon-xmark:before,
.fa6-times-hexagon:before,
.fa6-xmark-hexagon:before {
  content: "\f2ee";
}
.fa6-high-definition:before,
.fa6-rectangle-hd:before {
  content: "\e1ae";
}
.fa6-highlighter:before {
  content: "\f591";
}
.fa6-highlighter-line:before {
  content: "\e1af";
}
.fa6-hippo:before {
  content: "\f6ed";
}
.fa6-hockey-mask:before {
  content: "\f6ee";
}
.fa6-hockey-puck:before {
  content: "\f453";
}
.fa6-hockey-stick-puck:before {
  content: "\e3ae";
}
.fa6-hockey-sticks:before {
  content: "\f454";
}
.fa6-holly-berry:before {
  content: "\f7aa";
}
.fa6-honey-pot:before {
  content: "\e418";
}
.fa6-hood-cloak:before {
  content: "\f6ef";
}
.fa6-horizontal-rule:before {
  content: "\f86c";
}
.fa6-horse:before {
  content: "\f6f0";
}
.fa6-horse-head:before {
  content: "\f7ab";
}
.fa6-horse-saddle:before {
  content: "\f8c3";
}
.fa6-hose:before {
  content: "\e419";
}
.fa6-hose-reel:before {
  content: "\e41a";
}
.fa6-hospital-alt:before,
.fa6-hospital-wide:before,
.fa6-hospital:before {
  content: "\f0f8";
}
.fa6-hospital-user:before {
  content: "\f80d";
}
.fa6-hospitals:before {
  content: "\f80e";
}
.fa6-hot-tub-person:before,
.fa6-hot-tub:before {
  content: "\f593";
}
.fa6-hotdog:before {
  content: "\f80f";
}
.fa6-hotel:before {
  content: "\f594";
}
.fa6-hourglass-2:before,
.fa6-hourglass-half:before,
.fa6-hourglass:before {
  content: "\f254";
}
.fa6-hourglass-clock:before {
  content: "\e41b";
}
.fa6-hourglass-empty:before {
  content: "\f252";
}
.fa6-hourglass-3:before,
.fa6-hourglass-end:before {
  content: "\f253";
}
.fa6-hourglass-1:before,
.fa6-hourglass-start:before {
  content: "\f251";
}
.fa6-home-alt:before,
.fa6-home-lg-alt:before,
.fa6-home:before,
.fa6-house:before {
  content: "\f015";
}
.fa6-home-blank:before,
.fa6-house-blank:before {
  content: "\e487";
}
.fa6-house-building:before {
  content: "\e1b1";
}
.fa6-home-lg:before,
.fa6-house-chimney:before {
  content: "\e3af";
}
.fa6-house-chimney-blank:before {
  content: "\e3b0";
}
.fa6-house-chimney-crack:before,
.fa6-house-damage:before {
  content: "\f6f1";
}
.fa6-house-chimney-heart:before {
  content: "\e1b2";
}
.fa6-clinic-medical:before,
.fa6-house-chimney-medical:before {
  content: "\f7f2";
}
.fa6-house-chimney-user:before {
  content: "\e065";
}
.fa6-house-chimney-window:before {
  content: "\e00d";
}
.fa6-house-crack:before {
  content: "\e3b1";
}
.fa6-house-day:before {
  content: "\e00e";
}
.fa6-house-flood:before {
  content: "\f74f";
}
.fa6-home-heart:before,
.fa6-house-heart:before {
  content: "\f4c9";
}
.fa6-house-laptop:before,
.fa6-laptop-house:before {
  content: "\e066";
}
.fa6-house-medical:before {
  content: "\e3b2";
}
.fa6-house-night:before {
  content: "\e010";
}
.fa6-house-leave:before,
.fa6-house-person-depart:before,
.fa6-house-person-leave:before {
  content: "\e00f";
}
.fa6-house-person-arrive:before,
.fa6-house-person-return:before,
.fa6-house-return:before {
  content: "\e011";
}
.fa6-house-signal:before {
  content: "\e012";
}
.fa6-house-tree:before {
  content: "\e1b3";
}
.fa6-house-turret:before {
  content: "\e1b4";
}
.fa6-home-user:before,
.fa6-house-user:before {
  content: "\e1b0";
}
.fa6-house-window:before {
  content: "\e3b3";
}
.fa6-hryvnia-sign:before,
.fa6-hryvnia:before {
  content: "\f6f2";
}
.fa6-100:before,
.fa6-hundred-points:before {
  content: "\e41c";
}
.fa6-hurricane:before {
  content: "\f751";
}
.fa6-hyphen:before {
  content: "\2d";
}
.fa6-i:before {
  content: "\49";
}
.fa6-i-cursor:before {
  content: "\f246";
}
.fa6-ice-cream:before {
  content: "\f810";
}
.fa6-ice-skate:before {
  content: "\f7ac";
}
.fa6-icicles:before {
  content: "\f7ad";
}
.fa6-heart-music-camera-bolt:before,
.fa6-icons:before {
  content: "\f86d";
}
.fa6-id-badge:before {
  content: "\f2c1";
}
.fa6-drivers-license:before,
.fa6-id-card:before {
  content: "\f2c2";
}
.fa6-id-card-alt:before,
.fa6-id-card-clip:before {
  content: "\f47f";
}
.fa6-igloo:before {
  content: "\f7ae";
}
.fa6-image:before {
  content: "\f03e";
}
.fa6-image-landscape:before,
.fa6-landscape:before {
  content: "\e1b5";
}
.fa6-image-polaroid:before {
  content: "\f8c4";
}
.fa6-image-polaroid-user:before {
  content: "\e1b6";
}
.fa6-image-portrait:before,
.fa6-portrait:before {
  content: "\f3e0";
}
.fa6-image-slash:before {
  content: "\e1b7";
}
.fa6-image-user:before {
  content: "\e1b8";
}
.fa6-images:before {
  content: "\f302";
}
.fa6-images-user:before {
  content: "\e1b9";
}
.fa6-inbox:before {
  content: "\f01c";
}
.fa6-inbox-full:before {
  content: "\e1ba";
}
.fa6-inbox-arrow-down:before,
.fa6-inbox-in:before {
  content: "\f310";
}
.fa6-inbox-arrow-up:before,
.fa6-inbox-out:before {
  content: "\f311";
}
.fa6-inboxes:before {
  content: "\e1bb";
}
.fa6-indent:before {
  content: "\f03c";
}
.fa6-indian-rupee-sign:before,
.fa6-indian-rupee:before,
.fa6-inr:before {
  content: "\e1bc";
}
.fa6-industry:before {
  content: "\f275";
}
.fa6-industry-alt:before,
.fa6-industry-windows:before {
  content: "\f3b3";
}
.fa6-infinity:before {
  content: "\f534";
}
.fa6-info:before {
  content: "\f129";
}
.fa6-inhaler:before {
  content: "\f5f9";
}
.fa6-input-numeric:before {
  content: "\e1bd";
}
.fa6-input-pipe:before {
  content: "\e1be";
}
.fa6-input-text:before {
  content: "\e1bf";
}
.fa6-integral:before {
  content: "\f667";
}
.fa6-intersection:before {
  content: "\f668";
}
.fa6-island-tree-palm:before,
.fa6-island-tropical:before {
  content: "\f811";
}
.fa6-italic:before {
  content: "\f033";
}
.fa6-j:before {
  content: "\4a";
}
.fa6-jack-o-lantern:before {
  content: "\f30e";
}
.fa6-jedi:before {
  content: "\f669";
}
.fa6-fighter-jet:before,
.fa6-jet-fighter:before {
  content: "\f0fb";
}
.fa6-joint:before {
  content: "\f595";
}
.fa6-joystick:before {
  content: "\f8c5";
}
.fa6-jug:before {
  content: "\f8c6";
}
.fa6-k:before {
  content: "\4b";
}
.fa6-kaaba:before {
  content: "\f66b";
}
.fa6-kazoo:before {
  content: "\f8c7";
}
.fa6-kerning:before {
  content: "\f86f";
}
.fa6-key:before {
  content: "\f084";
}
.fa6-key-skeleton:before {
  content: "\f6f3";
}
.fa6-key-skeleton-left-right:before {
  content: "\e3b4";
}
.fa6-keyboard:before {
  content: "\f11c";
}
.fa6-keyboard-brightness:before {
  content: "\e1c0";
}
.fa6-keyboard-brightness-low:before {
  content: "\e1c1";
}
.fa6-keyboard-down:before {
  content: "\e1c2";
}
.fa6-keyboard-left:before {
  content: "\e1c3";
}
.fa6-keynote:before {
  content: "\f66c";
}
.fa6-khanda:before {
  content: "\f66d";
}
.fa6-kidneys:before {
  content: "\f5fb";
}
.fa6-kip-sign:before {
  content: "\e1c4";
}
.fa6-first-aid:before,
.fa6-kit-medical:before {
  content: "\f479";
}
.fa6-kite:before {
  content: "\f6f4";
}
.fa6-kiwi-bird:before {
  content: "\f535";
}
.fa6-kiwi-fruit:before {
  content: "\e30c";
}
.fa6-knife:before,
.fa6-utensil-knife:before {
  content: "\f2e4";
}
.fa6-knife-kitchen:before {
  content: "\f6f5";
}
.fa6-l:before {
  content: "\4c";
}
.fa6-lacrosse-stick:before {
  content: "\e3b5";
}
.fa6-lacrosse-stick-ball:before {
  content: "\e3b6";
}
.fa6-lambda:before {
  content: "\f66e";
}
.fa6-lamp:before {
  content: "\f4ca";
}
.fa6-lamp-desk:before {
  content: "\e014";
}
.fa6-lamp-floor:before {
  content: "\e015";
}
.fa6-lamp-street:before {
  content: "\e1c5";
}
.fa6-landmark:before {
  content: "\f66f";
}
.fa6-landmark-alt:before,
.fa6-landmark-dome:before {
  content: "\f752";
}
.fa6-language:before {
  content: "\f1ab";
}
.fa6-laptop:before {
  content: "\f109";
}
.fa6-laptop-arrow-down:before {
  content: "\e1c6";
}
.fa6-laptop-code:before {
  content: "\f5fc";
}
.fa6-laptop-medical:before {
  content: "\f812";
}
.fa6-laptop-mobile:before,
.fa6-phone-laptop:before {
  content: "\f87a";
}
.fa6-laptop-slash:before {
  content: "\e1c7";
}
.fa6-lari-sign:before {
  content: "\e1c8";
}
.fa6-lasso:before {
  content: "\f8c8";
}
.fa6-lasso-sparkles:before {
  content: "\e1c9";
}
.fa6-layer-group:before {
  content: "\f5fd";
}
.fa6-layer-group-minus:before,
.fa6-layer-minus:before {
  content: "\f5fe";
}
.fa6-layer-group-plus:before,
.fa6-layer-plus:before {
  content: "\f5ff";
}
.fa6-leaf:before {
  content: "\f06c";
}
.fa6-leaf-heart:before {
  content: "\f4cb";
}
.fa6-leaf-maple:before {
  content: "\f6f6";
}
.fa6-leaf-oak:before {
  content: "\f6f7";
}
.fa6-leafy-green:before {
  content: "\e41d";
}
.fa6-arrow-alt-left:before,
.fa6-left:before {
  content: "\f355";
}
.fa6-arrow-alt-from-right:before,
.fa6-left-from-line:before {
  content: "\f348";
}
.fa6-left-long:before,
.fa6-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa6-left-long-to-line:before {
  content: "\e41e";
}
.fa6-arrows-alt-h:before,
.fa6-left-right:before {
  content: "\f337";
}
.fa6-arrow-alt-to-left:before,
.fa6-left-to-line:before {
  content: "\f34b";
}
.fa6-lemon:before {
  content: "\f094";
}
.fa6-less-than:before {
  content: "\3c";
}
.fa6-less-than-equal:before {
  content: "\f537";
}
.fa6-life-ring:before {
  content: "\f1cd";
}
.fa6-light-ceiling:before {
  content: "\e016";
}
.fa6-light-emergency:before {
  content: "\e41f";
}
.fa6-light-emergency-on:before {
  content: "\e420";
}
.fa6-light-switch:before {
  content: "\e017";
}
.fa6-light-switch-off:before {
  content: "\e018";
}
.fa6-light-switch-on:before {
  content: "\e019";
}
.fa6-lightbulb:before {
  content: "\f0eb";
}
.fa6-lightbulb-dollar:before {
  content: "\f670";
}
.fa6-lightbulb-exclamation:before {
  content: "\f671";
}
.fa6-lightbulb-exclamation-on:before {
  content: "\e1ca";
}
.fa6-lightbulb-on:before {
  content: "\f672";
}
.fa6-lightbulb-slash:before {
  content: "\f673";
}
.fa6-lights-holiday:before {
  content: "\f7b2";
}
.fa6-line-columns:before {
  content: "\f870";
}
.fa6-line-height:before {
  content: "\f871";
}
.fa6-chain:before,
.fa6-link:before {
  content: "\f0c1";
}
.fa6-chain-horizontal:before,
.fa6-link-horizontal:before {
  content: "\e1cb";
}
.fa6-chain-horizontal-slash:before,
.fa6-link-horizontal-slash:before {
  content: "\e1cc";
}
.fa6-link-simple:before {
  content: "\e1cd";
}
.fa6-link-simple-slash:before {
  content: "\e1ce";
}
.fa6-chain-broken:before,
.fa6-chain-slash:before,
.fa6-link-slash:before,
.fa6-unlink:before {
  content: "\f127";
}
.fa6-lips:before {
  content: "\f600";
}
.fa6-lira-sign:before {
  content: "\f195";
}
.fa6-list-squares:before,
.fa6-list:before {
  content: "\f03a";
}
.fa6-list-check:before,
.fa6-tasks:before {
  content: "\f0ae";
}
.fa6-list-dropdown:before {
  content: "\e1cf";
}
.fa6-list-music:before {
  content: "\f8c9";
}
.fa6-list-1-2:before,
.fa6-list-numeric:before,
.fa6-list-ol:before {
  content: "\f0cb";
}
.fa6-list-radio:before {
  content: "\e1d0";
}
.fa6-list-timeline:before {
  content: "\e1d1";
}
.fa6-list-tree:before {
  content: "\e1d2";
}
.fa6-list-dots:before,
.fa6-list-ul:before {
  content: "\f0ca";
}
.fa6-litecoin-sign:before {
  content: "\e1d3";
}
.fa6-loader:before {
  content: "\e1d4";
}
.fa6-lobster:before {
  content: "\e421";
}
.fa6-location-arrow:before {
  content: "\f124";
}
.fa6-location-check:before,
.fa6-map-marker-check:before {
  content: "\f606";
}
.fa6-location-crosshairs:before,
.fa6-location:before {
  content: "\f601";
}
.fa6-location-crosshairs-slash:before,
.fa6-location-slash:before {
  content: "\f603";
}
.fa6-location-dot:before,
.fa6-map-marker-alt:before {
  content: "\f3c5";
}
.fa6-location-dot-slash:before,
.fa6-map-marker-alt-slash:before {
  content: "\f605";
}
.fa6-location-exclamation:before,
.fa6-map-marker-exclamation:before {
  content: "\f608";
}
.fa6-location-minus:before,
.fa6-map-marker-minus:before {
  content: "\f609";
}
.fa6-location-pen:before,
.fa6-map-marker-edit:before {
  content: "\f607";
}
.fa6-location-pin:before,
.fa6-map-marker:before {
  content: "\f041";
}
.fa6-location-pin-slash:before,
.fa6-map-marker-slash:before {
  content: "\f60c";
}
.fa6-location-plus:before,
.fa6-map-marker-plus:before {
  content: "\f60a";
}
.fa6-location-question:before,
.fa6-map-marker-question:before {
  content: "\f60b";
}
.fa6-location-smile:before,
.fa6-map-marker-smile:before {
  content: "\f60d";
}
.fa6-location-xmark:before,
.fa6-map-marker-times:before,
.fa6-map-marker-xmark:before {
  content: "\f60e";
}
.fa6-lock:before {
  content: "\f023";
}
.fa6-lock-a:before {
  content: "\e422";
}
.fa6-lock-hashtag:before {
  content: "\e423";
}
.fa6-lock-alt:before,
.fa6-lock-keyhole:before {
  content: "\f30d";
}
.fa6-lock-keyhole-open:before,
.fa6-lock-open-alt:before {
  content: "\f3c2";
}
.fa6-lock-open:before {
  content: "\f3c1";
}
.fa6-lollipop:before,
.fa6-lollypop:before {
  content: "\e424";
}
.fa6-couch-small:before,
.fa6-loveseat:before {
  content: "\f4cc";
}
.fa6-luchador-mask:before,
.fa6-luchador:before,
.fa6-mask-luchador:before {
  content: "\f455";
}
.fa6-lungs:before {
  content: "\f604";
}
.fa6-lungs-virus:before {
  content: "\e067";
}
.fa6-m:before {
  content: "\4d";
}
.fa6-mace:before {
  content: "\f6f8";
}
.fa6-magnet:before {
  content: "\f076";
}
.fa6-magnifying-glass:before,
.fa6-search:before {
  content: "\f002";
}
.fa6-magnifying-glass-dollar:before,
.fa6-search-dollar:before {
  content: "\f688";
}
.fa6-magnifying-glass-location:before,
.fa6-search-location:before {
  content: "\f689";
}
.fa6-magnifying-glass-minus:before,
.fa6-search-minus:before {
  content: "\f010";
}
.fa6-magnifying-glass-plus:before,
.fa6-search-plus:before {
  content: "\f00e";
}
.fa6-mailbox:before {
  content: "\f813";
}
.fa6-manat-sign:before {
  content: "\e1d5";
}
.fa6-mandolin:before {
  content: "\f6f9";
}
.fa6-mango:before {
  content: "\e30f";
}
.fa6-manhole:before {
  content: "\e1d6";
}
.fa6-map:before {
  content: "\f279";
}
.fa6-map-location:before,
.fa6-map-marked:before {
  content: "\f59f";
}
.fa6-map-location-dot:before,
.fa6-map-marked-alt:before {
  content: "\f5a0";
}
.fa6-map-pin:before {
  content: "\f276";
}
.fa6-marker:before {
  content: "\f5a1";
}
.fa6-mars:before {
  content: "\f222";
}
.fa6-mars-and-venus:before {
  content: "\f224";
}
.fa6-mars-double:before {
  content: "\f227";
}
.fa6-mars-stroke:before {
  content: "\f229";
}
.fa6-mars-stroke-h:before,
.fa6-mars-stroke-right:before {
  content: "\f22b";
}
.fa6-mars-stroke-up:before,
.fa6-mars-stroke-v:before {
  content: "\f22a";
}
.fa6-glass-martini-alt:before,
.fa6-martini-glass:before {
  content: "\f57b";
}
.fa6-cocktail:before,
.fa6-martini-glass-citrus:before {
  content: "\f561";
}
.fa6-glass-martini:before,
.fa6-martini-glass-empty:before {
  content: "\f000";
}
.fa6-mask:before {
  content: "\f6fa";
}
.fa6-mask-face:before {
  content: "\e1d7";
}
.fa6-mask-snorkel:before {
  content: "\e3b7";
}
.fa6-masks-theater:before,
.fa6-theater-masks:before {
  content: "\f630";
}
.fa6-expand-arrows-alt:before,
.fa6-maximize:before {
  content: "\f31e";
}
.fa6-meat:before {
  content: "\f814";
}
.fa6-medal:before {
  content: "\f5a2";
}
.fa6-megaphone:before {
  content: "\f675";
}
.fa6-melon:before {
  content: "\e310";
}
.fa6-melon-slice:before {
  content: "\e311";
}
.fa6-memo:before {
  content: "\e1d8";
}
.fa6-memo-circle-check:before {
  content: "\e1d9";
}
.fa6-memo-pad:before {
  content: "\e1da";
}
.fa6-memory:before {
  content: "\f538";
}
.fa6-menorah:before {
  content: "\f676";
}
.fa6-mercury:before {
  content: "\f223";
}
.fa6-comment-alt:before,
.fa6-message:before {
  content: "\f27a";
}
.fa6-comment-alt-arrow-down:before,
.fa6-message-arrow-down:before {
  content: "\e1db";
}
.fa6-comment-alt-arrow-up:before,
.fa6-message-arrow-up:before {
  content: "\e1dc";
}
.fa6-message-arrow-up-right:before {
  content: "\e1dd";
}
.fa6-message-bot:before {
  content: "\e3b8";
}
.fa6-comment-alt-captions:before,
.fa6-message-captions:before {
  content: "\e1de";
}
.fa6-comment-alt-check:before,
.fa6-message-check:before {
  content: "\f4a2";
}
.fa6-message-code:before {
  content: "\e1df";
}
.fa6-comment-alt-dollar:before,
.fa6-message-dollar:before {
  content: "\f650";
}
.fa6-comment-alt-dots:before,
.fa6-message-dots:before,
.fa6-messaging:before {
  content: "\f4a3";
}
.fa6-comment-alt-exclamation:before,
.fa6-message-exclamation:before {
  content: "\f4a5";
}
.fa6-comment-alt-image:before,
.fa6-message-image:before {
  content: "\e1e0";
}
.fa6-comment-alt-lines:before,
.fa6-message-lines:before {
  content: "\f4a6";
}
.fa6-comment-alt-medical:before,
.fa6-message-medical:before {
  content: "\f7f4";
}
.fa6-comment-middle-alt:before,
.fa6-message-middle:before {
  content: "\e1e1";
}
.fa6-comment-middle-top-alt:before,
.fa6-message-middle-top:before {
  content: "\e1e2";
}
.fa6-comment-alt-minus:before,
.fa6-message-minus:before {
  content: "\f4a7";
}
.fa6-comment-alt-music:before,
.fa6-message-music:before {
  content: "\f8af";
}
.fa6-comment-alt-edit:before,
.fa6-message-edit:before,
.fa6-message-pen:before {
  content: "\f4a4";
}
.fa6-comment-alt-plus:before,
.fa6-message-plus:before {
  content: "\f4a8";
}
.fa6-message-question:before {
  content: "\e1e3";
}
.fa6-comment-alt-quote:before,
.fa6-message-quote:before {
  content: "\e1e4";
}
.fa6-comment-alt-slash:before,
.fa6-message-slash:before {
  content: "\f4a9";
}
.fa6-comment-alt-smile:before,
.fa6-message-smile:before {
  content: "\f4aa";
}
.fa6-message-sms:before {
  content: "\e1e5";
}
.fa6-comment-alt-text:before,
.fa6-message-text:before {
  content: "\e1e6";
}
.fa6-comment-alt-times:before,
.fa6-message-times:before,
.fa6-message-xmark:before {
  content: "\f4ab";
}
.fa6-comments-alt:before,
.fa6-messages:before {
  content: "\f4b6";
}
.fa6-comments-alt-dollar:before,
.fa6-messages-dollar:before {
  content: "\f652";
}
.fa6-messages-question:before {
  content: "\e1e7";
}
.fa6-meteor:before {
  content: "\f753";
}
.fa6-meter:before {
  content: "\e1e8";
}
.fa6-meter-bolt:before {
  content: "\e1e9";
}
.fa6-meter-droplet:before {
  content: "\e1ea";
}
.fa6-meter-fire:before {
  content: "\e1eb";
}
.fa6-microchip:before {
  content: "\f2db";
}
.fa6-microchip-ai:before {
  content: "\e1ec";
}
.fa6-microphone:before {
  content: "\f130";
}
.fa6-microphone-alt:before,
.fa6-microphone-lines:before {
  content: "\f3c9";
}
.fa6-microphone-alt-slash:before,
.fa6-microphone-lines-slash:before {
  content: "\f539";
}
.fa6-microphone-slash:before {
  content: "\f131";
}
.fa6-microphone-stand:before {
  content: "\f8cb";
}
.fa6-microscope:before {
  content: "\f610";
}
.fa6-microwave:before {
  content: "\e01b";
}
.fa6-mill-sign:before {
  content: "\e1ed";
}
.fa6-compress-arrows-alt:before,
.fa6-minimize:before {
  content: "\f78c";
}
.fa6-minus:before,
.fa6-subtract:before {
  content: "\f068";
}
.fa6-mistletoe:before {
  content: "\f7b4";
}
.fa6-mitten:before {
  content: "\f7b5";
}
.fa6-mobile-android:before,
.fa6-mobile-phone:before,
.fa6-mobile:before {
  content: "\f3ce";
}
.fa6-mobile-button:before {
  content: "\f10b";
}
.fa6-mobile-iphone:before,
.fa6-mobile-notch:before {
  content: "\e1ee";
}
.fa6-mobile-android-alt:before,
.fa6-mobile-screen:before {
  content: "\f3cf";
}
.fa6-mobile-alt:before,
.fa6-mobile-screen-button:before {
  content: "\f3cd";
}
.fa6-mobile-signal:before {
  content: "\e1ef";
}
.fa6-mobile-signal-out:before {
  content: "\e1f0";
}
.fa6-money-bill:before {
  content: "\f0d6";
}
.fa6-money-bill-1:before,
.fa6-money-bill-alt:before {
  content: "\f3d1";
}
.fa6-money-bill-1-wave:before,
.fa6-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa6-money-bill-simple:before {
  content: "\e1f1";
}
.fa6-money-bill-simple-wave:before {
  content: "\e1f2";
}
.fa6-money-bill-wave:before {
  content: "\f53a";
}
.fa6-money-bills:before {
  content: "\e1f3";
}
.fa6-money-bills-alt:before,
.fa6-money-bills-simple:before {
  content: "\e1f4";
}
.fa6-money-check:before {
  content: "\f53c";
}
.fa6-money-check-alt:before,
.fa6-money-check-dollar:before {
  content: "\f53d";
}
.fa6-money-check-dollar-pen:before,
.fa6-money-check-edit-alt:before {
  content: "\f873";
}
.fa6-money-check-edit:before,
.fa6-money-check-pen:before {
  content: "\f872";
}
.fa6-money-from-bracket:before {
  content: "\e312";
}
.fa6-money-simple-from-bracket:before {
  content: "\e313";
}
.fa6-monitor-heart-rate:before,
.fa6-monitor-waveform:before {
  content: "\f611";
}
.fa6-monkey:before {
  content: "\f6fb";
}
.fa6-monument:before {
  content: "\f5a6";
}
.fa6-moon:before {
  content: "\f186";
}
.fa6-moon-cloud:before {
  content: "\f754";
}
.fa6-eclipse-alt:before,
.fa6-moon-over-sun:before {
  content: "\f74a";
}
.fa6-moon-stars:before {
  content: "\f755";
}
.fa6-moped:before {
  content: "\e3b9";
}
.fa6-mortar-pestle:before {
  content: "\f5a7";
}
.fa6-mosque:before {
  content: "\f678";
}
.fa6-motorcycle:before {
  content: "\f21c";
}
.fa6-mountain:before {
  content: "\f6fc";
}
.fa6-mountains:before {
  content: "\f6fd";
}
.fa6-mp3-player:before {
  content: "\f8ce";
}
.fa6-mug:before {
  content: "\f874";
}
.fa6-mug-hot:before {
  content: "\f7b6";
}
.fa6-mug-marshmallows:before {
  content: "\f7b7";
}
.fa6-coffee:before,
.fa6-mug-saucer:before {
  content: "\f0f4";
}
.fa6-mug-tea:before {
  content: "\f875";
}
.fa6-mug-tea-saucer:before {
  content: "\e1f5";
}
.fa6-mushroom:before {
  content: "\e425";
}
.fa6-music:before {
  content: "\f001";
}
.fa6-music-alt:before,
.fa6-music-note:before {
  content: "\f8cf";
}
.fa6-music-alt-slash:before,
.fa6-music-note-slash:before {
  content: "\f8d0";
}
.fa6-music-slash:before {
  content: "\f8d1";
}
.fa6-n:before {
  content: "\4e";
}
.fa6-naira-sign:before {
  content: "\e1f6";
}
.fa6-narwhal:before {
  content: "\f6fe";
}
.fa6-nesting-dolls:before {
  content: "\e3ba";
}
.fa6-network-wired:before {
  content: "\f6ff";
}
.fa6-neuter:before {
  content: "\f22c";
}
.fa6-newspaper:before {
  content: "\f1ea";
}
.fa6-nfc:before {
  content: "\e1f7";
}
.fa6-nfc-lock:before {
  content: "\e1f8";
}
.fa6-nfc-magnifying-glass:before {
  content: "\e1f9";
}
.fa6-nfc-pen:before {
  content: "\e1fa";
}
.fa6-nfc-signal:before {
  content: "\e1fb";
}
.fa6-nfc-slash:before {
  content: "\e1fc";
}
.fa6-nfc-trash:before {
  content: "\e1fd";
}
.fa6-not-equal:before {
  content: "\f53e";
}
.fa6-notdef:before {
  content: "\e1fe";
}
.fa6-note:before {
  content: "\e1ff";
}
.fa6-note-medical:before {
  content: "\e200";
}
.fa6-note-sticky:before,
.fa6-sticky-note:before {
  content: "\f249";
}
.fa6-notebook:before {
  content: "\e201";
}
.fa6-notes:before {
  content: "\e202";
}
.fa6-notes-medical:before {
  content: "\f481";
}
.fa6-o:before {
  content: "\4f";
}
.fa6-object-group:before {
  content: "\f247";
}
.fa6-object-ungroup:before {
  content: "\f248";
}
.fa6-objects-align-bottom:before {
  content: "\e3bb";
}
.fa6-objects-align-center-horizontal:before {
  content: "\e3bc";
}
.fa6-objects-align-center-vertical:before {
  content: "\e3bd";
}
.fa6-objects-align-left:before {
  content: "\e3be";
}
.fa6-objects-align-right:before {
  content: "\e3bf";
}
.fa6-objects-align-top:before {
  content: "\e3c0";
}
.fa6-objects-column:before {
  content: "\e3c1";
}
.fa6-octagon:before {
  content: "\f306";
}
.fa6-octagon-check:before {
  content: "\e426";
}
.fa6-octagon-divide:before {
  content: "\e203";
}
.fa6-octagon-exclamation:before {
  content: "\e204";
}
.fa6-minus-octagon:before,
.fa6-octagon-minus:before {
  content: "\f308";
}
.fa6-octagon-plus:before,
.fa6-plus-octagon:before {
  content: "\f301";
}
.fa6-octagon-xmark:before,
.fa6-times-octagon:before,
.fa6-xmark-octagon:before {
  content: "\f2f0";
}
.fa6-oil-can:before {
  content: "\f613";
}
.fa6-oil-can-drip:before {
  content: "\e205";
}
.fa6-oil-temp:before,
.fa6-oil-temperature:before {
  content: "\f614";
}
.fa6-olive:before {
  content: "\e316";
}
.fa6-olive-branch:before {
  content: "\e317";
}
.fa6-om:before {
  content: "\f679";
}
.fa6-omega:before {
  content: "\f67a";
}
.fa6-onion:before {
  content: "\e427";
}
.fa6-option:before {
  content: "\e318";
}
.fa6-ornament:before {
  content: "\f7b8";
}
.fa6-otter:before {
  content: "\f700";
}
.fa6-dedent:before,
.fa6-outdent:before {
  content: "\f03b";
}
.fa6-outlet:before {
  content: "\e01c";
}
.fa6-oven:before {
  content: "\e01d";
}
.fa6-overline:before {
  content: "\f876";
}
.fa6-p:before {
  content: "\50";
}
.fa6-page:before {
  content: "\e428";
}
.fa6-file-caret-down:before,
.fa6-page-caret-down:before {
  content: "\e429";
}
.fa6-file-caret-up:before,
.fa6-page-caret-up:before {
  content: "\e42a";
}
.fa6-pager:before {
  content: "\f815";
}
.fa6-paint-brush:before {
  content: "\f1fc";
}
.fa6-paint-brush-alt:before,
.fa6-paint-brush-fine:before {
  content: "\f5a9";
}
.fa6-paint-roller:before {
  content: "\f5aa";
}
.fa6-paintbrush-pencil:before {
  content: "\e206";
}
.fa6-palette:before {
  content: "\f53f";
}
.fa6-pallet:before {
  content: "\f482";
}
.fa6-pallet-box:before {
  content: "\e208";
}
.fa6-palette-boxes:before,
.fa6-pallet-alt:before,
.fa6-pallet-boxes:before {
  content: "\f483";
}
.fa6-pan-food:before {
  content: "\e42b";
}
.fa6-pan-frying:before {
  content: "\e42c";
}
.fa6-pancakes:before {
  content: "\e42d";
}
.fa6-panel-ews:before {
  content: "\e42e";
}
.fa6-panel-fire:before {
  content: "\e42f";
}
.fa6-panorama:before {
  content: "\e209";
}
.fa6-paper-plane:before {
  content: "\f1d8";
}
.fa6-paper-plane-alt:before,
.fa6-paper-plane-top:before,
.fa6-send:before {
  content: "\e20a";
}
.fa6-paperclip:before {
  content: "\f0c6";
}
.fa6-paperclip-vertical:before {
  content: "\e3c2";
}
.fa6-parachute-box:before {
  content: "\f4cd";
}
.fa6-paragraph:before {
  content: "\f1dd";
}
.fa6-paragraph-left:before,
.fa6-paragraph-rtl:before {
  content: "\f878";
}
.fa6-party-bell:before {
  content: "\e31a";
}
.fa6-party-horn:before {
  content: "\e31b";
}
.fa6-passport:before {
  content: "\f5ab";
}
.fa6-file-clipboard:before,
.fa6-paste:before {
  content: "\f0ea";
}
.fa6-pause:before {
  content: "\f04c";
}
.fa6-paw:before {
  content: "\f1b0";
}
.fa6-paw-claws:before {
  content: "\f702";
}
.fa6-paw-alt:before,
.fa6-paw-simple:before {
  content: "\f701";
}
.fa6-peace:before {
  content: "\f67c";
}
.fa6-peach:before {
  content: "\e20b";
}
.fa6-peanut:before {
  content: "\e430";
}
.fa6-peanuts:before {
  content: "\e431";
}
.fa6-peapod:before {
  content: "\e31c";
}
.fa6-pear:before {
  content: "\e20c";
}
.fa6-pedestal:before {
  content: "\e20d";
}
.fa6-pegasus:before {
  content: "\f703";
}
.fa6-pen:before {
  content: "\f304";
}
.fa6-pen-circle:before {
  content: "\e20e";
}
.fa6-pen-alt:before,
.fa6-pen-clip:before {
  content: "\f305";
}
.fa6-pen-alt-slash:before,
.fa6-pen-clip-slash:before {
  content: "\e20f";
}
.fa6-pen-fancy:before {
  content: "\f5ac";
}
.fa6-pen-fancy-slash:before {
  content: "\e210";
}
.fa6-pen-field:before {
  content: "\e211";
}
.fa6-pen-line:before {
  content: "\e212";
}
.fa6-pen-nib:before {
  content: "\f5ad";
}
.fa6-pen-paintbrush:before,
.fa6-pencil-paintbrush:before {
  content: "\f618";
}
.fa6-pen-ruler:before,
.fa6-pencil-ruler:before {
  content: "\f5ae";
}
.fa6-pen-slash:before {
  content: "\e213";
}
.fa6-pen-swirl:before {
  content: "\e214";
}
.fa6-edit:before,
.fa6-pen-to-square:before {
  content: "\f044";
}
.fa6-pencil-alt:before,
.fa6-pencil:before {
  content: "\f303";
}
.fa6-pencil-slash:before {
  content: "\e215";
}
.fa6-people:before {
  content: "\e216";
}
.fa6-people-arrows-left-right:before,
.fa6-people-arrows:before {
  content: "\e068";
}
.fa6-people-carry-box:before,
.fa6-people-carry:before {
  content: "\f4ce";
}
.fa6-people-dress:before {
  content: "\e217";
}
.fa6-people-dress-simple:before {
  content: "\e218";
}
.fa6-people-pants:before {
  content: "\e219";
}
.fa6-people-pants-simple:before {
  content: "\e21a";
}
.fa6-people-simple:before {
  content: "\e21b";
}
.fa6-pepper:before {
  content: "\e432";
}
.fa6-pepper-hot:before {
  content: "\f816";
}
.fa6-percent:before,
.fa6-percentage:before {
  content: "\25";
}
.fa6-period:before {
  content: "\2e";
}
.fa6-male:before,
.fa6-person:before {
  content: "\f183";
}
.fa6-biking:before,
.fa6-person-biking:before {
  content: "\f84a";
}
.fa6-biking-mountain:before,
.fa6-person-biking-mountain:before {
  content: "\f84b";
}
.fa6-person-booth:before {
  content: "\f756";
}
.fa6-person-carry-box:before,
.fa6-person-carry:before {
  content: "\f4cf";
}
.fa6-digging:before,
.fa6-person-digging:before {
  content: "\f85e";
}
.fa6-person-dolly:before {
  content: "\f4d0";
}
.fa6-person-dolly-empty:before {
  content: "\f4d1";
}
.fa6-diagnoses:before,
.fa6-person-dots-from-line:before {
  content: "\f470";
}
.fa6-female:before,
.fa6-person-dress:before {
  content: "\f182";
}
.fa6-person-dress-simple:before {
  content: "\e21c";
}
.fa6-person-from-portal:before,
.fa6-portal-exit:before {
  content: "\e023";
}
.fa6-hiking:before,
.fa6-person-hiking:before {
  content: "\f6ec";
}
.fa6-person-pinball:before {
  content: "\e21d";
}
.fa6-person-praying:before,
.fa6-pray:before {
  content: "\f683";
}
.fa6-person-pregnant:before {
  content: "\e31e";
}
.fa6-person-running:before,
.fa6-running:before {
  content: "\f70c";
}
.fa6-person-seat:before {
  content: "\e21e";
}
.fa6-person-seat-reclined:before {
  content: "\e21f";
}
.fa6-person-sign:before {
  content: "\f757";
}
.fa6-person-simple:before {
  content: "\e220";
}
.fa6-person-skating:before,
.fa6-skating:before {
  content: "\f7c5";
}
.fa6-person-ski-jumping:before,
.fa6-ski-jump:before {
  content: "\f7c7";
}
.fa6-person-ski-lift:before,
.fa6-ski-lift:before {
  content: "\f7c8";
}
.fa6-person-skiing:before,
.fa6-skiing:before {
  content: "\f7c9";
}
.fa6-person-skiing-nordic:before,
.fa6-skiing-nordic:before {
  content: "\f7ca";
}
.fa6-person-sledding:before,
.fa6-sledding:before {
  content: "\f7cb";
}
.fa6-person-snowboarding:before,
.fa6-snowboarding:before {
  content: "\f7ce";
}
.fa6-person-snowmobiling:before,
.fa6-snowmobile:before {
  content: "\f7d1";
}
.fa6-person-swimming:before,
.fa6-swimmer:before {
  content: "\f5c4";
}
.fa6-person-to-door:before {
  content: "\e433";
}
.fa6-person-to-portal:before,
.fa6-portal-enter:before {
  content: "\e022";
}
.fa6-person-walking:before,
.fa6-walking:before {
  content: "\f554";
}
.fa6-blind:before,
.fa6-person-walking-with-cane:before {
  content: "\f29d";
}
.fa6-peseta-sign:before {
  content: "\e221";
}
.fa6-peso-sign:before {
  content: "\e222";
}
.fa6-phone:before {
  content: "\f095";
}
.fa6-phone-arrow-down-left:before,
.fa6-phone-arrow-down:before,
.fa6-phone-incoming:before {
  content: "\e223";
}
.fa6-phone-arrow-up-right:before,
.fa6-phone-arrow-up:before,
.fa6-phone-outgoing:before {
  content: "\e224";
}
.fa6-phone-alt:before,
.fa6-phone-flip:before {
  content: "\f879";
}
.fa6-phone-hangup:before {
  content: "\e225";
}
.fa6-phone-intercom:before {
  content: "\e434";
}
.fa6-phone-missed:before {
  content: "\e226";
}
.fa6-phone-office:before {
  content: "\f67d";
}
.fa6-phone-plus:before {
  content: "\f4d2";
}
.fa6-phone-rotary:before {
  content: "\f8d3";
}
.fa6-phone-slash:before {
  content: "\f3dd";
}
.fa6-phone-volume:before,
.fa6-volume-control-phone:before {
  content: "\f2a0";
}
.fa6-phone-xmark:before {
  content: "\e227";
}
.fa6-photo-film:before,
.fa6-photo-video:before {
  content: "\f87c";
}
.fa6-photo-film-music:before {
  content: "\e228";
}
.fa6-pi:before {
  content: "\f67e";
}
.fa6-piano:before {
  content: "\f8d4";
}
.fa6-piano-keyboard:before {
  content: "\f8d5";
}
.fa6-pickleball:before {
  content: "\e435";
}
.fa6-pie:before {
  content: "\f705";
}
.fa6-pig:before {
  content: "\f706";
}
.fa6-piggy-bank:before {
  content: "\f4d3";
}
.fa6-pills:before {
  content: "\f484";
}
.fa6-pinata:before {
  content: "\e3c3";
}
.fa6-pinball:before {
  content: "\e229";
}
.fa6-pineapple:before {
  content: "\e31f";
}
.fa6-pipe:before {
  content: "\7c";
}
.fa6-pipe-circle-check:before {
  content: "\e436";
}
.fa6-pipe-collar:before {
  content: "\e437";
}
.fa6-pipe-section:before {
  content: "\e438";
}
.fa6-pipe-smoking:before {
  content: "\e3c4";
}
.fa6-pipe-valve:before {
  content: "\e439";
}
.fa6-pizza:before {
  content: "\f817";
}
.fa6-pizza-slice:before {
  content: "\f818";
}
.fa6-place-of-worship:before {
  content: "\f67f";
}
.fa6-plane:before {
  content: "\f072";
}
.fa6-plane-arrival:before {
  content: "\f5af";
}
.fa6-plane-departure:before {
  content: "\f5b0";
}
.fa6-plane-alt:before,
.fa6-plane-engines:before {
  content: "\f3de";
}
.fa6-plane-prop:before {
  content: "\e22b";
}
.fa6-plane-slash:before {
  content: "\e069";
}
.fa6-plane-tail:before {
  content: "\e22c";
}
.fa6-plane-up:before {
  content: "\e22d";
}
.fa6-plane-up-slash:before {
  content: "\e22e";
}
.fa6-planet-moon:before {
  content: "\e01f";
}
.fa6-planet-ringed:before {
  content: "\e020";
}
.fa6-plate-utensils:before {
  content: "\e43b";
}
.fa6-play:before {
  content: "\f04b";
}
.fa6-play-pause:before {
  content: "\e22f";
}
.fa6-plug:before {
  content: "\f1e6";
}
.fa6-add:before,
.fa6-plus:before {
  content: "\2b";
}
.fa6-plus-minus:before {
  content: "\e43c";
}
.fa6-podcast:before {
  content: "\f2ce";
}
.fa6-podium:before {
  content: "\f680";
}
.fa6-podium-star:before {
  content: "\f758";
}
.fa6-police-box:before {
  content: "\e021";
}
.fa6-poll-people:before {
  content: "\f759";
}
.fa6-pompebled:before {
  content: "\e43d";
}
.fa6-poo:before {
  content: "\f2fe";
}
.fa6-poo-bolt:before,
.fa6-poo-storm:before {
  content: "\f75a";
}
.fa6-pool-8-ball:before {
  content: "\e3c5";
}
.fa6-poop:before {
  content: "\f619";
}
.fa6-popcorn:before {
  content: "\f819";
}
.fa6-popsicle:before {
  content: "\e43e";
}
.fa6-pot-food:before {
  content: "\e43f";
}
.fa6-potato:before {
  content: "\e440";
}
.fa6-power-off:before {
  content: "\f011";
}
.fa6-prescription:before {
  content: "\f5b1";
}
.fa6-prescription-bottle:before {
  content: "\f485";
}
.fa6-prescription-bottle-alt:before,
.fa6-prescription-bottle-medical:before {
  content: "\f486";
}
.fa6-presentation-screen:before,
.fa6-presentation:before {
  content: "\f685";
}
.fa6-pretzel:before {
  content: "\e441";
}
.fa6-print:before {
  content: "\f02f";
}
.fa6-print-magnifying-glass:before,
.fa6-print-search:before {
  content: "\f81a";
}
.fa6-print-slash:before {
  content: "\f686";
}
.fa6-projector:before {
  content: "\f8d6";
}
.fa6-pump:before {
  content: "\e442";
}
.fa6-pump-medical:before {
  content: "\e06a";
}
.fa6-pump-soap:before {
  content: "\e06b";
}
.fa6-pumpkin:before {
  content: "\f707";
}
.fa6-puzzle:before {
  content: "\e443";
}
.fa6-puzzle-piece:before {
  content: "\f12e";
}
.fa6-puzzle-piece-alt:before,
.fa6-puzzle-piece-simple:before {
  content: "\e231";
}
.fa6-q:before {
  content: "\51";
}
.fa6-qrcode:before {
  content: "\f029";
}
.fa6-question:before {
  content: "\3f";
}
.fa6-quote-left-alt:before,
.fa6-quote-left:before {
  content: "\f10d";
}
.fa6-quote-right-alt:before,
.fa6-quote-right:before {
  content: "\f10e";
}
.fa6-quotes:before {
  content: "\e234";
}
.fa6-r:before {
  content: "\52";
}
.fa6-rabbit:before {
  content: "\f708";
}
.fa6-rabbit-fast:before,
.fa6-rabbit-running:before {
  content: "\f709";
}
.fa6-racquet:before {
  content: "\f45a";
}
.fa6-radar:before {
  content: "\e024";
}
.fa6-radiation:before {
  content: "\f7b9";
}
.fa6-radio:before {
  content: "\f8d7";
}
.fa6-radio-alt:before,
.fa6-radio-tuner:before {
  content: "\f8d8";
}
.fa6-rainbow:before {
  content: "\f75b";
}
.fa6-raindrops:before {
  content: "\f75c";
}
.fa6-ram:before {
  content: "\f70a";
}
.fa6-ramp-loading:before {
  content: "\f4d4";
}
.fa6-raygun:before {
  content: "\e025";
}
.fa6-receipt:before {
  content: "\f543";
}
.fa6-record-vinyl:before {
  content: "\f8d9";
}
.fa6-rectangle-landscape:before,
.fa6-rectangle:before {
  content: "\f2fa";
}
.fa6-ad:before,
.fa6-rectangle-ad:before {
  content: "\f641";
}
.fa6-barcode-alt:before,
.fa6-rectangle-barcode:before {
  content: "\f463";
}
.fa6-rectangle-code:before {
  content: "\e322";
}
.fa6-list-alt:before,
.fa6-rectangle-list:before {
  content: "\f022";
}
.fa6-pro:before,
.fa6-rectangle-pro:before {
  content: "\e235";
}
.fa6-rectangle-terminal:before {
  content: "\e236";
}
.fa6-rectangle-portrait:before,
.fa6-rectangle-vertical:before {
  content: "\f2fb";
}
.fa6-rectangle-vertical-history:before {
  content: "\e237";
}
.fa6-rectangle-wide:before {
  content: "\f2fc";
}
.fa6-rectangle-times:before,
.fa6-rectangle-xmark:before,
.fa6-times-rectangle:before,
.fa6-window-close:before {
  content: "\f410";
}
.fa6-rectangles-mixed:before {
  content: "\e323";
}
.fa6-recycle:before {
  content: "\f1b8";
}
.fa6-reel:before {
  content: "\e238";
}
.fa6-refrigerator:before {
  content: "\e026";
}
.fa6-registered:before {
  content: "\f25d";
}
.fa6-repeat:before {
  content: "\f363";
}
.fa6-repeat-1:before {
  content: "\f365";
}
.fa6-mail-reply:before,
.fa6-reply:before {
  content: "\f3e5";
}
.fa6-mail-reply-all:before,
.fa6-reply-all:before {
  content: "\f122";
}
.fa6-reply-clock:before,
.fa6-reply-time:before {
  content: "\e239";
}
.fa6-republican:before {
  content: "\f75e";
}
.fa6-restroom:before {
  content: "\f7bd";
}
.fa6-restroom-simple:before {
  content: "\e23a";
}
.fa6-retweet:before {
  content: "\f079";
}
.fa6-rhombus:before {
  content: "\e23b";
}
.fa6-ribbon:before {
  content: "\f4d6";
}
.fa6-arrow-alt-right:before,
.fa6-right:before {
  content: "\f356";
}
.fa6-right-from-bracket:before,
.fa6-sign-out-alt:before {
  content: "\f2f5";
}
.fa6-arrow-alt-from-left:before,
.fa6-right-from-line:before {
  content: "\f347";
}
.fa6-exchange-alt:before,
.fa6-right-left:before {
  content: "\f362";
}
.fa6-long-arrow-alt-right:before,
.fa6-right-long:before {
  content: "\f30b";
}
.fa6-right-long-to-line:before {
  content: "\e444";
}
.fa6-right-to-bracket:before,
.fa6-sign-in-alt:before {
  content: "\f2f6";
}
.fa6-arrow-alt-to-right:before,
.fa6-right-to-line:before {
  content: "\f34c";
}
.fa6-ring:before {
  content: "\f70b";
}
.fa6-rings-wedding:before {
  content: "\f81b";
}
.fa6-road:before {
  content: "\f018";
}
.fa6-robot:before {
  content: "\f544";
}
.fa6-robot-astromech:before {
  content: "\e2d2";
}
.fa6-rocket:before {
  content: "\f135";
}
.fa6-rocket-launch:before {
  content: "\e027";
}
.fa6-roller-coaster:before {
  content: "\e324";
}
.fa6-rotate:before,
.fa6-sync-alt:before {
  content: "\f2f1";
}
.fa6-rotate-exclamation:before {
  content: "\e23c";
}
.fa6-rotate-back:before,
.fa6-rotate-backward:before,
.fa6-rotate-left:before,
.fa6-undo-alt:before {
  content: "\f2ea";
}
.fa6-redo-alt:before,
.fa6-rotate-forward:before,
.fa6-rotate-right:before {
  content: "\f2f9";
}
.fa6-route:before {
  content: "\f4d7";
}
.fa6-route-highway:before {
  content: "\f61a";
}
.fa6-route-interstate:before {
  content: "\f61b";
}
.fa6-router:before {
  content: "\f8da";
}
.fa6-feed:before,
.fa6-rss:before {
  content: "\f09e";
}
.fa6-rouble:before,
.fa6-rub:before,
.fa6-ruble-sign:before,
.fa6-ruble:before {
  content: "\f158";
}
.fa6-rugby-ball:before {
  content: "\e3c6";
}
.fa6-ruler:before {
  content: "\f545";
}
.fa6-ruler-combined:before {
  content: "\f546";
}
.fa6-ruler-horizontal:before {
  content: "\f547";
}
.fa6-ruler-triangle:before {
  content: "\f61c";
}
.fa6-ruler-vertical:before {
  content: "\f548";
}
.fa6-rupee-sign:before,
.fa6-rupee:before {
  content: "\f156";
}
.fa6-rupiah-sign:before {
  content: "\e23d";
}
.fa6-rv:before {
  content: "\f7be";
}
.fa6-s:before {
  content: "\53";
}
.fa6-sack:before {
  content: "\f81c";
}
.fa6-sack-dollar:before {
  content: "\f81d";
}
.fa6-sailboat:before {
  content: "\e445";
}
.fa6-bowl-salad:before,
.fa6-salad:before {
  content: "\f81e";
}
.fa6-salt-shaker:before {
  content: "\e446";
}
.fa6-sandwich:before {
  content: "\f81f";
}
.fa6-satellite:before {
  content: "\f7bf";
}
.fa6-satellite-dish:before {
  content: "\f7c0";
}
.fa6-sausage:before {
  content: "\f820";
}
.fa6-saxophone:before {
  content: "\f8dc";
}
.fa6-sax-hot:before,
.fa6-saxophone-fire:before {
  content: "\f8db";
}
.fa6-balance-scale:before,
.fa6-scale-balanced:before {
  content: "\f24e";
}
.fa6-balance-scale-left:before,
.fa6-scale-unbalanced:before {
  content: "\f515";
}
.fa6-balance-scale-right:before,
.fa6-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa6-scalpel:before {
  content: "\f61d";
}
.fa6-scalpel-line-dashed:before,
.fa6-scalpel-path:before {
  content: "\f61e";
}
.fa6-scanner-image:before,
.fa6-scanner:before {
  content: "\f8f3";
}
.fa6-scanner-gun:before {
  content: "\f488";
}
.fa6-scanner-keyboard:before {
  content: "\f489";
}
.fa6-scanner-touchscreen:before {
  content: "\f48a";
}
.fa6-scarecrow:before {
  content: "\f70d";
}
.fa6-scarf:before {
  content: "\f7c1";
}
.fa6-school:before {
  content: "\f549";
}
.fa6-cut:before,
.fa6-scissors:before {
  content: "\f0c4";
}
.fa6-screen-users:before,
.fa6-users-class:before {
  content: "\f63d";
}
.fa6-screencast:before {
  content: "\e23e";
}
.fa6-screwdriver:before {
  content: "\f54a";
}
.fa6-screwdriver-wrench:before,
.fa6-tools:before {
  content: "\f7d9";
}
.fa6-scribble:before {
  content: "\e23f";
}
.fa6-scroll:before {
  content: "\f70e";
}
.fa6-scroll-old:before {
  content: "\f70f";
}
.fa6-scroll-torah:before,
.fa6-torah:before {
  content: "\f6a0";
}
.fa6-scrubber:before {
  content: "\f2f8";
}
.fa6-scythe:before {
  content: "\f710";
}
.fa6-sd-card:before {
  content: "\f7c2";
}
.fa6-sd-cards:before {
  content: "\e240";
}
.fa6-seal:before {
  content: "\e241";
}
.fa6-seal-exclamation:before {
  content: "\e242";
}
.fa6-seal-question:before {
  content: "\e243";
}
.fa6-seat-airline:before {
  content: "\e244";
}
.fa6-section:before {
  content: "\e447";
}
.fa6-seedling:before,
.fa6-sprout:before {
  content: "\f4d8";
}
.fa6-semicolon:before {
  content: "\3b";
}
.fa6-send-back:before {
  content: "\f87e";
}
.fa6-send-backward:before {
  content: "\f87f";
}
.fa6-sensor:before {
  content: "\e028";
}
.fa6-sensor-cloud:before,
.fa6-sensor-smoke:before {
  content: "\e02c";
}
.fa6-sensor-fire:before {
  content: "\e02a";
}
.fa6-sensor-on:before {
  content: "\e02b";
}
.fa6-sensor-alert:before,
.fa6-sensor-triangle-exclamation:before {
  content: "\e029";
}
.fa6-server:before {
  content: "\f233";
}
.fa6-shapes:before,
.fa6-triangle-circle-square:before {
  content: "\f61f";
}
.fa6-arrow-turn-right:before,
.fa6-mail-forward:before,
.fa6-share:before {
  content: "\f064";
}
.fa6-arrows-turn-right:before,
.fa6-share-all:before {
  content: "\f367";
}
.fa6-share-from-square:before,
.fa6-share-square:before {
  content: "\f14d";
}
.fa6-share-alt:before,
.fa6-share-nodes:before {
  content: "\f1e0";
}
.fa6-sheep:before {
  content: "\f711";
}
.fa6-ils:before,
.fa6-shekel-sign:before,
.fa6-shekel:before,
.fa6-sheqel-sign:before,
.fa6-sheqel:before {
  content: "\f20b";
}
.fa6-inventory:before,
.fa6-shelves:before {
  content: "\f480";
}
.fa6-shelves-empty:before {
  content: "\e246";
}
.fa6-shield:before {
  content: "\f132";
}
.fa6-shield-alt:before,
.fa6-shield-blank:before {
  content: "\f3ed";
}
.fa6-shield-check:before {
  content: "\f2f7";
}
.fa6-shield-cross:before {
  content: "\f712";
}
.fa6-shield-exclamation:before {
  content: "\e247";
}
.fa6-shield-keyhole:before {
  content: "\e248";
}
.fa6-shield-minus:before {
  content: "\e249";
}
.fa6-shield-plus:before {
  content: "\e24a";
}
.fa6-shield-slash:before {
  content: "\e24b";
}
.fa6-shield-virus:before {
  content: "\e06c";
}
.fa6-shield-times:before,
.fa6-shield-xmark:before {
  content: "\e24c";
}
.fa6-ship:before {
  content: "\f21a";
}
.fa6-shirt:before,
.fa6-t-shirt:before,
.fa6-tshirt:before {
  content: "\f553";
}
.fa6-shirt-long-sleeve:before {
  content: "\e3c7";
}
.fa6-shirt-running:before {
  content: "\e3c8";
}
.fa6-shirt-tank-top:before {
  content: "\e3c9";
}
.fa6-shish-kebab:before {
  content: "\f821";
}
.fa6-shoe-prints:before {
  content: "\f54b";
}
.fa6-shop:before,
.fa6-store-alt:before {
  content: "\f54f";
}
.fa6-shop-slash:before,
.fa6-store-alt-slash:before {
  content: "\e070";
}
.fa6-shovel:before {
  content: "\f713";
}
.fa6-shovel-snow:before {
  content: "\f7c3";
}
.fa6-shower:before {
  content: "\f2cc";
}
.fa6-shower-alt:before,
.fa6-shower-down:before {
  content: "\e24d";
}
.fa6-shredder:before {
  content: "\f68a";
}
.fa6-shrimp:before {
  content: "\e448";
}
.fa6-random:before,
.fa6-shuffle:before {
  content: "\f074";
}
.fa6-shutters:before {
  content: "\e449";
}
.fa6-shuttle-space:before,
.fa6-space-shuttle:before {
  content: "\f197";
}
.fa6-shuttlecock:before {
  content: "\f45b";
}
.fa6-sickle:before {
  content: "\f822";
}
.fa6-sidebar:before {
  content: "\e24e";
}
.fa6-sidebar-flip:before {
  content: "\e24f";
}
.fa6-sigma:before {
  content: "\f68b";
}
.fa6-sign-hanging:before,
.fa6-sign:before {
  content: "\f4d9";
}
.fa6-signal-5:before,
.fa6-signal-perfect:before,
.fa6-signal:before {
  content: "\f012";
}
.fa6-signal-alt-4:before,
.fa6-signal-alt:before,
.fa6-signal-bars-strong:before,
.fa6-signal-bars:before {
  content: "\f690";
}
.fa6-signal-alt-2:before,
.fa6-signal-bars-fair:before {
  content: "\f692";
}
.fa6-signal-alt-3:before,
.fa6-signal-bars-good:before {
  content: "\f693";
}
.fa6-signal-alt-slash:before,
.fa6-signal-bars-slash:before {
  content: "\f694";
}
.fa6-signal-alt-1:before,
.fa6-signal-bars-weak:before {
  content: "\f691";
}
.fa6-signal-2:before,
.fa6-signal-fair:before {
  content: "\f68d";
}
.fa6-signal-3:before,
.fa6-signal-good:before {
  content: "\f68e";
}
.fa6-signal-slash:before {
  content: "\f695";
}
.fa6-signal-stream:before {
  content: "\f8dd";
}
.fa6-signal-stream-slash:before {
  content: "\e250";
}
.fa6-signal-4:before,
.fa6-signal-strong:before {
  content: "\f68f";
}
.fa6-signal-1:before,
.fa6-signal-weak:before {
  content: "\f68c";
}
.fa6-signature:before {
  content: "\f5b7";
}
.fa6-signature-lock:before {
  content: "\e3ca";
}
.fa6-signature-slash:before {
  content: "\e3cb";
}
.fa6-map-signs:before,
.fa6-signs-post:before {
  content: "\f277";
}
.fa6-sim-card:before {
  content: "\f7c4";
}
.fa6-sim-cards:before {
  content: "\e251";
}
.fa6-sink:before {
  content: "\e06d";
}
.fa6-siren:before {
  content: "\e02d";
}
.fa6-siren-on:before {
  content: "\e02e";
}
.fa6-sitemap:before {
  content: "\f0e8";
}
.fa6-skeleton:before {
  content: "\f620";
}
.fa6-ski-boot:before {
  content: "\e3cc";
}
.fa6-ski-boot-ski:before {
  content: "\e3cd";
}
.fa6-skull:before {
  content: "\f54c";
}
.fa6-skull-cow:before {
  content: "\f8de";
}
.fa6-skull-crossbones:before {
  content: "\f714";
}
.fa6-slash:before {
  content: "\f715";
}
.fa6-slash-back:before {
  content: "\5c";
}
.fa6-slash-forward:before {
  content: "\2f";
}
.fa6-sleigh:before {
  content: "\f7cc";
}
.fa6-slider:before {
  content: "\e252";
}
.fa6-sliders-h:before,
.fa6-sliders:before {
  content: "\f1de";
}
.fa6-sliders-simple:before {
  content: "\e253";
}
.fa6-sliders-up:before,
.fa6-sliders-v:before {
  content: "\f3f1";
}
.fa6-slot-machine:before {
  content: "\e3ce";
}
.fa6-smog:before {
  content: "\f75f";
}
.fa6-smoke:before {
  content: "\f760";
}
.fa6-smoking:before {
  content: "\f48d";
}
.fa6-snake:before {
  content: "\f716";
}
.fa6-snooze:before,
.fa6-zzz:before {
  content: "\f880";
}
.fa6-snow-blowing:before {
  content: "\f761";
}
.fa6-snowflake:before {
  content: "\f2dc";
}
.fa6-snowflakes:before {
  content: "\f7cf";
}
.fa6-snowman:before {
  content: "\f7d0";
}
.fa6-frosty-head:before,
.fa6-snowman-head:before {
  content: "\f79b";
}
.fa6-snowplow:before {
  content: "\f7d2";
}
.fa6-soap:before {
  content: "\e06e";
}
.fa6-socks:before {
  content: "\f696";
}
.fa6-creemee:before,
.fa6-soft-serve:before {
  content: "\e400";
}
.fa6-solar-panel:before {
  content: "\f5ba";
}
.fa6-solar-system:before {
  content: "\e02f";
}
.fa6-sort:before,
.fa6-unsorted:before {
  content: "\f0dc";
}
.fa6-sort-desc:before,
.fa6-sort-down:before {
  content: "\f0dd";
}
.fa6-sort-asc:before,
.fa6-sort-up:before {
  content: "\f0de";
}
.fa6-spa:before {
  content: "\f5bb";
}
.fa6-space-station-moon:before {
  content: "\e033";
}
.fa6-space-station-moon-alt:before,
.fa6-space-station-moon-construction:before {
  content: "\e034";
}
.fa6-spade:before {
  content: "\f2f4";
}
.fa6-pastafarianism:before,
.fa6-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa6-sparkles:before {
  content: "\f890";
}
.fa6-speaker:before {
  content: "\f8df";
}
.fa6-speakers:before {
  content: "\f8e0";
}
.fa6-spell-check:before {
  content: "\f891";
}
.fa6-spider:before {
  content: "\f717";
}
.fa6-spider-black-widow:before {
  content: "\f718";
}
.fa6-spider-web:before {
  content: "\f719";
}
.fa6-spinner:before {
  content: "\f110";
}
.fa6-spinner-third:before {
  content: "\f3f4";
}
.fa6-split:before {
  content: "\e254";
}
.fa6-splotch:before {
  content: "\f5bc";
}
.fa6-spoon:before,
.fa6-utensil-spoon:before {
  content: "\f2e5";
}
.fa6-sportsball:before {
  content: "\e44b";
}
.fa6-spray-can:before {
  content: "\f5bd";
}
.fa6-air-freshener:before,
.fa6-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa6-sprinkler:before {
  content: "\e035";
}
.fa6-sprinkler-ceiling:before {
  content: "\e44c";
}
.fa6-square:before {
  content: "\f0c8";
}
.fa6-square-0:before {
  content: "\e255";
}
.fa6-square-1:before {
  content: "\e256";
}
.fa6-square-2:before {
  content: "\e257";
}
.fa6-square-3:before {
  content: "\e258";
}
.fa6-square-4:before {
  content: "\e259";
}
.fa6-square-5:before {
  content: "\e25a";
}
.fa6-square-6:before {
  content: "\e25b";
}
.fa6-square-7:before {
  content: "\e25c";
}
.fa6-square-8:before {
  content: "\e25d";
}
.fa6-square-9:before {
  content: "\e25e";
}
.fa6-square-a:before {
  content: "\e25f";
}
.fa6-square-a-lock:before {
  content: "\e44d";
}
.fa6-square-ampersand:before {
  content: "\e260";
}
.fa6-arrow-square-down:before,
.fa6-square-arrow-down:before {
  content: "\f339";
}
.fa6-square-arrow-down-left:before {
  content: "\e261";
}
.fa6-square-arrow-down-right:before {
  content: "\e262";
}
.fa6-arrow-square-left:before,
.fa6-square-arrow-left:before {
  content: "\f33a";
}
.fa6-arrow-square-right:before,
.fa6-square-arrow-right:before {
  content: "\f33b";
}
.fa6-arrow-square-up:before,
.fa6-square-arrow-up:before {
  content: "\f33c";
}
.fa6-square-arrow-up-left:before {
  content: "\e263";
}
.fa6-external-link-square:before,
.fa6-square-arrow-up-right:before {
  content: "\f14c";
}
.fa6-square-b:before {
  content: "\e264";
}
.fa6-square-bolt:before {
  content: "\e265";
}
.fa6-square-c:before {
  content: "\e266";
}
.fa6-caret-square-down:before,
.fa6-square-caret-down:before {
  content: "\f150";
}
.fa6-caret-square-left:before,
.fa6-square-caret-left:before {
  content: "\f191";
}
.fa6-caret-square-right:before,
.fa6-square-caret-right:before {
  content: "\f152";
}
.fa6-caret-square-up:before,
.fa6-square-caret-up:before {
  content: "\f151";
}
.fa6-check-square:before,
.fa6-square-check:before {
  content: "\f14a";
}
.fa6-chevron-square-down:before,
.fa6-square-chevron-down:before {
  content: "\f329";
}
.fa6-chevron-square-left:before,
.fa6-square-chevron-left:before {
  content: "\f32a";
}
.fa6-chevron-square-right:before,
.fa6-square-chevron-right:before {
  content: "\f32b";
}
.fa6-chevron-square-up:before,
.fa6-square-chevron-up:before {
  content: "\f32c";
}
.fa6-square-code:before {
  content: "\e267";
}
.fa6-square-d:before {
  content: "\e268";
}
.fa6-square-dashed:before {
  content: "\e269";
}
.fa6-square-divide:before {
  content: "\e26a";
}
.fa6-dollar-square:before,
.fa6-square-dollar:before,
.fa6-usd-square:before {
  content: "\f2e9";
}
.fa6-arrow-alt-square-down:before,
.fa6-square-down:before {
  content: "\f350";
}
.fa6-square-down-left:before {
  content: "\e26b";
}
.fa6-square-down-right:before {
  content: "\e26c";
}
.fa6-square-e:before {
  content: "\e26d";
}
.fa6-square-ellipsis:before {
  content: "\e26e";
}
.fa6-square-ellipsis-vertical:before {
  content: "\e26f";
}
.fa6-envelope-square:before,
.fa6-square-envelope:before {
  content: "\f199";
}
.fa6-exclamation-square:before,
.fa6-square-exclamation:before {
  content: "\f321";
}
.fa6-square-f:before {
  content: "\e270";
}
.fa6-box-fragile:before,
.fa6-square-fragile:before,
.fa6-square-wine-glass-crack:before {
  content: "\f49b";
}
.fa6-square-full:before {
  content: "\f45c";
}
.fa6-square-g:before {
  content: "\e271";
}
.fa6-h-square:before,
.fa6-square-h:before {
  content: "\f0fd";
}
.fa6-heart-square:before,
.fa6-square-heart:before {
  content: "\f4c8";
}
.fa6-square-i:before {
  content: "\e272";
}
.fa6-info-square:before,
.fa6-square-info:before {
  content: "\f30f";
}
.fa6-square-j:before {
  content: "\e273";
}
.fa6-square-k:before {
  content: "\e274";
}
.fa6-square-kanban:before {
  content: "\e488";
}
.fa6-square-l:before {
  content: "\e275";
}
.fa6-arrow-alt-square-left:before,
.fa6-square-left:before {
  content: "\f351";
}
.fa6-square-list:before {
  content: "\e489";
}
.fa6-square-m:before {
  content: "\e276";
}
.fa6-minus-square:before,
.fa6-square-minus:before {
  content: "\f146";
}
.fa6-square-n:before {
  content: "\e277";
}
.fa6-square-o:before {
  content: "\e278";
}
.fa6-square-p:before {
  content: "\e279";
}
.fa6-parking:before,
.fa6-square-parking:before {
  content: "\f540";
}
.fa6-parking-slash:before,
.fa6-square-parking-slash:before {
  content: "\f617";
}
.fa6-pen-square:before,
.fa6-pencil-square:before,
.fa6-square-pen:before {
  content: "\f14b";
}
.fa6-phone-square:before,
.fa6-square-phone:before {
  content: "\f098";
}
.fa6-phone-square-alt:before,
.fa6-square-phone-flip:before {
  content: "\f87b";
}
.fa6-phone-square-down:before,
.fa6-square-phone-hangup:before {
  content: "\e27a";
}
.fa6-plus-square:before,
.fa6-square-plus:before {
  content: "\f0fe";
}
.fa6-poll-h:before,
.fa6-square-poll-horizontal:before {
  content: "\f682";
}
.fa6-poll:before,
.fa6-square-poll-vertical:before {
  content: "\f681";
}
.fa6-square-q:before {
  content: "\e27b";
}
.fa6-square-quarters:before {
  content: "\e44e";
}
.fa6-question-square:before,
.fa6-square-question:before {
  content: "\f2fd";
}
.fa6-square-quote:before {
  content: "\e329";
}
.fa6-square-r:before {
  content: "\e27c";
}
.fa6-arrow-alt-square-right:before,
.fa6-square-right:before {
  content: "\f352";
}
.fa6-square-ring:before {
  content: "\e44f";
}
.fa6-square-root:before {
  content: "\f697";
}
.fa6-square-root-alt:before,
.fa6-square-root-variable:before {
  content: "\f698";
}
.fa6-rss-square:before,
.fa6-square-rss:before {
  content: "\f143";
}
.fa6-square-s:before {
  content: "\e27d";
}
.fa6-share-alt-square:before,
.fa6-square-share-nodes:before {
  content: "\f1e1";
}
.fa6-sliders-h-square:before,
.fa6-square-sliders:before {
  content: "\f3f0";
}
.fa6-sliders-v-square:before,
.fa6-square-sliders-vertical:before {
  content: "\f3f2";
}
.fa6-square-small:before {
  content: "\e27e";
}
.fa6-square-star:before {
  content: "\e27f";
}
.fa6-square-t:before {
  content: "\e280";
}
.fa6-square-terminal:before {
  content: "\e32a";
}
.fa6-box-up:before,
.fa6-square-this-way-up:before {
  content: "\f49f";
}
.fa6-square-u:before {
  content: "\e281";
}
.fa6-arrow-alt-square-up:before,
.fa6-square-up:before {
  content: "\f353";
}
.fa6-square-up-left:before {
  content: "\e282";
}
.fa6-external-link-square-alt:before,
.fa6-square-up-right:before {
  content: "\f360";
}
.fa6-square-user:before {
  content: "\e283";
}
.fa6-square-v:before {
  content: "\e284";
}
.fa6-square-w:before {
  content: "\e285";
}
.fa6-square-x:before {
  content: "\e286";
}
.fa6-square-xmark:before,
.fa6-times-square:before,
.fa6-xmark-square:before {
  content: "\f2d3";
}
.fa6-square-y:before {
  content: "\e287";
}
.fa6-square-z:before {
  content: "\e288";
}
.fa6-squid:before {
  content: "\e450";
}
.fa6-squirrel:before {
  content: "\f71a";
}
.fa6-staff:before {
  content: "\f71b";
}
.fa6-stairs:before {
  content: "\e289";
}
.fa6-stamp:before {
  content: "\f5bf";
}
.fa6-rectangle-sd:before,
.fa6-standard-definition:before {
  content: "\e28a";
}
.fa6-star:before {
  content: "\f005";
}
.fa6-star-and-crescent:before {
  content: "\f699";
}
.fa6-star-christmas:before {
  content: "\f7d4";
}
.fa6-star-exclamation:before {
  content: "\f2f3";
}
.fa6-star-half:before {
  content: "\f089";
}
.fa6-star-half-alt:before,
.fa6-star-half-stroke:before {
  content: "\f5c0";
}
.fa6-star-of-david:before {
  content: "\f69a";
}
.fa6-star-of-life:before {
  content: "\f621";
}
.fa6-star-sharp:before {
  content: "\e28b";
}
.fa6-star-sharp-half:before {
  content: "\e28c";
}
.fa6-star-sharp-half-alt:before,
.fa6-star-sharp-half-stroke:before {
  content: "\e28d";
}
.fa6-star-shooting:before {
  content: "\e036";
}
.fa6-starfighter:before {
  content: "\e037";
}
.fa6-starfighter-alt:before,
.fa6-starfighter-twin-ion-engine:before {
  content: "\e038";
}
.fa6-starfighter-alt-advanced:before,
.fa6-starfighter-twin-ion-engine-advanced:before {
  content: "\e28e";
}
.fa6-stars:before {
  content: "\f762";
}
.fa6-starship:before {
  content: "\e039";
}
.fa6-starship-freighter:before {
  content: "\e03a";
}
.fa6-steak:before {
  content: "\f824";
}
.fa6-steering-wheel:before {
  content: "\f622";
}
.fa6-gbp:before,
.fa6-pound-sign:before,
.fa6-sterling-sign:before {
  content: "\f154";
}
.fa6-stethoscope:before {
  content: "\f0f1";
}
.fa6-stocking:before {
  content: "\f7d5";
}
.fa6-stomach:before {
  content: "\f623";
}
.fa6-stop:before {
  content: "\f04d";
}
.fa6-stopwatch:before {
  content: "\f2f2";
}
.fa6-stopwatch-20:before {
  content: "\e06f";
}
.fa6-store:before {
  content: "\f54e";
}
.fa6-store-slash:before {
  content: "\e071";
}
.fa6-strawberry:before {
  content: "\e32b";
}
.fa6-street-view:before {
  content: "\f21d";
}
.fa6-stretcher:before {
  content: "\f825";
}
.fa6-strikethrough:before {
  content: "\f0cc";
}
.fa6-stroopwafel:before {
  content: "\f551";
}
.fa6-subscript:before {
  content: "\f12c";
}
.fa6-suitcase:before {
  content: "\f0f2";
}
.fa6-medkit:before,
.fa6-suitcase-medical:before {
  content: "\f0fa";
}
.fa6-suitcase-rolling:before {
  content: "\f5c1";
}
.fa6-sun:before {
  content: "\f185";
}
.fa6-sun-alt:before,
.fa6-sun-bright:before {
  content: "\e28f";
}
.fa6-sun-cloud:before {
  content: "\f763";
}
.fa6-sun-dust:before {
  content: "\f764";
}
.fa6-sun-haze:before {
  content: "\f765";
}
.fa6-sunglasses:before {
  content: "\f892";
}
.fa6-sunrise:before {
  content: "\f766";
}
.fa6-sunset:before {
  content: "\f767";
}
.fa6-superscript:before {
  content: "\f12b";
}
.fa6-nigiri:before,
.fa6-sushi:before {
  content: "\e48a";
}
.fa6-maki-roll:before,
.fa6-makizushi:before,
.fa6-sushi-roll:before {
  content: "\e48b";
}
.fa6-swatchbook:before {
  content: "\f5c3";
}
.fa6-sword:before {
  content: "\f71c";
}
.fa6-sword-laser:before {
  content: "\e03b";
}
.fa6-sword-laser-alt:before {
  content: "\e03c";
}
.fa6-swords:before {
  content: "\f71d";
}
.fa6-swords-laser:before {
  content: "\e03d";
}
.fa6-icons-alt:before,
.fa6-symbols:before {
  content: "\f86e";
}
.fa6-synagogue:before {
  content: "\f69b";
}
.fa6-syringe:before {
  content: "\f48e";
}
.fa6-t:before {
  content: "\54";
}
.fa6-table:before {
  content: "\f0ce";
}
.fa6-table-cells:before,
.fa6-th:before {
  content: "\f00a";
}
.fa6-table-cells-large:before,
.fa6-th-large:before {
  content: "\f009";
}
.fa6-columns:before,
.fa6-table-columns:before {
  content: "\f0db";
}
.fa6-table-layout:before {
  content: "\e290";
}
.fa6-table-list:before,
.fa6-th-list:before {
  content: "\f00b";
}
.fa6-table-picnic:before {
  content: "\e32d";
}
.fa6-table-pivot:before {
  content: "\e291";
}
.fa6-rows:before,
.fa6-table-rows:before {
  content: "\e292";
}
.fa6-ping-pong-paddle-ball:before,
.fa6-table-tennis-paddle-ball:before,
.fa6-table-tennis:before {
  content: "\f45d";
}
.fa6-table-tree:before {
  content: "\e293";
}
.fa6-tablet-android:before,
.fa6-tablet:before {
  content: "\f3fb";
}
.fa6-tablet-button:before {
  content: "\f10a";
}
.fa6-tablet-rugged:before {
  content: "\f48f";
}
.fa6-tablet-android-alt:before,
.fa6-tablet-screen:before {
  content: "\f3fc";
}
.fa6-tablet-alt:before,
.fa6-tablet-screen-button:before {
  content: "\f3fa";
}
.fa6-tablets:before {
  content: "\f490";
}
.fa6-digital-tachograph:before,
.fa6-tachograph-digital:before {
  content: "\f566";
}
.fa6-taco:before {
  content: "\f826";
}
.fa6-tag:before {
  content: "\f02b";
}
.fa6-tags:before {
  content: "\f02c";
}
.fa6-tally-5:before,
.fa6-tally:before {
  content: "\f69c";
}
.fa6-tally-1:before {
  content: "\e294";
}
.fa6-tally-2:before {
  content: "\e295";
}
.fa6-tally-3:before {
  content: "\e296";
}
.fa6-tally-4:before {
  content: "\e297";
}
.fa6-tamale:before {
  content: "\e451";
}
.fa6-tank-water:before {
  content: "\e452";
}
.fa6-tape:before {
  content: "\f4db";
}
.fa6-cab:before,
.fa6-taxi:before {
  content: "\f1ba";
}
.fa6-taxi-bus:before {
  content: "\e298";
}
.fa6-teddy-bear:before {
  content: "\e3cf";
}
.fa6-teeth:before {
  content: "\f62e";
}
.fa6-teeth-open:before {
  content: "\f62f";
}
.fa6-telescope:before {
  content: "\e03e";
}
.fa6-temperature-arrow-down:before,
.fa6-temperature-down:before {
  content: "\e03f";
}
.fa6-temperature-arrow-up:before,
.fa6-temperature-up:before {
  content: "\e040";
}
.fa6-temperature-0:before,
.fa6-temperature-empty:before,
.fa6-thermometer-0:before,
.fa6-thermometer-empty:before {
  content: "\f2cb";
}
.fa6-temperature-4:before,
.fa6-temperature-full:before,
.fa6-thermometer-4:before,
.fa6-thermometer-full:before {
  content: "\f2c7";
}
.fa6-temperature-2:before,
.fa6-temperature-half:before,
.fa6-thermometer-2:before,
.fa6-thermometer-half:before {
  content: "\f2c9";
}
.fa6-temperature-high:before {
  content: "\f769";
}
.fa6-temperature-list:before {
  content: "\e299";
}
.fa6-temperature-low:before {
  content: "\f76b";
}
.fa6-temperature-1:before,
.fa6-temperature-quarter:before,
.fa6-thermometer-1:before,
.fa6-thermometer-quarter:before {
  content: "\f2ca";
}
.fa6-temperature-frigid:before,
.fa6-temperature-snow:before {
  content: "\f768";
}
.fa6-temperature-hot:before,
.fa6-temperature-sun:before {
  content: "\f76a";
}
.fa6-temperature-3:before,
.fa6-temperature-three-quarters:before,
.fa6-thermometer-3:before,
.fa6-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa6-tenge-sign:before,
.fa6-tenge:before {
  content: "\f7d7";
}
.fa6-tennis-ball:before {
  content: "\f45e";
}
.fa6-terminal:before {
  content: "\f120";
}
.fa6-text:before {
  content: "\f893";
}
.fa6-text-height:before {
  content: "\f034";
}
.fa6-text-size:before {
  content: "\f894";
}
.fa6-remove-format:before,
.fa6-text-slash:before {
  content: "\f87d";
}
.fa6-text-width:before {
  content: "\f035";
}
.fa6-thermometer:before {
  content: "\f491";
}
.fa6-theta:before {
  content: "\f69e";
}
.fa6-thought-bubble:before {
  content: "\e32e";
}
.fa6-thumbs-down:before {
  content: "\f165";
}
.fa6-thumbs-up:before {
  content: "\f164";
}
.fa6-thumb-tack:before,
.fa6-thumbtack:before {
  content: "\f08d";
}
.fa6-tick:before {
  content: "\e32f";
}
.fa6-ticket:before {
  content: "\f145";
}
.fa6-ticket-airline:before {
  content: "\e29a";
}
.fa6-ticket-alt:before,
.fa6-ticket-simple:before {
  content: "\f3ff";
}
.fa6-tickets-airline:before {
  content: "\e29b";
}
.fa6-tilde:before {
  content: "\7e";
}
.fa6-timeline:before {
  content: "\e29c";
}
.fa6-timeline-arrow:before {
  content: "\e29d";
}
.fa6-timer:before {
  content: "\e29e";
}
.fa6-tire:before {
  content: "\f631";
}
.fa6-tire-flat:before {
  content: "\f632";
}
.fa6-tire-pressure-warning:before {
  content: "\f633";
}
.fa6-tire-rugged:before {
  content: "\f634";
}
.fa6-toggle-off:before {
  content: "\f204";
}
.fa6-toggle-on:before {
  content: "\f205";
}
.fa6-toilet:before {
  content: "\f7d8";
}
.fa6-toilet-paper:before {
  content: "\f71e";
}
.fa6-toilet-paper-alt:before,
.fa6-toilet-paper-blank:before {
  content: "\f71f";
}
.fa6-toilet-paper-blank-under:before,
.fa6-toilet-paper-reverse-alt:before {
  content: "\e29f";
}
.fa6-toilet-paper-slash:before {
  content: "\e072";
}
.fa6-toilet-paper-reverse:before,
.fa6-toilet-paper-under:before {
  content: "\e2a0";
}
.fa6-toilet-paper-reverse-slash:before,
.fa6-toilet-paper-under-slash:before {
  content: "\e2a1";
}
.fa6-tomato:before {
  content: "\e330";
}
.fa6-tombstone:before {
  content: "\f720";
}
.fa6-tombstone-alt:before,
.fa6-tombstone-blank:before {
  content: "\f721";
}
.fa6-toolbox:before {
  content: "\f552";
}
.fa6-tooth:before {
  content: "\f5c9";
}
.fa6-toothbrush:before {
  content: "\f635";
}
.fa6-torii-gate:before {
  content: "\f6a1";
}
.fa6-tornado:before {
  content: "\f76f";
}
.fa6-broadcast-tower:before,
.fa6-tower-broadcast:before {
  content: "\f519";
}
.fa6-tower-control:before {
  content: "\e2a2";
}
.fa6-tractor:before {
  content: "\f722";
}
.fa6-trademark:before {
  content: "\f25c";
}
.fa6-traffic-cone:before {
  content: "\f636";
}
.fa6-traffic-light:before {
  content: "\f637";
}
.fa6-traffic-light-go:before {
  content: "\f638";
}
.fa6-traffic-light-slow:before {
  content: "\f639";
}
.fa6-traffic-light-stop:before {
  content: "\f63a";
}
.fa6-trailer:before {
  content: "\e041";
}
.fa6-train:before {
  content: "\f238";
}
.fa6-subway:before,
.fa6-train-subway:before {
  content: "\f239";
}
.fa6-subway-tunnel:before,
.fa6-train-subway-tunnel:before {
  content: "\e2a3";
}
.fa6-train-track:before {
  content: "\e453";
}
.fa6-train-tram:before,
.fa6-tram:before {
  content: "\f7da";
}
.fa6-train-tunnel:before {
  content: "\e454";
}
.fa6-transformer-bolt:before {
  content: "\e2a4";
}
.fa6-transgender-alt:before,
.fa6-transgender:before {
  content: "\f225";
}
.fa6-transporter:before {
  content: "\e042";
}
.fa6-transporter-1:before {
  content: "\e043";
}
.fa6-transporter-2:before {
  content: "\e044";
}
.fa6-transporter-3:before {
  content: "\e045";
}
.fa6-transporter-4:before {
  content: "\e2a5";
}
.fa6-transporter-5:before {
  content: "\e2a6";
}
.fa6-transporter-6:before {
  content: "\e2a7";
}
.fa6-transporter-7:before {
  content: "\e2a8";
}
.fa6-transporter-empty:before {
  content: "\e046";
}
.fa6-trash:before {
  content: "\f1f8";
}
.fa6-trash-arrow-up:before,
.fa6-trash-restore:before {
  content: "\f829";
}
.fa6-trash-alt:before,
.fa6-trash-can:before {
  content: "\f2ed";
}
.fa6-trash-can-arrow-up:before,
.fa6-trash-restore-alt:before {
  content: "\f82a";
}
.fa6-trash-can-check:before {
  content: "\e2a9";
}
.fa6-trash-can-clock:before {
  content: "\e2aa";
}
.fa6-trash-can-list:before {
  content: "\e2ab";
}
.fa6-trash-can-plus:before {
  content: "\e2ac";
}
.fa6-trash-alt-slash:before,
.fa6-trash-can-slash:before {
  content: "\e2ad";
}
.fa6-trash-can-arrow-turn-left:before,
.fa6-trash-can-undo:before,
.fa6-trash-undo-alt:before {
  content: "\f896";
}
.fa6-trash-can-xmark:before {
  content: "\e2ae";
}
.fa6-trash-check:before {
  content: "\e2af";
}
.fa6-trash-clock:before {
  content: "\e2b0";
}
.fa6-trash-list:before {
  content: "\e2b1";
}
.fa6-trash-plus:before {
  content: "\e2b2";
}
.fa6-trash-slash:before {
  content: "\e2b3";
}
.fa6-trash-arrow-turn-left:before,
.fa6-trash-undo:before {
  content: "\f895";
}
.fa6-trash-xmark:before {
  content: "\e2b4";
}
.fa6-treasure-chest:before {
  content: "\f723";
}
.fa6-tree:before {
  content: "\f1bb";
}
.fa6-tree-christmas:before {
  content: "\f7db";
}
.fa6-tree-alt:before,
.fa6-tree-deciduous:before {
  content: "\f400";
}
.fa6-tree-decorated:before {
  content: "\f7dc";
}
.fa6-tree-large:before {
  content: "\f7dd";
}
.fa6-tree-palm:before {
  content: "\f82b";
}
.fa6-trees:before {
  content: "\f724";
}
.fa6-triangle:before {
  content: "\f2ec";
}
.fa6-exclamation-triangle:before,
.fa6-triangle-exclamation:before,
.fa6-warning:before {
  content: "\f071";
}
.fa6-triangle-instrument:before,
.fa6-triangle-music:before {
  content: "\f8e2";
}
.fa6-construction:before,
.fa6-triangle-person-digging:before {
  content: "\f85d";
}
.fa6-trophy:before {
  content: "\f091";
}
.fa6-trophy-alt:before,
.fa6-trophy-star:before {
  content: "\f2eb";
}
.fa6-truck:before {
  content: "\f0d1";
}
.fa6-truck-bolt:before {
  content: "\e3d0";
}
.fa6-shipping-timed:before,
.fa6-truck-clock:before {
  content: "\f48c";
}
.fa6-truck-container:before {
  content: "\f4dc";
}
.fa6-truck-container-empty:before {
  content: "\e2b5";
}
.fa6-shipping-fast:before,
.fa6-truck-fast:before {
  content: "\f48b";
}
.fa6-truck-flatbed:before {
  content: "\e2b6";
}
.fa6-truck-front:before {
  content: "\e2b7";
}
.fa6-ambulance:before,
.fa6-truck-medical:before {
  content: "\f0f9";
}
.fa6-truck-monster:before {
  content: "\f63b";
}
.fa6-truck-moving:before {
  content: "\f4df";
}
.fa6-truck-pickup:before {
  content: "\f63c";
}
.fa6-truck-plow:before {
  content: "\f7de";
}
.fa6-truck-ramp:before {
  content: "\f4e0";
}
.fa6-truck-loading:before,
.fa6-truck-ramp-box:before {
  content: "\f4de";
}
.fa6-truck-couch:before,
.fa6-truck-ramp-couch:before {
  content: "\f4dd";
}
.fa6-truck-tow:before {
  content: "\e2b8";
}
.fa6-trumpet:before {
  content: "\f8e3";
}
.fa6-teletype:before,
.fa6-tty:before {
  content: "\f1e4";
}
.fa6-teletype-answer:before,
.fa6-tty-answer:before {
  content: "\e2b9";
}
.fa6-tugrik-sign:before {
  content: "\e2ba";
}
.fa6-turkey:before {
  content: "\f725";
}
.fa6-try:before,
.fa6-turkish-lira-sign:before,
.fa6-turkish-lira:before {
  content: "\e2bb";
}
.fa6-level-down-alt:before,
.fa6-turn-down:before {
  content: "\f3be";
}
.fa6-turn-down-left:before {
  content: "\e331";
}
.fa6-turn-down-right:before {
  content: "\e455";
}
.fa6-level-up-alt:before,
.fa6-turn-up:before {
  content: "\f3bf";
}
.fa6-turntable:before {
  content: "\f8e4";
}
.fa6-turtle:before {
  content: "\f726";
}
.fa6-television:before,
.fa6-tv-alt:before,
.fa6-tv:before {
  content: "\f26c";
}
.fa6-tv-music:before {
  content: "\f8e6";
}
.fa6-tv-retro:before {
  content: "\f401";
}
.fa6-typewriter:before {
  content: "\f8e7";
}
.fa6-u:before {
  content: "\55";
}
.fa6-ufo:before {
  content: "\e047";
}
.fa6-ufo-beam:before {
  content: "\e048";
}
.fa6-umbrella:before {
  content: "\f0e9";
}
.fa6-umbrella-beach:before {
  content: "\f5ca";
}
.fa6-umbrella-alt:before,
.fa6-umbrella-simple:before {
  content: "\e2bc";
}
.fa6-underline:before {
  content: "\f0cd";
}
.fa6-unicorn:before {
  content: "\f727";
}
.fa6-uniform-martial-arts:before {
  content: "\e3d1";
}
.fa6-union:before {
  content: "\f6a2";
}
.fa6-universal-access:before {
  content: "\f29a";
}
.fa6-unlock:before {
  content: "\f09c";
}
.fa6-unlock-alt:before,
.fa6-unlock-keyhole:before {
  content: "\f13e";
}
.fa6-arrow-alt-up:before,
.fa6-up:before {
  content: "\f357";
}
.fa6-arrows-alt-v:before,
.fa6-up-down:before {
  content: "\f338";
}
.fa6-arrows-alt:before,
.fa6-up-down-left-right:before {
  content: "\f0b2";
}
.fa6-up-from-dotted-line:before {
  content: "\e456";
}
.fa6-arrow-alt-from-bottom:before,
.fa6-up-from-line:before {
  content: "\f346";
}
.fa6-up-left:before {
  content: "\e2bd";
}
.fa6-long-arrow-alt-up:before,
.fa6-up-long:before {
  content: "\f30c";
}
.fa6-up-right:before {
  content: "\e2be";
}
.fa6-expand-alt:before,
.fa6-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa6-external-link-alt:before,
.fa6-up-right-from-square:before {
  content: "\f35d";
}
.fa6-up-to-dotted-line:before {
  content: "\e457";
}
.fa6-arrow-alt-to-top:before,
.fa6-up-to-line:before {
  content: "\f34d";
}
.fa6-upload:before {
  content: "\f093";
}
.fa6-usb-drive:before {
  content: "\f8e9";
}
.fa6-user:before {
  content: "\f007";
}
.fa6-user-alien:before {
  content: "\e04a";
}
.fa6-user-astronaut:before {
  content: "\f4fb";
}
.fa6-user-bounty-hunter:before {
  content: "\e2bf";
}
.fa6-user-check:before {
  content: "\f4fc";
}
.fa6-user-chef:before {
  content: "\e3d2";
}
.fa6-user-clock:before {
  content: "\f4fd";
}
.fa6-user-cowboy:before {
  content: "\f8ea";
}
.fa6-user-crown:before {
  content: "\f6a4";
}
.fa6-user-doctor:before,
.fa6-user-md:before {
  content: "\f0f0";
}
.fa6-user-doctor-hair:before {
  content: "\e458";
}
.fa6-user-doctor-hair-long:before {
  content: "\e459";
}
.fa6-user-doctor-message:before,
.fa6-user-md-chat:before {
  content: "\f82e";
}
.fa6-user-cog:before,
.fa6-user-gear:before {
  content: "\f4fe";
}
.fa6-user-graduate:before {
  content: "\f501";
}
.fa6-user-friends:before,
.fa6-user-group:before {
  content: "\f500";
}
.fa6-user-group-crown:before,
.fa6-users-crown:before {
  content: "\f6a5";
}
.fa6-user-hair:before {
  content: "\e45a";
}
.fa6-user-hair-buns:before {
  content: "\e3d3";
}
.fa6-user-hair-long:before {
  content: "\e45b";
}
.fa6-business-front:before,
.fa6-party-back:before,
.fa6-trian-balbot:before,
.fa6-user-hair-mullet:before {
  content: "\e45c";
}
.fa6-user-headset:before {
  content: "\f82d";
}
.fa6-user-construction:before,
.fa6-user-hard-hat:before,
.fa6-user-helmet-safety:before {
  content: "\f82c";
}
.fa6-user-injured:before {
  content: "\f728";
}
.fa6-user-alt:before,
.fa6-user-large:before {
  content: "\f406";
}
.fa6-user-alt-slash:before,
.fa6-user-large-slash:before {
  content: "\f4fa";
}
.fa6-user-lock:before {
  content: "\f502";
}
.fa6-user-minus:before {
  content: "\f503";
}
.fa6-user-music:before {
  content: "\f8eb";
}
.fa6-user-ninja:before {
  content: "\f504";
}
.fa6-user-nurse:before {
  content: "\f82f";
}
.fa6-user-nurse-hair:before {
  content: "\e45d";
}
.fa6-user-nurse-hair-long:before {
  content: "\e45e";
}
.fa6-user-edit:before,
.fa6-user-pen:before {
  content: "\f4ff";
}
.fa6-user-pilot:before {
  content: "\e2c0";
}
.fa6-user-pilot-tie:before {
  content: "\e2c1";
}
.fa6-user-plus:before {
  content: "\f234";
}
.fa6-user-police:before {
  content: "\e333";
}
.fa6-user-police-tie:before {
  content: "\e334";
}
.fa6-user-robot:before {
  content: "\e04b";
}
.fa6-user-secret:before {
  content: "\f21b";
}
.fa6-user-shakespeare:before {
  content: "\e2c2";
}
.fa6-user-shield:before {
  content: "\f505";
}
.fa6-user-slash:before {
  content: "\f506";
}
.fa6-user-tag:before {
  content: "\f507";
}
.fa6-user-tie:before {
  content: "\f508";
}
.fa6-user-tie-hair:before {
  content: "\e45f";
}
.fa6-user-tie-hair-long:before {
  content: "\e460";
}
.fa6-user-unlock:before {
  content: "\e058";
}
.fa6-user-visor:before {
  content: "\e04c";
}
.fa6-user-vneck:before {
  content: "\e461";
}
.fa6-user-vneck-hair:before {
  content: "\e462";
}
.fa6-user-vneck-hair-long:before {
  content: "\e463";
}
.fa6-user-times:before,
.fa6-user-xmark:before {
  content: "\f235";
}
.fa6-users:before {
  content: "\f0c0";
}
.fa6-users-cog:before,
.fa6-users-gear:before {
  content: "\f509";
}
.fa6-users-medical:before {
  content: "\f830";
}
.fa6-users-slash:before {
  content: "\e073";
}
.fa6-cutlery:before,
.fa6-utensils:before {
  content: "\f2e7";
}
.fa6-utensils-slash:before {
  content: "\e464";
}
.fa6-utility-pole:before {
  content: "\e2c3";
}
.fa6-utility-pole-double:before {
  content: "\e2c4";
}
.fa6-v:before {
  content: "\56";
}
.fa6-vacuum:before {
  content: "\e04d";
}
.fa6-vacuum-robot:before {
  content: "\e04e";
}
.fa6-value-absolute:before {
  content: "\f6a6";
}
.fa6-shuttle-van:before,
.fa6-van-shuttle:before {
  content: "\f5b6";
}
.fa6-vault:before {
  content: "\e2c5";
}
.fa6-vector-circle:before {
  content: "\e2c6";
}
.fa6-vector-polygon:before {
  content: "\e2c7";
}
.fa6-vector-square:before {
  content: "\f5cb";
}
.fa6-vent-damper:before {
  content: "\e465";
}
.fa6-venus:before {
  content: "\f221";
}
.fa6-venus-double:before {
  content: "\f226";
}
.fa6-venus-mars:before {
  content: "\f228";
}
.fa6-vest:before {
  content: "\e085";
}
.fa6-vest-patches:before {
  content: "\e086";
}
.fa6-vial:before {
  content: "\f492";
}
.fa6-vials:before {
  content: "\f493";
}
.fa6-video-camera:before,
.fa6-video:before {
  content: "\f03d";
}
.fa6-video-arrow-down-left:before {
  content: "\e2c8";
}
.fa6-video-arrow-up-right:before {
  content: "\e2c9";
}
.fa6-video-plus:before {
  content: "\f4e1";
}
.fa6-video-slash:before {
  content: "\f4e2";
}
.fa6-vihara:before {
  content: "\f6a7";
}
.fa6-violin:before {
  content: "\f8ed";
}
.fa6-virus:before {
  content: "\e074";
}
.fa6-virus-slash:before {
  content: "\e075";
}
.fa6-viruses:before {
  content: "\e076";
}
.fa6-voicemail:before {
  content: "\f897";
}
.fa6-volcano:before {
  content: "\f770";
}
.fa6-volleyball-ball:before,
.fa6-volleyball:before {
  content: "\f45f";
}
.fa6-volume-medium:before,
.fa6-volume:before {
  content: "\f6a8";
}
.fa6-volume-high:before,
.fa6-volume-up:before {
  content: "\f028";
}
.fa6-volume-down:before,
.fa6-volume-low:before {
  content: "\f027";
}
.fa6-volume-off:before {
  content: "\f026";
}
.fa6-volume-slash:before {
  content: "\f2e2";
}
.fa6-volume-mute:before,
.fa6-volume-times:before,
.fa6-volume-xmark:before {
  content: "\f6a9";
}
.fa6-vr-cardboard:before {
  content: "\f729";
}
.fa6-w:before {
  content: "\57";
}
.fa6-waffle:before {
  content: "\e466";
}
.fa6-wagon-covered:before {
  content: "\f8ee";
}
.fa6-walker:before {
  content: "\f831";
}
.fa6-walkie-talkie:before {
  content: "\f8ef";
}
.fa6-wallet:before {
  content: "\f555";
}
.fa6-wand:before {
  content: "\f72a";
}
.fa6-magic:before,
.fa6-wand-magic:before {
  content: "\f0d0";
}
.fa6-magic-wand-sparkles:before,
.fa6-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa6-wand-sparkles:before {
  content: "\f72b";
}
.fa6-warehouse:before {
  content: "\f494";
}
.fa6-warehouse-alt:before,
.fa6-warehouse-full:before {
  content: "\f495";
}
.fa6-washer:before,
.fa6-washing-machine:before {
  content: "\f898";
}
.fa6-watch:before {
  content: "\f2e1";
}
.fa6-watch-apple:before {
  content: "\e2cb";
}
.fa6-watch-calculator:before {
  content: "\f8f0";
}
.fa6-watch-fitness:before {
  content: "\f63e";
}
.fa6-watch-smart:before {
  content: "\e2cc";
}
.fa6-water:before {
  content: "\f773";
}
.fa6-water-arrow-down:before,
.fa6-water-lower:before {
  content: "\f774";
}
.fa6-water-arrow-up:before,
.fa6-water-rise:before {
  content: "\f775";
}
.fa6-ladder-water:before,
.fa6-swimming-pool:before,
.fa6-water-ladder:before {
  content: "\f5c5";
}
.fa6-watermelon-slice:before {
  content: "\e337";
}
.fa6-heart-rate:before,
.fa6-wave-pulse:before {
  content: "\f5f8";
}
.fa6-wave-sine:before {
  content: "\f899";
}
.fa6-wave-square:before {
  content: "\f83e";
}
.fa6-wave-triangle:before {
  content: "\f89a";
}
.fa6-waveform:before {
  content: "\f8f1";
}
.fa6-waveform-lines:before,
.fa6-waveform-path:before {
  content: "\f8f2";
}
.fa6-weight-hanging:before {
  content: "\f5cd";
}
.fa6-weight-scale:before,
.fa6-weight:before {
  content: "\f496";
}
.fa6-whale:before {
  content: "\f72c";
}
.fa6-wheat:before {
  content: "\f72d";
}
.fa6-wheat-alt:before,
.fa6-wheat-awn:before {
  content: "\e2cd";
}
.fa6-wheat-awn-slash:before {
  content: "\e338";
}
.fa6-wheat-slash:before {
  content: "\e339";
}
.fa6-wheelchair:before {
  content: "\f193";
}
.fa6-wheelchair-alt:before,
.fa6-wheelchair-move:before {
  content: "\e2ce";
}
.fa6-glass-whiskey:before,
.fa6-whiskey-glass:before {
  content: "\f7a0";
}
.fa6-glass-whiskey-rocks:before,
.fa6-whiskey-glass-ice:before {
  content: "\f7a1";
}
.fa6-whistle:before {
  content: "\f460";
}
.fa6-wifi-3:before,
.fa6-wifi-strong:before,
.fa6-wifi:before {
  content: "\f1eb";
}
.fa6-wifi-exclamation:before {
  content: "\e2cf";
}
.fa6-wifi-2:before,
.fa6-wifi-fair:before {
  content: "\f6ab";
}
.fa6-wifi-slash:before {
  content: "\f6ac";
}
.fa6-wifi-1:before,
.fa6-wifi-weak:before {
  content: "\f6aa";
}
.fa6-wind:before {
  content: "\f72e";
}
.fa6-wind-turbine:before {
  content: "\f89b";
}
.fa6-wind-circle-exclamation:before,
.fa6-wind-warning:before {
  content: "\f776";
}
.fa6-window:before {
  content: "\f40e";
}
.fa6-window-alt:before,
.fa6-window-flip:before {
  content: "\f40f";
}
.fa6-window-frame:before {
  content: "\e04f";
}
.fa6-window-frame-open:before {
  content: "\e050";
}
.fa6-window-maximize:before {
  content: "\f2d0";
}
.fa6-window-minimize:before {
  content: "\f2d1";
}
.fa6-window-restore:before {
  content: "\f2d2";
}
.fa6-windsock:before {
  content: "\f777";
}
.fa6-wine-bottle:before {
  content: "\f72f";
}
.fa6-wine-glass:before {
  content: "\f4e3";
}
.fa6-fragile:before,
.fa6-wine-glass-crack:before {
  content: "\f4bb";
}
.fa6-wine-glass-alt:before,
.fa6-wine-glass-empty:before {
  content: "\f5ce";
}
.fa6-krw:before,
.fa6-won-sign:before,
.fa6-won:before {
  content: "\f159";
}
.fa6-wreath:before {
  content: "\f7e2";
}
.fa6-wrench:before {
  content: "\f0ad";
}
.fa6-wrench-simple:before {
  content: "\e2d1";
}
.fa6-x:before {
  content: "\58";
}
.fa6-x-ray:before {
  content: "\f497";
}
.fa6-close:before,
.fa6-multiply:before,
.fa6-remove:before,
.fa6-times:before,
.fa6-xmark:before {
  content: "\f00d";
}
.fa6-times-to-slot:before,
.fa6-vote-nay:before,
.fa6-xmark-to-slot:before {
  content: "\f771";
}
.fa6-y:before {
  content: "\59";
}
.fa6-cny:before,
.fa6-jpy:before,
.fa6-rmb:before,
.fa6-yen-sign:before,
.fa6-yen:before {
  content: "\f157";
}
.fa6-yin-yang:before {
  content: "\f6ad";
}
.fa6-z:before {
  content: "\5a";
}
.fa6-sr-only,
.fa6-sr-only-focusable:not(:focus),
.sr-only,
.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;
}
/*!
 * Font Awesome Pro 6.0.0-beta3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2021 Fonticons, Inc.
 */
@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(../webfonts/fa-light-300.ttf) format("truetype");
}
.fa6-light,
.fal6 {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
/*!
 * Font Awesome Pro 6.0.0-beta3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2021 Fonticons, Inc.
 */
@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");
}
.fa6-regular,
.far6 {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
/*!
 * Font Awesome Pro 6.0.0-beta3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2021 Fonticons, Inc.
 */
@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");
}
.fa6-solid,
.fas6 {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
/*!
 * 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;
}
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.fal6 {
  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 > div {
  width: 100%;
  padding: 5px 0;
}
boolean-widget > div > .label {
  margin-bottom: 10px;
}
boolean-widget > div ul {
  display: flex;
  position: relative;
}
boolean-widget > div 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 ul > li:not(.error-icon):not(:last-child) {
  margin-right: 5px;
}
boolean-widget > div ul > li:not(.error-icon).active {
  background: #441A44;
  font-weight: 500;
  color: #FFFFFF;
}
boolean-widget > div ul.readonly {
  font-family: "AvenirNextLTW01-Italic";
  color: rgba(29, 28, 29, 0.7);
  cursor: default;
}
boolean-widget > div ul.readonly i {
  color: rgba(29, 28, 29, 0.7);
}
boolean-widget > div ul.readonly > li:not(.error-icon).active {
  background: rgba(68, 26, 68, 0.6);
}
boolean-widget > div ul li.error-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
boolean-widget > div ul li.error-icon i {
  color: rgba(235, 90, 70, 0.35);
}
boolean-widget > div.invalid:not(.focussed).touched.show-validation ul li:not(.error-icon),
boolean-widget > div.error:not(.focussed) ul li:not(.error-icon) {
  background: rgba(235, 90, 70, 0.2);
}
check-widget > div {
  width: 100%;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
check-widget > div .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 .check.unchecked {
  border: 1px solid rgba(29, 28, 29, 0.8);
  background: #EFEFEF;
}
check-widget > div .check.checked {
  background: #441A44;
}
check-widget > div .check.checked i {
  color: #FFFFFF;
}
check-widget > div .check.readonly {
  font-family: "AvenirNextLTW01-Italic";
  color: rgba(29, 28, 29, 0.7);
  cursor: default;
}
check-widget > div .check.readonly i {
  color: rgba(29, 28, 29, 0.7);
}
classic-editor > div {
  overflow: hidden;
  border-radius: 10px;
}
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 > 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;
}
input-widget > div.invalid:not(.focussed).touched.show-validation,
input-widget > div.error:not(.focussed) {
  background: rgba(235, 90, 70, 0.2);
}
input-widget > div label {
  display: flex;
  margin-right: 15px;
  height: 100%;
  align-items: center;
}
input-widget > div label span {
  white-space: nowrap;
  color: rgba(29, 28, 29, 0.9);
  cursor: text;
}
input-widget > div.foccused label input-widget > div span {
  color: rgba(29, 28, 29, 0.7);
}
input-widget > div .field {
  flex-grow: 1;
  height: 100%;
}
input-widget > div .field input {
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 16px;
  background: none;
  font-family: 'Avenir Next';
}
.phantom input-widget > div .field input,
.responsive input-widget > div .field input {
  font-size: 17px;
}
input-widget > div .field input::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
input-widget > div .field input:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
input-widget > div .field input::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
input-widget > div .field input:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
input-widget > div i {
  color: rgba(235, 90, 70, 0.35);
  margin-left: 10px;
}
input-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;
}
input-widget > div.readonly label span {
  color: rgba(29, 28, 29, 0.5);
}
input-widget > div.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 > 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;
  padding: 10px;
}
textarea-widget > div.invalid:not(.focussed).touched.show-validation,
textarea-widget > div.error:not(.focussed) {
  background: rgba(235, 90, 70, 0.2);
}
textarea-widget > div .field {
  width: 100%;
}
textarea-widget > div label {
  white-space: nowrap;
  color: rgba(29, 28, 29, 0.9);
  cursor: text;
  margin-top: 15px;
}
textarea-widget > div label.dirty span {
  color: rgba(29, 28, 29, 0.7);
}
textarea-widget > div .field {
  flex-grow: 1;
  position: relative;
}
textarea-widget > div .field textarea {
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 16px;
  background: none;
  font-family: 'Avenir Next';
}
.phantom textarea-widget > div .field textarea,
.responsive textarea-widget > div .field textarea {
  font-size: 17px;
}
textarea-widget > div .field textarea::-webkit-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
textarea-widget > div .field textarea:-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
textarea-widget > div .field textarea::-moz-placeholder {
  font-family: "Avenir Next W01 Light";
}
textarea-widget > div .field textarea:-ms-input-placeholder {
  font-family: "Avenir Next W01 Light";
}
textarea-widget > div .field i {
  position: absolute;
  top: 0px;
  right: 0px;
  color: rgba(235, 90, 70, 0.35);
}
.warning textarea-widget > div {
  background: rgba(68, 26, 68, 0.4);
}
textarea-widget > div.error.dirty:not(.focused),
textarea-widget > div.error.try-submit:not(.focused) {
  background: rgba(235, 90, 70, 0.4);
}
textarea-widget > div.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.readyonly label span {
  color: rgba(29, 28, 29, 0.6);
}
textarea-widget > div.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 {
  content: ", ";
  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 {
  content: ", ";
  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;
}
