/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

p:last-child {
  margin-bottom: 0.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

a:active {
  outline: 1px dashed rgba(0,0,0,0.61);
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.6rem;
  font-weight: 400;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul:last-child,
ol:list-child {
  margin-bottom: 0.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 4px dotted;
  margin: 0 0 1.4rem;
  padding-left: 0.8rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  font-size: 0.85em;
  background-color: #307fe2;
  border-radius: 0px;
  color: #FFF;
  padding: 10px 23px;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.2em;
  font-weight: 500;
  border: 1px solid transparent;
}

button:hover,
.button:hover {
   background-color: #206dcc;
}

button.white,
.button.white {
  background-color: white;
  color: black;
}

button.white:hover,
.button.white:hover {
  background-color: rgba(255,255,255,0.90);
  color: #206dcc;
}

/* .button-wrapper .button:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: white !important;
} */

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Tab bar fixes for cards */
.hs-tabs__tab-wrapper {
  line-height: 1.2em; 
}

.hs-tabs__scroll {
  overflow-x: auto;
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

@font-face {
  font-family: 'Veea';
  src:  url('https://4945662.fs1.hubspotusercontent-na1.net/hubfs/4945662/raw_assets/public/Veea%20Theme%202025/fonts/VeeaIconset/veea-iconset.ttf');
  src:  url('https://4945662.fs1.hubspotusercontent-na1.net/hubfs/4945662/raw_assets/public/Veea%20Theme%202025/fonts/VeeaIconset/veea-iconset.ttf') format('truetype'),
    url('https://4945662.fs1.hubspotusercontent-na1.net/hubfs/4945662/raw_assets/public/Veea%20Theme%202025/fonts/VeeaIconset/veea-iconset.woff') format('woff'),
    url('https://4945662.fs1.hubspotusercontent-na1.net/hubfs/4945662/raw_assets/public/Veea%20Theme%202025/fonts/VeeaIconset/veea-iconset.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Veea' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-veea-logo:before {
  content: "\e900";
}
.icon-switch:before {
  content: "\e901";
}
.icon-store:before {
  content: "\e902";
}
.icon-team:before {
  content: "\e903";
}
.icon-inventory:before {
  content: "\e904";
}
.icon-shop:before {
  content: "\e905";
}
.icon-help:before {
  content: "\e906";
}
.icon-settings-android:before {
  content: "\e907";
}
.icon-messages:before {
  content: "\e908";
}
.icon-cash-register:before {
  content: "\e909";
}
.icon-id-card:before {
  content: "\e90a";
}
.icon-user:before {
  content: "\e90b";
}
.icon-logout:before {
  content: "\e90c";
}
.icon-password:before {
  content: "\e90d";
}
.icon-document:before {
  content: "\e90e";
}
.icon-document-about:before {
  content: "\e90f";
}
.icon-map:before {
  content: "\e910";
}
.icon-reservations:before {
  content: "\e911";
}
.icon-more:before {
  content: "\e912";
}
.icon-promotions:before {
  content: "\e913";
}
.icon-tax:before {
  content: "\e914";
}
.icon-receipt:before {
  content: "\e915";
}
.icon-tip:before {
  content: "\e916";
}
.icon-keypad:before {
  content: "\e917";
}
.icon-devices:before {
  content: "\e918";
}
.icon-tabs:before {
  content: "\e919";
}
.icon-transaction-history:before {
  content: "\e91a";
}
.icon-sim-card:before {
  content: "\e91b";
}
.icon-sd-card:before {
  content: "\e91c";
}
.icon-waiting-approval:before {
  content: "\e91d";
}
.icon-note:before {
  content: "\e91e";
}
.icon-caution:before {
  content: "\e91f";
}
.icon-stop:before {
  content: "\e920";
}
.icon-camera:before {
  content: "\e921";
}
.icon-trash:before {
  content: "\e922";
}
.icon-send:before {
  content: "\e923";
}
.icon-card:before {
  content: "\e924";
}
.icon-like:before {
  content: "\e925";
}
.icon-information:before {
  content: "\e926";
}
.icon-globe:before {
  content: "\e927";
}
.icon-locked:before {
  content: "\e928";
}
.icon-unlocked:before {
  content: "\e929";
}
.icon-output:before {
  content: "\e92a";
}
.icon-input:before {
  content: "\e92b";
}
.icon-print:before {
  content: "\e92c";
}
.icon-calendar:before {
  content: "\e92d";
}
.icon-alarm:before {
  content: "\e92e";
}
.icon-search:before {
  content: "\e92f";
}
.icon-zoom-in:before {
  content: "\e930";
}
.icon-zoom-out:before {
  content: "\e931";
}
.icon-discount:before {
  content: "\e932";
}
.icon-coupon:before {
  content: "\e933";
}
.icon-megaphone:before {
  content: "\e934";
}
.icon-notification:before {
  content: "\e935";
}
.icon-flag:before {
  content: "\e936";
}
.icon-clean:before {
  content: "\e937";
}
.icon-link:before {
  content: "\e938";
}
.icon-unlink:before {
  content: "\e939";
}
.icon-update:before {
  content: "\e93a";
}
.icon-ok:before {
  content: "\e93b";
}
.icon-not-ok:before {
  content: "\e93c";
}
.icon-folder:before {
  content: "\e93d";
}
.icon-mail:before {
  content: "\e93e";
}
.icon-shield:before {
  content: "\e93f";
}
.icon-directions:before {
  content: "\e940";
}
.icon-book:before {
  content: "\e941";
}
.icon-rocket:before {
  content: "\e942";
}
.icon-chip:before {
  content: "\e943";
}
.icon-router:before {
  content: "\e944";
}
.icon-mesh:before {
  content: "\e945";
}
.icon-cellular:before {
  content: "\e946";
}
.icon-ethernet:before {
  content: "\e947";
}
.icon-ethernet-alt:before {
  content: "\e948";
}
.icon-wi-fi:before {
  content: "\e949";
}
.icon-developer-mode:before {
  content: "\e94a";
}
.icon-analytics:before {
  content: "\e94b";
}
.icon-cloud:before {
  content: "\e94c";
}
.icon-veeahub:before {
  content: "\e94d";
}
.icon-power:before {
  content: "\e94e";
}
.icon-firewall:before {
  content: "\e94f";
}
.icon-power-cable:before {
  content: "\e950";
}
.icon-cloud-upload:before {
  content: "\e951";
}
.icon-cloud-download:before {
  content: "\e952";
}
.icon-folder-open:before {
  content: "\e953";
}
.icon-folder-closed:before {
  content: "\e954";
}
.icon-app:before {
  content: "\e955";
}
.icon-system-app:before {
  content: "\e956";
}
.icon-screen:before {
  content: "\e957";
}
.icon-video:before {
  content: "\e958";
}
.icon-picture:before {
  content: "\e959";
}
.icon-phone:before {
  content: "\e95a";
}
.icon-video-file:before {
  content: "\e95b";
}
.icon-picture-file:before {
  content: "\e95c";
}
.icon-music-file:before {
  content: "\e95d";
}
.icon-data-file:before {
  content: "\e95e";
}
.icon-system-file:before {
  content: "\e95f";
}
.icon-code-file:before {
  content: "\e960";
}
.icon-locked-file:before {
  content: "\e961";
}
.icon-database-file:before {
  content: "\e962";
}
.icon-broken-file:before {
  content: "\e963";
}
.icon-database:before {
  content: "\e964";
}
.icon-bug:before {
  content: "\e965";
}
.icon-run:before {
  content: "\e966";
}
.icon-face-meh:before {
  content: "\e967";
}
.icon-face-happy:before {
  content: "\e968";
}
.icon-face-sad:before {
  content: "\e969";
}
.icon-light-off:before {
  content: "\e96a";
}
.icon-light-on:before {
  content: "\e96b";
}
.icon-expand:before {
  content: "\e96c";
}
.icon-collapse:before {
  content: "\e96d";
}
.icon-crop:before {
  content: "\e96e";
}
.icon-erase:before {
  content: "\e96f";
}
.icon-write:before {
  content: "\e970";
}
.icon-write-alt:before {
  content: "\e971";
}
.icon-pie-chart:before {
  content: "\e972";
}
.icon-bar-chart:before {
  content: "\e973";
}
.icon-line-chart:before {
  content: "\e974";
}
.icon-microphone:before {
  content: "\e975";
}
.icon-speaker:before {
  content: "\e976";
}
.icon-volume-up:before {
  content: "\e977";
}
.icon-volume-down:before {
  content: "\e978";
}
.icon-mute:before {
  content: "\e979";
}
.icon-package:before {
  content: "\e97a";
}
.icon-pack:before {
  content: "\e97b";
}
.icon-unpack:before {
  content: "\e97c";
}
.icon-connect:before {
  content: "\e97d";
}
.icon-disconnect:before {
  content: "\e97e";
}
.icon-eye:before {
  content: "\e97f";
}
.icon-eye-closed:before {
  content: "\e980";
}
.icon-star:before {
  content: "\e981";
}
.icon-compose:before {
  content: "\e982";
}
.icon-seat:before {
  content: "\e983";
}
.icon-flip-camera:before {
  content: "\e984";
}
.icon-mail-opened:before {
  content: "\e985";
}
.icon-cash:before {
  content: "\e986";
}
.icon-descending:before {
  content: "\e987";
}
.icon-ascending:before {
  content: "\e988";
}
.icon-certificate:before {
  content: "\e989";
}
.icon-battery:before {
  content: "\e98a";
}
.icon-battery-75:before {
  content: "\e98b";
}
.icon-battery-50:before {
  content: "\e98c";
}
.icon-battery-25:before {
  content: "\e98d";
}
.icon-battery-0:before {
  content: "\e98e";
}
.icon-battery-charging:before {
  content: "\e98f";
}
.icon-battery-error:before {
  content: "\e990";
}
.icon-no:before {
  content: "\e991";
}
.icon-up:before {
  content: "\e992";
}
.icon-down:before {
  content: "\e993";
}
.icon-right:before {
  content: "\e994";
}
.icon-left:before {
  content: "\e995";
}
.icon-alt-up:before {
  content: "\e996";
}
.icon-alt-down:before {
  content: "\e997";
}
.icon-alt-right:before {
  content: "\e998";
}
.icon-alt-left:before {
  content: "\e999";
}
.icon-alpha-input:before {
  content: "\e99a";
}
.icon-num-input:before {
  content: "\e99b";
}
.icon-message-question:before {
  content: "\e99c";
}
.icon-message-alert:before {
  content: "\e99d";
}
.icon-message-reply:before {
  content: "\e99e";
}
.icon-add-to-list:before {
  content: "\e99f";
}
.icon-remove-from-list:before {
  content: "\e9a0";
}
.icon-shuffle:before {
  content: "\e9a1";
}
.icon-flip-cards:before {
  content: "\e9a2";
}
.icon-backspace:before {
  content: "\e9a3";
}
.icon-wallet:before {
  content: "\e9a4";
}
.icon-hierarchy:before {
  content: "\e9a5";
}
.icon-alarm1:before {
  content: "\e9a6";
}
.icon-home:before {
  content: "\e9a7";
}
.icon-extension:before {
  content: "\e9a8";
}
.icon-explore:before {
  content: "\e9a9";
}
.icon-translate:before {
  content: "\e9aa";
}
.icon-laptop:before {
  content: "\e9ab";
}
.icon-camera1:before {
  content: "\e9ac";
}
.icon-ai-vision:before {
  content: "\e9ad";
}
.icon-air-conditioner:before {
  content: "\e9ae";
}
.icon-airport:before {
  content: "\e9af";
}
.icon-ambulance:before {
  content: "\e9b0";
}
.icon-barn:before {
  content: "\e9b1";
}
.icon-bridge:before {
  content: "\e9b2";
}
.icon-cattle:before {
  content: "\e9b3";
}
.icon-classroom:before {
  content: "\e9b4";
}
.icon-cloud-transfer:before {
  content: "\e9b5";
}
.icon-container:before {
  content: "\e9b6";
}
.icon-sprout:before {
  content: "\e9b7";
}
.icon-construction:before {
  content: "\e9b8";
}
.icon-bicycle:before {
  content: "\e9b9";
}
.icon-data-center:before {
  content: "\e9ba";
}
.icon-desk:before {
  content: "\e9bb";
}
.icon-digger:before {
  content: "\e9bc";
}
.icon-docker-container:before {
  content: "\e9bd";
}
.icon-drill:before {
  content: "\e9be";
}
.icon-drone:before {
  content: "\e9bf";
}
.icon-remote-learning:before {
  content: "\e9c0";
}
.icon-edge-advertisement:before {
  content: "\e9c1";
}
.icon-edge-security:before {
  content: "\e9c2";
}
.icon-factory:before {
  content: "\e9c3";
}
.icon-fruit-tree:before {
  content: "\e9c4";
}
.icon-green-energy:before {
  content: "\e9c5";
}
.icon-hacker:before {
  content: "\e9c6";
}
.icon-heart:before {
  content: "\e9c7";
}
.icon-hospital-bed:before {
  content: "\e9c8";
}
.icon-hospital:before {
  content: "\e9c9";
}
.icon-hotel-bed:before {
  content: "\e9ca";
}
.icon-indoors:before {
  content: "\e9cb";
}
.icon-iot-cloud:before {
  content: "\e9cc";
}
.icon-edge-iot-gateway:before {
  content: "\e9cd";
}
.icon-drill1:before {
  content: "\e9ce";
}
.icon-mobile-shopping:before {
  content: "\e9cf";
}
.icon-nfc:before {
  content: "\e9d0";
}
.icon-edge-wi-fi:before {
  content: "\e9d1";
}
.icon-airplane:before {
  content: "\e9d2";
}
.icon-presentation:before {
  content: "\e9d3";
}
.icon-remote-work:before {
  content: "\e9d4";
}
.icon-road:before {
  content: "\e9d5";
}
.icon-robot:before {
  content: "\e9d6";
}
.icon-school:before {
  content: "\e9d7";
}
.icon-video-conferance:before {
  content: "\e9d8";
}
.icon-alarm2:before {
  content: "\e9d9";
}
.icon-server:before {
  content: "\e9da";
}
.icon-ship:before {
  content: "\e9db";
}
.icon-shopping-bag:before {
  content: "\e9dc";
}
.icon-smart-building:before {
  content: "\e9dd";
}
.icon-smart-community:before {
  content: "\e9de";
}
.icon-smart-lock:before {
  content: "\e9df";
}
.icon-soda:before {
  content: "\e9e0";
}
.icon-sofa:before {
  content: "\e9e1";
}
.icon-spam:before {
  content: "\e9e2";
}
.icon-stadium:before {
  content: "\e9e3";
}
.icon-storm:before {
  content: "\e9e4";
}
.icon-sunny:before {
  content: "\e9e5";
}
.icon-streaming:before {
  content: "\e9e6";
}
.icon-submarine:before {
  content: "\e9e7";
}
.icon-supply-chain:before {
  content: "\e9e8";
}
.icon-surveyor:before {
  content: "\e9e9";
}
.icon-template:before {
  content: "\e9ea";
}
.icon-theatre:before {
  content: "\e9eb";
}
.icon-tracktor:before {
  content: "\e9ec";
}
.icon-train:before {
  content: "\e9ed";
}
.icon-transfer:before {
  content: "\e9ee";
}
.icon-truck:before {
  content: "\e9ef";
}
.icon-usb-drive:before {
  content: "\e9f0";
}
.icon-usb-symbol:before {
  content: "\e9f1";
}
.icon-vr-headset:before {
  content: "\e9f2";
}
.icon-whitelist:before {
  content: "\e9f3";
}
.icon-edge-wan:before {
  content: "\e9f4";
}
.icon-worker:before {
  content: "\e9f5";
}
.icon-sensor-biometric:before {
  content: "\e9f6";
}
.icon-sensor-water:before {
  content: "\e9f7";
}
.icon-sensor-motion:before {
  content: "\e9f8";
}
.icon-sensor-noise:before {
  content: "\e9f9";
}
.icon-sensor-vision:before {
  content: "\e9fa";
}
.icon-sensor-pressure:before {
  content: "\e9fb";
}
.icon-sensor-proximity:before {
  content: "\e9fc";
}
.icon-sensor-radiation:before {
  content: "\e9fd";
}
.icon-sensor-water-flow:before {
  content: "\e9fe";
}
.icon-sensor-settings:before {
  content: "\e9ff";
}
.icon-sensor-temperature:before {
  content: "\ea00";
}
.icon-sensor-gas:before {
  content: "\ea01";
}
.icon-sensor-weather:before {
  content: "\ea02";
}
.icon-sensor-brightness:before {
  content: "\ea03";
}
.icon-sensor-wellbeing:before {
  content: "\ea04";
}
.icon-sensor-leak:before {
  content: "\ea05";
}
.icon-sensor-bug:before {
  content: "\ea06";
}
.icon-sensor-crop:before {
  content: "\ea07";
}
.icon-cd:before {
  content: "\ea08";
}
.icon-recovery-image:before {
  content: "\ea09";
}
.icon-duplicate:before {
  content: "\ea0a";
}
.icon-text:before {
  content: "\ea0b";
}
.icon-user-alt:before {
  content: "\ea0c";
}
.icon-user-group:before {
  content: "\ea0d";
}
.icon-signal-0:before {
  content: "\ea0e";
}
.icon-signal-1:before {
  content: "\ea0f";
}
.icon-signal-2:before {
  content: "\ea10";
}
.icon-signal-3:before {
  content: "\ea11";
}
.icon-signal-4:before {
  content: "\ea12";
}
.icon-signal-5:before {
  content: "\ea13";
}
.icon-repair:before {
  content: "\ea14";
}
.icon-eject:before {
  content: "\ea15";
}
.icon-gift:before {
  content: "\ea16";
}
.icon-birthday-cake:before {
  content: "\ea17";
}
.icon-bookmark:before {
  content: "\ea18";
}
.icon-cost-reduction:before {
  content: "\ea19";
}
.icon-increase:before {
  content: "\ea1a";
}
.icon-predict:before {
  content: "\ea1b";
}
.icon-shapes:before {
  content: "\ea1c";
}
.icon-shapes-intersect:before {
  content: "\ea1d";
}
.icon-shapes-exclusion:before {
  content: "\ea1e";
}
.icon-password-alt:before {
  content: "\ea1f";
}
.icon-block:before {
  content: "\ea20";
}
.icon-sleep:before {
  content: "\ea21";
}
.icon-to-do:before {
  content: "\ea22";
}
.icon-barcode:before {
  content: "\ea23";
}
.icon-smart-display:before {
  content: "\ea24";
}
.icon-smart-light:before {
  content: "\ea25";
}
.icon-bounce:before {
  content: "\ea26";
}
.icon-console:before {
  content: "\ea27";
}
.icon-logs:before {
  content: "\ea28";
}
.icon-debug-console:before {
  content: "\ea29";
}
.icon-vbus:before {
  content: "\ea2a";
}
.icon-split:before {
  content: "\ea2b";
}
.icon-join:before {
  content: "\ea2c";
}
.icon-sync:before {
  content: "\ea2d";
}
.icon-dashed-box:before {
  content: "\ea2e";
}
.icon-dashed-circle:before {
  content: "\ea2f";
}
.icon-remote:before {
  content: "\ea30";
}
.icon-signature:before {
  content: "\ea31";
}
.icon-coffee:before {
  content: "\ea32";
}
.icon-keyboard:before {
  content: "\ea33";
}
.icon-mouse:before {
  content: "\ea34";
}
.icon-library:before {
  content: "\ea35";
}
.icon-hazard:before {
  content: "\ea36";
}
.icon-game:before {
  content: "\ea37";
}
.icon-spray:before {
  content: "\ea38";
}
.icon-design:before {
  content: "\ea39";
}
.icon-formula-file:before {
  content: "\ea3a";
}
.icon-disc-image-file:before {
  content: "\ea3b";
}
.icon-blank-file:before {
  content: "\ea3c";
}
.icon-blank-file-landscape:before {
  content: "\ea3d";
}
.icon-headphones:before {
  content: "\ea3e";
}
.icon-speaker1:before {
  content: "\ea3f";
}
.icon-certificate-file:before {
  content: "\ea40";
}
.icon-update-file:before {
  content: "\ea41";
}
.icon-shredded-file:before {
  content: "\ea42";
}
.icon-flag-alt:before {
  content: "\ea43";
}
.icon-flask:before {
  content: "\ea44";
}
.icon-language:before {
  content: "\ea45";
}
.icon-bolt-and-stax:before {
  content: "\ea46";
}
.icon-stax-with-module:before {
  content: "\ea47";
}
.icon-plant:before {
  content: "\ea48";
}
.icon-gear:before {
  content: "\ea49";
}
.icon-download:before {
  content: "\ea4a";
}
.icon-upload:before {
  content: "\ea4b";
}
.icon-window:before {
  content: "\ea4c";
}
.icon-trophy:before {
  content: "\ea4d";
}
.icon-winner:before {
  content: "\ea4e";
}
.icon-collection:before {
  content: "\ea4f";
}
.icon-tv:before {
  content: "\ea50";
}
.icon-radio:before {
  content: "\ea51";
}
.icon-grid:before {
  content: "\ea52";
}
.icon-list:before {
  content: "\ea53";
}
.icon-table:before {
  content: "\ea54";
}
.icon-disconnected:before {
  content: "\ea55";
}
.icon-chain:before {
  content: "\ea56";
}
.icon-distributed:before {
  content: "\ea57";
}
.icon-gateway:before {
  content: "\ea58";
}
.icon-storage:before {
  content: "\ea59";
}
.icon-memory:before {
  content: "\ea5a";
}
.icon-network:before {
  content: "\ea5b";
}
.icon-performance:before {
  content: "\ea5c";
}
.icon-breakpoint:before {
  content: "\ea5d";
}
.icon-tablet:before {
  content: "\ea5e";
}
.icon-responsive:before {
  content: "\ea5f";
}
.icon-secure-transport:before {
  content: "\ea60";
}
.icon-unsecure-transport:before {
  content: "\ea61";
}
.icon-button:before {
  content: "\ea62";
}
.icon-checkmark:before {
  content: "\ea63";
}
.icon-radio1:before {
  content: "\ea64";
}
.icon-dropdown:before {
  content: "\ea65";
}
.icon-rotate-right:before {
  content: "\ea66";
}
.icon-rotate-left:before {
  content: "\ea67";
}
.icon-tv-modern:before {
  content: "\ea68";
}
.icon-tv-hd:before {
  content: "\ea69";
}
.icon-tv-4k:before {
  content: "\ea6a";
}
.icon-hd:before {
  content: "\ea6b";
}
.icon-4k:before {
  content: "\ea6c";
}
.icon-sd:before {
  content: "\ea6d";
}
.icon-flags-crossed:before {
  content: "\ea6e";
}
.icon-dice:before {
  content: "\ea6f";
}
.icon-suitcase:before {
  content: "\ea70";
}
.icon-face-mask:before {
  content: "\ea71";
}
.icon-wash-hands:before {
  content: "\ea72";
}
.icon-social-distance:before {
  content: "\ea73";
}
.icon-scissors:before {
  content: "\ea74";
}
.icon-qr-code:before {
  content: "\ea75";
}
.icon-watershock:before {
  content: "\ea76";
}
.icon-electroshock:before {
  content: "\ea77";
}
.icon-slippery:before {
  content: "\ea78";
}
.icon-falling-object:before {
  content: "\ea79";
}
.icon-loud:before {
  content: "\ea7a";
}
.icon-snowfall:before {
  content: "\ea7b";
}
.icon-hazardous-material:before {
  content: "\ea7c";
}
.icon-static-sensitive:before {
  content: "\ea7d";
}
.icon-recyclable:before {
  content: "\ea7e";
}
.icon-elevator:before {
  content: "\ea7f";
}
.icon-stairs:before {
  content: "\ea80";
}
.icon-stairs-up:before {
  content: "\ea81";
}
.icon-stairs-down:before {
  content: "\ea82";
}
.icon-one:before {
  content: "\ea83";
}
.icon-two:before {
  content: "\ea84";
}
.icon-three:before {
  content: "\ea85";
}
.icon-four:before {
  content: "\ea86";
}
.icon-five:before {
  content: "\ea87";
}
.icon-six:before {
  content: "\ea88";
}
.icon-seven:before {
  content: "\ea89";
}
.icon-eight:before {
  content: "\ea8a";
}
.icon-nine:before {
  content: "\ea8b";
}
.icon-ten:before {
  content: "\ea8c";
}
.icon-top:before {
  content: "\ea8d";
}
.icon-bottom:before {
  content: "\ea8e";
}
.icon-left1:before {
  content: "\ea8f";
}
.icon-right1:before {
  content: "\ea90";
}
.icon-middle:before {
  content: "\ea91";
}
.icon-tether:before {
  content: "\ea92";
}
.icon-data-broker:before {
  content: "\ea93";
}
.icon-layers:before {
  content: "\ea94";
}
.icon-layer-bottom:before {
  content: "\ea95";
}
.icon-layer-middle:before {
  content: "\ea96";
}
.icon-layer-top:before {
  content: "\ea97";
}
.icon-set:before {
  content: "\ea98";
}
.icon-set-bl:before {
  content: "\ea99";
}
.icon-set-br:before {
  content: "\ea9a";
}
.icon-set-tl:before {
  content: "\ea9b";
}
.icon-set-tr:before {
  content: "\ea9c";
}
.icon-beacon:before {
  content: "\ea9d";
}
.icon-bandaid:before {
  content: "\ea9e";
}
.icon-first-aid:before {
  content: "\ea9f";
}
.icon-calculator:before {
  content: "\eaa0";
}
.icon-soda-can:before {
  content: "\eaa1";
}
.icon-accessibility:before {
  content: "\eaa2";
}
.icon-airdrop:before {
  content: "\eaa3";
}
.icon-mesh-refresh:before {
  content: "\eaa4";
}
.icon-database-refresh:before {
  content: "\eaa5";
}
.icon-hub-refresh:before {
  content: "\eaa6";
}
.icon-app-refresh:before {
  content: "\eaa7";
}
.icon-onboarding-refresh:before {
  content: "\eaa8";
}
.icon-frequency:before {
  content: "\eaa9";
}
.icon-to-top:before {
  content: "\eaaa";
}
.icon-to-bottom:before {
  content: "\eaab";
}
.icon-to-left:before {
  content: "\eaac";
}
.icon-to-right:before {
  content: "\eaad";
}
.icon-toggles:before {
  content: "\eaae";
}
.icon-color-picker:before {
  content: "\eaaf";
}
.icon-gallery:before {
  content: "\eab0";
}
.icon-newspaper:before {
  content: "\eab1";
}
.icon-archive:before {
  content: "\eab2";
}
.icon-move:before {
  content: "\eab3";
}
.icon-move-alt:before {
  content: "\eab4";
}
.icon-move-alt-vertical:before {
  content: "\eab5";
}
.icon-move-alt-horizontal:before {
  content: "\eab6";
}
.icon-compare:before {
  content: "\eab7";
}
.icon-reflect:before {
  content: "\eab8";
}
.icon-reflect-2:before {
  content: "\eab9";
}
.icon-share:before {
  content: "\eaba";
}
.icon-thinking:before {
  content: "\eabb";
}
.icon-shear:before {
  content: "\eabc";
}
.icon-gem:before {
  content: "\eabd";
}
.icon-avatar:before {
  content: "\eabe";
}
.icon-avatar-add:before {
  content: "\eabf";
}
.icon-timer:before {
  content: "\eac0";
}
.icon-fish:before {
  content: "\eac1";
}
.icon-hook:before {
  content: "\eac2";
}
.icon-automation:before {
  content: "\eac3";
}
.icon-automation-alt:before {
  content: "\eac4";
}
.icon-speedometer-slow:before {
  content: "\eac5";
}
.icon-speedometer-fast:before {
  content: "\eac6";
}
.icon-device-vhc05:before {
  content: "\eac7";
}
.icon-device-vhe09:before {
  content: "\eac8";
}
.icon-device-vhh09:before {
  content: "\eac9";
}
.icon-device-vhc20:before {
  content: "\eaca";
}
.icon-network-3g:before {
  content: "\eacb";
}
.icon-network-4g:before {
  content: "\eacc";
}
.icon-network-5g:before {
  content: "\eacd";
}
.icon-network-lte:before {
  content: "\eace";
}
.icon-network-lora:before {
  content: "\eacf";
}
.icon-network-24-ghz:before {
  content: "\ead0";
}
.icon-network-5-ghz:before {
  content: "\ead1";
}
.icon-ready:before {
  content: "\ead2";
}
.icon-serial-port:before {
  content: "\ead3";
}
.icon-hdmi-port:before {
  content: "\ead4";
}
.icon-usb-port:before {
  content: "\ead5";
}
.icon-usb-c-port:before {
  content: "\ead6";
}
.icon-remove-module:before {
  content: "\ead7";
}
.icon-insert-module:before {
  content: "\ead8";
}
.icon-log-file:before {
  content: "\ead9";
}
.icon-docker-file:before {
  content: "\eada";
}
.icon-wps:before {
  content: "\eadb";
}
.icon-screen-mirroring:before {
  content: "\eadc";
}
.icon-sun:before {
  content: "\eadd";
}
.icon-theme:before {
  content: "\eade";
}
.icon-smart-watch:before {
  content: "\eadf";
}
.icon-desktop-computer:before {
  content: "\eae0";
}
.icon-disk:before {
  content: "\eae1";
}
.icon-network-disk:before {
  content: "\eae2";
}
.icon-port-no-forwarding:before {
  content: "\eae3";
}
.icon-port-echo:before {
  content: "\eae4";
}
.icon-port-forwarding:before {
  content: "\eae5";
}
.icon-port-allow-out:before {
  content: "\eae6";
}
.icon-port-disallow-out:before {
  content: "\eae7";
}
.icon-mesh-hierarchy:before {
  content: "\eae8";
}
.icon-mesh-men:before {
  content: "\eae9";
}
.icon-mesh-mn:before {
  content: "\eaea";
}
.icon-bluetooth:before {
  content: "\eaeb";
}
.icon-bluetooth-beacon:before {
  content: "\eaec";
}
.icon-bluetooth-settings:before {
  content: "\eaed";
}
.icon-add-veeahub:before {
  content: "\eaee";
}
.icon-remove-veeahub:before {
  content: "\eaef";
}
.icon-other-options:before {
  content: "\eaf0";
}
.icon-umbrella:before {
  content: "\eaf1";
}
.icon-queue:before {
  content: "\eaf2";
}
.icon-screen-casting:before {
  content: "\eaf3";
}
.icon-look-tl:before {
  content: "\eaf4";
}
.icon-look-tr:before {
  content: "\eaf5";
}
.icon-look-br:before {
  content: "\eaf6";
}
.icon-look-bl:before {
  content: "\eaf7";
}
.icon-look-l:before {
  content: "\eaf8";
}
.icon-look-r:before {
  content: "\eaf9";
}
.icon-look-b:before {
  content: "\eafa";
}
.icon-look-t:before {
  content: "\eafb";
}
.icon-sattelite:before {
  content: "\eafc";
}
.icon-wan:before {
  content: "\eafd";
}
.icon-screw:before {
  content: "\eafe";
}
.icon-screw-flat:before {
  content: "\eaff";
}
.icon-screw-philips:before {
  content: "\eb00";
}
.icon-screw-pozidrive:before {
  content: "\eb01";
}
.icon-screw-square:before {
  content: "\eb02";
}
.icon-screw-allen:before {
  content: "\eb03";
}
.icon-screw-torx:before {
  content: "\eb04";
}
.icon-screwdriver:before {
  content: "\eb05";
}
.icon-fragile:before {
  content: "\eb06";
}
.icon-this-side-up:before {
  content: "\eb07";
}
.icon-recycle:before {
  content: "\eb08";
}
.icon-shipping-handling:before {
  content: "\eb09";
}
.icon-voice-assistant:before {
  content: "\eb0a";
}
.icon-smart-home:before {
  content: "\eb0b";
}
.icon-home-assistant:before {
  content: "\eb0c";
}
.icon-dental:before {
  content: "\eb0d";
}
.icon-magnet:before {
  content: "\eb0e";
}
.icon-cube:before {
  content: "\eb0f";
}
.icon-augmented-reality:before {
  content: "\eb10";
}
.icon-smart-shopping-cart:before {
  content: "\eb11";
}
.icon-biometic-fingerprint:before {
  content: "\eb12";
}
.icon-biometric-face:before {
  content: "\eb13";
}
.icon-no-smoking:before {
  content: "\eb14";
}
.icon-yes-smoking:before {
  content: "\eb15";
}
.icon-eating-area:before {
  content: "\eb16";
}
.icon-ticket:before {
  content: "\eb17";
}
.icon-ticket-rotated:before {
  content: "\eb18";
}
.icon-healthcare:before {
  content: "\eb19";
}
.icon-brush:before {
  content: "\eb1a";
}
.icon-wind-energy:before {
  content: "\eb1b";
}
.icon-smart-gardening:before {
  content: "\eb1c";
}
.icon-sticker:before {
  content: "\eb1d";
}
.icon-subscription:before {
  content: "\eb1e";
}
.icon-serial-number:before {
  content: "\eb1f";
}
.icon-led:before {
  content: "\eb20";
}
.icon-led-on:before {
  content: "\eb21";
}
.icon-light-sequence-off:before {
  content: "\eb22";
}
.icon-light-sequence-blink:before {
  content: "\eb23";
}
.icon-light-sequence-on:before {
  content: "\eb24";
}
.icon-around-me:before {
  content: "\eb25";
}