.tc-icon {
  font-family: "iconFont", Arial, serif;
  line-height: 1;
}
.tc-icon.hidden-icon {
  visibility: hidden;
  height: 0;
  position: absolute;
}
.compHighlighted {
  animation-name: highlight;
  animation-duration: 4s;
}
.image-upload {
  margin-top: 1rem;
}
.image-upload.imageUrl-readonly {
  cursor: not-allowed;
}
.image-upload.imageUrl-readonly > * {
  pointer-events: none;
}
.image-upload .MuiFormLabel-root {
  display: block;
  opacity: 1;
  font-weight: bold;
}
.image-upload .image-upload-content {
  overflow: hidden;
  display: grid;
  grid-template-rows: min-content;
}
.image-upload .image-upload-content > * {
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
}
.image-upload .drop-container {
  aspect-ratio: 16/9;
  position: relative;
}
.image-upload .drop-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-upload .drop-container .MuiSkeleton-root {
  aspect-ratio: 16/9;
  transform: none;
}
.image-upload .drop-container input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-upload .drop-container .MuiCardActions-root {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.image-upload .drop-container-centered {
  margin: auto;
}
.image-upload .image-zone {
  /*
  border: 1px solid var(--tc-palette-grey-300);
  border-radius: var(--tc-border-radius);
  */
  border-radius: 0;
}
.image-upload .image-zone .drop-container {
  padding: 0;
}
.image-upload .image-zone .drop-content {
  position: static;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  text-align: center;
}
.image-upload .image-zone .drop-content .MuiAvatar-root {
  margin-bottom: 0.5rem;
  width: 3rem;
  height: 3rem;
}
.image-upload .image-zone .drop-content .MuiAvatar-root > * {
  font-size: 2rem;
}
.image-upload .image-zone-bordered {
  border: 1px solid var(--tc-palette-grey-300);
  border-radius: var(--tc-border-radius);
}
.SfxMenuItem-wrapper .SfxMenuItem-root {
  padding: 0.5em 1em;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Public Sans", sans-serif;
}

.edit-image-dialog .MuiDialogActions-root {
  padding: 1rem;
}
.edit-image-dialog .FIE_root {
  font-size: 1rem;
}
.edit-image-dialog .FIE_root .SfxLabel-text, .edit-image-dialog .FIE_root .SfxMenuItem-root {
  font-size: 1rem;
  line-height: 1.2;
}
.edit-image-dialog .FIE_topbar-save-wrapper {
  display: none;
}
.edit-image-dialog .FIE_rotate-tool-button {
  display: none;
}
.edit-image-dialog .FIE_topbar-reset-button {
  display: none;
}
.edit-image-dialog .FIE_editor-content {
  height: 50vh;
  max-height: 70%;
}
.edit-image-dialog .FIE_main-container, .edit-image-dialog .FIE_topbar {
  padding-left: 0;
  padding-right: 0;
}
.edit-image-dialog .FIE_tab {
  border: 1px solid var(--tc-palette-divider);
  width: 2.25rem;
  height: 2.25rem;
}
.edit-image-dialog .FIE_tab label {
  display: none;
}
.edit-image-dialog .SfxButton-root > svg, .edit-image-dialog .FIE_tab > svg {
  font-size: 1.125rem;
  width: 1em;
  height: 1em;
}
.edit-image-dialog .SfxButton-root {
  font-size: 1.125rem;
  width: 1em;
  height: 1em;
  margin: 0.5rem;
  padding: 0;
}
.edit-image-dialog .SfxButton-root > svg {
  font-size: 2rem;
}

.image-editor {
  height: 100%;
  grid-template-areas: "tools content" "tools content" "tools props";
}
.image-editor .image-preview {
  grid-area: content;
}

.SfxPopper-wrapper {
  z-index: 1301 !important;
}
.ag-theme-alpine .grid-footer-text {
  color: var(--ag-data-color, var(--ag-foreground-color, #181d1f));
}

.ag-theme-alpine .grid-footer-text-dark {
  color: var(--ag-data-color, var(--ag-foreground-color, #fff));
}

.grid-footer {
  border: 1px solid;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  border-color: var(--ag-border-color, #babfc7);
  background-color: var(--ag-header-background-color, #f8f8f8);
}

.grid-footer-dark {
  background-color: var(--ag-header-background-color, #222628);
  border: 1px solid;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  border-color: var(--ag-border-color, #68686e);
}

/*
.ag-theme-alpine .grid-current-page {
  margin: 0;
  line-height: 1.57;
  font-weight: 400;
  font-family: 'Public Sans',sans-serif;
}
*/
.pageLink {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 16px;
}
.pageLink .grid-page {
  color: inherit;
  vertical-align: middle;
  line-height: 1;
}

.MuiPaginationItem-root {
  line-height: 1rem;
}
.bool-cell-renderer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/**
removed, variations added to the theme
 */
.gridCustomHeader {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
  min-width: 0;
  flex: 1;
}

.gridCustomHeader .gridCustomHeaderLabel {
  flex: 1 1 0;
  min-width: 0;
}

.gridCustomHeaderLabelText-center-alignment {
  /*text-align: center;*/
}

.gridCustomHeaderLabelText-right-alignment {
  /*text-align: right;*/
}

.gridCustomHeaderLabelText-left-alignment {
  /*text-align: left;*/
}

.gridCustomHeader .gridCustomHeaderLabel .gridCustomHeaderLabelText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@charset "UTF-8";
@font-face {
  font-family: "iconFont";
  /*THIS MUST POINT TO THE FINAL URL BECAUSE ROLLUP IS NOT CONFIGURED TO TRANSLATE THE URL*/
  src: url("../fonts/18432fd3.eot");
  /* IE9*/
  src: url("../fonts/18432fd3.eot#iefix") format("embedded-opentype"), url("../fonts/89778fe4.woff2") format("woff2"), url("../fonts/90874b01.woff") format("woff"), url("../fonts/5746d620.ttf") format("truetype"), url("../fonts/504c55a3.svg#iconFont") format("svg");
  /* iOS 4.1- */
}
[class^=tci-], [class*=" tci-"] {
  font-family: "iconFont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tci-ab-testing:before {
  content: "\e000";
}

.tci-abacus:before {
  content: "\e001";
}

.tci-abjad-arabic:before {
  content: "\e002";
}

.tci-abjad-hebrew:before {
  content: "\e003";
}

.tci-abugida-devanagari:before {
  content: "\e004";
}

.tci-abugida-thai:before {
  content: "\e005";
}

.tci-access-point-check:before {
  content: "\e006";
}

.tci-access-point-minus:before {
  content: "\e007";
}

.tci-access-point-network-off:before {
  content: "\e008";
}

.tci-access-point-network:before {
  content: "\e009";
}

.tci-access-point-off:before {
  content: "\e00a";
}

.tci-access-point-plus:before {
  content: "\e00b";
}

.tci-access-point-remove:before {
  content: "\e00c";
}

.tci-access-point:before {
  content: "\e00d";
}

.tci-account-alert-outline:before {
  content: "\e00e";
}

.tci-account-alert:before {
  content: "\e00f";
}

.tci-account-arrow-down-outline:before {
  content: "\e010";
}

.tci-account-arrow-down:before {
  content: "\e011";
}

.tci-account-arrow-left-outline:before {
  content: "\e012";
}

.tci-account-arrow-left:before {
  content: "\e013";
}

.tci-account-arrow-right-outline:before {
  content: "\e014";
}

.tci-account-arrow-right:before {
  content: "\e015";
}

.tci-account-arrow-up-outline:before {
  content: "\e016";
}

.tci-account-arrow-up:before {
  content: "\e017";
}

.tci-account-box-multiple-outline:before {
  content: "\e018";
}

.tci-account-box-multiple:before {
  content: "\e019";
}

.tci-account-box-outline:before {
  content: "\e01a";
}

.tci-account-box:before {
  content: "\e01b";
}

.tci-account-cancel-outline:before {
  content: "\e01c";
}

.tci-account-cancel:before {
  content: "\e01d";
}

.tci-account-cash-outline:before {
  content: "\e01e";
}

.tci-account-cash:before {
  content: "\e01f";
}

.tci-account-check-outline:before {
  content: "\e020";
}

.tci-account-check:before {
  content: "\e021";
}

.tci-account-child-circle:before {
  content: "\e022";
}

.tci-account-child-outline:before {
  content: "\e023";
}

.tci-account-child:before {
  content: "\e024";
}

.tci-account-circle-outline:before {
  content: "\e025";
}

.tci-account-circle:before {
  content: "\e026";
}

.tci-account-clock-outline:before {
  content: "\e027";
}

.tci-account-clock:before {
  content: "\e028";
}

.tci-account-cog-outline:before {
  content: "\e029";
}

.tci-account-cog:before {
  content: "\e02a";
}

.tci-account-convert-outline:before {
  content: "\e02b";
}

.tci-account-convert:before {
  content: "\e02c";
}

.tci-account-cowboy-hat-outline:before {
  content: "\e02d";
}

.tci-account-cowboy-hat:before {
  content: "\e02e";
}

.tci-account-details-outline:before {
  content: "\e02f";
}

.tci-account-details:before {
  content: "\e030";
}

.tci-account-edit-outline:before {
  content: "\e031";
}

.tci-account-edit:before {
  content: "\e032";
}

.tci-account-eye-outline:before {
  content: "\e033";
}

.tci-account-eye:before {
  content: "\e034";
}

.tci-account-filter-outline:before {
  content: "\e035";
}

.tci-account-filter:before {
  content: "\e036";
}

.tci-account-group-outline:before {
  content: "\e037";
}

.tci-account-group:before {
  content: "\e038";
}

.tci-account-hard-hat-outline:before {
  content: "\e039";
}

.tci-account-hard-hat:before {
  content: "\e03a";
}

.tci-account-heart-outline:before {
  content: "\e03b";
}

.tci-account-heart:before {
  content: "\e03c";
}

.tci-account-injury-outline:before {
  content: "\e03d";
}

.tci-account-injury:before {
  content: "\e03e";
}

.tci-account-key-outline:before {
  content: "\e03f";
}

.tci-account-key:before {
  content: "\e040";
}

.tci-account-lock-open-outline:before {
  content: "\e041";
}

.tci-account-lock-open:before {
  content: "\e042";
}

.tci-account-lock-outline:before {
  content: "\e043";
}

.tci-account-lock:before {
  content: "\e044";
}

.tci-account-minus-outline:before {
  content: "\e045";
}

.tci-account-minus:before {
  content: "\e046";
}

.tci-account-multiple-check-outline:before {
  content: "\e047";
}

.tci-account-multiple-check:before {
  content: "\e048";
}

.tci-account-multiple-minus-outline:before {
  content: "\e049";
}

.tci-account-multiple-minus:before {
  content: "\e04a";
}

.tci-account-multiple-outline:before {
  content: "\e04b";
}

.tci-account-multiple-plus-outline:before {
  content: "\e04c";
}

.tci-account-multiple-plus:before {
  content: "\e04d";
}

.tci-account-multiple-remove-outline:before {
  content: "\e04e";
}

.tci-account-multiple-remove:before {
  content: "\e04f";
}

.tci-account-multiple:before {
  content: "\e050";
}

.tci-account-music-outline:before {
  content: "\e051";
}

.tci-account-music:before {
  content: "\e052";
}

.tci-account-network-outline:before {
  content: "\e053";
}

.tci-account-network:before {
  content: "\e054";
}

.tci-account-off-outline:before {
  content: "\e055";
}

.tci-account-off:before {
  content: "\e056";
}

.tci-account-outline:before {
  content: "\e057";
}

.tci-account-plus-outline:before {
  content: "\e058";
}

.tci-account-plus:before {
  content: "\e059";
}

.tci-head-question-outline-outline:before {
  content: "\e05a";
}

.tci-head-question-outline:before {
  content: "\e05b";
}

.tci-account-reactivate-outline:before {
  content: "\e05c";
}

.tci-account-reactivate:before {
  content: "\e05d";
}

.tci-account-remove-outline:before {
  content: "\e05e";
}

.tci-account-remove:before {
  content: "\e05f";
}

.tci-account-school-outline:before {
  content: "\e060";
}

.tci-account-school:before {
  content: "\e061";
}

.tci-account-search-outline:before {
  content: "\e062";
}

.tci-account-search:before {
  content: "\e063";
}

.tci-account-settings-outline:before {
  content: "\e064";
}

.tci-account-settings:before {
  content: "\e065";
}

.tci-account-star-outline:before {
  content: "\e066";
}

.tci-account-star:before {
  content: "\e067";
}

.tci-account-supervisor-circle-outline:before {
  content: "\e068";
}

.tci-account-supervisor-circle:before {
  content: "\e069";
}

.tci-account-supervisor-outline:before {
  content: "\e06a";
}

.tci-account-supervisor:before {
  content: "\e06b";
}

.tci-account-switch-outline:before {
  content: "\e06c";
}

.tci-account-switch:before {
  content: "\e06d";
}

.tci-account-sync-outline:before {
  content: "\e06e";
}

.tci-account-sync:before {
  content: "\e06f";
}

.tci-account-tie-hat-outline:before {
  content: "\e070";
}

.tci-account-tie-hat:before {
  content: "\e071";
}

.tci-account-tie-outline:before {
  content: "\e072";
}

.tci-account-tie-voice-off-outline:before {
  content: "\e073";
}

.tci-account-tie-voice-off:before {
  content: "\e074";
}

.tci-account-tie-voice-outline:before {
  content: "\e075";
}

.tci-account-tie-voice:before {
  content: "\e076";
}

.tci-account-tie:before {
  content: "\e077";
}

.tci-account-voice-off:before {
  content: "\e078";
}

.tci-account-voice:before {
  content: "\e079";
}

.tci-account-wrench-outline:before {
  content: "\e07a";
}

.tci-account-wrench:before {
  content: "\e07b";
}

.tci-account:before {
  content: "\e07c";
}

.tci-adjust:before {
  content: "\e07d";
}

.tci-advertisements-off:before {
  content: "\e07e";
}

.tci-advertisements:before {
  content: "\e07f";
}

.tci-air-conditioner:before {
  content: "\e080";
}

.tci-air-filter:before {
  content: "\e081";
}

.tci-air-horn:before {
  content: "\e082";
}

.tci-air-humidifier-off:before {
  content: "\e083";
}

.tci-air-humidifier:before {
  content: "\e084";
}

.tci-air-purifier:before {
  content: "\e085";
}

.tci-airbag:before {
  content: "\e086";
}

.tci-airballoon-outline:before {
  content: "\e087";
}

.tci-airballoon:before {
  content: "\e088";
}

.tci-airplane-alert:before {
  content: "\e089";
}

.tci-airplane-check:before {
  content: "\e08a";
}

.tci-airplane-clock:before {
  content: "\e08b";
}

.tci-airplane-cog:before {
  content: "\e08c";
}

.tci-airplane-edit:before {
  content: "\e08d";
}

.tci-airplane-landing:before {
  content: "\e08e";
}

.tci-airplane-marker:before {
  content: "\e08f";
}

.tci-airplane-minus:before {
  content: "\e090";
}

.tci-airplane-off:before {
  content: "\e091";
}

.tci-airplane-plus:before {
  content: "\e092";
}

.tci-airplane-remove:before {
  content: "\e093";
}

.tci-airplane-search:before {
  content: "\e094";
}

.tci-airplane-settings:before {
  content: "\e095";
}

.tci-airplane-takeoff:before {
  content: "\e096";
}

.tci-airplane:before {
  content: "\e097";
}

.tci-airport:before {
  content: "\e098";
}

.tci-alarm-bell:before {
  content: "\e099";
}

.tci-alarm-check:before {
  content: "\e09a";
}

.tci-alarm-light-off-outline:before {
  content: "\e09b";
}

.tci-alarm-light-off:before {
  content: "\e09c";
}

.tci-alarm-light-outline:before {
  content: "\e09d";
}

.tci-alarm-light:before {
  content: "\e09e";
}

.tci-alarm-multiple:before {
  content: "\e09f";
}

.tci-alarm-note-off:before {
  content: "\e0a0";
}

.tci-alarm-note:before {
  content: "\e0a1";
}

.tci-alarm-off:before {
  content: "\e0a2";
}

.tci-alarm-panel-outline:before {
  content: "\e0a3";
}

.tci-alarm-panel:before {
  content: "\e0a4";
}

.tci-alarm-plus:before {
  content: "\e0a5";
}

.tci-alarm-snooze:before {
  content: "\e0a6";
}

.tci-alarm:before {
  content: "\e0a7";
}

.tci-album:before {
  content: "\e0a8";
}

.tci-alert-box-outline:before {
  content: "\e0a9";
}

.tci-alert-box:before {
  content: "\e0aa";
}

.tci-alert-circle-check-outline:before {
  content: "\e0ab";
}

.tci-alert-circle-check:before {
  content: "\e0ac";
}

.tci-alert-circle-outline:before {
  content: "\e0ad";
}

.tci-alert-circle:before {
  content: "\e0ae";
}

.tci-alert-decagram-outline:before {
  content: "\e0af";
}

.tci-alert-decagram:before {
  content: "\e0b0";
}

.tci-alert-minus-outline:before {
  content: "\e0b1";
}

.tci-alert-minus:before {
  content: "\e0b2";
}

.tci-alert-octagon-outline:before {
  content: "\e0b3";
}

.tci-alert-octagon:before {
  content: "\e0b4";
}

.tci-alert-octagram-outline:before {
  content: "\e0b5";
}

.tci-alert-octagram:before {
  content: "\e0b6";
}

.tci-alert-outline:before {
  content: "\e0b7";
}

.tci-alert-plus-outline:before {
  content: "\e0b8";
}

.tci-alert-plus:before {
  content: "\e0b9";
}

.tci-alert-remove-outline:before {
  content: "\e0ba";
}

.tci-alert-remove:before {
  content: "\e0bb";
}

.tci-alert-rhombus-outline:before {
  content: "\e0bc";
}

.tci-alert-rhombus:before {
  content: "\e0bd";
}

.tci-alert:before {
  content: "\e0be";
}

.tci-alien-outline:before {
  content: "\e0bf";
}

.tci-alien:before {
  content: "\e0c0";
}

.tci-align-horizontal-center:before {
  content: "\e0c1";
}

.tci-align-horizontal-distribute:before {
  content: "\e0c2";
}

.tci-align-horizontal-left:before {
  content: "\e0c3";
}

.tci-align-horizontal-right:before {
  content: "\e0c4";
}

.tci-align-vertical-bottom:before {
  content: "\e0c5";
}

.tci-align-vertical-center:before {
  content: "\e0c6";
}

.tci-align-vertical-distribute:before {
  content: "\e0c7";
}

.tci-align-vertical-top:before {
  content: "\e0c8";
}

.tci-all-inclusive-box-outline:before {
  content: "\e0c9";
}

.tci-all-inclusive-box:before {
  content: "\e0ca";
}

.tci-all-inclusive:before {
  content: "\e0cb";
}

.tci-allergy:before {
  content: "\e0cc";
}

.tci-alpha-a-box-outline:before {
  content: "\e0cd";
}

.tci-alpha-a-box:before {
  content: "\e0ce";
}

.tci-alpha-a-circle-outline:before {
  content: "\e0cf";
}

.tci-alpha-a-circle:before {
  content: "\e0d0";
}

.tci-alpha-a:before {
  content: "\e0d1";
}

.tci-alpha-b-box-outline:before {
  content: "\e0d2";
}

.tci-alpha-b-box:before {
  content: "\e0d3";
}

.tci-alpha-b-circle-outline:before {
  content: "\e0d4";
}

.tci-alpha-b-circle:before {
  content: "\e0d5";
}

.tci-alpha-b:before {
  content: "\e0d6";
}

.tci-alpha-c-box-outline:before {
  content: "\e0d7";
}

.tci-alpha-c-box:before {
  content: "\e0d8";
}

.tci-alpha-c-circle-outline:before {
  content: "\e0d9";
}

.tci-alpha-c-circle:before {
  content: "\e0da";
}

.tci-alpha-c:before {
  content: "\e0db";
}

.tci-alpha-d-box-outline:before {
  content: "\e0dc";
}

.tci-alpha-d-box:before {
  content: "\e0dd";
}

.tci-alpha-d-circle-outline:before {
  content: "\e0de";
}

.tci-alpha-d-circle:before {
  content: "\e0df";
}

.tci-alpha-d:before {
  content: "\e0e0";
}

.tci-alpha-e-box-outline:before {
  content: "\e0e1";
}

.tci-alpha-e-box:before {
  content: "\e0e2";
}

.tci-alpha-e-circle-outline:before {
  content: "\e0e3";
}

.tci-alpha-e-circle:before {
  content: "\e0e4";
}

.tci-alpha-e:before {
  content: "\e0e5";
}

.tci-alpha-f-box-outline:before {
  content: "\e0e6";
}

.tci-alpha-f-box:before {
  content: "\e0e7";
}

.tci-alpha-f-circle-outline:before {
  content: "\e0e8";
}

.tci-alpha-f-circle:before {
  content: "\e0e9";
}

.tci-alpha-f:before {
  content: "\e0ea";
}

.tci-alpha-g-box-outline:before {
  content: "\e0eb";
}

.tci-alpha-g-box:before {
  content: "\e0ec";
}

.tci-alpha-g-circle-outline:before {
  content: "\e0ed";
}

.tci-alpha-g-circle:before {
  content: "\e0ee";
}

.tci-alpha-g:before {
  content: "\e0ef";
}

.tci-alpha-h-box-outline:before {
  content: "\e0f0";
}

.tci-alpha-h-box:before {
  content: "\e0f1";
}

.tci-alpha-h-circle-outline:before {
  content: "\e0f2";
}

.tci-alpha-h-circle:before {
  content: "\e0f3";
}

.tci-alpha-h:before {
  content: "\e0f4";
}

.tci-alpha-i-box-outline:before {
  content: "\e0f5";
}

.tci-alpha-i-box:before {
  content: "\e0f6";
}

.tci-alpha-i-circle-outline:before {
  content: "\e0f7";
}

.tci-alpha-i-circle:before {
  content: "\e0f8";
}

.tci-alpha-i:before {
  content: "\e0f9";
}

.tci-alpha-j-box-outline:before {
  content: "\e0fa";
}

.tci-alpha-j-box:before {
  content: "\e0fb";
}

.tci-alpha-j-circle-outline:before {
  content: "\e0fc";
}

.tci-alpha-j-circle:before {
  content: "\e0fd";
}

.tci-alpha-j:before {
  content: "\e0fe";
}

.tci-alpha-k-box-outline:before {
  content: "\e0ff";
}

.tci-alpha-k-box:before {
  content: "\e100";
}

.tci-alpha-k-circle-outline:before {
  content: "\e101";
}

.tci-alpha-k-circle:before {
  content: "\e102";
}

.tci-alpha-k:before {
  content: "\e103";
}

.tci-alpha-l-box-outline:before {
  content: "\e104";
}

.tci-alpha-l-box:before {
  content: "\e105";
}

.tci-alpha-l-circle-outline:before {
  content: "\e106";
}

.tci-alpha-l-circle:before {
  content: "\e107";
}

.tci-alpha-l:before {
  content: "\e108";
}

.tci-alpha-m-box-outline:before {
  content: "\e109";
}

.tci-alpha-m-box:before {
  content: "\e10a";
}

.tci-alpha-m-circle-outline:before {
  content: "\e10b";
}

.tci-alpha-m-circle:before {
  content: "\e10c";
}

.tci-alpha-m:before {
  content: "\e10d";
}

.tci-alpha-n-box-outline:before {
  content: "\e10e";
}

.tci-alpha-n-box:before {
  content: "\e10f";
}

.tci-alpha-n-circle-outline:before {
  content: "\e110";
}

.tci-alpha-n-circle:before {
  content: "\e111";
}

.tci-alpha-n:before {
  content: "\e112";
}

.tci-alpha-o-box-outline:before {
  content: "\e113";
}

.tci-alpha-o-box:before {
  content: "\e114";
}

.tci-alpha-o-circle-outline:before {
  content: "\e115";
}

.tci-alpha-o-circle:before {
  content: "\e116";
}

.tci-alpha-o:before {
  content: "\e117";
}

.tci-alpha-p-box-outline:before {
  content: "\e118";
}

.tci-alpha-p-box:before {
  content: "\e119";
}

.tci-alpha-p-circle-outline:before {
  content: "\e11a";
}

.tci-alpha-p-circle:before {
  content: "\e11b";
}

.tci-alpha-p:before {
  content: "\e11c";
}

.tci-alpha-q-box-outline:before {
  content: "\e11d";
}

.tci-alpha-q-box:before {
  content: "\e11e";
}

.tci-alpha-q-circle-outline:before {
  content: "\e11f";
}

.tci-alpha-q-circle:before {
  content: "\e120";
}

.tci-alpha-q:before {
  content: "\e121";
}

.tci-alpha-r-box-outline:before {
  content: "\e122";
}

.tci-alpha-r-box:before {
  content: "\e123";
}

.tci-alpha-r-circle-outline:before {
  content: "\e124";
}

.tci-alpha-r-circle:before {
  content: "\e125";
}

.tci-alpha-r:before {
  content: "\e126";
}

.tci-alpha-s-box-outline:before {
  content: "\e127";
}

.tci-alpha-s-box:before {
  content: "\e128";
}

.tci-alpha-s-circle-outline:before {
  content: "\e129";
}

.tci-alpha-s-circle:before {
  content: "\e12a";
}

.tci-alpha-s:before {
  content: "\e12b";
}

.tci-alpha-t-box-outline:before {
  content: "\e12c";
}

.tci-alpha-t-box:before {
  content: "\e12d";
}

.tci-alpha-t-circle-outline:before {
  content: "\e12e";
}

.tci-alpha-t-circle:before {
  content: "\e12f";
}

.tci-alpha-t:before {
  content: "\e130";
}

.tci-alpha-u-box-outline:before {
  content: "\e131";
}

.tci-alpha-u-box:before {
  content: "\e132";
}

.tci-alpha-u-circle-outline:before {
  content: "\e133";
}

.tci-alpha-u-circle:before {
  content: "\e134";
}

.tci-alpha-u:before {
  content: "\e135";
}

.tci-alpha-v-box-outline:before {
  content: "\e136";
}

.tci-alpha-v-box:before {
  content: "\e137";
}

.tci-alpha-v-circle-outline:before {
  content: "\e138";
}

.tci-alpha-v-circle:before {
  content: "\e139";
}

.tci-alpha-v:before {
  content: "\e13a";
}

.tci-alpha-w-box-outline:before {
  content: "\e13b";
}

.tci-alpha-w-box:before {
  content: "\e13c";
}

.tci-alpha-w-circle-outline:before {
  content: "\e13d";
}

.tci-alpha-w-circle:before {
  content: "\e13e";
}

.tci-alpha-w:before {
  content: "\e13f";
}

.tci-alpha-x-box-outline:before {
  content: "\e140";
}

.tci-alpha-x-box:before {
  content: "\e141";
}

.tci-alpha-x-circle-outline:before {
  content: "\e142";
}

.tci-alpha-x-circle:before {
  content: "\e143";
}

.tci-alpha-x:before {
  content: "\e144";
}

.tci-alpha-y-box-outline:before {
  content: "\e145";
}

.tci-alpha-y-box:before {
  content: "\e146";
}

.tci-alpha-y-circle-outline:before {
  content: "\e147";
}

.tci-alpha-y-circle:before {
  content: "\e148";
}

.tci-alpha-y:before {
  content: "\e149";
}

.tci-alpha-z-box-outline:before {
  content: "\e14a";
}

.tci-alpha-z-box:before {
  content: "\e14b";
}

.tci-alpha-z-circle-outline:before {
  content: "\e14c";
}

.tci-alpha-z-circle:before {
  content: "\e14d";
}

.tci-alpha-z:before {
  content: "\e14e";
}

.tci-alpha:before {
  content: "\e14f";
}

.tci-alphabet-aurebesh:before {
  content: "\e150";
}

.tci-alphabet-cyrillic:before {
  content: "\e151";
}

.tci-alphabet-greek:before {
  content: "\e152";
}

.tci-alphabet-latin:before {
  content: "\e153";
}

.tci-alphabet-piqad:before {
  content: "\e154";
}

.tci-alphabet-tengwar:before {
  content: "\e155";
}

.tci-alphabetical-off:before {
  content: "\e156";
}

.tci-alphabetical-variant-off:before {
  content: "\e157";
}

.tci-alphabetical-variant:before {
  content: "\e158";
}

.tci-alphabetical:before {
  content: "\e159";
}

.tci-altimeter:before {
  content: "\e15a";
}

.tci-ambulance:before {
  content: "\e15b";
}

.tci-ammunition:before {
  content: "\e15c";
}

.tci-ampersand:before {
  content: "\e15d";
}

.tci-amplifier-off:before {
  content: "\e15e";
}

.tci-amplifier:before {
  content: "\e15f";
}

.tci-anchor:before {
  content: "\e160";
}

.tci-android-messages:before {
  content: "\e161";
}

.tci-android-studio:before {
  content: "\e162";
}

.tci-android:before {
  content: "\e163";
}

.tci-angle-acute:before {
  content: "\e164";
}

.tci-angle-obtuse:before {
  content: "\e165";
}

.tci-angle-right:before {
  content: "\e166";
}

.tci-angular:before {
  content: "\e167";
}

.tci-angularjs:before {
  content: "\e168";
}

.tci-animation-outline:before {
  content: "\e169";
}

.tci-animation-play-outline:before {
  content: "\e16a";
}

.tci-animation-play:before {
  content: "\e16b";
}

.tci-animation:before {
  content: "\e16c";
}

.tci-ansible:before {
  content: "\e16d";
}

.tci-antenna:before {
  content: "\e16e";
}

.tci-anvil:before {
  content: "\e16f";
}

.tci-apache-kafka:before {
  content: "\e170";
}

.tci-api-off:before {
  content: "\e171";
}

.tci-api:before {
  content: "\e172";
}

.tci-apple-finder:before {
  content: "\e173";
}

.tci-apple-icloud:before {
  content: "\e174";
}

.tci-apple-ios:before {
  content: "\e175";
}

.tci-apple-keyboard-caps:before {
  content: "\e176";
}

.tci-apple-keyboard-command:before {
  content: "\e177";
}

.tci-apple-keyboard-control:before {
  content: "\e178";
}

.tci-apple-keyboard-option:before {
  content: "\e179";
}

.tci-apple-keyboard-shift:before {
  content: "\e17a";
}

.tci-apple-safari:before {
  content: "\e17b";
}

.tci-apple:before {
  content: "\e17c";
}

.tci-application-array-outline:before {
  content: "\e17d";
}

.tci-application-array:before {
  content: "\e17e";
}

.tci-application-braces-outline:before {
  content: "\e17f";
}

.tci-application-braces:before {
  content: "\e180";
}

.tci-application-brackets-outline:before {
  content: "\e181";
}

.tci-application-brackets:before {
  content: "\e182";
}

.tci-application-cog-outline:before {
  content: "\e183";
}

.tci-application-cog:before {
  content: "\e184";
}

.tci-application-edit-outline:before {
  content: "\e185";
}

.tci-application-edit:before {
  content: "\e186";
}

.tci-application-export:before {
  content: "\e187";
}

.tci-application-import:before {
  content: "\e188";
}

.tci-application-outline:before {
  content: "\e189";
}

.tci-application-parentheses-outline:before {
  content: "\e18a";
}

.tci-application-parentheses:before {
  content: "\e18b";
}

.tci-application-settings-outline:before {
  content: "\e18c";
}

.tci-application-settings:before {
  content: "\e18d";
}

.tci-application-variable-outline:before {
  content: "\e18e";
}

.tci-application-variable:before {
  content: "\e18f";
}

.tci-application:before {
  content: "\e190";
}

.tci-approximately-equal-box:before {
  content: "\e191";
}

.tci-approximately-equal:before {
  content: "\e192";
}

.tci-apps-box:before {
  content: "\e193";
}

.tci-apps:before {
  content: "\e194";
}

.tci-arch:before {
  content: "\e195";
}

.tci-archive-alert-outline:before {
  content: "\e196";
}

.tci-archive-alert:before {
  content: "\e197";
}

.tci-archive-arrow-down-outline:before {
  content: "\e198";
}

.tci-archive-arrow-down:before {
  content: "\e199";
}

.tci-archive-arrow-up-outline:before {
  content: "\e19a";
}

.tci-archive-arrow-up:before {
  content: "\e19b";
}

.tci-archive-cancel-outline:before {
  content: "\e19c";
}

.tci-archive-cancel:before {
  content: "\e19d";
}

.tci-archive-check-outline:before {
  content: "\e19e";
}

.tci-archive-check:before {
  content: "\e19f";
}

.tci-archive-clock-outline:before {
  content: "\e1a0";
}

.tci-archive-clock:before {
  content: "\e1a1";
}

.tci-archive-cog-outline:before {
  content: "\e1a2";
}

.tci-archive-cog:before {
  content: "\e1a3";
}

.tci-archive-edit-outline:before {
  content: "\e1a4";
}

.tci-archive-edit:before {
  content: "\e1a5";
}

.tci-archive-eye-outline:before {
  content: "\e1a6";
}

.tci-archive-eye:before {
  content: "\e1a7";
}

.tci-archive-lock-open-outline:before {
  content: "\e1a8";
}

.tci-archive-lock-open:before {
  content: "\e1a9";
}

.tci-archive-lock-outline:before {
  content: "\e1aa";
}

.tci-archive-lock:before {
  content: "\e1ab";
}

.tci-archive-marker-outline:before {
  content: "\e1ac";
}

.tci-archive-marker:before {
  content: "\e1ad";
}

.tci-archive-minus-outline:before {
  content: "\e1ae";
}

.tci-archive-minus:before {
  content: "\e1af";
}

.tci-archive-music-outline:before {
  content: "\e1b0";
}

.tci-archive-music:before {
  content: "\e1b1";
}

.tci-archive-off-outline:before {
  content: "\e1b2";
}

.tci-archive-off:before {
  content: "\e1b3";
}

.tci-archive-outline:before {
  content: "\e1b4";
}

.tci-archive-plus-outline:before {
  content: "\e1b5";
}

.tci-archive-plus:before {
  content: "\e1b6";
}

.tci-archive-refresh-outline:before {
  content: "\e1b7";
}

.tci-archive-refresh:before {
  content: "\e1b8";
}

.tci-archive-remove-outline:before {
  content: "\e1b9";
}

.tci-archive-remove:before {
  content: "\e1ba";
}

.tci-archive-search-outline:before {
  content: "\e1bb";
}

.tci-archive-search:before {
  content: "\e1bc";
}

.tci-archive-settings-outline:before {
  content: "\e1bd";
}

.tci-archive-settings:before {
  content: "\e1be";
}

.tci-archive-star-outline:before {
  content: "\e1bf";
}

.tci-archive-star:before {
  content: "\e1c0";
}

.tci-archive-sync-outline:before {
  content: "\e1c1";
}

.tci-archive-sync:before {
  content: "\e1c2";
}

.tci-archive:before {
  content: "\e1c3";
}

.tci-arm-flex-outline:before {
  content: "\e1c4";
}

.tci-arm-flex:before {
  content: "\e1c5";
}

.tci-arrange-bring-forward:before {
  content: "\e1c6";
}

.tci-arrange-bring-to-front:before {
  content: "\e1c7";
}

.tci-arrange-send-backward:before {
  content: "\e1c8";
}

.tci-arrange-send-to-back:before {
  content: "\e1c9";
}

.tci-arrow-all:before {
  content: "\e1ca";
}

.tci-arrow-bottom-left-bold-box-outline:before {
  content: "\e1cb";
}

.tci-arrow-bottom-left-bold-box:before {
  content: "\e1cc";
}

.tci-arrow-bottom-left-bold-outline:before {
  content: "\e1cd";
}

.tci-arrow-bottom-left-thick:before {
  content: "\e1ce";
}

.tci-arrow-bottom-left-thin-circle-outline:before {
  content: "\e1cf";
}

.tci-arrow-bottom-left-thin:before {
  content: "\e1d0";
}

.tci-arrow-bottom-left:before {
  content: "\e1d1";
}

.tci-arrow-bottom-right-bold-box-outline:before {
  content: "\e1d2";
}

.tci-arrow-bottom-right-bold-box:before {
  content: "\e1d3";
}

.tci-arrow-bottom-right-bold-outline:before {
  content: "\e1d4";
}

.tci-arrow-bottom-right-thick:before {
  content: "\e1d5";
}

.tci-arrow-bottom-right-thin-circle-outline:before {
  content: "\e1d6";
}

.tci-arrow-bottom-right-thin:before {
  content: "\e1d7";
}

.tci-arrow-bottom-right:before {
  content: "\e1d8";
}

.tci-arrow-collapse-all:before {
  content: "\e1d9";
}

.tci-arrow-collapse-down:before {
  content: "\e1da";
}

.tci-arrow-collapse-horizontal:before {
  content: "\e1db";
}

.tci-arrow-collapse-left:before {
  content: "\e1dc";
}

.tci-arrow-collapse-right:before {
  content: "\e1dd";
}

.tci-arrow-collapse-up:before {
  content: "\e1de";
}

.tci-arrow-collapse-vertical:before {
  content: "\e1df";
}

.tci-arrow-collapse:before {
  content: "\e1e0";
}

.tci-arrow-decision-auto-outline:before {
  content: "\e1e1";
}

.tci-arrow-decision-auto:before {
  content: "\e1e2";
}

.tci-arrow-decision-outline:before {
  content: "\e1e3";
}

.tci-arrow-decision:before {
  content: "\e1e4";
}

.tci-arrow-down-bold-box-outline:before {
  content: "\e1e5";
}

.tci-arrow-down-bold-box:before {
  content: "\e1e6";
}

.tci-arrow-down-bold-circle-outline:before {
  content: "\e1e7";
}

.tci-arrow-down-bold-circle:before {
  content: "\e1e8";
}

.tci-arrow-down-bold-hexagon-outline:before {
  content: "\e1e9";
}

.tci-arrow-down-bold-outline:before {
  content: "\e1ea";
}

.tci-arrow-down-bold:before {
  content: "\e1eb";
}

.tci-arrow-down-box:before {
  content: "\e1ec";
}

.tci-arrow-down-circle-outline:before {
  content: "\e1ed";
}

.tci-arrow-down-circle:before {
  content: "\e1ee";
}

.tci-arrow-down-drop-circle-outline:before {
  content: "\e1ef";
}

.tci-arrow-down-drop-circle:before {
  content: "\e1f0";
}

.tci-arrow-down-left-bold:before {
  content: "\e1f1";
}

.tci-arrow-down-left:before {
  content: "\e1f2";
}

.tci-arrow-down-right-bold:before {
  content: "\e1f3";
}

.tci-arrow-down-right:before {
  content: "\e1f4";
}

.tci-arrow-down-thick:before {
  content: "\e1f5";
}

.tci-arrow-down-thin-circle-outline:before {
  content: "\e1f6";
}

.tci-arrow-down-thin:before {
  content: "\e1f7";
}

.tci-arrow-down:before {
  content: "\e1f8";
}

.tci-arrow-expand-all:before {
  content: "\e1f9";
}

.tci-arrow-expand-down:before {
  content: "\e1fa";
}

.tci-arrow-expand-horizontal:before {
  content: "\e1fb";
}

.tci-arrow-expand-left:before {
  content: "\e1fc";
}

.tci-arrow-expand-right:before {
  content: "\e1fd";
}

.tci-arrow-expand-up:before {
  content: "\e1fe";
}

.tci-arrow-expand-vertical:before {
  content: "\e1ff";
}

.tci-arrow-expand:before {
  content: "\e200";
}

.tci-arrow-horizontal-lock:before {
  content: "\e201";
}

.tci-arrow-left-bold-box-outline:before {
  content: "\e202";
}

.tci-arrow-left-bold-box:before {
  content: "\e203";
}

.tci-arrow-left-bold-circle-outline:before {
  content: "\e204";
}

.tci-arrow-left-bold-circle:before {
  content: "\e205";
}

.tci-arrow-left-bold-hexagon-outline:before {
  content: "\e206";
}

.tci-arrow-left-bold-outline:before {
  content: "\e207";
}

.tci-arrow-left-bold:before {
  content: "\e208";
}

.tci-arrow-left-bottom-bold:before {
  content: "\e209";
}

.tci-arrow-left-bottom:before {
  content: "\e20a";
}

.tci-arrow-left-box:before {
  content: "\e20b";
}

.tci-arrow-left-circle-outline:before {
  content: "\e20c";
}

.tci-arrow-left-circle:before {
  content: "\e20d";
}

.tci-arrow-left-drop-circle-outline:before {
  content: "\e20e";
}

.tci-arrow-left-drop-circle:before {
  content: "\e20f";
}

.tci-arrow-left-right-bold-outline:before {
  content: "\e210";
}

.tci-arrow-left-right-bold:before {
  content: "\e211";
}

.tci-arrow-left-right:before {
  content: "\e212";
}

.tci-arrow-left-thick:before {
  content: "\e213";
}

.tci-arrow-left-thin-circle-outline:before {
  content: "\e214";
}

.tci-arrow-left-thin:before {
  content: "\e215";
}

.tci-arrow-left-top-bold:before {
  content: "\e216";
}

.tci-arrow-left-top:before {
  content: "\e217";
}

.tci-arrow-left:before {
  content: "\e218";
}

.tci-arrow-projectile-multiple:before {
  content: "\e219";
}

.tci-arrow-projectile:before {
  content: "\e21a";
}

.tci-arrow-right-bold-box-outline:before {
  content: "\e21b";
}

.tci-arrow-right-bold-box:before {
  content: "\e21c";
}

.tci-arrow-right-bold-circle-outline:before {
  content: "\e21d";
}

.tci-arrow-right-bold-circle:before {
  content: "\e21e";
}

.tci-arrow-right-bold-hexagon-outline:before {
  content: "\e21f";
}

.tci-arrow-right-bold-outline:before {
  content: "\e220";
}

.tci-arrow-right-bold:before {
  content: "\e221";
}

.tci-arrow-right-bottom-bold:before {
  content: "\e222";
}

.tci-arrow-right-bottom:before {
  content: "\e223";
}

.tci-arrow-right-box:before {
  content: "\e224";
}

.tci-arrow-right-circle-outline:before {
  content: "\e225";
}

.tci-arrow-right-circle:before {
  content: "\e226";
}

.tci-arrow-right-drop-circle-outline:before {
  content: "\e227";
}

.tci-arrow-right-drop-circle:before {
  content: "\e228";
}

.tci-arrow-right-thick:before {
  content: "\e229";
}

.tci-arrow-right-thin-circle-outline:before {
  content: "\e22a";
}

.tci-arrow-right-thin:before {
  content: "\e22b";
}

.tci-arrow-right-top-bold:before {
  content: "\e22c";
}

.tci-arrow-right-top:before {
  content: "\e22d";
}

.tci-arrow-right:before {
  content: "\e22e";
}

.tci-arrow-split-horizontal:before {
  content: "\e22f";
}

.tci-arrow-split-vertical:before {
  content: "\e230";
}

.tci-arrow-top-left-bold-box-outline:before {
  content: "\e231";
}

.tci-arrow-top-left-bold-box:before {
  content: "\e232";
}

.tci-arrow-top-left-bold-outline:before {
  content: "\e233";
}

.tci-arrow-top-left-bottom-right-bold:before {
  content: "\e234";
}

.tci-arrow-top-left-bottom-right:before {
  content: "\e235";
}

.tci-arrow-top-left-thick:before {
  content: "\e236";
}

.tci-arrow-top-left-thin-circle-outline:before {
  content: "\e237";
}

.tci-arrow-top-left-thin:before {
  content: "\e238";
}

.tci-arrow-top-left:before {
  content: "\e239";
}

.tci-arrow-top-right-bold-box-outline:before {
  content: "\e23a";
}

.tci-arrow-top-right-bold-box:before {
  content: "\e23b";
}

.tci-arrow-top-right-bold-outline:before {
  content: "\e23c";
}

.tci-arrow-top-right-bottom-left-bold:before {
  content: "\e23d";
}

.tci-arrow-top-right-bottom-left:before {
  content: "\e23e";
}

.tci-arrow-top-right-thick:before {
  content: "\e23f";
}

.tci-arrow-top-right-thin-circle-outline:before {
  content: "\e240";
}

.tci-arrow-top-right-thin:before {
  content: "\e241";
}

.tci-arrow-top-right:before {
  content: "\e242";
}

.tci-arrow-u-down-left-bold:before {
  content: "\e243";
}

.tci-arrow-u-down-left:before {
  content: "\e244";
}

.tci-arrow-u-down-right-bold:before {
  content: "\e245";
}

.tci-arrow-u-down-right:before {
  content: "\e246";
}

.tci-arrow-u-left-bottom-bold:before {
  content: "\e247";
}

.tci-arrow-u-left-bottom:before {
  content: "\e248";
}

.tci-arrow-u-left-top-bold:before {
  content: "\e249";
}

.tci-arrow-u-left-top:before {
  content: "\e24a";
}

.tci-arrow-u-right-bottom-bold:before {
  content: "\e24b";
}

.tci-arrow-u-right-bottom:before {
  content: "\e24c";
}

.tci-arrow-u-right-top-bold:before {
  content: "\e24d";
}

.tci-arrow-u-right-top:before {
  content: "\e24e";
}

.tci-arrow-u-up-left-bold:before {
  content: "\e24f";
}

.tci-arrow-u-up-left:before {
  content: "\e250";
}

.tci-arrow-u-up-right-bold:before {
  content: "\e251";
}

.tci-arrow-u-up-right:before {
  content: "\e252";
}

.tci-arrow-up-bold-box-outline:before {
  content: "\e253";
}

.tci-arrow-up-bold-box:before {
  content: "\e254";
}

.tci-arrow-up-bold-circle-outline:before {
  content: "\e255";
}

.tci-arrow-up-bold-circle:before {
  content: "\e256";
}

.tci-arrow-up-bold-hexagon-outline:before {
  content: "\e257";
}

.tci-arrow-up-bold-outline:before {
  content: "\e258";
}

.tci-arrow-up-bold:before {
  content: "\e259";
}

.tci-arrow-up-box:before {
  content: "\e25a";
}

.tci-arrow-up-circle-outline:before {
  content: "\e25b";
}

.tci-arrow-up-circle:before {
  content: "\e25c";
}

.tci-arrow-up-down-bold-outline:before {
  content: "\e25d";
}

.tci-arrow-up-down-bold:before {
  content: "\e25e";
}

.tci-arrow-up-down:before {
  content: "\e25f";
}

.tci-arrow-up-drop-circle-outline:before {
  content: "\e260";
}

.tci-arrow-up-drop-circle:before {
  content: "\e261";
}

.tci-arrow-up-left-bold:before {
  content: "\e262";
}

.tci-arrow-up-left:before {
  content: "\e263";
}

.tci-arrow-up-right-bold:before {
  content: "\e264";
}

.tci-arrow-up-right:before {
  content: "\e265";
}

.tci-arrow-up-thick:before {
  content: "\e266";
}

.tci-arrow-up-thin-circle-outline:before {
  content: "\e267";
}

.tci-arrow-up-thin:before {
  content: "\e268";
}

.tci-arrow-up:before {
  content: "\e269";
}

.tci-arrow-vertical-lock:before {
  content: "\e26a";
}

.tci-artstation:before {
  content: "\e26b";
}

.tci-aspect-ratio:before {
  content: "\e26c";
}

.tci-assistant:before {
  content: "\e26d";
}

.tci-asterisk-circle-outline:before {
  content: "\e26e";
}

.tci-asterisk:before {
  content: "\e26f";
}

.tci-at:before {
  content: "\e270";
}

.tci-atlassian:before {
  content: "\e271";
}

.tci-atm:before {
  content: "\e272";
}

.tci-atom-variant:before {
  content: "\e273";
}

.tci-atom:before {
  content: "\e274";
}

.tci-attachment-lock:before {
  content: "\e275";
}

.tci-attachment:before {
  content: "\e276";
}

.tci-audio-input-rca:before {
  content: "\e277";
}

.tci-audio-input-stereo-minijack:before {
  content: "\e278";
}

.tci-audio-input-xlr:before {
  content: "\e279";
}

.tci-audio-video-off:before {
  content: "\e27a";
}

.tci-audio-video:before {
  content: "\e27b";
}

.tci-augmented-reality:before {
  content: "\e27c";
}

.tci-auto-download:before {
  content: "\e27d";
}

.tci-auto-fix:before {
  content: "\e27e";
}

.tci-auto-upload:before {
  content: "\e27f";
}

.tci-autorenew-off:before {
  content: "\e280";
}

.tci-autorenew:before {
  content: "\e281";
}

.tci-av-timer:before {
  content: "\e282";
}

.tci-aws:before {
  content: "\e283";
}

.tci-axe-battle:before {
  content: "\e284";
}

.tci-axe:before {
  content: "\e285";
}

.tci-axis-arrow-info:before {
  content: "\e286";
}

.tci-axis-arrow-lock:before {
  content: "\e287";
}

.tci-axis-arrow:before {
  content: "\e288";
}

.tci-axis-lock:before {
  content: "\e289";
}

.tci-axis-x-arrow-lock:before {
  content: "\e28a";
}

.tci-axis-x-arrow:before {
  content: "\e28b";
}

.tci-axis-x-rotate-clockwise:before {
  content: "\e28c";
}

.tci-axis-x-rotate-counterclockwise:before {
  content: "\e28d";
}

.tci-axis-x-y-arrow-lock:before {
  content: "\e28e";
}

.tci-axis-y-arrow-lock:before {
  content: "\e28f";
}

.tci-axis-y-arrow:before {
  content: "\e290";
}

.tci-axis-y-rotate-clockwise:before {
  content: "\e291";
}

.tci-axis-y-rotate-counterclockwise:before {
  content: "\e292";
}

.tci-axis-z-arrow-lock:before {
  content: "\e293";
}

.tci-axis-z-arrow:before {
  content: "\e294";
}

.tci-axis-z-rotate-clockwise:before {
  content: "\e295";
}

.tci-axis-z-rotate-counterclockwise:before {
  content: "\e296";
}

.tci-axis:before {
  content: "\e297";
}

.tci-babel:before {
  content: "\e298";
}

.tci-baby-bottle-outline:before {
  content: "\e299";
}

.tci-baby-bottle:before {
  content: "\e29a";
}

.tci-baby-buggy:before {
  content: "\e29b";
}

.tci-baby-carriage-off:before {
  content: "\e29c";
}

.tci-baby-carriage:before {
  content: "\e29d";
}

.tci-baby-face-outline:before {
  content: "\e29e";
}

.tci-baby-face:before {
  content: "\e29f";
}

.tci-baby:before {
  content: "\e2a0";
}

.tci-backburger:before {
  content: "\e2a1";
}

.tci-backspace-outline:before {
  content: "\e2a2";
}

.tci-backspace-reverse-outline:before {
  content: "\e2a3";
}

.tci-backspace-reverse:before {
  content: "\e2a4";
}

.tci-backspace:before {
  content: "\e2a5";
}

.tci-backup-restore:before {
  content: "\e2a6";
}

.tci-bacteria-outline:before {
  content: "\e2a7";
}

.tci-bacteria:before {
  content: "\e2a8";
}

.tci-badge-account-alert-outline:before {
  content: "\e2a9";
}

.tci-badge-account-alert:before {
  content: "\e2aa";
}

.tci-badge-account-horizontal-outline:before {
  content: "\e2ab";
}

.tci-badge-account-horizontal:before {
  content: "\e2ac";
}

.tci-badge-account-outline:before {
  content: "\e2ad";
}

.tci-badge-account:before {
  content: "\e2ae";
}

.tci-badminton:before {
  content: "\e2af";
}

.tci-bag-carry-on-check:before {
  content: "\e2b0";
}

.tci-bag-carry-on-off:before {
  content: "\e2b1";
}

.tci-bag-carry-on:before {
  content: "\e2b2";
}

.tci-bag-checked:before {
  content: "\e2b3";
}

.tci-bag-personal-off-outline:before {
  content: "\e2b4";
}

.tci-bag-personal-off:before {
  content: "\e2b5";
}

.tci-bag-personal-outline:before {
  content: "\e2b6";
}

.tci-bag-personal:before {
  content: "\e2b7";
}

.tci-bag-suitcase-off-outline:before {
  content: "\e2b8";
}

.tci-bag-suitcase-off:before {
  content: "\e2b9";
}

.tci-bag-suitcase-outline:before {
  content: "\e2ba";
}

.tci-bag-suitcase:before {
  content: "\e2bb";
}

.tci-baguette:before {
  content: "\e2bc";
}

.tci-balcony:before {
  content: "\e2bd";
}

.tci-balloon:before {
  content: "\e2be";
}

.tci-ballot-outline:before {
  content: "\e2bf";
}

.tci-ballot-recount-outline:before {
  content: "\e2c0";
}

.tci-ballot-recount:before {
  content: "\e2c1";
}

.tci-ballot:before {
  content: "\e2c2";
}

.tci-bandage:before {
  content: "\e2c3";
}

.tci-bank-check:before {
  content: "\e2c4";
}

.tci-bank-minus:before {
  content: "\e2c5";
}

.tci-bank-off-outline:before {
  content: "\e2c6";
}

.tci-bank-off:before {
  content: "\e2c7";
}

.tci-bank-outline:before {
  content: "\e2c8";
}

.tci-bank-plus:before {
  content: "\e2c9";
}

.tci-bank-remove:before {
  content: "\e2ca";
}

.tci-bank-transfer-in:before {
  content: "\e2cb";
}

.tci-bank-transfer-out:before {
  content: "\e2cc";
}

.tci-bank-transfer:before {
  content: "\e2cd";
}

.tci-bank:before {
  content: "\e2ce";
}

.tci-barcode-off:before {
  content: "\e2cf";
}

.tci-barcode-scan:before {
  content: "\e2d0";
}

.tci-barcode:before {
  content: "\e2d1";
}

.tci-barley-off:before {
  content: "\e2d2";
}

.tci-barley:before {
  content: "\e2d3";
}

.tci-barn:before {
  content: "\e2d4";
}

.tci-barrel:before {
  content: "\e2d5";
}

.tci-baseball-bat:before {
  content: "\e2d6";
}

.tci-baseball-diamond-outline:before {
  content: "\e2d7";
}

.tci-baseball-diamond:before {
  content: "\e2d8";
}

.tci-baseball:before {
  content: "\e2d9";
}

.tci-bash:before {
  content: "\e2da";
}

.tci-basket-check-outline:before {
  content: "\e2db";
}

.tci-basket-check:before {
  content: "\e2dc";
}

.tci-basket-fill:before {
  content: "\e2dd";
}

.tci-basket-minus-outline:before {
  content: "\e2de";
}

.tci-basket-minus:before {
  content: "\e2df";
}

.tci-basket-off-outline:before {
  content: "\e2e0";
}

.tci-basket-off:before {
  content: "\e2e1";
}

.tci-basket-outline:before {
  content: "\e2e2";
}

.tci-basket-plus-outline:before {
  content: "\e2e3";
}

.tci-basket-plus:before {
  content: "\e2e4";
}

.tci-basket-remove-outline:before {
  content: "\e2e5";
}

.tci-basket-remove:before {
  content: "\e2e6";
}

.tci-basket-unfill:before {
  content: "\e2e7";
}

.tci-basket:before {
  content: "\e2e8";
}

.tci-basketball-hoop-outline:before {
  content: "\e2e9";
}

.tci-basketball-hoop:before {
  content: "\e2ea";
}

.tci-basketball:before {
  content: "\e2eb";
}

.tci-bat:before {
  content: "\e2ec";
}

.tci-bathtub-outline:before {
  content: "\e2ed";
}

.tci-bathtub:before {
  content: "\e2ee";
}

.tci-battery-10-bluetooth:before {
  content: "\e2ef";
}

.tci-battery-10:before {
  content: "\e2f0";
}

.tci-battery-20-bluetooth:before {
  content: "\e2f1";
}

.tci-battery-20:before {
  content: "\e2f2";
}

.tci-battery-30-bluetooth:before {
  content: "\e2f3";
}

.tci-battery-30:before {
  content: "\e2f4";
}

.tci-battery-40-bluetooth:before {
  content: "\e2f5";
}

.tci-battery-40:before {
  content: "\e2f6";
}

.tci-battery-50-bluetooth:before {
  content: "\e2f7";
}

.tci-battery-50:before {
  content: "\e2f8";
}

.tci-battery-60-bluetooth:before {
  content: "\e2f9";
}

.tci-battery-60:before {
  content: "\e2fa";
}

.tci-battery-70-bluetooth:before {
  content: "\e2fb";
}

.tci-battery-70:before {
  content: "\e2fc";
}

.tci-battery-80-bluetooth:before {
  content: "\e2fd";
}

.tci-battery-80:before {
  content: "\e2fe";
}

.tci-battery-90-bluetooth:before {
  content: "\e2ff";
}

.tci-battery-90:before {
  content: "\e300";
}

.tci-battery-alert-bluetooth:before {
  content: "\e301";
}

.tci-battery-alert-variant-outline:before {
  content: "\e302";
}

.tci-battery-alert-variant:before {
  content: "\e303";
}

.tci-battery-alert:before {
  content: "\e304";
}

.tci-battery-arrow-down-outline:before {
  content: "\e305";
}

.tci-battery-arrow-down:before {
  content: "\e306";
}

.tci-battery-arrow-up-outline:before {
  content: "\e307";
}

.tci-battery-arrow-up:before {
  content: "\e308";
}

.tci-battery-bluetooth-variant:before {
  content: "\e309";
}

.tci-battery-bluetooth:before {
  content: "\e30a";
}

.tci-battery-charging-10:before {
  content: "\e30b";
}

.tci-battery-charging-100:before {
  content: "\e30c";
}

.tci-battery-charging-20:before {
  content: "\e30d";
}

.tci-battery-charging-30:before {
  content: "\e30e";
}

.tci-battery-charging-40:before {
  content: "\e30f";
}

.tci-battery-charging-50:before {
  content: "\e310";
}

.tci-battery-charging-60:before {
  content: "\e311";
}

.tci-battery-charging-70:before {
  content: "\e312";
}

.tci-battery-charging-80:before {
  content: "\e313";
}

.tci-battery-charging-90:before {
  content: "\e314";
}

.tci-battery-charging-high:before {
  content: "\e315";
}

.tci-battery-charging-low:before {
  content: "\e316";
}

.tci-battery-charging-medium:before {
  content: "\e317";
}

.tci-battery-charging-outline:before {
  content: "\e318";
}

.tci-battery-charging-wireless-10:before {
  content: "\e319";
}

.tci-battery-charging-wireless-20:before {
  content: "\e31a";
}

.tci-battery-charging-wireless-30:before {
  content: "\e31b";
}

.tci-battery-charging-wireless-40:before {
  content: "\e31c";
}

.tci-battery-charging-wireless-50:before {
  content: "\e31d";
}

.tci-battery-charging-wireless-60:before {
  content: "\e31e";
}

.tci-battery-charging-wireless-70:before {
  content: "\e31f";
}

.tci-battery-charging-wireless-80:before {
  content: "\e320";
}

.tci-battery-charging-wireless-90:before {
  content: "\e321";
}

.tci-battery-charging-wireless-alert:before {
  content: "\e322";
}

.tci-battery-charging-wireless-outline:before {
  content: "\e323";
}

.tci-battery-charging-wireless:before {
  content: "\e324";
}

.tci-battery-charging:before {
  content: "\e325";
}

.tci-battery-check-outline:before {
  content: "\e326";
}

.tci-battery-check:before {
  content: "\e327";
}

.tci-battery-clock-outline:before {
  content: "\e328";
}

.tci-battery-clock:before {
  content: "\e329";
}

.tci-battery-heart-outline:before {
  content: "\e32a";
}

.tci-battery-heart-variant:before {
  content: "\e32b";
}

.tci-battery-heart:before {
  content: "\e32c";
}

.tci-battery-high:before {
  content: "\e32d";
}

.tci-battery-lock-open:before {
  content: "\e32e";
}

.tci-battery-lock:before {
  content: "\e32f";
}

.tci-battery-low:before {
  content: "\e330";
}

.tci-battery-medium:before {
  content: "\e331";
}

.tci-battery-minus-outline:before {
  content: "\e332";
}

.tci-battery-minus-variant:before {
  content: "\e333";
}

.tci-battery-minus:before {
  content: "\e334";
}

.tci-battery-negative:before {
  content: "\e335";
}

.tci-battery-off-outline:before {
  content: "\e336";
}

.tci-battery-off:before {
  content: "\e337";
}

.tci-battery-outline:before {
  content: "\e338";
}

.tci-battery-plus-outline:before {
  content: "\e339";
}

.tci-battery-plus-variant:before {
  content: "\e33a";
}

.tci-battery-plus:before {
  content: "\e33b";
}

.tci-battery-positive:before {
  content: "\e33c";
}

.tci-battery-remove-outline:before {
  content: "\e33d";
}

.tci-battery-remove:before {
  content: "\e33e";
}

.tci-battery-sync-outline:before {
  content: "\e33f";
}

.tci-battery-sync:before {
  content: "\e340";
}

.tci-battery-unknown-bluetooth:before {
  content: "\e341";
}

.tci-battery-unknown:before {
  content: "\e342";
}

.tci-battery:before {
  content: "\e343";
}

.tci-beach:before {
  content: "\e344";
}

.tci-beaker-alert-outline:before {
  content: "\e345";
}

.tci-beaker-alert:before {
  content: "\e346";
}

.tci-beaker-check-outline:before {
  content: "\e347";
}

.tci-beaker-check:before {
  content: "\e348";
}

.tci-beaker-minus-outline:before {
  content: "\e349";
}

.tci-beaker-minus:before {
  content: "\e34a";
}

.tci-beaker-outline:before {
  content: "\e34b";
}

.tci-beaker-plus-outline:before {
  content: "\e34c";
}

.tci-beaker-plus:before {
  content: "\e34d";
}

.tci-beaker-question-outline:before {
  content: "\e34e";
}

.tci-beaker-question:before {
  content: "\e34f";
}

.tci-beaker-remove-outline:before {
  content: "\e350";
}

.tci-beaker-remove:before {
  content: "\e351";
}

.tci-beaker:before {
  content: "\e352";
}

.tci-bed-double-outline:before {
  content: "\e353";
}

.tci-bed-double:before {
  content: "\e354";
}

.tci-bed-empty:before {
  content: "\e355";
}

.tci-bed-king-outline:before {
  content: "\e356";
}

.tci-bed-king:before {
  content: "\e357";
}

.tci-bed-outline:before {
  content: "\e358";
}

.tci-bed-queen-outline:before {
  content: "\e359";
}

.tci-bed-queen:before {
  content: "\e35a";
}

.tci-bed-single-outline:before {
  content: "\e35b";
}

.tci-bed-single:before {
  content: "\e35c";
}

.tci-bed:before {
  content: "\e35d";
}

.tci-bee-flower:before {
  content: "\e35e";
}

.tci-bee:before {
  content: "\e35f";
}

.tci-beehive-off-outline:before {
  content: "\e360";
}

.tci-beehive-outline:before {
  content: "\e361";
}

.tci-beekeeper:before {
  content: "\e362";
}

.tci-beer-outline:before {
  content: "\e363";
}

.tci-beer:before {
  content: "\e364";
}

.tci-bell-alert-outline:before {
  content: "\e365";
}

.tci-bell-alert:before {
  content: "\e366";
}

.tci-bell-badge-outline:before {
  content: "\e367";
}

.tci-bell-badge:before {
  content: "\e368";
}

.tci-bell-cancel-outline:before {
  content: "\e369";
}

.tci-bell-cancel:before {
  content: "\e36a";
}

.tci-bell-check-outline:before {
  content: "\e36b";
}

.tci-bell-check:before {
  content: "\e36c";
}

.tci-bell-circle-outline:before {
  content: "\e36d";
}

.tci-bell-circle:before {
  content: "\e36e";
}

.tci-bell-minus-outline:before {
  content: "\e36f";
}

.tci-bell-minus:before {
  content: "\e370";
}

.tci-bell-off-outline:before {
  content: "\e371";
}

.tci-bell-off:before {
  content: "\e372";
}

.tci-bell-outline:before {
  content: "\e373";
}

.tci-bell-plus-outline:before {
  content: "\e374";
}

.tci-bell-plus:before {
  content: "\e375";
}

.tci-bell-remove-outline:before {
  content: "\e376";
}

.tci-bell-remove:before {
  content: "\e377";
}

.tci-bell-ring-outline:before {
  content: "\e378";
}

.tci-bell-ring:before {
  content: "\e379";
}

.tci-bell-sleep-outline:before {
  content: "\e37a";
}

.tci-bell-sleep:before {
  content: "\e37b";
}

.tci-bell:before {
  content: "\e37c";
}

.tci-beta:before {
  content: "\e37d";
}

.tci-betamax:before {
  content: "\e37e";
}

.tci-biathlon:before {
  content: "\e37f";
}

.tci-bicycle-basket:before {
  content: "\e380";
}

.tci-bicycle-cargo:before {
  content: "\e381";
}

.tci-bicycle-electric:before {
  content: "\e382";
}

.tci-bicycle-penny-farthing:before {
  content: "\e383";
}

.tci-bicycle:before {
  content: "\e384";
}

.tci-bike-fast:before {
  content: "\e385";
}

.tci-bike:before {
  content: "\e386";
}

.tci-billboard:before {
  content: "\e387";
}

.tci-billiards-rack:before {
  content: "\e388";
}

.tci-billiards:before {
  content: "\e389";
}

.tci-binoculars:before {
  content: "\e38a";
}

.tci-bio:before {
  content: "\e38b";
}

.tci-biohazard:before {
  content: "\e38c";
}

.tci-bird:before {
  content: "\e38d";
}

.tci-bitbucket:before {
  content: "\e38e";
}

.tci-bitcoin:before {
  content: "\e38f";
}

.tci-black-mesa:before {
  content: "\e390";
}

.tci-blender-outline:before {
  content: "\e391";
}

.tci-blender-software:before {
  content: "\e392";
}

.tci-blender:before {
  content: "\e393";
}

.tci-blinds-open:before {
  content: "\e394";
}

.tci-blinds:before {
  content: "\e395";
}

.tci-block-helper:before {
  content: "\e396";
}

.tci-blood-bag:before {
  content: "\e397";
}

.tci-bluetooth-audio:before {
  content: "\e398";
}

.tci-bluetooth-connect:before {
  content: "\e399";
}

.tci-bluetooth-off:before {
  content: "\e39a";
}

.tci-bluetooth-settings:before {
  content: "\e39b";
}

.tci-bluetooth-transfer:before {
  content: "\e39c";
}

.tci-bluetooth:before {
  content: "\e39d";
}

.tci-blur-linear:before {
  content: "\e39e";
}

.tci-blur-off:before {
  content: "\e39f";
}

.tci-blur-radial:before {
  content: "\e3a0";
}

.tci-blur:before {
  content: "\e3a1";
}

.tci-bolt:before {
  content: "\e3a2";
}

.tci-bomb-off:before {
  content: "\e3a3";
}

.tci-bomb:before {
  content: "\e3a4";
}

.tci-bone-off:before {
  content: "\e3a5";
}

.tci-bone:before {
  content: "\e3a6";
}

.tci-book-account-outline:before {
  content: "\e3a7";
}

.tci-book-account:before {
  content: "\e3a8";
}

.tci-book-alert-outline:before {
  content: "\e3a9";
}

.tci-book-alert:before {
  content: "\e3aa";
}

.tci-book-alphabet:before {
  content: "\e3ab";
}

.tci-book-arrow-down-outline:before {
  content: "\e3ac";
}

.tci-book-arrow-down:before {
  content: "\e3ad";
}

.tci-book-arrow-left-outline:before {
  content: "\e3ae";
}

.tci-book-arrow-left:before {
  content: "\e3af";
}

.tci-book-arrow-right-outline:before {
  content: "\e3b0";
}

.tci-book-arrow-right:before {
  content: "\e3b1";
}

.tci-book-arrow-up-outline:before {
  content: "\e3b2";
}

.tci-book-arrow-up:before {
  content: "\e3b3";
}

.tci-book-cancel-outline:before {
  content: "\e3b4";
}

.tci-book-cancel:before {
  content: "\e3b5";
}

.tci-book-check-outline:before {
  content: "\e3b6";
}

.tci-book-check:before {
  content: "\e3b7";
}

.tci-book-clock-outline:before {
  content: "\e3b8";
}

.tci-book-clock:before {
  content: "\e3b9";
}

.tci-book-cog-outline:before {
  content: "\e3ba";
}

.tci-book-cog:before {
  content: "\e3bb";
}

.tci-book-cross:before {
  content: "\e3bc";
}

.tci-book-edit-outline:before {
  content: "\e3bd";
}

.tci-book-edit:before {
  content: "\e3be";
}

.tci-book-education-outline:before {
  content: "\e3bf";
}

.tci-book-education:before {
  content: "\e3c0";
}

.tci-book-heart-outline:before {
  content: "\e3c1";
}

.tci-book-heart:before {
  content: "\e3c2";
}

.tci-book-information-variant:before {
  content: "\e3c3";
}

.tci-book-lock-open-outline:before {
  content: "\e3c4";
}

.tci-book-lock-open:before {
  content: "\e3c5";
}

.tci-book-lock-outline:before {
  content: "\e3c6";
}

.tci-book-lock:before {
  content: "\e3c7";
}

.tci-book-marker-outline:before {
  content: "\e3c8";
}

.tci-book-marker:before {
  content: "\e3c9";
}

.tci-book-minus-multiple-outline:before {
  content: "\e3ca";
}

.tci-book-minus-multiple:before {
  content: "\e3cb";
}

.tci-book-minus-outline:before {
  content: "\e3cc";
}

.tci-book-minus:before {
  content: "\e3cd";
}

.tci-book-multiple-outline:before {
  content: "\e3ce";
}

.tci-book-multiple:before {
  content: "\e3cf";
}

.tci-book-music-outline:before {
  content: "\e3d0";
}

.tci-book-music:before {
  content: "\e3d1";
}

.tci-book-off-outline:before {
  content: "\e3d2";
}

.tci-book-off:before {
  content: "\e3d3";
}

.tci-book-open-blank-variant:before {
  content: "\e3d4";
}

.tci-book-open-outline:before {
  content: "\e3d5";
}

.tci-book-open-page-variant-outline:before {
  content: "\e3d6";
}

.tci-book-open-page-variant:before {
  content: "\e3d7";
}

.tci-book-open-variant:before {
  content: "\e3d8";
}

.tci-book-open:before {
  content: "\e3d9";
}

.tci-book-outline:before {
  content: "\e3da";
}

.tci-book-play-outline:before {
  content: "\e3db";
}

.tci-book-play:before {
  content: "\e3dc";
}

.tci-book-plus-multiple-outline:before {
  content: "\e3dd";
}

.tci-book-plus-multiple:before {
  content: "\e3de";
}

.tci-book-plus-outline:before {
  content: "\e3df";
}

.tci-book-plus:before {
  content: "\e3e0";
}

.tci-book-refresh-outline:before {
  content: "\e3e1";
}

.tci-book-refresh:before {
  content: "\e3e2";
}

.tci-book-remove-multiple-outline:before {
  content: "\e3e3";
}

.tci-book-remove-multiple:before {
  content: "\e3e4";
}

.tci-book-remove-outline:before {
  content: "\e3e5";
}

.tci-book-remove:before {
  content: "\e3e6";
}

.tci-book-search-outline:before {
  content: "\e3e7";
}

.tci-book-search:before {
  content: "\e3e8";
}

.tci-book-settings-outline:before {
  content: "\e3e9";
}

.tci-book-settings:before {
  content: "\e3ea";
}

.tci-book-sync-outline:before {
  content: "\e3eb";
}

.tci-book-sync:before {
  content: "\e3ec";
}

.tci-book-variant-multiple:before {
  content: "\e3ed";
}

.tci-book-variant:before {
  content: "\e3ee";
}

.tci-book:before {
  content: "\e3ef";
}

.tci-bookmark-box-multiple-outline:before {
  content: "\e3f0";
}

.tci-bookmark-box-multiple:before {
  content: "\e3f1";
}

.tci-bookmark-check-outline:before {
  content: "\e3f2";
}

.tci-bookmark-check:before {
  content: "\e3f3";
}

.tci-bookmark-minus-outline:before {
  content: "\e3f4";
}

.tci-bookmark-minus:before {
  content: "\e3f5";
}

.tci-bookmark-multiple-outline:before {
  content: "\e3f6";
}

.tci-bookmark-multiple:before {
  content: "\e3f7";
}

.tci-bookmark-music-outline:before {
  content: "\e3f8";
}

.tci-bookmark-music:before {
  content: "\e3f9";
}

.tci-bookmark-off-outline:before {
  content: "\e3fa";
}

.tci-bookmark-off:before {
  content: "\e3fb";
}

.tci-bookmark-outline:before {
  content: "\e3fc";
}

.tci-bookmark-plus-outline:before {
  content: "\e3fd";
}

.tci-bookmark-plus:before {
  content: "\e3fe";
}

.tci-bookmark-remove-outline:before {
  content: "\e3ff";
}

.tci-bookmark-remove:before {
  content: "\e400";
}

.tci-bookmark:before {
  content: "\e401";
}

.tci-bookshelf:before {
  content: "\e402";
}

.tci-boom-gate-alert-outline:before {
  content: "\e403";
}

.tci-boom-gate-alert:before {
  content: "\e404";
}

.tci-boom-gate-arrow-down-outline:before {
  content: "\e405";
}

.tci-boom-gate-arrow-down:before {
  content: "\e406";
}

.tci-boom-gate-arrow-up-outline:before {
  content: "\e407";
}

.tci-boom-gate-arrow-up:before {
  content: "\e408";
}

.tci-boom-gate-outline:before {
  content: "\e409";
}

.tci-boom-gate-up-outline:before {
  content: "\e40a";
}

.tci-boom-gate-up:before {
  content: "\e40b";
}

.tci-boom-gate:before {
  content: "\e40c";
}

.tci-boombox:before {
  content: "\e40d";
}

.tci-boomerang:before {
  content: "\e40e";
}

.tci-bootstrap:before {
  content: "\e40f";
}

.tci-border-all-variant:before {
  content: "\e410";
}

.tci-border-all:before {
  content: "\e411";
}

.tci-border-bottom-variant:before {
  content: "\e412";
}

.tci-border-bottom:before {
  content: "\e413";
}

.tci-border-color:before {
  content: "\e414";
}

.tci-border-horizontal:before {
  content: "\e415";
}

.tci-border-inside:before {
  content: "\e416";
}

.tci-border-left-variant:before {
  content: "\e417";
}

.tci-border-left:before {
  content: "\e418";
}

.tci-border-none-variant:before {
  content: "\e419";
}

.tci-border-none:before {
  content: "\e41a";
}

.tci-border-outside:before {
  content: "\e41b";
}

.tci-border-right-variant:before {
  content: "\e41c";
}

.tci-border-right:before {
  content: "\e41d";
}

.tci-border-style:before {
  content: "\e41e";
}

.tci-border-top-variant:before {
  content: "\e41f";
}

.tci-border-top:before {
  content: "\e420";
}

.tci-border-vertical:before {
  content: "\e421";
}

.tci-bottle-soda-classic-outline:before {
  content: "\e422";
}

.tci-bottle-soda-classic:before {
  content: "\e423";
}

.tci-bottle-soda-outline:before {
  content: "\e424";
}

.tci-bottle-soda:before {
  content: "\e425";
}

.tci-bottle-tonic-outline:before {
  content: "\e426";
}

.tci-bottle-tonic-plus-outline:before {
  content: "\e427";
}

.tci-bottle-tonic-plus:before {
  content: "\e428";
}

.tci-bottle-tonic-skull-outline:before {
  content: "\e429";
}

.tci-bottle-tonic-skull:before {
  content: "\e42a";
}

.tci-bottle-tonic:before {
  content: "\e42b";
}

.tci-bottle-wine-outline:before {
  content: "\e42c";
}

.tci-bottle-wine:before {
  content: "\e42d";
}

.tci-bow-arrow:before {
  content: "\e42e";
}

.tci-bow-tie:before {
  content: "\e42f";
}

.tci-bowl-mix-outline:before {
  content: "\e430";
}

.tci-bowl-mix:before {
  content: "\e431";
}

.tci-bowl-outline:before {
  content: "\e432";
}

.tci-bowl:before {
  content: "\e433";
}

.tci-bowling:before {
  content: "\e434";
}

.tci-box-cutter-off:before {
  content: "\e435";
}

.tci-box-cutter:before {
  content: "\e436";
}

.tci-box-shadow:before {
  content: "\e437";
}

.tci-box:before {
  content: "\e438";
}

.tci-boxing-glove:before {
  content: "\e439";
}

.tci-braille:before {
  content: "\e43a";
}

.tci-brain:before {
  content: "\e43b";
}

.tci-bread-slice-outline:before {
  content: "\e43c";
}

.tci-bread-slice:before {
  content: "\e43d";
}

.tci-bridge:before {
  content: "\e43e";
}

.tci-briefcase-account-outline:before {
  content: "\e43f";
}

.tci-briefcase-account:before {
  content: "\e440";
}

.tci-briefcase-check-outline:before {
  content: "\e441";
}

.tci-briefcase-check:before {
  content: "\e442";
}

.tci-briefcase-clock-outline:before {
  content: "\e443";
}

.tci-briefcase-clock:before {
  content: "\e444";
}

.tci-briefcase-download-outline:before {
  content: "\e445";
}

.tci-briefcase-download:before {
  content: "\e446";
}

.tci-briefcase-edit-outline:before {
  content: "\e447";
}

.tci-briefcase-edit:before {
  content: "\e448";
}

.tci-briefcase-eye-outline:before {
  content: "\e449";
}

.tci-briefcase-eye:before {
  content: "\e44a";
}

.tci-briefcase-minus-outline:before {
  content: "\e44b";
}

.tci-briefcase-minus:before {
  content: "\e44c";
}

.tci-briefcase-off-outline:before {
  content: "\e44d";
}

.tci-briefcase-off:before {
  content: "\e44e";
}

.tci-briefcase-outline:before {
  content: "\e44f";
}

.tci-briefcase-plus-outline:before {
  content: "\e450";
}

.tci-briefcase-plus:before {
  content: "\e451";
}

.tci-briefcase-remove-outline:before {
  content: "\e452";
}

.tci-briefcase-remove:before {
  content: "\e453";
}

.tci-briefcase-search-outline:before {
  content: "\e454";
}

.tci-briefcase-search:before {
  content: "\e455";
}

.tci-briefcase-upload-outline:before {
  content: "\e456";
}

.tci-briefcase-upload:before {
  content: "\e457";
}

.tci-briefcase-variant-off-outline:before {
  content: "\e458";
}

.tci-briefcase-variant-off:before {
  content: "\e459";
}

.tci-briefcase-variant-outline:before {
  content: "\e45a";
}

.tci-briefcase-variant:before {
  content: "\e45b";
}

.tci-briefcase:before {
  content: "\e45c";
}

.tci-brightness-1:before {
  content: "\e45d";
}

.tci-brightness-2:before {
  content: "\e45e";
}

.tci-brightness-3:before {
  content: "\e45f";
}

.tci-brightness-4:before {
  content: "\e460";
}

.tci-brightness-5:before {
  content: "\e461";
}

.tci-brightness-6:before {
  content: "\e462";
}

.tci-brightness-7:before {
  content: "\e463";
}

.tci-brightness-auto:before {
  content: "\e464";
}

.tci-brightness-percent:before {
  content: "\e465";
}

.tci-broadcast-off:before {
  content: "\e466";
}

.tci-broadcast:before {
  content: "\e467";
}

.tci-broom:before {
  content: "\e468";
}

.tci-brush-off:before {
  content: "\e469";
}

.tci-brush-outline:before {
  content: "\e46a";
}

.tci-brush-variant:before {
  content: "\e46b";
}

.tci-brush:before {
  content: "\e46c";
}

.tci-bucket-outline:before {
  content: "\e46d";
}

.tci-bucket:before {
  content: "\e46e";
}

.tci-buffet:before {
  content: "\e46f";
}

.tci-bug-check-outline:before {
  content: "\e470";
}

.tci-bug-check:before {
  content: "\e471";
}

.tci-bug-outline:before {
  content: "\e472";
}

.tci-bug:before {
  content: "\e473";
}

.tci-bugle:before {
  content: "\e474";
}

.tci-bulldozer:before {
  content: "\e475";
}

.tci-bullet:before {
  content: "\e476";
}

.tci-bulletin-board:before {
  content: "\e477";
}

.tci-bullhorn-outline:before {
  content: "\e478";
}

.tci-bullhorn-variant-outline:before {
  content: "\e479";
}

.tci-bullhorn-variant:before {
  content: "\e47a";
}

.tci-bullhorn:before {
  content: "\e47b";
}

.tci-bullseye-arrow:before {
  content: "\e47c";
}

.tci-bullseye:before {
  content: "\e47d";
}

.tci-bulma:before {
  content: "\e47e";
}

.tci-bunk-bed-outline:before {
  content: "\e47f";
}

.tci-bunk-bed:before {
  content: "\e480";
}

.tci-bus-alert:before {
  content: "\e481";
}

.tci-bus-articulated-end:before {
  content: "\e482";
}

.tci-bus-articulated-front:before {
  content: "\e483";
}

.tci-bus-clock:before {
  content: "\e484";
}

.tci-bus-double-decker:before {
  content: "\e485";
}

.tci-bus-electric:before {
  content: "\e486";
}

.tci-bus-marker:before {
  content: "\e487";
}

.tci-bus-multiple:before {
  content: "\e488";
}

.tci-bus-school:before {
  content: "\e489";
}

.tci-bus-side:before {
  content: "\e48a";
}

.tci-bus-stop-covered:before {
  content: "\e48b";
}

.tci-bus-stop-uncovered:before {
  content: "\e48c";
}

.tci-bus-stop:before {
  content: "\e48d";
}

.tci-bus:before {
  content: "\e48e";
}

.tci-butterfly-outline:before {
  content: "\e48f";
}

.tci-butterfly:before {
  content: "\e490";
}

.tci-cabin-a-frame:before {
  content: "\e491";
}

.tci-cable-data:before {
  content: "\e492";
}

.tci-cached:before {
  content: "\e493";
}

.tci-cactus:before {
  content: "\e494";
}

.tci-cake-layered:before {
  content: "\e495";
}

.tci-cake-variant-outline:before {
  content: "\e496";
}

.tci-cake-variant:before {
  content: "\e497";
}

.tci-cake:before {
  content: "\e498";
}

.tci-calculator-variant-outline:before {
  content: "\e499";
}

.tci-calculator-variant:before {
  content: "\e49a";
}

.tci-calculator:before {
  content: "\e49b";
}

.tci-calendar-account-outline:before {
  content: "\e49c";
}

.tci-calendar-account:before {
  content: "\e49d";
}

.tci-calendar-alert:before {
  content: "\e49e";
}

.tci-calendar-arrow-left:before {
  content: "\e49f";
}

.tci-calendar-arrow-right:before {
  content: "\e4a0";
}

.tci-calendar-blank-multiple:before {
  content: "\e4a1";
}

.tci-calendar-blank-outline:before {
  content: "\e4a2";
}

.tci-calendar-blank:before {
  content: "\e4a3";
}

.tci-calendar-check-outline:before {
  content: "\e4a4";
}

.tci-calendar-check:before {
  content: "\e4a5";
}

.tci-calendar-clock-outline:before {
  content: "\e4a6";
}

.tci-calendar-clock:before {
  content: "\e4a7";
}

.tci-calendar-collapse-horizontal:before {
  content: "\e4a8";
}

.tci-calendar-cursor:before {
  content: "\e4a9";
}

.tci-calendar-edit:before {
  content: "\e4aa";
}

.tci-calendar-end:before {
  content: "\e4ab";
}

.tci-calendar-expand-horizontal:before {
  content: "\e4ac";
}

.tci-calendar-export:before {
  content: "\e4ad";
}

.tci-calendar-heart:before {
  content: "\e4ae";
}

.tci-calendar-import:before {
  content: "\e4af";
}

.tci-calendar-lock-outline:before {
  content: "\e4b0";
}

.tci-calendar-lock:before {
  content: "\e4b1";
}

.tci-calendar-minus:before {
  content: "\e4b2";
}

.tci-calendar-month-outline:before {
  content: "\e4b3";
}

.tci-calendar-month:before {
  content: "\e4b4";
}

.tci-calendar-multiple-check:before {
  content: "\e4b5";
}

.tci-calendar-multiple:before {
  content: "\e4b6";
}

.tci-calendar-multiselect:before {
  content: "\e4b7";
}

.tci-calendar-outline:before {
  content: "\e4b8";
}

.tci-calendar-plus:before {
  content: "\e4b9";
}

.tci-calendar-question:before {
  content: "\e4ba";
}

.tci-calendar-range-outline:before {
  content: "\e4bb";
}

.tci-calendar-range:before {
  content: "\e4bc";
}

.tci-calendar-refresh-outline:before {
  content: "\e4bd";
}

.tci-calendar-refresh:before {
  content: "\e4be";
}

.tci-calendar-remove-outline:before {
  content: "\e4bf";
}

.tci-calendar-remove:before {
  content: "\e4c0";
}

.tci-calendar-search:before {
  content: "\e4c1";
}

.tci-calendar-star:before {
  content: "\e4c2";
}

.tci-calendar-start:before {
  content: "\e4c3";
}

.tci-calendar-sync-outline:before {
  content: "\e4c4";
}

.tci-calendar-sync:before {
  content: "\e4c5";
}

.tci-calendar-text-outline:before {
  content: "\e4c6";
}

.tci-calendar-text:before {
  content: "\e4c7";
}

.tci-calendar-today:before {
  content: "\e4c8";
}

.tci-calendar-week-begin:before {
  content: "\e4c9";
}

.tci-calendar-week:before {
  content: "\e4ca";
}

.tci-calendar-weekend-outline:before {
  content: "\e4cb";
}

.tci-calendar-weekend:before {
  content: "\e4cc";
}

.tci-calendar:before {
  content: "\e4cd";
}

.tci-call-made:before {
  content: "\e4ce";
}

.tci-call-merge:before {
  content: "\e4cf";
}

.tci-call-missed:before {
  content: "\e4d0";
}

.tci-call-received:before {
  content: "\e4d1";
}

.tci-call-split:before {
  content: "\e4d2";
}

.tci-camcorder-off:before {
  content: "\e4d3";
}

.tci-camcorder:before {
  content: "\e4d4";
}

.tci-camera-account:before {
  content: "\e4d5";
}

.tci-camera-burst:before {
  content: "\e4d6";
}

.tci-camera-control:before {
  content: "\e4d7";
}

.tci-camera-document-off:before {
  content: "\e4d8";
}

.tci-camera-document:before {
  content: "\e4d9";
}

.tci-camera-enhance-outline:before {
  content: "\e4da";
}

.tci-camera-enhance:before {
  content: "\e4db";
}

.tci-camera-flip-outline:before {
  content: "\e4dc";
}

.tci-camera-flip:before {
  content: "\e4dd";
}

.tci-camera-front-variant:before {
  content: "\e4de";
}

.tci-camera-front:before {
  content: "\e4df";
}

.tci-camera-gopro:before {
  content: "\e4e0";
}

.tci-camera-image:before {
  content: "\e4e1";
}

.tci-camera-iris:before {
  content: "\e4e2";
}

.tci-camera-lock-outline:before {
  content: "\e4e3";
}

.tci-camera-lock:before {
  content: "\e4e4";
}

.tci-camera-marker-outline:before {
  content: "\e4e5";
}

.tci-camera-marker:before {
  content: "\e4e6";
}

.tci-camera-metering-center:before {
  content: "\e4e7";
}

.tci-camera-metering-matrix:before {
  content: "\e4e8";
}

.tci-camera-metering-partial:before {
  content: "\e4e9";
}

.tci-camera-metering-spot:before {
  content: "\e4ea";
}

.tci-camera-off-outline:before {
  content: "\e4eb";
}

.tci-camera-off:before {
  content: "\e4ec";
}

.tci-camera-outline:before {
  content: "\e4ed";
}

.tci-camera-party-mode:before {
  content: "\e4ee";
}

.tci-camera-plus-outline:before {
  content: "\e4ef";
}

.tci-camera-plus:before {
  content: "\e4f0";
}

.tci-camera-rear-variant:before {
  content: "\e4f1";
}

.tci-camera-rear:before {
  content: "\e4f2";
}

.tci-camera-retake-outline:before {
  content: "\e4f3";
}

.tci-camera-retake:before {
  content: "\e4f4";
}

.tci-camera-switch-outline:before {
  content: "\e4f5";
}

.tci-camera-switch:before {
  content: "\e4f6";
}

.tci-camera-timer:before {
  content: "\e4f7";
}

.tci-camera-wireless-outline:before {
  content: "\e4f8";
}

.tci-camera-wireless:before {
  content: "\e4f9";
}

.tci-camera:before {
  content: "\e4fa";
}

.tci-campfire:before {
  content: "\e4fb";
}

.tci-cancel:before {
  content: "\e4fc";
}

.tci-candelabra-fire:before {
  content: "\e4fd";
}

.tci-candelabra:before {
  content: "\e4fe";
}

.tci-candle:before {
  content: "\e4ff";
}

.tci-candy-off-outline:before {
  content: "\e500";
}

.tci-candy-off:before {
  content: "\e501";
}

.tci-candy-outline:before {
  content: "\e502";
}

.tci-candy:before {
  content: "\e503";
}

.tci-candycane:before {
  content: "\e504";
}

.tci-cannabis-off:before {
  content: "\e505";
}

.tci-cannabis:before {
  content: "\e506";
}

.tci-caps-lock:before {
  content: "\e507";
}

.tci-car-2-plus:before {
  content: "\e508";
}

.tci-car-3-plus:before {
  content: "\e509";
}

.tci-car-arrow-left:before {
  content: "\e50a";
}

.tci-car-arrow-right:before {
  content: "\e50b";
}

.tci-car-back:before {
  content: "\e50c";
}

.tci-car-battery:before {
  content: "\e50d";
}

.tci-car-brake-abs:before {
  content: "\e50e";
}

.tci-car-brake-alert:before {
  content: "\e50f";
}

.tci-car-brake-fluid-level:before {
  content: "\e510";
}

.tci-car-brake-hold:before {
  content: "\e511";
}

.tci-car-brake-low-pressure:before {
  content: "\e512";
}

.tci-car-brake-parking:before {
  content: "\e513";
}

.tci-car-brake-retarder:before {
  content: "\e514";
}

.tci-car-brake-temperature:before {
  content: "\e515";
}

.tci-car-brake-worn-linings:before {
  content: "\e516";
}

.tci-car-child-seat:before {
  content: "\e517";
}

.tci-car-clock:before {
  content: "\e518";
}

.tci-car-clutch:before {
  content: "\e519";
}

.tci-car-cog:before {
  content: "\e51a";
}

.tci-car-connected:before {
  content: "\e51b";
}

.tci-car-convertible:before {
  content: "\e51c";
}

.tci-car-coolant-level:before {
  content: "\e51d";
}

.tci-car-cruise-control:before {
  content: "\e51e";
}

.tci-car-defrost-front:before {
  content: "\e51f";
}

.tci-car-defrost-rear:before {
  content: "\e520";
}

.tci-car-door-lock:before {
  content: "\e521";
}

.tci-car-door:before {
  content: "\e522";
}

.tci-car-electric-outline:before {
  content: "\e523";
}

.tci-car-electric:before {
  content: "\e524";
}

.tci-car-emergency:before {
  content: "\e525";
}

.tci-car-esp:before {
  content: "\e526";
}

.tci-car-estate:before {
  content: "\e527";
}

.tci-car-hatchback:before {
  content: "\e528";
}

.tci-car-info:before {
  content: "\e529";
}

.tci-car-key:before {
  content: "\e52a";
}

.tci-car-lifted-pickup:before {
  content: "\e52b";
}

.tci-car-light-alert:before {
  content: "\e52c";
}

.tci-car-light-dimmed:before {
  content: "\e52d";
}

.tci-car-light-fog:before {
  content: "\e52e";
}

.tci-car-light-high:before {
  content: "\e52f";
}

.tci-car-limousine:before {
  content: "\e530";
}

.tci-car-multiple:before {
  content: "\e531";
}

.tci-car-off:before {
  content: "\e532";
}

.tci-car-outline:before {
  content: "\e533";
}

.tci-car-parking-lights:before {
  content: "\e534";
}

.tci-car-pickup:before {
  content: "\e535";
}

.tci-car-seat-cooler:before {
  content: "\e536";
}

.tci-car-seat-heater:before {
  content: "\e537";
}

.tci-car-seat:before {
  content: "\e538";
}

.tci-car-select:before {
  content: "\e539";
}

.tci-car-settings:before {
  content: "\e53a";
}

.tci-car-shift-pattern:before {
  content: "\e53b";
}

.tci-car-side:before {
  content: "\e53c";
}

.tci-car-speed-limiter:before {
  content: "\e53d";
}

.tci-car-sports:before {
  content: "\e53e";
}

.tci-car-tire-alert:before {
  content: "\e53f";
}

.tci-car-traction-control:before {
  content: "\e540";
}

.tci-car-turbocharger:before {
  content: "\e541";
}

.tci-car-wash:before {
  content: "\e542";
}

.tci-car-windshield-outline:before {
  content: "\e543";
}

.tci-car-windshield:before {
  content: "\e544";
}

.tci-car-wireless:before {
  content: "\e545";
}

.tci-car-wrench:before {
  content: "\e546";
}

.tci-car:before {
  content: "\e547";
}

.tci-carabiner:before {
  content: "\e548";
}

.tci-caravan:before {
  content: "\e549";
}

.tci-card-account-details-outline:before {
  content: "\e54a";
}

.tci-card-account-details-star-outline:before {
  content: "\e54b";
}

.tci-card-account-details-star:before {
  content: "\e54c";
}

.tci-card-account-details:before {
  content: "\e54d";
}

.tci-card-account-mail-outline:before {
  content: "\e54e";
}

.tci-card-account-mail:before {
  content: "\e54f";
}

.tci-card-account-phone-outline:before {
  content: "\e550";
}

.tci-card-account-phone:before {
  content: "\e551";
}

.tci-card-bulleted-off-outline:before {
  content: "\e552";
}

.tci-card-bulleted-off:before {
  content: "\e553";
}

.tci-card-bulleted-outline:before {
  content: "\e554";
}

.tci-card-bulleted-settings-outline:before {
  content: "\e555";
}

.tci-card-bulleted-settings:before {
  content: "\e556";
}

.tci-card-bulleted:before {
  content: "\e557";
}

.tci-card-minus-outline:before {
  content: "\e558";
}

.tci-card-minus:before {
  content: "\e559";
}

.tci-card-multiple-outline:before {
  content: "\e55a";
}

.tci-card-multiple:before {
  content: "\e55b";
}

.tci-card-off-outline:before {
  content: "\e55c";
}

.tci-card-off:before {
  content: "\e55d";
}

.tci-card-outline:before {
  content: "\e55e";
}

.tci-card-plus-outline:before {
  content: "\e55f";
}

.tci-card-plus:before {
  content: "\e560";
}

.tci-card-remove-outline:before {
  content: "\e561";
}

.tci-card-remove:before {
  content: "\e562";
}

.tci-card-search-outline:before {
  content: "\e563";
}

.tci-card-search:before {
  content: "\e564";
}

.tci-card-text-outline:before {
  content: "\e565";
}

.tci-card-text:before {
  content: "\e566";
}

.tci-card:before {
  content: "\e567";
}

.tci-cards-club-outline:before {
  content: "\e568";
}

.tci-cards-club:before {
  content: "\e569";
}

.tci-cards-diamond-outline:before {
  content: "\e56a";
}

.tci-cards-diamond:before {
  content: "\e56b";
}

.tci-cards-heart-outline:before {
  content: "\e56c";
}

.tci-cards-heart:before {
  content: "\e56d";
}

.tci-cards-outline:before {
  content: "\e56e";
}

.tci-cards-playing-club-multiple-outline:before {
  content: "\e56f";
}

.tci-cards-playing-club-multiple:before {
  content: "\e570";
}

.tci-cards-playing-club-outline:before {
  content: "\e571";
}

.tci-cards-playing-club:before {
  content: "\e572";
}

.tci-cards-playing-diamond-multiple-outline:before {
  content: "\e573";
}

.tci-cards-playing-diamond-multiple:before {
  content: "\e574";
}

.tci-cards-playing-diamond-outline:before {
  content: "\e575";
}

.tci-cards-playing-diamond:before {
  content: "\e576";
}

.tci-cards-playing-heart-multiple-outline:before {
  content: "\e577";
}

.tci-cards-playing-heart-multiple:before {
  content: "\e578";
}

.tci-cards-playing-heart-outline:before {
  content: "\e579";
}

.tci-cards-playing-heart:before {
  content: "\e57a";
}

.tci-cards-playing-outline:before {
  content: "\e57b";
}

.tci-cards-playing-spade-multiple-outline:before {
  content: "\e57c";
}

.tci-cards-playing-spade-multiple:before {
  content: "\e57d";
}

.tci-cards-playing-spade-outline:before {
  content: "\e57e";
}

.tci-cards-playing-spade:before {
  content: "\e57f";
}

.tci-cards-playing:before {
  content: "\e580";
}

.tci-cards-spade-outline:before {
  content: "\e581";
}

.tci-cards-spade:before {
  content: "\e582";
}

.tci-cards-variant:before {
  content: "\e583";
}

.tci-cards:before {
  content: "\e584";
}

.tci-carrot:before {
  content: "\e585";
}

.tci-cart-arrow-down:before {
  content: "\e586";
}

.tci-cart-arrow-right:before {
  content: "\e587";
}

.tci-cart-arrow-up:before {
  content: "\e588";
}

.tci-cart-check:before {
  content: "\e589";
}

.tci-cart-heart:before {
  content: "\e58a";
}

.tci-cart-minus:before {
  content: "\e58b";
}

.tci-cart-off:before {
  content: "\e58c";
}

.tci-cart-outline:before {
  content: "\e58d";
}

.tci-cart-plus:before {
  content: "\e58e";
}

.tci-cart-remove:before {
  content: "\e58f";
}

.tci-cart-variant:before {
  content: "\e590";
}

.tci-cart:before {
  content: "\e591";
}

.tci-case-sensitive-alt:before {
  content: "\e592";
}

.tci-cash-100:before {
  content: "\e593";
}

.tci-cash-check:before {
  content: "\e594";
}

.tci-cash-fast:before {
  content: "\e595";
}

.tci-cash-lock-open:before {
  content: "\e596";
}

.tci-cash-lock:before {
  content: "\e597";
}

.tci-cash-marker:before {
  content: "\e598";
}

.tci-cash-minus:before {
  content: "\e599";
}

.tci-cash-multiple:before {
  content: "\e59a";
}

.tci-cash-plus:before {
  content: "\e59b";
}

.tci-cash-refund:before {
  content: "\e59c";
}

.tci-cash-register:before {
  content: "\e59d";
}

.tci-cash-remove:before {
  content: "\e59e";
}

.tci-cash:before {
  content: "\e59f";
}

.tci-cassette:before {
  content: "\e5a0";
}

.tci-cast-audio-variant:before {
  content: "\e5a1";
}

.tci-cast-audio:before {
  content: "\e5a2";
}

.tci-cast-connected:before {
  content: "\e5a3";
}

.tci-cast-education:before {
  content: "\e5a4";
}

.tci-cast-off:before {
  content: "\e5a5";
}

.tci-cast-variant:before {
  content: "\e5a6";
}

.tci-cast:before {
  content: "\e5a7";
}

.tci-castle:before {
  content: "\e5a8";
}

.tci-cat:before {
  content: "\e5a9";
}

.tci-cctv-off:before {
  content: "\e5aa";
}

.tci-cctv:before {
  content: "\e5ab";
}

.tci-ceiling-fan-light:before {
  content: "\e5ac";
}

.tci-ceiling-fan:before {
  content: "\e5ad";
}

.tci-ceiling-light-multiple-outline:before {
  content: "\e5ae";
}

.tci-ceiling-light-multiple:before {
  content: "\e5af";
}

.tci-ceiling-light-outline:before {
  content: "\e5b0";
}

.tci-ceiling-light:before {
  content: "\e5b1";
}

.tci-cellphone-arrow-down-variant:before {
  content: "\e5b2";
}

.tci-cellphone-arrow-down:before {
  content: "\e5b3";
}

.tci-cellphone-basic:before {
  content: "\e5b4";
}

.tci-cellphone-charging:before {
  content: "\e5b5";
}

.tci-cellphone-check:before {
  content: "\e5b6";
}

.tci-cellphone-cog:before {
  content: "\e5b7";
}

.tci-cellphone-dock:before {
  content: "\e5b8";
}

.tci-cellphone-information:before {
  content: "\e5b9";
}

.tci-cellphone-key:before {
  content: "\e5ba";
}

.tci-cellphone-link-off:before {
  content: "\e5bb";
}

.tci-cellphone-link:before {
  content: "\e5bc";
}

.tci-cellphone-lock:before {
  content: "\e5bd";
}

.tci-cellphone-marker:before {
  content: "\e5be";
}

.tci-cellphone-message-off:before {
  content: "\e5bf";
}

.tci-cellphone-message:before {
  content: "\e5c0";
}

.tci-cellphone-nfc-off:before {
  content: "\e5c1";
}

.tci-cellphone-nfc:before {
  content: "\e5c2";
}

.tci-cellphone-off:before {
  content: "\e5c3";
}

.tci-cellphone-play:before {
  content: "\e5c4";
}

.tci-cellphone-remove:before {
  content: "\e5c5";
}

.tci-cellphone-screenshot:before {
  content: "\e5c6";
}

.tci-cellphone-settings:before {
  content: "\e5c7";
}

.tci-cellphone-sound:before {
  content: "\e5c8";
}

.tci-cellphone-text:before {
  content: "\e5c9";
}

.tci-cellphone-wireless:before {
  content: "\e5ca";
}

.tci-cellphone:before {
  content: "\e5cb";
}

.tci-centos:before {
  content: "\e5cc";
}

.tci-certificate-outline:before {
  content: "\e5cd";
}

.tci-certificate:before {
  content: "\e5ce";
}

.tci-chair-rolling:before {
  content: "\e5cf";
}

.tci-chair-school:before {
  content: "\e5d0";
}

.tci-chandelier:before {
  content: "\e5d1";
}

.tci-charity:before {
  content: "\e5d2";
}

.tci-chart-arc:before {
  content: "\e5d3";
}

.tci-chart-areaspline-variant:before {
  content: "\e5d4";
}

.tci-chart-areaspline:before {
  content: "\e5d5";
}

.tci-chart-bar-stacked:before {
  content: "\e5d6";
}

.tci-chart-bar:before {
  content: "\e5d7";
}

.tci-chart-bell-curve-cumulative:before {
  content: "\e5d8";
}

.tci-chart-bell-curve:before {
  content: "\e5d9";
}

.tci-chart-box-outline:before {
  content: "\e5da";
}

.tci-chart-box-plus-outline:before {
  content: "\e5db";
}

.tci-chart-box:before {
  content: "\e5dc";
}

.tci-chart-bubble:before {
  content: "\e5dd";
}

.tci-chart-donut-variant:before {
  content: "\e5de";
}

.tci-chart-donut:before {
  content: "\e5df";
}

.tci-chart-gantt:before {
  content: "\e5e0";
}

.tci-chart-histogram:before {
  content: "\e5e1";
}

.tci-chart-line-stacked:before {
  content: "\e5e2";
}

.tci-chart-line-variant:before {
  content: "\e5e3";
}

.tci-chart-line:before {
  content: "\e5e4";
}

.tci-chart-multiline:before {
  content: "\e5e5";
}

.tci-chart-multiple:before {
  content: "\e5e6";
}

.tci-chart-pie:before {
  content: "\e5e7";
}

.tci-chart-ppf:before {
  content: "\e5e8";
}

.tci-chart-sankey-variant:before {
  content: "\e5e9";
}

.tci-chart-sankey:before {
  content: "\e5ea";
}

.tci-chart-scatter-plot-hexbin:before {
  content: "\e5eb";
}

.tci-chart-scatter-plot:before {
  content: "\e5ec";
}

.tci-chart-timeline-variant-shimmer:before {
  content: "\e5ed";
}

.tci-chart-timeline-variant:before {
  content: "\e5ee";
}

.tci-chart-timeline:before {
  content: "\e5ef";
}

.tci-chart-tree:before {
  content: "\e5f0";
}

.tci-chart-waterfall:before {
  content: "\e5f1";
}

.tci-chat-alert-outline:before {
  content: "\e5f2";
}

.tci-chat-alert:before {
  content: "\e5f3";
}

.tci-chat-minus-outline:before {
  content: "\e5f4";
}

.tci-chat-minus:before {
  content: "\e5f5";
}

.tci-chat-outline:before {
  content: "\e5f6";
}

.tci-chat-plus-outline:before {
  content: "\e5f7";
}

.tci-chat-plus:before {
  content: "\e5f8";
}

.tci-chat-processing-outline:before {
  content: "\e5f9";
}

.tci-chat-processing:before {
  content: "\e5fa";
}

.tci-chat-question-outline:before {
  content: "\e5fb";
}

.tci-chat-question:before {
  content: "\e5fc";
}

.tci-chat-remove-outline:before {
  content: "\e5fd";
}

.tci-chat-remove:before {
  content: "\e5fe";
}

.tci-chat-sleep-outline:before {
  content: "\e5ff";
}

.tci-chat-sleep:before {
  content: "\e600";
}

.tci-chat:before {
  content: "\e601";
}

.tci-check-all:before {
  content: "\e602";
}

.tci-check-bold:before {
  content: "\e603";
}

.tci-check-circle-outline:before {
  content: "\e604";
}

.tci-check-circle:before {
  content: "\e605";
}

.tci-check-decagram-outline:before {
  content: "\e606";
}

.tci-check-decagram:before {
  content: "\e607";
}

.tci-check-network-outline:before {
  content: "\e608";
}

.tci-check-network:before {
  content: "\e609";
}

.tci-check-outline:before {
  content: "\e60a";
}

.tci-check-underline-circle-outline:before {
  content: "\e60b";
}

.tci-check-underline-circle:before {
  content: "\e60c";
}

.tci-check-underline:before {
  content: "\e60d";
}

.tci-check:before {
  content: "\e60e";
}

.tci-checkbook:before {
  content: "\e60f";
}

.tci-checkbox-blank-badge-outline:before {
  content: "\e610";
}

.tci-checkbox-blank-badge:before {
  content: "\e611";
}

.tci-checkbox-blank-circle-outline:before {
  content: "\e612";
}

.tci-checkbox-blank-circle:before {
  content: "\e613";
}

.tci-checkbox-blank-off-outline:before {
  content: "\e614";
}

.tci-checkbox-blank-off:before {
  content: "\e615";
}

.tci-checkbox-blank-outline:before {
  content: "\e616";
}

.tci-checkbox-blank:before {
  content: "\e617";
}

.tci-checkbox-intermediate:before {
  content: "\e618";
}

.tci-checkbox-marked-circle-outline:before {
  content: "\e619";
}

.tci-checkbox-marked-circle-plus-outline:before {
  content: "\e61a";
}

.tci-checkbox-marked-circle:before {
  content: "\e61b";
}

.tci-checkbox-marked-outline:before {
  content: "\e61c";
}

.tci-checkbox-marked:before {
  content: "\e61d";
}

.tci-checkbox-multiple-blank-circle-outline:before {
  content: "\e61e";
}

.tci-checkbox-multiple-blank-circle:before {
  content: "\e61f";
}

.tci-checkbox-multiple-blank-outline:before {
  content: "\e620";
}

.tci-checkbox-multiple-blank:before {
  content: "\e621";
}

.tci-checkbox-multiple-marked-circle-outline:before {
  content: "\e622";
}

.tci-checkbox-multiple-marked-circle:before {
  content: "\e623";
}

.tci-checkbox-multiple-marked-outline:before {
  content: "\e624";
}

.tci-checkbox-multiple-marked:before {
  content: "\e625";
}

.tci-checkbox-multiple-outline:before {
  content: "\e626";
}

.tci-checkbox-outline:before {
  content: "\e627";
}

.tci-checkerboard-minus:before {
  content: "\e628";
}

.tci-checkerboard-plus:before {
  content: "\e629";
}

.tci-checkerboard-remove:before {
  content: "\e62a";
}

.tci-checkerboard:before {
  content: "\e62b";
}

.tci-cheese-off:before {
  content: "\e62c";
}

.tci-cheese:before {
  content: "\e62d";
}

.tci-chef-hat:before {
  content: "\e62e";
}

.tci-chemical-weapon:before {
  content: "\e62f";
}

.tci-chess-bishop:before {
  content: "\e630";
}

.tci-chess-king:before {
  content: "\e631";
}

.tci-chess-knight:before {
  content: "\e632";
}

.tci-chess-pawn:before {
  content: "\e633";
}

.tci-chess-queen:before {
  content: "\e634";
}

.tci-chess-rook:before {
  content: "\e635";
}

.tci-chevron-double-down:before {
  content: "\e636";
}

.tci-chevron-double-left:before {
  content: "\e637";
}

.tci-chevron-double-right:before {
  content: "\e638";
}

.tci-chevron-double-up:before {
  content: "\e639";
}

.tci-chevron-down-box-outline:before {
  content: "\e63a";
}

.tci-chevron-down-box:before {
  content: "\e63b";
}

.tci-chevron-down-circle-outline:before {
  content: "\e63c";
}

.tci-chevron-down-circle:before {
  content: "\e63d";
}

.tci-chevron-down:before {
  content: "\e63e";
}

.tci-chevron-left-box-outline:before {
  content: "\e63f";
}

.tci-chevron-left-box:before {
  content: "\e640";
}

.tci-chevron-left-circle-outline:before {
  content: "\e641";
}

.tci-chevron-left-circle:before {
  content: "\e642";
}

.tci-chevron-left:before {
  content: "\e643";
}

.tci-chevron-right-box-outline:before {
  content: "\e644";
}

.tci-chevron-right-box:before {
  content: "\e645";
}

.tci-chevron-right-circle-outline:before {
  content: "\e646";
}

.tci-chevron-right-circle:before {
  content: "\e647";
}

.tci-chevron-right:before {
  content: "\e648";
}

.tci-chevron-triple-down:before {
  content: "\e649";
}

.tci-chevron-triple-left:before {
  content: "\e64a";
}

.tci-chevron-triple-right:before {
  content: "\e64b";
}

.tci-chevron-triple-up:before {
  content: "\e64c";
}

.tci-chevron-up-box-outline:before {
  content: "\e64d";
}

.tci-chevron-up-box:before {
  content: "\e64e";
}

.tci-chevron-up-circle-outline:before {
  content: "\e64f";
}

.tci-chevron-up-circle:before {
  content: "\e650";
}

.tci-chevron-up:before {
  content: "\e651";
}

.tci-chili-alert-outline:before {
  content: "\e652";
}

.tci-chili-alert:before {
  content: "\e653";
}

.tci-chili-hot-outline:before {
  content: "\e654";
}

.tci-chili-hot:before {
  content: "\e655";
}

.tci-chili-medium-outline:before {
  content: "\e656";
}

.tci-chili-medium:before {
  content: "\e657";
}

.tci-chili-mild-outline:before {
  content: "\e658";
}

.tci-chili-mild:before {
  content: "\e659";
}

.tci-chili-off-outline:before {
  content: "\e65a";
}

.tci-chili-off:before {
  content: "\e65b";
}

.tci-chip:before {
  content: "\e65c";
}

.tci-church:before {
  content: "\e65d";
}

.tci-cigar-off:before {
  content: "\e65e";
}

.tci-cigar:before {
  content: "\e65f";
}

.tci-circle-box-outline:before {
  content: "\e660";
}

.tci-circle-box:before {
  content: "\e661";
}

.tci-circle-double:before {
  content: "\e662";
}

.tci-circle-edit-outline:before {
  content: "\e663";
}

.tci-circle-expand:before {
  content: "\e664";
}

.tci-circle-half-full:before {
  content: "\e665";
}

.tci-circle-half:before {
  content: "\e666";
}

.tci-circle-medium:before {
  content: "\e667";
}

.tci-circle-multiple-outline:before {
  content: "\e668";
}

.tci-circle-multiple:before {
  content: "\e669";
}

.tci-circle-off-outline:before {
  content: "\e66a";
}

.tci-circle-opacity:before {
  content: "\e66b";
}

.tci-circle-outline:before {
  content: "\e66c";
}

.tci-circle-slice-1:before {
  content: "\e66d";
}

.tci-circle-slice-2:before {
  content: "\e66e";
}

.tci-circle-slice-3:before {
  content: "\e66f";
}

.tci-circle-slice-4:before {
  content: "\e670";
}

.tci-circle-slice-5:before {
  content: "\e671";
}

.tci-circle-slice-6:before {
  content: "\e672";
}

.tci-circle-slice-7:before {
  content: "\e673";
}

.tci-circle-slice-8:before {
  content: "\e674";
}

.tci-circle-small:before {
  content: "\e675";
}

.tci-circle:before {
  content: "\e676";
}

.tci-circular-saw:before {
  content: "\e677";
}

.tci-city-variant-outline:before {
  content: "\e678";
}

.tci-city-variant:before {
  content: "\e679";
}

.tci-city:before {
  content: "\e67a";
}

.tci-clipboard-account-outline:before {
  content: "\e67b";
}

.tci-clipboard-account:before {
  content: "\e67c";
}

.tci-clipboard-alert-outline:before {
  content: "\e67d";
}

.tci-clipboard-alert:before {
  content: "\e67e";
}

.tci-clipboard-arrow-down-outline:before {
  content: "\e67f";
}

.tci-clipboard-arrow-down:before {
  content: "\e680";
}

.tci-clipboard-arrow-left-outline:before {
  content: "\e681";
}

.tci-clipboard-arrow-left:before {
  content: "\e682";
}

.tci-clipboard-arrow-right-outline:before {
  content: "\e683";
}

.tci-clipboard-arrow-right:before {
  content: "\e684";
}

.tci-clipboard-arrow-up-outline:before {
  content: "\e685";
}

.tci-clipboard-arrow-up:before {
  content: "\e686";
}

.tci-clipboard-check-multiple-outline:before {
  content: "\e687";
}

.tci-clipboard-check-multiple:before {
  content: "\e688";
}

.tci-clipboard-check-outline:before {
  content: "\e689";
}

.tci-clipboard-check:before {
  content: "\e68a";
}

.tci-clipboard-clock-outline:before {
  content: "\e68b";
}

.tci-clipboard-clock:before {
  content: "\e68c";
}

.tci-clipboard-edit-outline:before {
  content: "\e68d";
}

.tci-clipboard-edit:before {
  content: "\e68e";
}

.tci-clipboard-file-outline:before {
  content: "\e68f";
}

.tci-clipboard-file:before {
  content: "\e690";
}

.tci-clipboard-flow-outline:before {
  content: "\e691";
}

.tci-clipboard-flow:before {
  content: "\e692";
}

.tci-clipboard-list-outline:before {
  content: "\e693";
}

.tci-clipboard-list:before {
  content: "\e694";
}

.tci-clipboard-minus-outline:before {
  content: "\e695";
}

.tci-clipboard-minus:before {
  content: "\e696";
}

.tci-clipboard-multiple-outline:before {
  content: "\e697";
}

.tci-clipboard-multiple:before {
  content: "\e698";
}

.tci-clipboard-off-outline:before {
  content: "\e699";
}

.tci-clipboard-off:before {
  content: "\e69a";
}

.tci-clipboard-outline:before {
  content: "\e69b";
}

.tci-clipboard-play-multiple-outline:before {
  content: "\e69c";
}

.tci-clipboard-play-multiple:before {
  content: "\e69d";
}

.tci-clipboard-play-outline:before {
  content: "\e69e";
}

.tci-clipboard-play:before {
  content: "\e69f";
}

.tci-clipboard-plus-outline:before {
  content: "\e6a0";
}

.tci-clipboard-plus:before {
  content: "\e6a1";
}

.tci-clipboard-pulse-outline:before {
  content: "\e6a2";
}

.tci-clipboard-pulse:before {
  content: "\e6a3";
}

.tci-clipboard-remove-outline:before {
  content: "\e6a4";
}

.tci-clipboard-remove:before {
  content: "\e6a5";
}

.tci-clipboard-search-outline:before {
  content: "\e6a6";
}

.tci-clipboard-search:before {
  content: "\e6a7";
}

.tci-clipboard-text-clock-outline:before {
  content: "\e6a8";
}

.tci-clipboard-text-clock:before {
  content: "\e6a9";
}

.tci-clipboard-text-multiple-outline:before {
  content: "\e6aa";
}

.tci-clipboard-text-multiple:before {
  content: "\e6ab";
}

.tci-clipboard-text-off-outline:before {
  content: "\e6ac";
}

.tci-clipboard-text-off:before {
  content: "\e6ad";
}

.tci-clipboard-text-outline:before {
  content: "\e6ae";
}

.tci-clipboard-text-play-outline:before {
  content: "\e6af";
}

.tci-clipboard-text-play:before {
  content: "\e6b0";
}

.tci-clipboard-text-search-outline:before {
  content: "\e6b1";
}

.tci-clipboard-text-search:before {
  content: "\e6b2";
}

.tci-clipboard-text:before {
  content: "\e6b3";
}

.tci-clipboard:before {
  content: "\e6b4";
}

.tci-clippy:before {
  content: "\e6b5";
}

.tci-clock-alert-outline:before {
  content: "\e6b6";
}

.tci-clock-alert:before {
  content: "\e6b7";
}

.tci-clock-check-outline:before {
  content: "\e6b8";
}

.tci-clock-check:before {
  content: "\e6b9";
}

.tci-clock-digital:before {
  content: "\e6ba";
}

.tci-clock-edit-outline:before {
  content: "\e6bb";
}

.tci-clock-edit:before {
  content: "\e6bc";
}

.tci-clock-end:before {
  content: "\e6bd";
}

.tci-clock-fast:before {
  content: "\e6be";
}

.tci-clock-in:before {
  content: "\e6bf";
}

.tci-clock-minus-outline:before {
  content: "\e6c0";
}

.tci-clock-minus:before {
  content: "\e6c1";
}

.tci-clock-out:before {
  content: "\e6c2";
}

.tci-clock-outline:before {
  content: "\e6c3";
}

.tci-clock-plus-outline:before {
  content: "\e6c4";
}

.tci-clock-plus:before {
  content: "\e6c5";
}

.tci-clock-remove-outline:before {
  content: "\e6c6";
}

.tci-clock-remove:before {
  content: "\e6c7";
}

.tci-clock-start:before {
  content: "\e6c8";
}

.tci-clock-time-eight-outline:before {
  content: "\e6c9";
}

.tci-clock-time-eight:before {
  content: "\e6ca";
}

.tci-clock-time-eleven-outline:before {
  content: "\e6cb";
}

.tci-clock-time-eleven:before {
  content: "\e6cc";
}

.tci-clock-time-five-outline:before {
  content: "\e6cd";
}

.tci-clock-time-five:before {
  content: "\e6ce";
}

.tci-clock-time-four-outline:before {
  content: "\e6cf";
}

.tci-clock-time-four:before {
  content: "\e6d0";
}

.tci-clock-time-nine-outline:before {
  content: "\e6d1";
}

.tci-clock-time-nine:before {
  content: "\e6d2";
}

.tci-clock-time-one-outline:before {
  content: "\e6d3";
}

.tci-clock-time-one:before {
  content: "\e6d4";
}

.tci-clock-time-seven-outline:before {
  content: "\e6d5";
}

.tci-clock-time-seven:before {
  content: "\e6d6";
}

.tci-clock-time-six-outline:before {
  content: "\e6d7";
}

.tci-clock-time-six:before {
  content: "\e6d8";
}

.tci-clock-time-ten-outline:before {
  content: "\e6d9";
}

.tci-clock-time-ten:before {
  content: "\e6da";
}

.tci-clock-time-three-outline:before {
  content: "\e6db";
}

.tci-clock-time-three:before {
  content: "\e6dc";
}

.tci-clock-time-twelve-outline:before {
  content: "\e6dd";
}

.tci-clock-time-twelve:before {
  content: "\e6de";
}

.tci-clock-time-two-outline:before {
  content: "\e6df";
}

.tci-clock-time-two:before {
  content: "\e6e0";
}

.tci-clock:before {
  content: "\e6e1";
}

.tci-close-box-multiple-outline:before {
  content: "\e6e2";
}

.tci-close-box-multiple:before {
  content: "\e6e3";
}

.tci-close-box-outline:before {
  content: "\e6e4";
}

.tci-close-box:before {
  content: "\e6e5";
}

.tci-close-circle-multiple-outline:before {
  content: "\e6e6";
}

.tci-close-circle-multiple:before {
  content: "\e6e7";
}

.tci-close-circle-outline:before {
  content: "\e6e8";
}

.tci-close-circle:before {
  content: "\e6e9";
}

.tci-close-network-outline:before {
  content: "\e6ea";
}

.tci-close-network:before {
  content: "\e6eb";
}

.tci-close-octagon-outline:before {
  content: "\e6ec";
}

.tci-close-octagon:before {
  content: "\e6ed";
}

.tci-close-outline:before {
  content: "\e6ee";
}

.tci-close-thick:before {
  content: "\e6ef";
}

.tci-close:before {
  content: "\e6f0";
}

.tci-closed-caption-outline:before {
  content: "\e6f1";
}

.tci-closed-caption:before {
  content: "\e6f2";
}

.tci-cloud-alert:before {
  content: "\e6f3";
}

.tci-cloud-braces:before {
  content: "\e6f4";
}

.tci-cloud-check-outline:before {
  content: "\e6f5";
}

.tci-cloud-check:before {
  content: "\e6f6";
}

.tci-cloud-circle:before {
  content: "\e6f7";
}

.tci-cloud-download-outline:before {
  content: "\e6f8";
}

.tci-cloud-download:before {
  content: "\e6f9";
}

.tci-cloud-lock-outline:before {
  content: "\e6fa";
}

.tci-cloud-lock:before {
  content: "\e6fb";
}

.tci-cloud-off-outline:before {
  content: "\e6fc";
}

.tci-cloud-outline:before {
  content: "\e6fd";
}

.tci-cloud-print-outline:before {
  content: "\e6fe";
}

.tci-cloud-print:before {
  content: "\e6ff";
}

.tci-cloud-question:before {
  content: "\e700";
}

.tci-cloud-refresh:before {
  content: "\e701";
}

.tci-cloud-search-outline:before {
  content: "\e702";
}

.tci-cloud-search:before {
  content: "\e703";
}

.tci-cloud-sync-outline:before {
  content: "\e704";
}

.tci-cloud-sync:before {
  content: "\e705";
}

.tci-cloud-tags:before {
  content: "\e706";
}

.tci-cloud-upload-outline:before {
  content: "\e707";
}

.tci-cloud-upload:before {
  content: "\e708";
}

.tci-cloud:before {
  content: "\e709";
}

.tci-clover:before {
  content: "\e70a";
}

.tci-coach-lamp:before {
  content: "\e70b";
}

.tci-coat-rack:before {
  content: "\e70c";
}

.tci-code-array:before {
  content: "\e70d";
}

.tci-code-braces-box:before {
  content: "\e70e";
}

.tci-code-braces:before {
  content: "\e70f";
}

.tci-code-brackets:before {
  content: "\e710";
}

.tci-code-equal:before {
  content: "\e711";
}

.tci-code-greater-than-or-equal:before {
  content: "\e712";
}

.tci-code-greater-than:before {
  content: "\e713";
}

.tci-code-json:before {
  content: "\e714";
}

.tci-code-less-than-or-equal:before {
  content: "\e715";
}

.tci-code-less-than:before {
  content: "\e716";
}

.tci-code-not-equal-variant:before {
  content: "\e717";
}

.tci-code-not-equal:before {
  content: "\e718";
}

.tci-code-parentheses-box:before {
  content: "\e719";
}

.tci-code-parentheses:before {
  content: "\e71a";
}

.tci-code-string:before {
  content: "\e71b";
}

.tci-code-tags-check:before {
  content: "\e71c";
}

.tci-code-tags:before {
  content: "\e71d";
}

.tci-codepen:before {
  content: "\e71e";
}

.tci-coffee-maker-check-outline:before {
  content: "\e71f";
}

.tci-coffee-maker-check:before {
  content: "\e720";
}

.tci-coffee-maker-outline:before {
  content: "\e721";
}

.tci-coffee-maker:before {
  content: "\e722";
}

.tci-coffee-off-outline:before {
  content: "\e723";
}

.tci-coffee-off:before {
  content: "\e724";
}

.tci-coffee-outline:before {
  content: "\e725";
}

.tci-coffee-to-go-outline:before {
  content: "\e726";
}

.tci-coffee-to-go:before {
  content: "\e727";
}

.tci-coffee:before {
  content: "\e728";
}

.tci-coffin:before {
  content: "\e729";
}

.tci-cog-box:before {
  content: "\e72a";
}

.tci-cog-clockwise:before {
  content: "\e72b";
}

.tci-cog-counterclockwise:before {
  content: "\e72c";
}

.tci-cog-off-outline:before {
  content: "\e72d";
}

.tci-cog-off:before {
  content: "\e72e";
}

.tci-cog-outline:before {
  content: "\e72f";
}

.tci-cog-pause-outline:before {
  content: "\e730";
}

.tci-cog-pause:before {
  content: "\e731";
}

.tci-cog-play-outline:before {
  content: "\e732";
}

.tci-cog-play:before {
  content: "\e733";
}

.tci-cog-refresh-outline:before {
  content: "\e734";
}

.tci-cog-refresh:before {
  content: "\e735";
}

.tci-cog-stop-outline:before {
  content: "\e736";
}

.tci-cog-stop:before {
  content: "\e737";
}

.tci-cog-sync-outline:before {
  content: "\e738";
}

.tci-cog-sync:before {
  content: "\e739";
}

.tci-cog-transfer-outline:before {
  content: "\e73a";
}

.tci-cog-transfer:before {
  content: "\e73b";
}

.tci-cog:before {
  content: "\e73c";
}

.tci-cogs:before {
  content: "\e73d";
}

.tci-collage:before {
  content: "\e73e";
}

.tci-collapse-all-outline:before {
  content: "\e73f";
}

.tci-collapse-all:before {
  content: "\e740";
}

.tci-color-helper:before {
  content: "\e741";
}

.tci-comma-box-outline:before {
  content: "\e742";
}

.tci-comma-box:before {
  content: "\e743";
}

.tci-comma-circle-outline:before {
  content: "\e744";
}

.tci-comma-circle:before {
  content: "\e745";
}

.tci-comma:before {
  content: "\e746";
}

.tci-comment-account-outline:before {
  content: "\e747";
}

.tci-comment-account:before {
  content: "\e748";
}

.tci-comment-alert-outline:before {
  content: "\e749";
}

.tci-comment-alert:before {
  content: "\e74a";
}

.tci-comment-arrow-left-outline:before {
  content: "\e74b";
}

.tci-comment-arrow-left:before {
  content: "\e74c";
}

.tci-comment-arrow-right-outline:before {
  content: "\e74d";
}

.tci-comment-arrow-right:before {
  content: "\e74e";
}

.tci-comment-bookmark-outline:before {
  content: "\e74f";
}

.tci-comment-bookmark:before {
  content: "\e750";
}

.tci-comment-check-outline:before {
  content: "\e751";
}

.tci-comment-check:before {
  content: "\e752";
}

.tci-comment-edit-outline:before {
  content: "\e753";
}

.tci-comment-edit:before {
  content: "\e754";
}

.tci-comment-eye-outline:before {
  content: "\e755";
}

.tci-comment-eye:before {
  content: "\e756";
}

.tci-comment-flash-outline:before {
  content: "\e757";
}

.tci-comment-flash:before {
  content: "\e758";
}

.tci-comment-minus-outline:before {
  content: "\e759";
}

.tci-comment-minus:before {
  content: "\e75a";
}

.tci-comment-multiple-outline:before {
  content: "\e75b";
}

.tci-comment-multiple:before {
  content: "\e75c";
}

.tci-comment-off-outline:before {
  content: "\e75d";
}

.tci-comment-off:before {
  content: "\e75e";
}

.tci-comment-outline:before {
  content: "\e75f";
}

.tci-comment-plus-outline:before {
  content: "\e760";
}

.tci-comment-plus:before {
  content: "\e761";
}

.tci-comment-processing-outline:before {
  content: "\e762";
}

.tci-comment-processing:before {
  content: "\e763";
}

.tci-comment-question-outline:before {
  content: "\e764";
}

.tci-comment-question:before {
  content: "\e765";
}

.tci-comment-quote-outline:before {
  content: "\e766";
}

.tci-comment-quote:before {
  content: "\e767";
}

.tci-comment-remove-outline:before {
  content: "\e768";
}

.tci-comment-remove:before {
  content: "\e769";
}

.tci-comment-search-outline:before {
  content: "\e76a";
}

.tci-comment-search:before {
  content: "\e76b";
}

.tci-comment-text-multiple-outline:before {
  content: "\e76c";
}

.tci-comment-text-multiple:before {
  content: "\e76d";
}

.tci-comment-text-outline:before {
  content: "\e76e";
}

.tci-comment-text:before {
  content: "\e76f";
}

.tci-comment:before {
  content: "\e770";
}

.tci-compare-horizontal:before {
  content: "\e771";
}

.tci-compare-remove:before {
  content: "\e772";
}

.tci-compare-vertical:before {
  content: "\e773";
}

.tci-compare:before {
  content: "\e774";
}

.tci-compass-off-outline:before {
  content: "\e775";
}

.tci-compass-off:before {
  content: "\e776";
}

.tci-compass-outline:before {
  content: "\e777";
}

.tci-compass-rose:before {
  content: "\e778";
}

.tci-compass:before {
  content: "\e779";
}

.tci-cone-off:before {
  content: "\e77a";
}

.tci-cone:before {
  content: "\e77b";
}

.tci-connection:before {
  content: "\e77c";
}

.tci-console-line:before {
  content: "\e77d";
}

.tci-console-network-outline:before {
  content: "\e77e";
}

.tci-console-network:before {
  content: "\e77f";
}

.tci-console:before {
  content: "\e780";
}

.tci-consolidate:before {
  content: "\e781";
}

.tci-contactless-payment-circle-outline:before {
  content: "\e782";
}

.tci-contactless-payment-circle:before {
  content: "\e783";
}

.tci-contactless-payment:before {
  content: "\e784";
}

.tci-contacts-outline:before {
  content: "\e785";
}

.tci-contacts:before {
  content: "\e786";
}

.tci-contain-end:before {
  content: "\e787";
}

.tci-contain-start:before {
  content: "\e788";
}

.tci-contain:before {
  content: "\e789";
}

.tci-content-copy:before {
  content: "\e78a";
}

.tci-content-cut:before {
  content: "\e78b";
}

.tci-content-duplicate:before {
  content: "\e78c";
}

.tci-content-paste:before {
  content: "\e78d";
}

.tci-content-save-alert-outline:before {
  content: "\e78e";
}

.tci-content-save-alert:before {
  content: "\e78f";
}

.tci-content-save-all-outline:before {
  content: "\e790";
}

.tci-content-save-all:before {
  content: "\e791";
}

.tci-content-save-check-outline:before {
  content: "\e792";
}

.tci-content-save-check:before {
  content: "\e793";
}

.tci-content-save-cog-outline:before {
  content: "\e794";
}

.tci-content-save-cog:before {
  content: "\e795";
}

.tci-content-save-edit-outline:before {
  content: "\e796";
}

.tci-content-save-edit:before {
  content: "\e797";
}

.tci-content-save-move-outline:before {
  content: "\e798";
}

.tci-content-save-move:before {
  content: "\e799";
}

.tci-content-save-off-outline:before {
  content: "\e79a";
}

.tci-content-save-off:before {
  content: "\e79b";
}

.tci-content-save-outline:before {
  content: "\e79c";
}

.tci-content-save-settings-outline:before {
  content: "\e79d";
}

.tci-content-save-settings:before {
  content: "\e79e";
}

.tci-content-save:before {
  content: "\e79f";
}

.tci-contrast-box:before {
  content: "\e7a0";
}

.tci-contrast-circle:before {
  content: "\e7a1";
}

.tci-contrast:before {
  content: "\e7a2";
}

.tci-controller-classic-outline:before {
  content: "\e7a3";
}

.tci-controller-classic:before {
  content: "\e7a4";
}

.tci-cookie-alert-outline:before {
  content: "\e7a5";
}

.tci-cookie-alert:before {
  content: "\e7a6";
}

.tci-cookie-check-outline:before {
  content: "\e7a7";
}

.tci-cookie-check:before {
  content: "\e7a8";
}

.tci-cookie-clock-outline:before {
  content: "\e7a9";
}

.tci-cookie-clock:before {
  content: "\e7aa";
}

.tci-cookie-cog-outline:before {
  content: "\e7ab";
}

.tci-cookie-cog:before {
  content: "\e7ac";
}

.tci-cookie-edit-outline:before {
  content: "\e7ad";
}

.tci-cookie-edit:before {
  content: "\e7ae";
}

.tci-cookie-lock-outline:before {
  content: "\e7af";
}

.tci-cookie-lock:before {
  content: "\e7b0";
}

.tci-cookie-minus-outline:before {
  content: "\e7b1";
}

.tci-cookie-minus:before {
  content: "\e7b2";
}

.tci-cookie-off-outline:before {
  content: "\e7b3";
}

.tci-cookie-off:before {
  content: "\e7b4";
}

.tci-cookie-outline:before {
  content: "\e7b5";
}

.tci-cookie-plus-outline:before {
  content: "\e7b6";
}

.tci-cookie-plus:before {
  content: "\e7b7";
}

.tci-cookie-refresh-outline:before {
  content: "\e7b8";
}

.tci-cookie-refresh:before {
  content: "\e7b9";
}

.tci-cookie-remove-outline:before {
  content: "\e7ba";
}

.tci-cookie-remove:before {
  content: "\e7bb";
}

.tci-cookie-settings-outline:before {
  content: "\e7bc";
}

.tci-cookie-settings:before {
  content: "\e7bd";
}

.tci-cookie:before {
  content: "\e7be";
}

.tci-coolant-temperature:before {
  content: "\e7bf";
}

.tci-copyleft:before {
  content: "\e7c0";
}

.tci-copyright:before {
  content: "\e7c1";
}

.tci-cordova:before {
  content: "\e7c2";
}

.tci-corn-off:before {
  content: "\e7c3";
}

.tci-corn:before {
  content: "\e7c4";
}

.tci-cosine-wave:before {
  content: "\e7c5";
}

.tci-counter:before {
  content: "\e7c6";
}

.tci-countertop-outline:before {
  content: "\e7c7";
}

.tci-countertop:before {
  content: "\e7c8";
}

.tci-cow-off:before {
  content: "\e7c9";
}

.tci-cow:before {
  content: "\e7ca";
}

.tci-cpu-32-bit:before {
  content: "\e7cb";
}

.tci-cpu-64-bit:before {
  content: "\e7cc";
}

.tci-cradle-outline:before {
  content: "\e7cd";
}

.tci-cradle:before {
  content: "\e7ce";
}

.tci-crane:before {
  content: "\e7cf";
}

.tci-creation:before {
  content: "\e7d0";
}

.tci-creative-commons:before {
  content: "\e7d1";
}

.tci-credit-card-check-outline:before {
  content: "\e7d2";
}

.tci-credit-card-check:before {
  content: "\e7d3";
}

.tci-credit-card-chip-outline:before {
  content: "\e7d4";
}

.tci-credit-card-chip:before {
  content: "\e7d5";
}

.tci-credit-card-clock-outline:before {
  content: "\e7d6";
}

.tci-credit-card-clock:before {
  content: "\e7d7";
}

.tci-credit-card-edit-outline:before {
  content: "\e7d8";
}

.tci-credit-card-edit:before {
  content: "\e7d9";
}

.tci-credit-card-fast-outline:before {
  content: "\e7da";
}

.tci-credit-card-fast:before {
  content: "\e7db";
}

.tci-credit-card-lock-outline:before {
  content: "\e7dc";
}

.tci-credit-card-lock:before {
  content: "\e7dd";
}

.tci-credit-card-marker-outline:before {
  content: "\e7de";
}

.tci-credit-card-marker:before {
  content: "\e7df";
}

.tci-credit-card-minus-outline:before {
  content: "\e7e0";
}

.tci-credit-card-minus:before {
  content: "\e7e1";
}

.tci-credit-card-multiple-outline:before {
  content: "\e7e2";
}

.tci-credit-card-multiple:before {
  content: "\e7e3";
}

.tci-credit-card-off-outline:before {
  content: "\e7e4";
}

.tci-credit-card-off:before {
  content: "\e7e5";
}

.tci-credit-card-outline:before {
  content: "\e7e6";
}

.tci-credit-card-plus-outline:before {
  content: "\e7e7";
}

.tci-credit-card-plus:before {
  content: "\e7e8";
}

.tci-credit-card-refresh-outline:before {
  content: "\e7e9";
}

.tci-credit-card-refresh:before {
  content: "\e7ea";
}

.tci-credit-card-refund-outline:before {
  content: "\e7eb";
}

.tci-credit-card-refund:before {
  content: "\e7ec";
}

.tci-credit-card-remove-outline:before {
  content: "\e7ed";
}

.tci-credit-card-remove:before {
  content: "\e7ee";
}

.tci-credit-card-scan-outline:before {
  content: "\e7ef";
}

.tci-credit-card-scan:before {
  content: "\e7f0";
}

.tci-credit-card-search-outline:before {
  content: "\e7f1";
}

.tci-credit-card-search:before {
  content: "\e7f2";
}

.tci-credit-card-settings-outline:before {
  content: "\e7f3";
}

.tci-credit-card-settings:before {
  content: "\e7f4";
}

.tci-credit-card-sync-outline:before {
  content: "\e7f5";
}

.tci-credit-card-sync:before {
  content: "\e7f6";
}

.tci-credit-card-wireless-off-outline:before {
  content: "\e7f7";
}

.tci-credit-card-wireless-off:before {
  content: "\e7f8";
}

.tci-credit-card-wireless-outline:before {
  content: "\e7f9";
}

.tci-credit-card-wireless:before {
  content: "\e7fa";
}

.tci-credit-card:before {
  content: "\e7fb";
}

.tci-cricket:before {
  content: "\e7fc";
}

.tci-crop-free:before {
  content: "\e7fd";
}

.tci-crop-landscape:before {
  content: "\e7fe";
}

.tci-crop-portrait:before {
  content: "\e7ff";
}

.tci-crop-rotate:before {
  content: "\e800";
}

.tci-crop-square:before {
  content: "\e801";
}

.tci-crop:before {
  content: "\e802";
}

.tci-cross-bolnisi:before {
  content: "\e803";
}

.tci-cross-celtic:before {
  content: "\e804";
}

.tci-cross-outline:before {
  content: "\e805";
}

.tci-cross:before {
  content: "\e806";
}

.tci-crosshairs-gps:before {
  content: "\e807";
}

.tci-crosshairs-off:before {
  content: "\e808";
}

.tci-crosshairs-question:before {
  content: "\e809";
}

.tci-crosshairs:before {
  content: "\e80a";
}

.tci-crowd:before {
  content: "\e80b";
}

.tci-crown-circle-outline:before {
  content: "\e80c";
}

.tci-crown-circle:before {
  content: "\e80d";
}

.tci-crown-outline:before {
  content: "\e80e";
}

.tci-crown:before {
  content: "\e80f";
}

.tci-cryengine:before {
  content: "\e810";
}

.tci-crystal-ball:before {
  content: "\e811";
}

.tci-cube-off-outline:before {
  content: "\e812";
}

.tci-cube-off:before {
  content: "\e813";
}

.tci-cube-outline:before {
  content: "\e814";
}

.tci-cube-scan:before {
  content: "\e815";
}

.tci-cube-send:before {
  content: "\e816";
}

.tci-cube-unfolded:before {
  content: "\e817";
}

.tci-cube:before {
  content: "\e818";
}

.tci-cup-off-outline:before {
  content: "\e819";
}

.tci-cup-off:before {
  content: "\e81a";
}

.tci-cup-outline:before {
  content: "\e81b";
}

.tci-cup-water:before {
  content: "\e81c";
}

.tci-cup:before {
  content: "\e81d";
}

.tci-cupboard-outline:before {
  content: "\e81e";
}

.tci-cupboard:before {
  content: "\e81f";
}

.tci-cupcake:before {
  content: "\e820";
}

.tci-curling:before {
  content: "\e821";
}

.tci-currency-bdt:before {
  content: "\e822";
}

.tci-currency-brl:before {
  content: "\e823";
}

.tci-currency-btc:before {
  content: "\e824";
}

.tci-currency-cny:before {
  content: "\e825";
}

.tci-currency-eth:before {
  content: "\e826";
}

.tci-currency-eur-off:before {
  content: "\e827";
}

.tci-currency-eur:before {
  content: "\e828";
}

.tci-currency-gbp:before {
  content: "\e829";
}

.tci-currency-ils:before {
  content: "\e82a";
}

.tci-currency-inr:before {
  content: "\e82b";
}

.tci-currency-jpy:before {
  content: "\e82c";
}

.tci-currency-krw:before {
  content: "\e82d";
}

.tci-currency-kzt:before {
  content: "\e82e";
}

.tci-currency-mnt:before {
  content: "\e82f";
}

.tci-currency-ngn:before {
  content: "\e830";
}

.tci-currency-php:before {
  content: "\e831";
}

.tci-currency-rial:before {
  content: "\e832";
}

.tci-currency-rub:before {
  content: "\e833";
}

.tci-currency-rupee:before {
  content: "\e834";
}

.tci-currency-sign:before {
  content: "\e835";
}

.tci-currency-try:before {
  content: "\e836";
}

.tci-currency-twd:before {
  content: "\e837";
}

.tci-currency-usd-off:before {
  content: "\e838";
}

.tci-currency-usd:before {
  content: "\e839";
}

.tci-current-ac:before {
  content: "\e83a";
}

.tci-current-dc:before {
  content: "\e83b";
}

.tci-cursor-default-click-outline:before {
  content: "\e83c";
}

.tci-cursor-default-click:before {
  content: "\e83d";
}

.tci-cursor-default-gesture-outline:before {
  content: "\e83e";
}

.tci-cursor-default-gesture:before {
  content: "\e83f";
}

.tci-cursor-default-outline:before {
  content: "\e840";
}

.tci-cursor-default:before {
  content: "\e841";
}

.tci-cursor-move:before {
  content: "\e842";
}

.tci-cursor-pointer:before {
  content: "\e843";
}

.tci-cursor-text:before {
  content: "\e844";
}

.tci-curtains-closed:before {
  content: "\e845";
}

.tci-curtains:before {
  content: "\e846";
}

.tci-cylinder-off:before {
  content: "\e847";
}

.tci-cylinder:before {
  content: "\e848";
}

.tci-dance-ballroom:before {
  content: "\e849";
}

.tci-dance-pole:before {
  content: "\e84a";
}

.tci-data-matrix-edit:before {
  content: "\e84b";
}

.tci-data-matrix-minus:before {
  content: "\e84c";
}

.tci-data-matrix-plus:before {
  content: "\e84d";
}

.tci-data-matrix-remove:before {
  content: "\e84e";
}

.tci-data-matrix-scan:before {
  content: "\e84f";
}

.tci-data-matrix:before {
  content: "\e850";
}

.tci-database-alert-outline:before {
  content: "\e851";
}

.tci-database-alert:before {
  content: "\e852";
}

.tci-database-arrow-down-outline:before {
  content: "\e853";
}

.tci-database-arrow-down:before {
  content: "\e854";
}

.tci-database-arrow-left-outline:before {
  content: "\e855";
}

.tci-database-arrow-left:before {
  content: "\e856";
}

.tci-database-arrow-right-outline:before {
  content: "\e857";
}

.tci-database-arrow-right:before {
  content: "\e858";
}

.tci-database-arrow-up-outline:before {
  content: "\e859";
}

.tci-database-arrow-up:before {
  content: "\e85a";
}

.tci-database-check-outline:before {
  content: "\e85b";
}

.tci-database-check:before {
  content: "\e85c";
}

.tci-database-clock-outline:before {
  content: "\e85d";
}

.tci-database-clock:before {
  content: "\e85e";
}

.tci-database-cog-outline:before {
  content: "\e85f";
}

.tci-database-cog:before {
  content: "\e860";
}

.tci-database-edit-outline:before {
  content: "\e861";
}

.tci-database-edit:before {
  content: "\e862";
}

.tci-database-export-outline:before {
  content: "\e863";
}

.tci-database-export:before {
  content: "\e864";
}

.tci-database-eye-off-outline:before {
  content: "\e865";
}

.tci-database-eye-off:before {
  content: "\e866";
}

.tci-database-eye-outline:before {
  content: "\e867";
}

.tci-database-eye:before {
  content: "\e868";
}

.tci-database-import-outline:before {
  content: "\e869";
}

.tci-database-import:before {
  content: "\e86a";
}

.tci-database-lock-outline:before {
  content: "\e86b";
}

.tci-database-lock:before {
  content: "\e86c";
}

.tci-database-marker-outline:before {
  content: "\e86d";
}

.tci-database-marker:before {
  content: "\e86e";
}

.tci-database-minus-outline:before {
  content: "\e86f";
}

.tci-database-minus:before {
  content: "\e870";
}

.tci-database-off-outline:before {
  content: "\e871";
}

.tci-database-off:before {
  content: "\e872";
}

.tci-database-outline:before {
  content: "\e873";
}

.tci-database-plus-outline:before {
  content: "\e874";
}

.tci-database-plus:before {
  content: "\e875";
}

.tci-database-refresh-outline:before {
  content: "\e876";
}

.tci-database-refresh:before {
  content: "\e877";
}

.tci-database-remove-outline:before {
  content: "\e878";
}

.tci-database-remove:before {
  content: "\e879";
}

.tci-database-search-outline:before {
  content: "\e87a";
}

.tci-database-search:before {
  content: "\e87b";
}

.tci-database-settings-outline:before {
  content: "\e87c";
}

.tci-database-settings:before {
  content: "\e87d";
}

.tci-database-sync-outline:before {
  content: "\e87e";
}

.tci-database-sync:before {
  content: "\e87f";
}

.tci-database:before {
  content: "\e880";
}

.tci-death-star-variant:before {
  content: "\e881";
}

.tci-death-star:before {
  content: "\e882";
}

.tci-deathly-hallows:before {
  content: "\e883";
}

.tci-debian:before {
  content: "\e884";
}

.tci-debug-step-into:before {
  content: "\e885";
}

.tci-debug-step-out:before {
  content: "\e886";
}

.tci-debug-step-over:before {
  content: "\e887";
}

.tci-decagram-outline:before {
  content: "\e888";
}

.tci-decagram:before {
  content: "\e889";
}

.tci-decimal-comma-decrease:before {
  content: "\e88a";
}

.tci-decimal-comma-increase:before {
  content: "\e88b";
}

.tci-decimal-comma:before {
  content: "\e88c";
}

.tci-decimal-decrease:before {
  content: "\e88d";
}

.tci-decimal-increase:before {
  content: "\e88e";
}

.tci-decimal:before {
  content: "\e88f";
}

.tci-delete-alert-outline:before {
  content: "\e890";
}

.tci-delete-alert:before {
  content: "\e891";
}

.tci-delete-circle-outline:before {
  content: "\e892";
}

.tci-delete-circle:before {
  content: "\e893";
}

.tci-delete-clock-outline:before {
  content: "\e894";
}

.tci-delete-clock:before {
  content: "\e895";
}

.tci-delete-empty-outline:before {
  content: "\e896";
}

.tci-delete-empty:before {
  content: "\e897";
}

.tci-delete-forever-outline:before {
  content: "\e898";
}

.tci-delete-forever:before {
  content: "\e899";
}

.tci-delete-off-outline:before {
  content: "\e89a";
}

.tci-delete-off:before {
  content: "\e89b";
}

.tci-delete-outline:before {
  content: "\e89c";
}

.tci-delete-restore:before {
  content: "\e89d";
}

.tci-delete-sweep-outline:before {
  content: "\e89e";
}

.tci-delete-sweep:before {
  content: "\e89f";
}

.tci-delete-variant:before {
  content: "\e8a0";
}

.tci-delete:before {
  content: "\e8a1";
}

.tci-delta:before {
  content: "\e8a2";
}

.tci-desk-lamp:before {
  content: "\e8a3";
}

.tci-desk:before {
  content: "\e8a4";
}

.tci-deskphone:before {
  content: "\e8a5";
}

.tci-desktop-classic:before {
  content: "\e8a6";
}

.tci-desktop-mac-dashboard:before {
  content: "\e8a7";
}

.tci-desktop-mac:before {
  content: "\e8a8";
}

.tci-desktop-tower-monitor:before {
  content: "\e8a9";
}

.tci-desktop-tower:before {
  content: "\e8aa";
}

.tci-details:before {
  content: "\e8ab";
}

.tci-dev-to:before {
  content: "\e8ac";
}

.tci-developer-board:before {
  content: "\e8ad";
}

.tci-deviantart:before {
  content: "\e8ae";
}

.tci-devices:before {
  content: "\e8af";
}

.tci-dharmachakra:before {
  content: "\e8b0";
}

.tci-diabetes:before {
  content: "\e8b1";
}

.tci-dialpad:before {
  content: "\e8b2";
}

.tci-diameter-outline:before {
  content: "\e8b3";
}

.tci-diameter-variant:before {
  content: "\e8b4";
}

.tci-diameter:before {
  content: "\e8b5";
}

.tci-diamond-outline:before {
  content: "\e8b6";
}

.tci-diamond-stone:before {
  content: "\e8b7";
}

.tci-diamond:before {
  content: "\e8b8";
}

.tci-dice-1-outline:before {
  content: "\e8b9";
}

.tci-dice-1:before {
  content: "\e8ba";
}

.tci-dice-2-outline:before {
  content: "\e8bb";
}

.tci-dice-2:before {
  content: "\e8bc";
}

.tci-dice-3-outline:before {
  content: "\e8bd";
}

.tci-dice-3:before {
  content: "\e8be";
}

.tci-dice-4-outline:before {
  content: "\e8bf";
}

.tci-dice-4:before {
  content: "\e8c0";
}

.tci-dice-5-outline:before {
  content: "\e8c1";
}

.tci-dice-5:before {
  content: "\e8c2";
}

.tci-dice-6-outline:before {
  content: "\e8c3";
}

.tci-dice-6:before {
  content: "\e8c4";
}

.tci-dice-d10-outline:before {
  content: "\e8c5";
}

.tci-dice-d10:before {
  content: "\e8c6";
}

.tci-dice-d12-outline:before {
  content: "\e8c7";
}

.tci-dice-d12:before {
  content: "\e8c8";
}

.tci-dice-d20-outline:before {
  content: "\e8c9";
}

.tci-dice-d20:before {
  content: "\e8ca";
}

.tci-dice-d4-outline:before {
  content: "\e8cb";
}

.tci-dice-d4:before {
  content: "\e8cc";
}

.tci-dice-d6-outline:before {
  content: "\e8cd";
}

.tci-dice-d6:before {
  content: "\e8ce";
}

.tci-dice-d8-outline:before {
  content: "\e8cf";
}

.tci-dice-d8:before {
  content: "\e8d0";
}

.tci-dice-multiple-outline:before {
  content: "\e8d1";
}

.tci-dice-multiple:before {
  content: "\e8d2";
}

.tci-digital-ocean:before {
  content: "\e8d3";
}

.tci-dip-switch:before {
  content: "\e8d4";
}

.tci-directions-fork:before {
  content: "\e8d5";
}

.tci-directions:before {
  content: "\e8d6";
}

.tci-disc-alert:before {
  content: "\e8d7";
}

.tci-disc-player:before {
  content: "\e8d8";
}

.tci-disc:before {
  content: "\e8d9";
}

.tci-discord:before {
  content: "\e8da";
}

.tci-dishwasher-alert:before {
  content: "\e8db";
}

.tci-dishwasher-off:before {
  content: "\e8dc";
}

.tci-dishwasher:before {
  content: "\e8dd";
}

.tci-disqus:before {
  content: "\e8de";
}

.tci-distribute-horizontal-center:before {
  content: "\e8df";
}

.tci-distribute-horizontal-left:before {
  content: "\e8e0";
}

.tci-distribute-horizontal-right:before {
  content: "\e8e1";
}

.tci-distribute-vertical-bottom:before {
  content: "\e8e2";
}

.tci-distribute-vertical-center:before {
  content: "\e8e3";
}

.tci-distribute-vertical-top:before {
  content: "\e8e4";
}

.tci-diversify:before {
  content: "\e8e5";
}

.tci-diving-flippers:before {
  content: "\e8e6";
}

.tci-diving-helmet:before {
  content: "\e8e7";
}

.tci-diving-scuba-flag:before {
  content: "\e8e8";
}

.tci-diving-scuba-tank-multiple:before {
  content: "\e8e9";
}

.tci-diving-scuba-tank:before {
  content: "\e8ea";
}

.tci-diving-scuba:before {
  content: "\e8eb";
}

.tci-diving-snorkel:before {
  content: "\e8ec";
}

.tci-diving:before {
  content: "\e8ed";
}

.tci-division-box:before {
  content: "\e8ee";
}

.tci-division:before {
  content: "\e8ef";
}

.tci-dlna:before {
  content: "\e8f0";
}

.tci-dna:before {
  content: "\e8f1";
}

.tci-dns-outline:before {
  content: "\e8f2";
}

.tci-dns:before {
  content: "\e8f3";
}

.tci-dock-bottom:before {
  content: "\e8f4";
}

.tci-dock-left:before {
  content: "\e8f5";
}

.tci-dock-right:before {
  content: "\e8f6";
}

.tci-dock-top:before {
  content: "\e8f7";
}

.tci-dock-window:before {
  content: "\e8f8";
}

.tci-docker:before {
  content: "\e8f9";
}

.tci-doctor:before {
  content: "\e8fa";
}

.tci-dog-service:before {
  content: "\e8fb";
}

.tci-dog-side-off:before {
  content: "\e8fc";
}

.tci-dog-side:before {
  content: "\e8fd";
}

.tci-dog:before {
  content: "\e8fe";
}

.tci-dolby:before {
  content: "\e8ff";
}

.tci-dolly:before {
  content: "\e900";
}

.tci-dolphin:before {
  content: "\e901";
}

.tci-domain-off:before {
  content: "\e902";
}

.tci-domain-plus:before {
  content: "\e903";
}

.tci-domain-remove:before {
  content: "\e904";
}

.tci-domain:before {
  content: "\e905";
}

.tci-dome-light:before {
  content: "\e906";
}

.tci-domino-mask:before {
  content: "\e907";
}

.tci-donkey:before {
  content: "\e908";
}

.tci-door-closed-lock:before {
  content: "\e909";
}

.tci-door-closed:before {
  content: "\e90a";
}

.tci-door-open:before {
  content: "\e90b";
}

.tci-door-sliding-lock:before {
  content: "\e90c";
}

.tci-door-sliding-open:before {
  content: "\e90d";
}

.tci-door-sliding:before {
  content: "\e90e";
}

.tci-door:before {
  content: "\e90f";
}

.tci-doorbell-video:before {
  content: "\e910";
}

.tci-doorbell:before {
  content: "\e911";
}

.tci-dot-net:before {
  content: "\e912";
}

.tci-dots-circle:before {
  content: "\e913";
}

.tci-dots-grid:before {
  content: "\e914";
}

.tci-dots-hexagon:before {
  content: "\e915";
}

.tci-dots-horizontal-circle-outline:before {
  content: "\e916";
}

.tci-dots-horizontal-circle:before {
  content: "\e917";
}

.tci-dots-horizontal:before {
  content: "\e918";
}

.tci-dots-square:before {
  content: "\e919";
}

.tci-dots-triangle:before {
  content: "\e91a";
}

.tci-dots-vertical-circle-outline:before {
  content: "\e91b";
}

.tci-dots-vertical-circle:before {
  content: "\e91c";
}

.tci-dots-vertical:before {
  content: "\e91d";
}

.tci-download-box-outline:before {
  content: "\e91e";
}

.tci-download-box:before {
  content: "\e91f";
}

.tci-download-circle-outline:before {
  content: "\e920";
}

.tci-download-circle:before {
  content: "\e921";
}

.tci-download-lock-outline:before {
  content: "\e922";
}

.tci-download-lock:before {
  content: "\e923";
}

.tci-download-multiple:before {
  content: "\e924";
}

.tci-download-network-outline:before {
  content: "\e925";
}

.tci-download-network:before {
  content: "\e926";
}

.tci-download-off-outline:before {
  content: "\e927";
}

.tci-download-off:before {
  content: "\e928";
}

.tci-download-outline:before {
  content: "\e929";
}

.tci-download:before {
  content: "\e92a";
}

.tci-drag-horizontal-variant:before {
  content: "\e92b";
}

.tci-drag-horizontal:before {
  content: "\e92c";
}

.tci-drag-variant:before {
  content: "\e92d";
}

.tci-drag-vertical-variant:before {
  content: "\e92e";
}

.tci-drag-vertical:before {
  content: "\e92f";
}

.tci-drag:before {
  content: "\e930";
}

.tci-drama-masks:before {
  content: "\e931";
}

.tci-draw-pen:before {
  content: "\e932";
}

.tci-draw:before {
  content: "\e933";
}

.tci-drawing-box:before {
  content: "\e934";
}

.tci-drawing:before {
  content: "\e935";
}

.tci-dresser-outline:before {
  content: "\e936";
}

.tci-dresser:before {
  content: "\e937";
}

.tci-drone:before {
  content: "\e938";
}

.tci-dropbox:before {
  content: "\e939";
}

.tci-drupal:before {
  content: "\e93a";
}

.tci-duck:before {
  content: "\e93b";
}

.tci-dumbbell:before {
  content: "\e93c";
}

.tci-dump-truck:before {
  content: "\e93d";
}

.tci-ear-hearing-off:before {
  content: "\e93e";
}

.tci-ear-hearing:before {
  content: "\e93f";
}

.tci-earbuds-off-outline:before {
  content: "\e940";
}

.tci-earbuds-off:before {
  content: "\e941";
}

.tci-earbuds-outline:before {
  content: "\e942";
}

.tci-earbuds:before {
  content: "\e943";
}

.tci-earth-arrow-right:before {
  content: "\e944";
}

.tci-earth-box-minus:before {
  content: "\e945";
}

.tci-earth-box-off:before {
  content: "\e946";
}

.tci-earth-box-plus:before {
  content: "\e947";
}

.tci-earth-box-remove:before {
  content: "\e948";
}

.tci-earth-box:before {
  content: "\e949";
}

.tci-earth-minus:before {
  content: "\e94a";
}

.tci-earth-off:before {
  content: "\e94b";
}

.tci-earth-plus:before {
  content: "\e94c";
}

.tci-earth-remove:before {
  content: "\e94d";
}

.tci-earth:before {
  content: "\e94e";
}

.tci-egg-easter:before {
  content: "\e94f";
}

.tci-egg-fried:before {
  content: "\e950";
}

.tci-egg-off-outline:before {
  content: "\e951";
}

.tci-egg-off:before {
  content: "\e952";
}

.tci-egg-outline:before {
  content: "\e953";
}

.tci-egg:before {
  content: "\e954";
}

.tci-eiffel-tower:before {
  content: "\e955";
}

.tci-eight-track:before {
  content: "\e956";
}

.tci-eject-outline:before {
  content: "\e957";
}

.tci-eject:before {
  content: "\e958";
}

.tci-electric-switch-closed:before {
  content: "\e959";
}

.tci-electric-switch:before {
  content: "\e95a";
}

.tci-electron-framework:before {
  content: "\e95b";
}

.tci-elephant:before {
  content: "\e95c";
}

.tci-elevation-decline:before {
  content: "\e95d";
}

.tci-elevation-rise:before {
  content: "\e95e";
}

.tci-elevator-down:before {
  content: "\e95f";
}

.tci-elevator-passenger-off-outline:before {
  content: "\e960";
}

.tci-elevator-passenger-off:before {
  content: "\e961";
}

.tci-elevator-passenger-outline:before {
  content: "\e962";
}

.tci-elevator-passenger:before {
  content: "\e963";
}

.tci-elevator-up:before {
  content: "\e964";
}

.tci-elevator:before {
  content: "\e965";
}

.tci-ellipse-outline:before {
  content: "\e966";
}

.tci-ellipse:before {
  content: "\e967";
}

.tci-email-alert-outline:before {
  content: "\e968";
}

.tci-email-alert:before {
  content: "\e969";
}

.tci-email-box:before {
  content: "\e96a";
}

.tci-email-check-outline:before {
  content: "\e96b";
}

.tci-email-check:before {
  content: "\e96c";
}

.tci-email-edit-outline:before {
  content: "\e96d";
}

.tci-email-edit:before {
  content: "\e96e";
}

.tci-email-fast-outline:before {
  content: "\e96f";
}

.tci-email-fast:before {
  content: "\e970";
}

.tci-email-lock:before {
  content: "\e971";
}

.tci-email-mark-as-unread:before {
  content: "\e972";
}

.tci-email-minus-outline:before {
  content: "\e973";
}

.tci-email-minus:before {
  content: "\e974";
}

.tci-email-multiple-outline:before {
  content: "\e975";
}

.tci-email-multiple:before {
  content: "\e976";
}

.tci-email-newsletter:before {
  content: "\e977";
}

.tci-email-off-outline:before {
  content: "\e978";
}

.tci-email-off:before {
  content: "\e979";
}

.tci-email-open-multiple-outline:before {
  content: "\e97a";
}

.tci-email-open-multiple:before {
  content: "\e97b";
}

.tci-email-open-outline:before {
  content: "\e97c";
}

.tci-email-open:before {
  content: "\e97d";
}

.tci-email-outline:before {
  content: "\e97e";
}

.tci-email-plus-outline:before {
  content: "\e97f";
}

.tci-email-plus:before {
  content: "\e980";
}

.tci-email-receive-outline:before {
  content: "\e981";
}

.tci-email-receive:before {
  content: "\e982";
}

.tci-email-remove-outline:before {
  content: "\e983";
}

.tci-email-remove:before {
  content: "\e984";
}

.tci-email-seal-outline:before {
  content: "\e985";
}

.tci-email-seal:before {
  content: "\e986";
}

.tci-email-search-outline:before {
  content: "\e987";
}

.tci-email-search:before {
  content: "\e988";
}

.tci-email-send-outline:before {
  content: "\e989";
}

.tci-email-send:before {
  content: "\e98a";
}

.tci-email-sync-outline:before {
  content: "\e98b";
}

.tci-email-sync:before {
  content: "\e98c";
}

.tci-email-variant:before {
  content: "\e98d";
}

.tci-email:before {
  content: "\e98e";
}

.tci-ember:before {
  content: "\e98f";
}

.tci-emby:before {
  content: "\e990";
}

.tci-emoticon-angry-outline:before {
  content: "\e991";
}

.tci-emoticon-angry:before {
  content: "\e992";
}

.tci-emoticon-confused-outline:before {
  content: "\e993";
}

.tci-emoticon-confused:before {
  content: "\e994";
}

.tci-emoticon-cool-outline:before {
  content: "\e995";
}

.tci-emoticon-cool:before {
  content: "\e996";
}

.tci-emoticon-cry-outline:before {
  content: "\e997";
}

.tci-emoticon-cry:before {
  content: "\e998";
}

.tci-emoticon-dead-outline:before {
  content: "\e999";
}

.tci-emoticon-dead:before {
  content: "\e99a";
}

.tci-emoticon-devil-outline:before {
  content: "\e99b";
}

.tci-emoticon-devil:before {
  content: "\e99c";
}

.tci-emoticon-excited-outline:before {
  content: "\e99d";
}

.tci-emoticon-excited:before {
  content: "\e99e";
}

.tci-emoticon-frown-outline:before {
  content: "\e99f";
}

.tci-emoticon-frown:before {
  content: "\e9a0";
}

.tci-emoticon-happy-outline:before {
  content: "\e9a1";
}

.tci-emoticon-happy:before {
  content: "\e9a2";
}

.tci-emoticon-kiss-outline:before {
  content: "\e9a3";
}

.tci-emoticon-kiss:before {
  content: "\e9a4";
}

.tci-emoticon-lol-outline:before {
  content: "\e9a5";
}

.tci-emoticon-lol:before {
  content: "\e9a6";
}

.tci-emoticon-neutral-outline:before {
  content: "\e9a7";
}

.tci-emoticon-neutral:before {
  content: "\e9a8";
}

.tci-emoticon-outline:before {
  content: "\e9a9";
}

.tci-emoticon-poop-outline:before {
  content: "\e9aa";
}

.tci-emoticon-poop:before {
  content: "\e9ab";
}

.tci-emoticon-sad-outline:before {
  content: "\e9ac";
}

.tci-emoticon-sad:before {
  content: "\e9ad";
}

.tci-emoticon-sick-outline:before {
  content: "\e9ae";
}

.tci-emoticon-sick:before {
  content: "\e9af";
}

.tci-emoticon-tongue-outline:before {
  content: "\e9b0";
}

.tci-emoticon-tongue:before {
  content: "\e9b1";
}

.tci-emoticon-wink-outline:before {
  content: "\e9b2";
}

.tci-emoticon-wink:before {
  content: "\e9b3";
}

.tci-emoticon:before {
  content: "\e9b4";
}

.tci-engine-off-outline:before {
  content: "\e9b5";
}

.tci-engine-off:before {
  content: "\e9b6";
}

.tci-engine-outline:before {
  content: "\e9b7";
}

.tci-engine:before {
  content: "\e9b8";
}

.tci-epsilon:before {
  content: "\e9b9";
}

.tci-equal-box:before {
  content: "\e9ba";
}

.tci-equal:before {
  content: "\e9bb";
}

.tci-equalizer-outline:before {
  content: "\e9bc";
}

.tci-equalizer:before {
  content: "\e9bd";
}

.tci-eraser-variant:before {
  content: "\e9be";
}

.tci-eraser:before {
  content: "\e9bf";
}

.tci-escalator-box:before {
  content: "\e9c0";
}

.tci-escalator-down:before {
  content: "\e9c1";
}

.tci-escalator-up:before {
  content: "\e9c2";
}

.tci-escalator:before {
  content: "\e9c3";
}

.tci-eslint:before {
  content: "\e9c4";
}

.tci-et:before {
  content: "\e9c5";
}

.tci-ethereum:before {
  content: "\e9c6";
}

.tci-ethernet-cable-off:before {
  content: "\e9c7";
}

.tci-ethernet-cable:before {
  content: "\e9c8";
}

.tci-ethernet:before {
  content: "\e9c9";
}

.tci-ev-plug-ccs1:before {
  content: "\e9ca";
}

.tci-ev-plug-ccs2:before {
  content: "\e9cb";
}

.tci-ev-plug-chademo:before {
  content: "\e9cc";
}

.tci-ev-plug-tesla:before {
  content: "\e9cd";
}

.tci-ev-plug-type1:before {
  content: "\e9ce";
}

.tci-ev-plug-type2:before {
  content: "\e9cf";
}

.tci-ev-station:before {
  content: "\e9d0";
}

.tci-evernote:before {
  content: "\e9d1";
}

.tci-excavator:before {
  content: "\e9d2";
}

.tci-exclamation-thick:before {
  content: "\e9d3";
}

.tci-exclamation:before {
  content: "\e9d4";
}

.tci-exit-run:before {
  content: "\e9d5";
}

.tci-exit-to-app:before {
  content: "\e9d6";
}

.tci-expand-all-outline:before {
  content: "\e9d7";
}

.tci-expand-all:before {
  content: "\e9d8";
}

.tci-expansion-card-variant:before {
  content: "\e9d9";
}

.tci-expansion-card:before {
  content: "\e9da";
}

.tci-exponent-box:before {
  content: "\e9db";
}

.tci-exponent:before {
  content: "\e9dc";
}

.tci-export-variant:before {
  content: "\e9dd";
}

.tci-export:before {
  content: "\e9de";
}

.tci-eye-arrow-left-outline:before {
  content: "\e9df";
}

.tci-eye-arrow-left:before {
  content: "\e9e0";
}

.tci-eye-arrow-right-outline:before {
  content: "\e9e1";
}

.tci-eye-arrow-right:before {
  content: "\e9e2";
}

.tci-eye-check-outline:before {
  content: "\e9e3";
}

.tci-eye-check:before {
  content: "\e9e4";
}

.tci-eye-circle-outline:before {
  content: "\e9e5";
}

.tci-eye-circle:before {
  content: "\e9e6";
}

.tci-eye-minus-outline:before {
  content: "\e9e7";
}

.tci-eye-minus:before {
  content: "\e9e8";
}

.tci-eye-off-outline:before {
  content: "\e9e9";
}

.tci-eye-off:before {
  content: "\e9ea";
}

.tci-eye-outline:before {
  content: "\e9eb";
}

.tci-eye-plus-outline:before {
  content: "\e9ec";
}

.tci-eye-plus:before {
  content: "\e9ed";
}

.tci-eye-refresh-outline:before {
  content: "\e9ee";
}

.tci-eye-refresh:before {
  content: "\e9ef";
}

.tci-eye-remove-outline:before {
  content: "\e9f0";
}

.tci-eye-remove:before {
  content: "\e9f1";
}

.tci-eye-settings-outline:before {
  content: "\e9f2";
}

.tci-eye-settings:before {
  content: "\e9f3";
}

.tci-eye:before {
  content: "\e9f4";
}

.tci-eyedropper-minus:before {
  content: "\e9f5";
}

.tci-eyedropper-off:before {
  content: "\e9f6";
}

.tci-eyedropper-plus:before {
  content: "\e9f7";
}

.tci-eyedropper-remove:before {
  content: "\e9f8";
}

.tci-eyedropper-variant:before {
  content: "\e9f9";
}

.tci-eyedropper:before {
  content: "\e9fa";
}

.tci-face-agent:before {
  content: "\e9fb";
}

.tci-face-man-outline:before {
  content: "\e9fc";
}

.tci-face-man-profile:before {
  content: "\e9fd";
}

.tci-face-man-shimmer-outline:before {
  content: "\e9fe";
}

.tci-face-man-shimmer:before {
  content: "\e9ff";
}

.tci-face-man:before {
  content: "\ea00";
}

.tci-face-mask-outline:before {
  content: "\ea01";
}

.tci-face-mask:before {
  content: "\ea02";
}

.tci-face-recognition:before {
  content: "\ea03";
}

.tci-face-woman-outline:before {
  content: "\ea04";
}

.tci-face-woman-profile:before {
  content: "\ea05";
}

.tci-face-woman-shimmer-outline:before {
  content: "\ea06";
}

.tci-face-woman-shimmer:before {
  content: "\ea07";
}

.tci-face-woman:before {
  content: "\ea08";
}

.tci-facebook-gaming:before {
  content: "\ea09";
}

.tci-facebook-messenger:before {
  content: "\ea0a";
}

.tci-facebook-workplace:before {
  content: "\ea0b";
}

.tci-facebook:before {
  content: "\ea0c";
}

.tci-factory:before {
  content: "\ea0d";
}

.tci-family-tree:before {
  content: "\ea0e";
}

.tci-fan-alert:before {
  content: "\ea0f";
}

.tci-fan-auto:before {
  content: "\ea10";
}

.tci-fan-chevron-down:before {
  content: "\ea11";
}

.tci-fan-chevron-up:before {
  content: "\ea12";
}

.tci-fan-minus:before {
  content: "\ea13";
}

.tci-fan-off:before {
  content: "\ea14";
}

.tci-fan-plus:before {
  content: "\ea15";
}

.tci-fan-remove:before {
  content: "\ea16";
}

.tci-fan-speed-1:before {
  content: "\ea17";
}

.tci-fan-speed-2:before {
  content: "\ea18";
}

.tci-fan-speed-3:before {
  content: "\ea19";
}

.tci-fan:before {
  content: "\ea1a";
}

.tci-fast-forward-10:before {
  content: "\ea1b";
}

.tci-fast-forward-15:before {
  content: "\ea1c";
}

.tci-fast-forward-30:before {
  content: "\ea1d";
}

.tci-fast-forward-5:before {
  content: "\ea1e";
}

.tci-fast-forward-60:before {
  content: "\ea1f";
}

.tci-fast-forward-outline:before {
  content: "\ea20";
}

.tci-fast-forward:before {
  content: "\ea21";
}

.tci-fax:before {
  content: "\ea22";
}

.tci-feather:before {
  content: "\ea23";
}

.tci-feature-search-outline:before {
  content: "\ea24";
}

.tci-feature-search:before {
  content: "\ea25";
}

.tci-fedora:before {
  content: "\ea26";
}

.tci-fence-electric:before {
  content: "\ea27";
}

.tci-fence:before {
  content: "\ea28";
}

.tci-fencing:before {
  content: "\ea29";
}

.tci-ferris-wheel:before {
  content: "\ea2a";
}

.tci-ferry:before {
  content: "\ea2b";
}

.tci-file-account-outline:before {
  content: "\ea2c";
}

.tci-file-account:before {
  content: "\ea2d";
}

.tci-file-alert-outline:before {
  content: "\ea2e";
}

.tci-file-alert:before {
  content: "\ea2f";
}

.tci-file-cabinet:before {
  content: "\ea30";
}

.tci-file-cad-box:before {
  content: "\ea31";
}

.tci-file-cad:before {
  content: "\ea32";
}

.tci-file-cancel-outline:before {
  content: "\ea33";
}

.tci-file-cancel:before {
  content: "\ea34";
}

.tci-file-certificate-outline:before {
  content: "\ea35";
}

.tci-file-certificate:before {
  content: "\ea36";
}

.tci-file-chart-check-outline:before {
  content: "\ea37";
}

.tci-file-chart-check:before {
  content: "\ea38";
}

.tci-file-chart-outline:before {
  content: "\ea39";
}

.tci-file-chart:before {
  content: "\ea3a";
}

.tci-file-check-outline:before {
  content: "\ea3b";
}

.tci-file-check:before {
  content: "\ea3c";
}

.tci-file-clock-outline:before {
  content: "\ea3d";
}

.tci-file-clock:before {
  content: "\ea3e";
}

.tci-file-cloud-outline:before {
  content: "\ea3f";
}

.tci-file-cloud:before {
  content: "\ea40";
}

.tci-file-code-outline:before {
  content: "\ea41";
}

.tci-file-code:before {
  content: "\ea42";
}

.tci-file-cog-outline:before {
  content: "\ea43";
}

.tci-file-cog:before {
  content: "\ea44";
}

.tci-file-compare:before {
  content: "\ea45";
}

.tci-file-delimited-outline:before {
  content: "\ea46";
}

.tci-file-delimited:before {
  content: "\ea47";
}

.tci-file-document-edit-outline:before {
  content: "\ea48";
}

.tci-file-document-edit:before {
  content: "\ea49";
}

.tci-file-document-multiple-outline:before {
  content: "\ea4a";
}

.tci-file-document-multiple:before {
  content: "\ea4b";
}

.tci-file-document-outline:before {
  content: "\ea4c";
}

.tci-file-document:before {
  content: "\ea4d";
}

.tci-file-download-outline:before {
  content: "\ea4e";
}

.tci-file-download:before {
  content: "\ea4f";
}

.tci-file-edit-outline:before {
  content: "\ea50";
}

.tci-file-edit:before {
  content: "\ea51";
}

.tci-file-excel-box-outline:before {
  content: "\ea52";
}

.tci-file-excel-box:before {
  content: "\ea53";
}

.tci-file-excel-outline:before {
  content: "\ea54";
}

.tci-file-excel:before {
  content: "\ea55";
}

.tci-file-export-outline:before {
  content: "\ea56";
}

.tci-file-export:before {
  content: "\ea57";
}

.tci-file-eye-outline:before {
  content: "\ea58";
}

.tci-file-eye:before {
  content: "\ea59";
}

.tci-file-find-outline:before {
  content: "\ea5a";
}

.tci-file-find:before {
  content: "\ea5b";
}

.tci-file-gif-box:before {
  content: "\ea5c";
}

.tci-file-hidden:before {
  content: "\ea5d";
}

.tci-file-image-marker-outline:before {
  content: "\ea5e";
}

.tci-file-image-marker:before {
  content: "\ea5f";
}

.tci-file-image-minus-outline:before {
  content: "\ea60";
}

.tci-file-image-minus:before {
  content: "\ea61";
}

.tci-file-image-outline:before {
  content: "\ea62";
}

.tci-file-image-plus-outline:before {
  content: "\ea63";
}

.tci-file-image-plus:before {
  content: "\ea64";
}

.tci-file-image-remove-outline:before {
  content: "\ea65";
}

.tci-file-image-remove:before {
  content: "\ea66";
}

.tci-file-image:before {
  content: "\ea67";
}

.tci-file-import-outline:before {
  content: "\ea68";
}

.tci-file-import:before {
  content: "\ea69";
}

.tci-file-jpg-box:before {
  content: "\ea6a";
}

.tci-file-key-outline:before {
  content: "\ea6b";
}

.tci-file-key:before {
  content: "\ea6c";
}

.tci-file-link-outline:before {
  content: "\ea6d";
}

.tci-file-link:before {
  content: "\ea6e";
}

.tci-file-lock-open-outline:before {
  content: "\ea6f";
}

.tci-file-lock-open:before {
  content: "\ea70";
}

.tci-file-lock-outline:before {
  content: "\ea71";
}

.tci-file-lock:before {
  content: "\ea72";
}

.tci-file-marker-outline:before {
  content: "\ea73";
}

.tci-file-marker:before {
  content: "\ea74";
}

.tci-file-move-outline:before {
  content: "\ea75";
}

.tci-file-move:before {
  content: "\ea76";
}

.tci-file-multiple-outline:before {
  content: "\ea77";
}

.tci-file-multiple:before {
  content: "\ea78";
}

.tci-file-music-outline:before {
  content: "\ea79";
}

.tci-file-music:before {
  content: "\ea7a";
}

.tci-file-outline:before {
  content: "\ea7b";
}

.tci-file-pdf-box:before {
  content: "\ea7c";
}

.tci-file-percent-outline:before {
  content: "\ea7d";
}

.tci-file-percent:before {
  content: "\ea7e";
}

.tci-file-phone-outline:before {
  content: "\ea7f";
}

.tci-file-phone:before {
  content: "\ea80";
}

.tci-file-plus-outline:before {
  content: "\ea81";
}

.tci-file-plus:before {
  content: "\ea82";
}

.tci-file-png-box:before {
  content: "\ea83";
}

.tci-file-powerpoint-box-outline:before {
  content: "\ea84";
}

.tci-file-powerpoint-box:before {
  content: "\ea85";
}

.tci-file-powerpoint-outline:before {
  content: "\ea86";
}

.tci-file-powerpoint:before {
  content: "\ea87";
}

.tci-file-presentation-box:before {
  content: "\ea88";
}

.tci-file-question-outline:before {
  content: "\ea89";
}

.tci-file-question:before {
  content: "\ea8a";
}

.tci-file-refresh-outline:before {
  content: "\ea8b";
}

.tci-file-refresh:before {
  content: "\ea8c";
}

.tci-file-remove-outline:before {
  content: "\ea8d";
}

.tci-file-remove:before {
  content: "\ea8e";
}

.tci-file-replace-outline:before {
  content: "\ea8f";
}

.tci-file-replace:before {
  content: "\ea90";
}

.tci-file-restore-outline:before {
  content: "\ea91";
}

.tci-file-restore:before {
  content: "\ea92";
}

.tci-file-search-outline:before {
  content: "\ea93";
}

.tci-file-search:before {
  content: "\ea94";
}

.tci-file-send-outline:before {
  content: "\ea95";
}

.tci-file-send:before {
  content: "\ea96";
}

.tci-file-settings-outline:before {
  content: "\ea97";
}

.tci-file-settings:before {
  content: "\ea98";
}

.tci-file-sign:before {
  content: "\ea99";
}

.tci-file-star-outline:before {
  content: "\ea9a";
}

.tci-file-star:before {
  content: "\ea9b";
}

.tci-file-swap-outline:before {
  content: "\ea9c";
}

.tci-file-swap:before {
  content: "\ea9d";
}

.tci-file-sync-outline:before {
  content: "\ea9e";
}

.tci-file-sync:before {
  content: "\ea9f";
}

.tci-file-table-box-multiple-outline:before {
  content: "\eaa0";
}

.tci-file-table-box-multiple:before {
  content: "\eaa1";
}

.tci-file-table-box-outline:before {
  content: "\eaa2";
}

.tci-file-table-box:before {
  content: "\eaa3";
}

.tci-file-table-outline:before {
  content: "\eaa4";
}

.tci-file-table:before {
  content: "\eaa5";
}

.tci-file-tree-outline:before {
  content: "\eaa6";
}

.tci-file-tree:before {
  content: "\eaa7";
}

.tci-file-undo-outline:before {
  content: "\eaa8";
}

.tci-file-undo:before {
  content: "\eaa9";
}

.tci-file-upload-outline:before {
  content: "\eaaa";
}

.tci-file-upload:before {
  content: "\eaab";
}

.tci-file-video-outline:before {
  content: "\eaac";
}

.tci-file-video:before {
  content: "\eaad";
}

.tci-file-word-box-outline:before {
  content: "\eaae";
}

.tci-file-word-box:before {
  content: "\eaaf";
}

.tci-file-word-outline:before {
  content: "\eab0";
}

.tci-file-word:before {
  content: "\eab1";
}

.tci-file:before {
  content: "\eab2";
}

.tci-film:before {
  content: "\eab3";
}

.tci-filmstrip-box-multiple:before {
  content: "\eab4";
}

.tci-filmstrip-box:before {
  content: "\eab5";
}

.tci-filmstrip-off:before {
  content: "\eab6";
}

.tci-filmstrip:before {
  content: "\eab7";
}

.tci-filter-check-outline:before {
  content: "\eab8";
}

.tci-filter-check:before {
  content: "\eab9";
}

.tci-filter-menu-outline:before {
  content: "\eaba";
}

.tci-filter-menu:before {
  content: "\eabb";
}

.tci-filter-minus-outline:before {
  content: "\eabc";
}

.tci-filter-minus:before {
  content: "\eabd";
}

.tci-filter-off-outline:before {
  content: "\eabe";
}

.tci-filter-off:before {
  content: "\eabf";
}

.tci-filter-outline:before {
  content: "\eac0";
}

.tci-filter-plus-outline:before {
  content: "\eac1";
}

.tci-filter-plus:before {
  content: "\eac2";
}

.tci-filter-remove-outline:before {
  content: "\eac3";
}

.tci-filter-remove:before {
  content: "\eac4";
}

.tci-filter-variant-minus:before {
  content: "\eac5";
}

.tci-filter-variant-plus:before {
  content: "\eac6";
}

.tci-filter-variant-remove:before {
  content: "\eac7";
}

.tci-filter-variant:before {
  content: "\eac8";
}

.tci-filter:before {
  content: "\eac9";
}

.tci-finance:before {
  content: "\eaca";
}

.tci-find-replace:before {
  content: "\eacb";
}

.tci-fingerprint-off:before {
  content: "\eacc";
}

.tci-fingerprint:before {
  content: "\eacd";
}

.tci-fire-alert:before {
  content: "\eace";
}

.tci-fire-circle:before {
  content: "\eacf";
}

.tci-fire-extinguisher:before {
  content: "\ead0";
}

.tci-fire-hydrant-alert:before {
  content: "\ead1";
}

.tci-fire-hydrant-off:before {
  content: "\ead2";
}

.tci-fire-hydrant:before {
  content: "\ead3";
}

.tci-fire-off:before {
  content: "\ead4";
}

.tci-fire-truck:before {
  content: "\ead5";
}

.tci-fire:before {
  content: "\ead6";
}

.tci-firebase:before {
  content: "\ead7";
}

.tci-firefox:before {
  content: "\ead8";
}

.tci-fireplace-off:before {
  content: "\ead9";
}

.tci-fireplace:before {
  content: "\eada";
}

.tci-firewire:before {
  content: "\eadb";
}

.tci-firework-off:before {
  content: "\eadc";
}

.tci-firework:before {
  content: "\eadd";
}

.tci-fish-off:before {
  content: "\eade";
}

.tci-fish:before {
  content: "\eadf";
}

.tci-fishbowl-outline:before {
  content: "\eae0";
}

.tci-fishbowl:before {
  content: "\eae1";
}

.tci-fit-to-page-outline:before {
  content: "\eae2";
}

.tci-fit-to-page:before {
  content: "\eae3";
}

.tci-fit-to-screen-outline:before {
  content: "\eae4";
}

.tci-fit-to-screen:before {
  content: "\eae5";
}

.tci-flag-checkered:before {
  content: "\eae6";
}

.tci-flag-minus-outline:before {
  content: "\eae7";
}

.tci-flag-minus:before {
  content: "\eae8";
}

.tci-flag-off-outline:before {
  content: "\eae9";
}

.tci-flag-off:before {
  content: "\eaea";
}

.tci-flag-outline:before {
  content: "\eaeb";
}

.tci-flag-plus-outline:before {
  content: "\eaec";
}

.tci-flag-plus:before {
  content: "\eaed";
}

.tci-flag-remove-outline:before {
  content: "\eaee";
}

.tci-flag-remove:before {
  content: "\eaef";
}

.tci-flag-triangle:before {
  content: "\eaf0";
}

.tci-flag-variant-outline:before {
  content: "\eaf1";
}

.tci-flag-variant:before {
  content: "\eaf2";
}

.tci-flag:before {
  content: "\eaf3";
}

.tci-flare:before {
  content: "\eaf4";
}

.tci-flash-alert-outline:before {
  content: "\eaf5";
}

.tci-flash-alert:before {
  content: "\eaf6";
}

.tci-flash-auto:before {
  content: "\eaf7";
}

.tci-flash-off:before {
  content: "\eaf8";
}

.tci-flash-outline:before {
  content: "\eaf9";
}

.tci-flash-red-eye:before {
  content: "\eafa";
}

.tci-flash:before {
  content: "\eafb";
}

.tci-flashlight-off:before {
  content: "\eafc";
}

.tci-flashlight:before {
  content: "\eafd";
}

.tci-flask-empty-minus-outline:before {
  content: "\eafe";
}

.tci-flask-empty-minus:before {
  content: "\eaff";
}

.tci-flask-empty-off-outline:before {
  content: "\eb00";
}

.tci-flask-empty-off:before {
  content: "\eb01";
}

.tci-flask-empty-outline:before {
  content: "\eb02";
}

.tci-flask-empty-plus-outline:before {
  content: "\eb03";
}

.tci-flask-empty-plus:before {
  content: "\eb04";
}

.tci-flask-empty-remove-outline:before {
  content: "\eb05";
}

.tci-flask-empty-remove:before {
  content: "\eb06";
}

.tci-flask-empty:before {
  content: "\eb07";
}

.tci-flask-minus-outline:before {
  content: "\eb08";
}

.tci-flask-minus:before {
  content: "\eb09";
}

.tci-flask-off-outline:before {
  content: "\eb0a";
}

.tci-flask-off:before {
  content: "\eb0b";
}

.tci-flask-outline:before {
  content: "\eb0c";
}

.tci-flask-plus-outline:before {
  content: "\eb0d";
}

.tci-flask-plus:before {
  content: "\eb0e";
}

.tci-flask-remove-outline:before {
  content: "\eb0f";
}

.tci-flask-remove:before {
  content: "\eb10";
}

.tci-flask-round-bottom-empty-outline:before {
  content: "\eb11";
}

.tci-flask-round-bottom-empty:before {
  content: "\eb12";
}

.tci-flask-round-bottom-outline:before {
  content: "\eb13";
}

.tci-flask-round-bottom:before {
  content: "\eb14";
}

.tci-flask:before {
  content: "\eb15";
}

.tci-fleur-de-lis:before {
  content: "\eb16";
}

.tci-flip-horizontal:before {
  content: "\eb17";
}

.tci-flip-to-back:before {
  content: "\eb18";
}

.tci-flip-to-front:before {
  content: "\eb19";
}

.tci-flip-vertical:before {
  content: "\eb1a";
}

.tci-floor-lamp-dual-outline:before {
  content: "\eb1b";
}

.tci-floor-lamp-dual:before {
  content: "\eb1c";
}

.tci-floor-lamp-outline:before {
  content: "\eb1d";
}

.tci-floor-lamp-torchiere-outline:before {
  content: "\eb1e";
}

.tci-floor-lamp-torchiere-variant-outline:before {
  content: "\eb1f";
}

.tci-floor-lamp-torchiere-variant:before {
  content: "\eb20";
}

.tci-floor-lamp-torchiere:before {
  content: "\eb21";
}

.tci-floor-lamp:before {
  content: "\eb22";
}

.tci-floor-plan:before {
  content: "\eb23";
}

.tci-floppy-variant:before {
  content: "\eb24";
}

.tci-floppy:before {
  content: "\eb25";
}

.tci-flower-outline:before {
  content: "\eb26";
}

.tci-flower-pollen-outline:before {
  content: "\eb27";
}

.tci-flower-pollen:before {
  content: "\eb28";
}

.tci-flower-poppy:before {
  content: "\eb29";
}

.tci-flower-tulip-outline:before {
  content: "\eb2a";
}

.tci-flower-tulip:before {
  content: "\eb2b";
}

.tci-flower:before {
  content: "\eb2c";
}

.tci-focus-auto:before {
  content: "\eb2d";
}

.tci-focus-field-horizontal:before {
  content: "\eb2e";
}

.tci-focus-field-vertical:before {
  content: "\eb2f";
}

.tci-focus-field:before {
  content: "\eb30";
}

.tci-folder-account-outline:before {
  content: "\eb31";
}

.tci-folder-account:before {
  content: "\eb32";
}

.tci-folder-alert-outline:before {
  content: "\eb33";
}

.tci-folder-alert:before {
  content: "\eb34";
}

.tci-folder-arrow-down-outline:before {
  content: "\eb35";
}

.tci-folder-arrow-down:before {
  content: "\eb36";
}

.tci-folder-arrow-left-outline:before {
  content: "\eb37";
}

.tci-folder-arrow-left-right-outline:before {
  content: "\eb38";
}

.tci-folder-arrow-left-right:before {
  content: "\eb39";
}

.tci-folder-arrow-left:before {
  content: "\eb3a";
}

.tci-folder-arrow-right-outline:before {
  content: "\eb3b";
}

.tci-folder-arrow-right:before {
  content: "\eb3c";
}

.tci-folder-arrow-up-down-outline:before {
  content: "\eb3d";
}

.tci-folder-arrow-up-down:before {
  content: "\eb3e";
}

.tci-folder-arrow-up-outline:before {
  content: "\eb3f";
}

.tci-folder-arrow-up:before {
  content: "\eb40";
}

.tci-folder-cancel-outline:before {
  content: "\eb41";
}

.tci-folder-cancel:before {
  content: "\eb42";
}

.tci-folder-check-outline:before {
  content: "\eb43";
}

.tci-folder-check:before {
  content: "\eb44";
}

.tci-folder-clock-outline:before {
  content: "\eb45";
}

.tci-folder-clock:before {
  content: "\eb46";
}

.tci-folder-cog-outline:before {
  content: "\eb47";
}

.tci-folder-cog:before {
  content: "\eb48";
}

.tci-folder-download-outline:before {
  content: "\eb49";
}

.tci-folder-download:before {
  content: "\eb4a";
}

.tci-folder-edit-outline:before {
  content: "\eb4b";
}

.tci-folder-edit:before {
  content: "\eb4c";
}

.tci-folder-eye-outline:before {
  content: "\eb4d";
}

.tci-folder-eye:before {
  content: "\eb4e";
}

.tci-folder-file-outline:before {
  content: "\eb4f";
}

.tci-folder-file:before {
  content: "\eb50";
}

.tci-folder-google-drive:before {
  content: "\eb51";
}

.tci-folder-heart-outline:before {
  content: "\eb52";
}

.tci-folder-heart:before {
  content: "\eb53";
}

.tci-folder-hidden:before {
  content: "\eb54";
}

.tci-folder-home-outline:before {
  content: "\eb55";
}

.tci-folder-home:before {
  content: "\eb56";
}

.tci-folder-image:before {
  content: "\eb57";
}

.tci-folder-information-outline:before {
  content: "\eb58";
}

.tci-folder-information:before {
  content: "\eb59";
}

.tci-folder-key-network-outline:before {
  content: "\eb5a";
}

.tci-folder-key-network:before {
  content: "\eb5b";
}

.tci-folder-key-outline:before {
  content: "\eb5c";
}

.tci-folder-key:before {
  content: "\eb5d";
}

.tci-folder-lock-open:before {
  content: "\eb5e";
}

.tci-folder-lock:before {
  content: "\eb5f";
}

.tci-folder-marker-outline:before {
  content: "\eb60";
}

.tci-folder-marker:before {
  content: "\eb61";
}

.tci-folder-move-outline:before {
  content: "\eb62";
}

.tci-folder-move:before {
  content: "\eb63";
}

.tci-folder-multiple-image:before {
  content: "\eb64";
}

.tci-folder-multiple-outline:before {
  content: "\eb65";
}

.tci-folder-multiple-plus-outline:before {
  content: "\eb66";
}

.tci-folder-multiple-plus:before {
  content: "\eb67";
}

.tci-folder-multiple:before {
  content: "\eb68";
}

.tci-folder-music-outline:before {
  content: "\eb69";
}

.tci-folder-music:before {
  content: "\eb6a";
}

.tci-folder-network-outline:before {
  content: "\eb6b";
}

.tci-folder-network:before {
  content: "\eb6c";
}

.tci-folder-off-outline:before {
  content: "\eb6d";
}

.tci-folder-off:before {
  content: "\eb6e";
}

.tci-folder-open-outline:before {
  content: "\eb6f";
}

.tci-folder-open:before {
  content: "\eb70";
}

.tci-folder-outline:before {
  content: "\eb71";
}

.tci-folder-play-outline:before {
  content: "\eb72";
}

.tci-folder-play:before {
  content: "\eb73";
}

.tci-folder-plus-outline:before {
  content: "\eb74";
}

.tci-folder-plus:before {
  content: "\eb75";
}

.tci-folder-pound-outline:before {
  content: "\eb76";
}

.tci-folder-pound:before {
  content: "\eb77";
}

.tci-folder-question-outline:before {
  content: "\eb78";
}

.tci-folder-question:before {
  content: "\eb79";
}

.tci-folder-refresh-outline:before {
  content: "\eb7a";
}

.tci-folder-refresh:before {
  content: "\eb7b";
}

.tci-folder-remove-outline:before {
  content: "\eb7c";
}

.tci-folder-remove:before {
  content: "\eb7d";
}

.tci-folder-search-outline:before {
  content: "\eb7e";
}

.tci-folder-search:before {
  content: "\eb7f";
}

.tci-folder-settings-outline:before {
  content: "\eb80";
}

.tci-folder-settings:before {
  content: "\eb81";
}

.tci-folder-star-multiple-outline:before {
  content: "\eb82";
}

.tci-folder-star-multiple:before {
  content: "\eb83";
}

.tci-folder-star-outline:before {
  content: "\eb84";
}

.tci-folder-star:before {
  content: "\eb85";
}

.tci-folder-swap-outline:before {
  content: "\eb86";
}

.tci-folder-swap:before {
  content: "\eb87";
}

.tci-folder-sync-outline:before {
  content: "\eb88";
}

.tci-folder-sync:before {
  content: "\eb89";
}

.tci-folder-table-outline:before {
  content: "\eb8a";
}

.tci-folder-table:before {
  content: "\eb8b";
}

.tci-folder-text-outline:before {
  content: "\eb8c";
}

.tci-folder-text:before {
  content: "\eb8d";
}

.tci-folder-upload-outline:before {
  content: "\eb8e";
}

.tci-folder-upload:before {
  content: "\eb8f";
}

.tci-folder-wrench-outline:before {
  content: "\eb90";
}

.tci-folder-wrench:before {
  content: "\eb91";
}

.tci-folder-zip-outline:before {
  content: "\eb92";
}

.tci-folder-zip:before {
  content: "\eb93";
}

.tci-folder:before {
  content: "\eb94";
}

.tci-font-awesome:before {
  content: "\eb95";
}

.tci-food-apple-outline:before {
  content: "\eb96";
}

.tci-food-apple:before {
  content: "\eb97";
}

.tci-food-croissant:before {
  content: "\eb98";
}

.tci-food-drumstick-off-outline:before {
  content: "\eb99";
}

.tci-food-drumstick-off:before {
  content: "\eb9a";
}

.tci-food-drumstick-outline:before {
  content: "\eb9b";
}

.tci-food-drumstick:before {
  content: "\eb9c";
}

.tci-food-fork-drink:before {
  content: "\eb9d";
}

.tci-food-halal:before {
  content: "\eb9e";
}

.tci-food-hot-dog:before {
  content: "\eb9f";
}

.tci-food-kosher:before {
  content: "\eba0";
}

.tci-food-off-outline:before {
  content: "\eba1";
}

.tci-food-off:before {
  content: "\eba2";
}

.tci-food-outline:before {
  content: "\eba3";
}

.tci-food-steak-off:before {
  content: "\eba4";
}

.tci-food-steak:before {
  content: "\eba5";
}

.tci-food-takeout-box-outline:before {
  content: "\eba6";
}

.tci-food-takeout-box:before {
  content: "\eba7";
}

.tci-food-turkey:before {
  content: "\eba8";
}

.tci-food-variant-off:before {
  content: "\eba9";
}

.tci-food-variant:before {
  content: "\ebaa";
}

.tci-food:before {
  content: "\ebab";
}

.tci-foot-print:before {
  content: "\ebac";
}

.tci-football-australian:before {
  content: "\ebad";
}

.tci-football-helmet:before {
  content: "\ebae";
}

.tci-football:before {
  content: "\ebaf";
}

.tci-forest:before {
  content: "\ebb0";
}

.tci-forklift:before {
  content: "\ebb1";
}

.tci-form-dropdown:before {
  content: "\ebb2";
}

.tci-form-select:before {
  content: "\ebb3";
}

.tci-form-textarea:before {
  content: "\ebb4";
}

.tci-form-textbox-lock:before {
  content: "\ebb5";
}

.tci-form-textbox-password:before {
  content: "\ebb6";
}

.tci-form-textbox:before {
  content: "\ebb7";
}

.tci-format-align-bottom:before {
  content: "\ebb8";
}

.tci-format-align-center:before {
  content: "\ebb9";
}

.tci-format-align-justify:before {
  content: "\ebba";
}

.tci-format-align-left:before {
  content: "\ebbb";
}

.tci-format-align-middle:before {
  content: "\ebbc";
}

.tci-format-align-right:before {
  content: "\ebbd";
}

.tci-format-align-top:before {
  content: "\ebbe";
}

.tci-format-annotation-minus:before {
  content: "\ebbf";
}

.tci-format-annotation-plus:before {
  content: "\ebc0";
}

.tci-format-bold:before {
  content: "\ebc1";
}

.tci-format-clear:before {
  content: "\ebc2";
}

.tci-format-color-fill:before {
  content: "\ebc3";
}

.tci-format-color-highlight:before {
  content: "\ebc4";
}

.tci-format-color-marker-cancel:before {
  content: "\ebc5";
}

.tci-format-color-text:before {
  content: "\ebc6";
}

.tci-format-columns:before {
  content: "\ebc7";
}

.tci-format-float-center:before {
  content: "\ebc8";
}

.tci-format-float-left:before {
  content: "\ebc9";
}

.tci-format-float-none:before {
  content: "\ebca";
}

.tci-format-float-right:before {
  content: "\ebcb";
}

.tci-format-font-size-decrease:before {
  content: "\ebcc";
}

.tci-format-font-size-increase:before {
  content: "\ebcd";
}

.tci-format-font:before {
  content: "\ebce";
}

.tci-format-header-1:before {
  content: "\ebcf";
}

.tci-format-header-2:before {
  content: "\ebd0";
}

.tci-format-header-3:before {
  content: "\ebd1";
}

.tci-format-header-4:before {
  content: "\ebd2";
}

.tci-format-header-5:before {
  content: "\ebd3";
}

.tci-format-header-6:before {
  content: "\ebd4";
}

.tci-format-header-decrease:before {
  content: "\ebd5";
}

.tci-format-header-equal:before {
  content: "\ebd6";
}

.tci-format-header-increase:before {
  content: "\ebd7";
}

.tci-format-header-pound:before {
  content: "\ebd8";
}

.tci-format-horizontal-align-center:before {
  content: "\ebd9";
}

.tci-format-horizontal-align-left:before {
  content: "\ebda";
}

.tci-format-horizontal-align-right:before {
  content: "\ebdb";
}

.tci-format-indent-decrease:before {
  content: "\ebdc";
}

.tci-format-indent-increase:before {
  content: "\ebdd";
}

.tci-format-italic:before {
  content: "\ebde";
}

.tci-format-letter-case-lower:before {
  content: "\ebdf";
}

.tci-format-letter-case-upper:before {
  content: "\ebe0";
}

.tci-format-letter-case:before {
  content: "\ebe1";
}

.tci-format-letter-ends-with:before {
  content: "\ebe2";
}

.tci-format-letter-matches:before {
  content: "\ebe3";
}

.tci-format-letter-spacing:before {
  content: "\ebe4";
}

.tci-format-letter-starts-with:before {
  content: "\ebe5";
}

.tci-format-line-spacing:before {
  content: "\ebe6";
}

.tci-format-line-style:before {
  content: "\ebe7";
}

.tci-format-line-weight:before {
  content: "\ebe8";
}

.tci-format-list-bulleted-square:before {
  content: "\ebe9";
}

.tci-format-list-bulleted-triangle:before {
  content: "\ebea";
}

.tci-format-list-bulleted-type:before {
  content: "\ebeb";
}

.tci-format-list-bulleted:before {
  content: "\ebec";
}

.tci-format-list-checkbox:before {
  content: "\ebed";
}

.tci-format-list-checks:before {
  content: "\ebee";
}

.tci-format-list-group:before {
  content: "\ebef";
}

.tci-format-list-numbered-rtl:before {
  content: "\ebf0";
}

.tci-format-list-numbered:before {
  content: "\ebf1";
}

.tci-format-list-text:before {
  content: "\ebf2";
}

.tci-format-overline:before {
  content: "\ebf3";
}

.tci-format-page-break:before {
  content: "\ebf4";
}

.tci-format-page-split:before {
  content: "\ebf5";
}

.tci-format-paint:before {
  content: "\ebf6";
}

.tci-format-paragraph:before {
  content: "\ebf7";
}

.tci-format-pilcrow:before {
  content: "\ebf8";
}

.tci-format-quote-close-outline:before {
  content: "\ebf9";
}

.tci-format-quote-close:before {
  content: "\ebfa";
}

.tci-format-quote-open-outline:before {
  content: "\ebfb";
}

.tci-format-quote-open:before {
  content: "\ebfc";
}

.tci-format-rotate-90:before {
  content: "\ebfd";
}

.tci-format-section:before {
  content: "\ebfe";
}

.tci-format-size:before {
  content: "\ebff";
}

.tci-format-strikethrough-variant:before {
  content: "\ec00";
}

.tci-format-strikethrough:before {
  content: "\ec01";
}

.tci-format-subscript:before {
  content: "\ec02";
}

.tci-format-superscript:before {
  content: "\ec03";
}

.tci-format-text-rotation-angle-down:before {
  content: "\ec04";
}

.tci-format-text-rotation-angle-up:before {
  content: "\ec05";
}

.tci-format-text-rotation-down-vertical:before {
  content: "\ec06";
}

.tci-format-text-rotation-down:before {
  content: "\ec07";
}

.tci-format-text-rotation-none:before {
  content: "\ec08";
}

.tci-format-text-rotation-up:before {
  content: "\ec09";
}

.tci-format-text-rotation-vertical:before {
  content: "\ec0a";
}

.tci-format-text-variant-outline:before {
  content: "\ec0b";
}

.tci-format-text-variant:before {
  content: "\ec0c";
}

.tci-format-text-wrapping-clip:before {
  content: "\ec0d";
}

.tci-format-text-wrapping-overflow:before {
  content: "\ec0e";
}

.tci-format-text-wrapping-wrap:before {
  content: "\ec0f";
}

.tci-format-text:before {
  content: "\ec10";
}

.tci-format-textbox:before {
  content: "\ec11";
}

.tci-format-textdirection-l-to-r:before {
  content: "\ec12";
}

.tci-format-textdirection-r-to-l:before {
  content: "\ec13";
}

.tci-format-title:before {
  content: "\ec14";
}

.tci-format-underline-wavy:before {
  content: "\ec15";
}

.tci-format-underline:before {
  content: "\ec16";
}

.tci-format-vertical-align-bottom:before {
  content: "\ec17";
}

.tci-format-vertical-align-center:before {
  content: "\ec18";
}

.tci-format-vertical-align-top:before {
  content: "\ec19";
}

.tci-format-wrap-inline:before {
  content: "\ec1a";
}

.tci-format-wrap-square:before {
  content: "\ec1b";
}

.tci-format-wrap-tight:before {
  content: "\ec1c";
}

.tci-format-wrap-top-bottom:before {
  content: "\ec1d";
}

.tci-forum-outline:before {
  content: "\ec1e";
}

.tci-forum:before {
  content: "\ec1f";
}

.tci-forward:before {
  content: "\ec20";
}

.tci-forwardburger:before {
  content: "\ec21";
}

.tci-fountain-pen-tip:before {
  content: "\ec22";
}

.tci-fountain-pen:before {
  content: "\ec23";
}

.tci-fountain:before {
  content: "\ec24";
}

.tci-fraction-one-half:before {
  content: "\ec25";
}

.tci-freebsd:before {
  content: "\ec26";
}

.tci-french-fries:before {
  content: "\ec27";
}

.tci-frequently-asked-questions:before {
  content: "\ec28";
}

.tci-fridge-alert-outline:before {
  content: "\ec29";
}

.tci-fridge-alert:before {
  content: "\ec2a";
}

.tci-fridge-bottom:before {
  content: "\ec2b";
}

.tci-fridge-industrial-alert-outline:before {
  content: "\ec2c";
}

.tci-fridge-industrial-alert:before {
  content: "\ec2d";
}

.tci-fridge-industrial-off-outline:before {
  content: "\ec2e";
}

.tci-fridge-industrial-off:before {
  content: "\ec2f";
}

.tci-fridge-industrial-outline:before {
  content: "\ec30";
}

.tci-fridge-industrial:before {
  content: "\ec31";
}

.tci-fridge-off-outline:before {
  content: "\ec32";
}

.tci-fridge-off:before {
  content: "\ec33";
}

.tci-fridge-outline:before {
  content: "\ec34";
}

.tci-fridge-top:before {
  content: "\ec35";
}

.tci-fridge-variant-alert-outline:before {
  content: "\ec36";
}

.tci-fridge-variant-alert:before {
  content: "\ec37";
}

.tci-fridge-variant-off-outline:before {
  content: "\ec38";
}

.tci-fridge-variant-off:before {
  content: "\ec39";
}

.tci-fridge-variant-outline:before {
  content: "\ec3a";
}

.tci-fridge-variant:before {
  content: "\ec3b";
}

.tci-fridge:before {
  content: "\ec3c";
}

.tci-fruit-cherries-off:before {
  content: "\ec3d";
}

.tci-fruit-cherries:before {
  content: "\ec3e";
}

.tci-fruit-citrus-off:before {
  content: "\ec3f";
}

.tci-fruit-citrus:before {
  content: "\ec40";
}

.tci-fruit-grapes-outline:before {
  content: "\ec41";
}

.tci-fruit-grapes:before {
  content: "\ec42";
}

.tci-fruit-pear:before {
  content: "\ec43";
}

.tci-fruit-pineapple:before {
  content: "\ec44";
}

.tci-fruit-watermelon:before {
  content: "\ec45";
}

.tci-fuel-cell:before {
  content: "\ec46";
}

.tci-fuel:before {
  content: "\ec47";
}

.tci-fullscreen-exit:before {
  content: "\ec48";
}

.tci-fullscreen:before {
  content: "\ec49";
}

.tci-function-variant:before {
  content: "\ec4a";
}

.tci-function:before {
  content: "\ec4b";
}

.tci-furigana-horizontal:before {
  content: "\ec4c";
}

.tci-furigana-vertical:before {
  content: "\ec4d";
}

.tci-fuse-alert:before {
  content: "\ec4e";
}

.tci-fuse-blade:before {
  content: "\ec4f";
}

.tci-fuse-off:before {
  content: "\ec50";
}

.tci-fuse:before {
  content: "\ec51";
}

.tci-gamepad-circle-down:before {
  content: "\ec52";
}

.tci-gamepad-circle-left:before {
  content: "\ec53";
}

.tci-gamepad-circle-outline:before {
  content: "\ec54";
}

.tci-gamepad-circle-right:before {
  content: "\ec55";
}

.tci-gamepad-circle-up:before {
  content: "\ec56";
}

.tci-gamepad-circle:before {
  content: "\ec57";
}

.tci-gamepad-down:before {
  content: "\ec58";
}

.tci-gamepad-left:before {
  content: "\ec59";
}

.tci-gamepad-outline:before {
  content: "\ec5a";
}

.tci-gamepad-right:before {
  content: "\ec5b";
}

.tci-gamepad-round-down:before {
  content: "\ec5c";
}

.tci-gamepad-round-left:before {
  content: "\ec5d";
}

.tci-gamepad-round-outline:before {
  content: "\ec5e";
}

.tci-gamepad-round-right:before {
  content: "\ec5f";
}

.tci-gamepad-round-up:before {
  content: "\ec60";
}

.tci-gamepad-round:before {
  content: "\ec61";
}

.tci-gamepad-square-outline:before {
  content: "\ec62";
}

.tci-gamepad-square:before {
  content: "\ec63";
}

.tci-gamepad-up:before {
  content: "\ec64";
}

.tci-gamepad-variant-outline:before {
  content: "\ec65";
}

.tci-gamepad-variant:before {
  content: "\ec66";
}

.tci-gamepad:before {
  content: "\ec67";
}

.tci-gamma:before {
  content: "\ec68";
}

.tci-gantry-crane:before {
  content: "\ec69";
}

.tci-garage-alert-variant:before {
  content: "\ec6a";
}

.tci-garage-alert:before {
  content: "\ec6b";
}

.tci-garage-lock:before {
  content: "\ec6c";
}

.tci-garage-open-variant:before {
  content: "\ec6d";
}

.tci-garage-open:before {
  content: "\ec6e";
}

.tci-garage-variant-lock:before {
  content: "\ec6f";
}

.tci-garage-variant:before {
  content: "\ec70";
}

.tci-garage:before {
  content: "\ec71";
}

.tci-gas-burner:before {
  content: "\ec72";
}

.tci-gas-cylinder:before {
  content: "\ec73";
}

.tci-gas-station-off-outline:before {
  content: "\ec74";
}

.tci-gas-station-off:before {
  content: "\ec75";
}

.tci-gas-station-outline:before {
  content: "\ec76";
}

.tci-gas-station:before {
  content: "\ec77";
}

.tci-gate-alert:before {
  content: "\ec78";
}

.tci-gate-and:before {
  content: "\ec79";
}

.tci-gate-arrow-left:before {
  content: "\ec7a";
}

.tci-gate-arrow-right:before {
  content: "\ec7b";
}

.tci-gate-nand:before {
  content: "\ec7c";
}

.tci-gate-nor:before {
  content: "\ec7d";
}

.tci-gate-not:before {
  content: "\ec7e";
}

.tci-gate-open:before {
  content: "\ec7f";
}

.tci-gate-or:before {
  content: "\ec80";
}

.tci-gate-xnor:before {
  content: "\ec81";
}

.tci-gate-xor:before {
  content: "\ec82";
}

.tci-gate:before {
  content: "\ec83";
}

.tci-gatsby:before {
  content: "\ec84";
}

.tci-gauge-empty:before {
  content: "\ec85";
}

.tci-gauge-full:before {
  content: "\ec86";
}

.tci-gauge-low:before {
  content: "\ec87";
}

.tci-gauge:before {
  content: "\ec88";
}

.tci-gavel:before {
  content: "\ec89";
}

.tci-gender-female:before {
  content: "\ec8a";
}

.tci-gender-male-female-variant:before {
  content: "\ec8b";
}

.tci-gender-male-female:before {
  content: "\ec8c";
}

.tci-gender-male:before {
  content: "\ec8d";
}

.tci-gender-non-binary:before {
  content: "\ec8e";
}

.tci-gender-transgender:before {
  content: "\ec8f";
}

.tci-gentoo:before {
  content: "\ec90";
}

.tci-gesture-double-tap:before {
  content: "\ec91";
}

.tci-gesture-pinch:before {
  content: "\ec92";
}

.tci-gesture-spread:before {
  content: "\ec93";
}

.tci-gesture-swipe-down:before {
  content: "\ec94";
}

.tci-gesture-swipe-horizontal:before {
  content: "\ec95";
}

.tci-gesture-swipe-left:before {
  content: "\ec96";
}

.tci-gesture-swipe-right:before {
  content: "\ec97";
}

.tci-gesture-swipe-up:before {
  content: "\ec98";
}

.tci-gesture-swipe-vertical:before {
  content: "\ec99";
}

.tci-gesture-swipe:before {
  content: "\ec9a";
}

.tci-gesture-tap-box:before {
  content: "\ec9b";
}

.tci-gesture-tap-button:before {
  content: "\ec9c";
}

.tci-gesture-tap-hold:before {
  content: "\ec9d";
}

.tci-gesture-tap:before {
  content: "\ec9e";
}

.tci-gesture-two-double-tap:before {
  content: "\ec9f";
}

.tci-gesture-two-tap:before {
  content: "\eca0";
}

.tci-gesture:before {
  content: "\eca1";
}

.tci-ghost-off-outline:before {
  content: "\eca2";
}

.tci-ghost-off:before {
  content: "\eca3";
}

.tci-ghost-outline:before {
  content: "\eca4";
}

.tci-ghost:before {
  content: "\eca5";
}

.tci-gift-off-outline:before {
  content: "\eca6";
}

.tci-gift-off:before {
  content: "\eca7";
}

.tci-gift-open-outline:before {
  content: "\eca8";
}

.tci-gift-open:before {
  content: "\eca9";
}

.tci-gift-outline:before {
  content: "\ecaa";
}

.tci-gift:before {
  content: "\ecab";
}

.tci-git:before {
  content: "\ecac";
}

.tci-github:before {
  content: "\ecad";
}

.tci-gitlab:before {
  content: "\ecae";
}

.tci-glass-cocktail-off:before {
  content: "\ecaf";
}

.tci-glass-cocktail:before {
  content: "\ecb0";
}

.tci-glass-flute:before {
  content: "\ecb1";
}

.tci-glass-fragile:before {
  content: "\ecb2";
}

.tci-glass-mug-off:before {
  content: "\ecb3";
}

.tci-glass-mug-variant-off:before {
  content: "\ecb4";
}

.tci-glass-mug-variant:before {
  content: "\ecb5";
}

.tci-glass-mug:before {
  content: "\ecb6";
}

.tci-glass-pint-outline:before {
  content: "\ecb7";
}

.tci-glass-stange:before {
  content: "\ecb8";
}

.tci-glass-tulip:before {
  content: "\ecb9";
}

.tci-glass-wine:before {
  content: "\ecba";
}

.tci-glasses:before {
  content: "\ecbb";
}

.tci-globe-light:before {
  content: "\ecbc";
}

.tci-globe-model:before {
  content: "\ecbd";
}

.tci-gmail:before {
  content: "\ecbe";
}

.tci-gnome:before {
  content: "\ecbf";
}

.tci-go-kart-track:before {
  content: "\ecc0";
}

.tci-go-kart:before {
  content: "\ecc1";
}

.tci-gog:before {
  content: "\ecc2";
}

.tci-gold:before {
  content: "\ecc3";
}

.tci-golf-cart:before {
  content: "\ecc4";
}

.tci-golf-tee:before {
  content: "\ecc5";
}

.tci-golf:before {
  content: "\ecc6";
}

.tci-gondola:before {
  content: "\ecc7";
}

.tci-goodreads:before {
  content: "\ecc8";
}

.tci-google-ads:before {
  content: "\ecc9";
}

.tci-google-analytics:before {
  content: "\ecca";
}

.tci-google-assistant:before {
  content: "\eccb";
}

.tci-google-cardboard:before {
  content: "\eccc";
}

.tci-google-chrome:before {
  content: "\eccd";
}

.tci-google-circles-communities:before {
  content: "\ecce";
}

.tci-google-circles-extended:before {
  content: "\eccf";
}

.tci-google-circles-group:before {
  content: "\ecd0";
}

.tci-google-circles:before {
  content: "\ecd1";
}

.tci-google-classroom:before {
  content: "\ecd2";
}

.tci-google-cloud:before {
  content: "\ecd3";
}

.tci-google-controller-off:before {
  content: "\ecd4";
}

.tci-google-controller:before {
  content: "\ecd5";
}

.tci-google-downasaur:before {
  content: "\ecd6";
}

.tci-google-drive:before {
  content: "\ecd7";
}

.tci-google-earth:before {
  content: "\ecd8";
}

.tci-google-fit:before {
  content: "\ecd9";
}

.tci-google-glass:before {
  content: "\ecda";
}

.tci-google-hangouts:before {
  content: "\ecdb";
}

.tci-google-home:before {
  content: "\ecdc";
}

.tci-google-keep:before {
  content: "\ecdd";
}

.tci-google-lens:before {
  content: "\ecde";
}

.tci-google-maps:before {
  content: "\ecdf";
}

.tci-google-my-business:before {
  content: "\ece0";
}

.tci-google-nearby:before {
  content: "\ece1";
}

.tci-google-play:before {
  content: "\ece2";
}

.tci-google-plus:before {
  content: "\ece3";
}

.tci-google-podcast:before {
  content: "\ece4";
}

.tci-google-spreadsheet:before {
  content: "\ece5";
}

.tci-google-street-view:before {
  content: "\ece6";
}

.tci-google-translate:before {
  content: "\ece7";
}

.tci-google:before {
  content: "\ece8";
}

.tci-gradient-horizontal:before {
  content: "\ece9";
}

.tci-gradient-vertical:before {
  content: "\ecea";
}

.tci-grain:before {
  content: "\eceb";
}

.tci-graph-outline:before {
  content: "\ecec";
}

.tci-graph:before {
  content: "\eced";
}

.tci-graphql:before {
  content: "\ecee";
}

.tci-grass:before {
  content: "\ecef";
}

.tci-grave-stone:before {
  content: "\ecf0";
}

.tci-grease-pencil:before {
  content: "\ecf1";
}

.tci-greater-than-or-equal:before {
  content: "\ecf2";
}

.tci-greater-than:before {
  content: "\ecf3";
}

.tci-greenhouse:before {
  content: "\ecf4";
}

.tci-grid-large:before {
  content: "\ecf5";
}

.tci-grid-off:before {
  content: "\ecf6";
}

.tci-grid:before {
  content: "\ecf7";
}

.tci-grill-outline:before {
  content: "\ecf8";
}

.tci-grill:before {
  content: "\ecf9";
}

.tci-group:before {
  content: "\ecfa";
}

.tci-guitar-acoustic:before {
  content: "\ecfb";
}

.tci-guitar-electric:before {
  content: "\ecfc";
}

.tci-guitar-pick-outline:before {
  content: "\ecfd";
}

.tci-guitar-pick:before {
  content: "\ecfe";
}

.tci-guy-fawkes-mask:before {
  content: "\ecff";
}

.tci-hail:before {
  content: "\ed00";
}

.tci-hair-dryer-outline:before {
  content: "\ed01";
}

.tci-hair-dryer:before {
  content: "\ed02";
}

.tci-halloween:before {
  content: "\ed03";
}

.tci-hamburger-check:before {
  content: "\ed04";
}

.tci-hamburger-minus:before {
  content: "\ed05";
}

.tci-hamburger-off:before {
  content: "\ed06";
}

.tci-hamburger-plus:before {
  content: "\ed07";
}

.tci-hamburger-remove:before {
  content: "\ed08";
}

.tci-hamburger:before {
  content: "\ed09";
}

.tci-hammer-screwdriver:before {
  content: "\ed0a";
}

.tci-hammer-sickle:before {
  content: "\ed0b";
}

.tci-hammer-wrench:before {
  content: "\ed0c";
}

.tci-hammer:before {
  content: "\ed0d";
}

.tci-hand-back-left-off-outline:before {
  content: "\ed0e";
}

.tci-hand-back-left-off:before {
  content: "\ed0f";
}

.tci-hand-back-left-outline:before {
  content: "\ed10";
}

.tci-hand-back-left:before {
  content: "\ed11";
}

.tci-hand-back-right-off-outline:before {
  content: "\ed12";
}

.tci-hand-back-right-off:before {
  content: "\ed13";
}

.tci-hand-back-right-outline:before {
  content: "\ed14";
}

.tci-hand-back-right:before {
  content: "\ed15";
}

.tci-hand-clap:before {
  content: "\ed16";
}

.tci-hand-coin-outline:before {
  content: "\ed17";
}

.tci-hand-coin:before {
  content: "\ed18";
}

.tci-hand-extended-outline:before {
  content: "\ed19";
}

.tci-hand-extended:before {
  content: "\ed1a";
}

.tci-hand-front-left-outline:before {
  content: "\ed1b";
}

.tci-hand-front-left:before {
  content: "\ed1c";
}

.tci-hand-front-right-outline:before {
  content: "\ed1d";
}

.tci-hand-front-right:before {
  content: "\ed1e";
}

.tci-hand-heart-outline:before {
  content: "\ed1f";
}

.tci-hand-heart:before {
  content: "\ed20";
}

.tci-hand-okay:before {
  content: "\ed21";
}

.tci-hand-peace-variant:before {
  content: "\ed22";
}

.tci-hand-peace:before {
  content: "\ed23";
}

.tci-hand-pointing-down:before {
  content: "\ed24";
}

.tci-hand-pointing-left:before {
  content: "\ed25";
}

.tci-hand-pointing-right:before {
  content: "\ed26";
}

.tci-hand-pointing-up:before {
  content: "\ed27";
}

.tci-hand-saw:before {
  content: "\ed28";
}

.tci-hand-wash-outline:before {
  content: "\ed29";
}

.tci-hand-wash:before {
  content: "\ed2a";
}

.tci-hand-water:before {
  content: "\ed2b";
}

.tci-hand-wave-outline:before {
  content: "\ed2c";
}

.tci-hand-wave:before {
  content: "\ed2d";
}

.tci-handball:before {
  content: "\ed2e";
}

.tci-handcuffs:before {
  content: "\ed2f";
}

.tci-hands-pray:before {
  content: "\ed30";
}

.tci-handshake-outline:before {
  content: "\ed31";
}

.tci-handshake:before {
  content: "\ed32";
}

.tci-hanger:before {
  content: "\ed33";
}

.tci-hard-hat:before {
  content: "\ed34";
}

.tci-harddisk-plus:before {
  content: "\ed35";
}

.tci-harddisk-remove:before {
  content: "\ed36";
}

.tci-harddisk:before {
  content: "\ed37";
}

.tci-hat-fedora:before {
  content: "\ed38";
}

.tci-hazard-lights:before {
  content: "\ed39";
}

.tci-hdr-off:before {
  content: "\ed3a";
}

.tci-hdr:before {
  content: "\ed3b";
}

.tci-head-alert-outline:before {
  content: "\ed3c";
}

.tci-head-alert:before {
  content: "\ed3d";
}

.tci-head-check-outline:before {
  content: "\ed3e";
}

.tci-head-check:before {
  content: "\ed3f";
}

.tci-head-cog-outline:before {
  content: "\ed40";
}

.tci-head-cog:before {
  content: "\ed41";
}

.tci-head-dots-horizontal-outline:before {
  content: "\ed42";
}

.tci-head-dots-horizontal:before {
  content: "\ed43";
}

.tci-head-flash-outline:before {
  content: "\ed44";
}

.tci-head-flash:before {
  content: "\ed45";
}

.tci-head-heart-outline:before {
  content: "\ed46";
}

.tci-head-heart:before {
  content: "\ed47";
}

.tci-head-lightbulb-outline:before {
  content: "\ed48";
}

.tci-head-lightbulb:before {
  content: "\ed49";
}

.tci-head-minus-outline:before {
  content: "\ed4a";
}

.tci-head-minus:before {
  content: "\ed4b";
}

.tci-head-outline:before {
  content: "\ed4c";
}

.tci-head-plus-outline:before {
  content: "\ed4d";
}

.tci-head-plus:before {
  content: "\ed4e";
}

.tci-head-question-outline:before {
  content: "\ed4f";
}

.tci-head-question:before {
  content: "\ed50";
}

.tci-head-remove-outline:before {
  content: "\ed51";
}

.tci-head-remove:before {
  content: "\ed52";
}

.tci-head-snowflake-outline:before {
  content: "\ed53";
}

.tci-head-snowflake:before {
  content: "\ed54";
}

.tci-head-sync-outline:before {
  content: "\ed55";
}

.tci-head-sync:before {
  content: "\ed56";
}

.tci-head:before {
  content: "\ed57";
}

.tci-headphones-bluetooth:before {
  content: "\ed58";
}

.tci-headphones-box:before {
  content: "\ed59";
}

.tci-headphones-off:before {
  content: "\ed5a";
}

.tci-headphones-settings:before {
  content: "\ed5b";
}

.tci-headphones:before {
  content: "\ed5c";
}

.tci-headset-dock:before {
  content: "\ed5d";
}

.tci-headset-off:before {
  content: "\ed5e";
}

.tci-headset:before {
  content: "\ed5f";
}

.tci-heart-box-outline:before {
  content: "\ed60";
}

.tci-heart-box:before {
  content: "\ed61";
}

.tci-heart-broken-outline:before {
  content: "\ed62";
}

.tci-heart-broken:before {
  content: "\ed63";
}

.tci-heart-circle-outline:before {
  content: "\ed64";
}

.tci-heart-circle:before {
  content: "\ed65";
}

.tci-heart-cog-outline:before {
  content: "\ed66";
}

.tci-heart-cog:before {
  content: "\ed67";
}

.tci-heart-flash:before {
  content: "\ed68";
}

.tci-heart-half-full:before {
  content: "\ed69";
}

.tci-heart-half-outline:before {
  content: "\ed6a";
}

.tci-heart-half:before {
  content: "\ed6b";
}

.tci-heart-minus-outline:before {
  content: "\ed6c";
}

.tci-heart-minus:before {
  content: "\ed6d";
}

.tci-heart-multiple-outline:before {
  content: "\ed6e";
}

.tci-heart-multiple:before {
  content: "\ed6f";
}

.tci-heart-off-outline:before {
  content: "\ed70";
}

.tci-heart-off:before {
  content: "\ed71";
}

.tci-heart-outline:before {
  content: "\ed72";
}

.tci-heart-plus-outline:before {
  content: "\ed73";
}

.tci-heart-plus:before {
  content: "\ed74";
}

.tci-heart-pulse:before {
  content: "\ed75";
}

.tci-heart-remove-outline:before {
  content: "\ed76";
}

.tci-heart-remove:before {
  content: "\ed77";
}

.tci-heart-settings-outline:before {
  content: "\ed78";
}

.tci-heart-settings:before {
  content: "\ed79";
}

.tci-heart:before {
  content: "\ed7a";
}

.tci-helicopter:before {
  content: "\ed7b";
}

.tci-help-box:before {
  content: "\ed7c";
}

.tci-help-circle-outline:before {
  content: "\ed7d";
}

.tci-help-circle:before {
  content: "\ed7e";
}

.tci-help-network-outline:before {
  content: "\ed7f";
}

.tci-help-network:before {
  content: "\ed80";
}

.tci-help-rhombus-outline:before {
  content: "\ed81";
}

.tci-help-rhombus:before {
  content: "\ed82";
}

.tci-help:before {
  content: "\ed83";
}

.tci-hexadecimal:before {
  content: "\ed84";
}

.tci-hexagon-multiple-outline:before {
  content: "\ed85";
}

.tci-hexagon-multiple:before {
  content: "\ed86";
}

.tci-hexagon-outline:before {
  content: "\ed87";
}

.tci-hexagon-slice-1:before {
  content: "\ed88";
}

.tci-hexagon-slice-2:before {
  content: "\ed89";
}

.tci-hexagon-slice-3:before {
  content: "\ed8a";
}

.tci-hexagon-slice-4:before {
  content: "\ed8b";
}

.tci-hexagon-slice-5:before {
  content: "\ed8c";
}

.tci-hexagon-slice-6:before {
  content: "\ed8d";
}

.tci-hexagon:before {
  content: "\ed8e";
}

.tci-hexagram-outline:before {
  content: "\ed8f";
}

.tci-hexagram:before {
  content: "\ed90";
}

.tci-high-definition-box:before {
  content: "\ed91";
}

.tci-high-definition:before {
  content: "\ed92";
}

.tci-highway:before {
  content: "\ed93";
}

.tci-hiking:before {
  content: "\ed94";
}

.tci-history:before {
  content: "\ed95";
}

.tci-hockey-puck:before {
  content: "\ed96";
}

.tci-hockey-sticks:before {
  content: "\ed97";
}

.tci-hololens:before {
  content: "\ed98";
}

.tci-home-account:before {
  content: "\ed99";
}

.tci-home-alert-outline:before {
  content: "\ed9a";
}

.tci-home-alert:before {
  content: "\ed9b";
}

.tci-home-analytics:before {
  content: "\ed9c";
}

.tci-home-assistant:before {
  content: "\ed9d";
}

.tci-home-automation:before {
  content: "\ed9e";
}

.tci-home-battery-outline:before {
  content: "\ed9f";
}

.tci-home-battery:before {
  content: "\eda0";
}

.tci-home-circle-outline:before {
  content: "\eda1";
}

.tci-home-circle:before {
  content: "\eda2";
}

.tci-home-city-outline:before {
  content: "\eda3";
}

.tci-home-city:before {
  content: "\eda4";
}

.tci-home-clock-outline:before {
  content: "\eda5";
}

.tci-home-clock:before {
  content: "\eda6";
}

.tci-home-edit-outline:before {
  content: "\eda7";
}

.tci-home-edit:before {
  content: "\eda8";
}

.tci-home-export-outline:before {
  content: "\eda9";
}

.tci-home-flood:before {
  content: "\edaa";
}

.tci-home-floor-0:before {
  content: "\edab";
}

.tci-home-floor-1:before {
  content: "\edac";
}

.tci-home-floor-2:before {
  content: "\edad";
}

.tci-home-floor-3:before {
  content: "\edae";
}

.tci-home-floor-a:before {
  content: "\edaf";
}

.tci-home-floor-b:before {
  content: "\edb0";
}

.tci-home-floor-g:before {
  content: "\edb1";
}

.tci-home-floor-l:before {
  content: "\edb2";
}

.tci-home-floor-negative-1:before {
  content: "\edb3";
}

.tci-home-group-minus:before {
  content: "\edb4";
}

.tci-home-group-plus:before {
  content: "\edb5";
}

.tci-home-group-remove:before {
  content: "\edb6";
}

.tci-home-group:before {
  content: "\edb7";
}

.tci-home-heart:before {
  content: "\edb8";
}

.tci-home-import-outline:before {
  content: "\edb9";
}

.tci-home-lightbulb-outline:before {
  content: "\edba";
}

.tci-home-lightbulb:before {
  content: "\edbb";
}

.tci-home-lightning-bolt-outline:before {
  content: "\edbc";
}

.tci-home-lightning-bolt:before {
  content: "\edbd";
}

.tci-home-lock-open:before {
  content: "\edbe";
}

.tci-home-lock:before {
  content: "\edbf";
}

.tci-home-map-marker:before {
  content: "\edc0";
}

.tci-home-minus-outline:before {
  content: "\edc1";
}

.tci-home-minus:before {
  content: "\edc2";
}

.tci-home-modern:before {
  content: "\edc3";
}

.tci-home-outline:before {
  content: "\edc4";
}

.tci-home-plus-outline:before {
  content: "\edc5";
}

.tci-home-plus:before {
  content: "\edc6";
}

.tci-home-remove-outline:before {
  content: "\edc7";
}

.tci-home-remove:before {
  content: "\edc8";
}

.tci-home-roof:before {
  content: "\edc9";
}

.tci-home-search-outline:before {
  content: "\edca";
}

.tci-home-search:before {
  content: "\edcb";
}

.tci-home-switch-outline:before {
  content: "\edcc";
}

.tci-home-switch:before {
  content: "\edcd";
}

.tci-home-thermometer-outline:before {
  content: "\edce";
}

.tci-home-thermometer:before {
  content: "\edcf";
}

.tci-home-variant-outline:before {
  content: "\edd0";
}

.tci-home-variant:before {
  content: "\edd1";
}

.tci-home:before {
  content: "\edd2";
}

.tci-hook-off:before {
  content: "\edd3";
}

.tci-hook:before {
  content: "\edd4";
}

.tci-hoop-house:before {
  content: "\edd5";
}

.tci-hops:before {
  content: "\edd6";
}

.tci-horizontal-rotate-clockwise:before {
  content: "\edd7";
}

.tci-horizontal-rotate-counterclockwise:before {
  content: "\edd8";
}

.tci-horse-human:before {
  content: "\edd9";
}

.tci-horse-variant-fast:before {
  content: "\edda";
}

.tci-horse-variant:before {
  content: "\eddb";
}

.tci-horse:before {
  content: "\eddc";
}

.tci-horseshoe:before {
  content: "\eddd";
}

.tci-hospital-box-outline:before {
  content: "\edde";
}

.tci-hospital-box:before {
  content: "\eddf";
}

.tci-hospital-building:before {
  content: "\ede0";
}

.tci-hospital-marker:before {
  content: "\ede1";
}

.tci-hospital:before {
  content: "\ede2";
}

.tci-hot-tub:before {
  content: "\ede3";
}

.tci-hours-24:before {
  content: "\ede4";
}

.tci-hubspot:before {
  content: "\ede5";
}

.tci-hulu:before {
  content: "\ede6";
}

.tci-human-baby-changing-table:before {
  content: "\ede7";
}

.tci-human-cane:before {
  content: "\ede8";
}

.tci-human-capacity-decrease:before {
  content: "\ede9";
}

.tci-human-capacity-increase:before {
  content: "\edea";
}

.tci-human-child:before {
  content: "\edeb";
}

.tci-human-dolly:before {
  content: "\edec";
}

.tci-human-edit:before {
  content: "\eded";
}

.tci-human-female-boy:before {
  content: "\edee";
}

.tci-human-female-dance:before {
  content: "\edef";
}

.tci-human-female-female:before {
  content: "\edf0";
}

.tci-human-female-girl:before {
  content: "\edf1";
}

.tci-human-female:before {
  content: "\edf2";
}

.tci-human-greeting-proximity:before {
  content: "\edf3";
}

.tci-human-greeting-variant:before {
  content: "\edf4";
}

.tci-human-greeting:before {
  content: "\edf5";
}

.tci-human-handsdown:before {
  content: "\edf6";
}

.tci-human-handsup:before {
  content: "\edf7";
}

.tci-human-male-board-poll:before {
  content: "\edf8";
}

.tci-human-male-board:before {
  content: "\edf9";
}

.tci-human-male-boy:before {
  content: "\edfa";
}

.tci-human-male-child:before {
  content: "\edfb";
}

.tci-human-male-female-child:before {
  content: "\edfc";
}

.tci-human-male-female:before {
  content: "\edfd";
}

.tci-human-male-girl:before {
  content: "\edfe";
}

.tci-human-male-height-variant:before {
  content: "\edff";
}

.tci-human-male-height:before {
  content: "\ee00";
}

.tci-human-male-male:before {
  content: "\ee01";
}

.tci-human-male:before {
  content: "\ee02";
}

.tci-human-non-binary:before {
  content: "\ee03";
}

.tci-human-pregnant:before {
  content: "\ee04";
}

.tci-human-queue:before {
  content: "\ee05";
}

.tci-human-scooter:before {
  content: "\ee06";
}

.tci-human-wheelchair:before {
  content: "\ee07";
}

.tci-human-white-cane:before {
  content: "\ee08";
}

.tci-human:before {
  content: "\ee09";
}

.tci-humble-bundle:before {
  content: "\ee0a";
}

.tci-hvac-off:before {
  content: "\ee0b";
}

.tci-hvac:before {
  content: "\ee0c";
}

.tci-hydraulic-oil-level:before {
  content: "\ee0d";
}

.tci-hydraulic-oil-temperature:before {
  content: "\ee0e";
}

.tci-hydro-power:before {
  content: "\ee0f";
}

.tci-hydrogen-station:before {
  content: "\ee10";
}

.tci-ice-cream-off:before {
  content: "\ee11";
}

.tci-ice-cream:before {
  content: "\ee12";
}

.tci-ice-pop:before {
  content: "\ee13";
}

.tci-id-card:before {
  content: "\ee14";
}

.tci-identifier:before {
  content: "\ee15";
}

.tci-ideogram-cjk-variant:before {
  content: "\ee16";
}

.tci-ideogram-cjk:before {
  content: "\ee17";
}

.tci-image-album:before {
  content: "\ee18";
}

.tci-image-area-close:before {
  content: "\ee19";
}

.tci-image-area:before {
  content: "\ee1a";
}

.tci-image-auto-adjust:before {
  content: "\ee1b";
}

.tci-image-broken-variant:before {
  content: "\ee1c";
}

.tci-image-broken:before {
  content: "\ee1d";
}

.tci-image-edit-outline:before {
  content: "\ee1e";
}

.tci-image-edit:before {
  content: "\ee1f";
}

.tci-image-filter-black-white:before {
  content: "\ee20";
}

.tci-image-filter-center-focus-strong-outline:before {
  content: "\ee21";
}

.tci-image-filter-center-focus-strong:before {
  content: "\ee22";
}

.tci-image-filter-center-focus-weak:before {
  content: "\ee23";
}

.tci-image-filter-center-focus:before {
  content: "\ee24";
}

.tci-image-filter-drama:before {
  content: "\ee25";
}

.tci-image-filter-frames:before {
  content: "\ee26";
}

.tci-image-filter-hdr:before {
  content: "\ee27";
}

.tci-image-filter-none:before {
  content: "\ee28";
}

.tci-image-filter-tilt-shift:before {
  content: "\ee29";
}

.tci-image-filter-vintage:before {
  content: "\ee2a";
}

.tci-image-frame:before {
  content: "\ee2b";
}

.tci-image-marker-outline:before {
  content: "\ee2c";
}

.tci-image-marker:before {
  content: "\ee2d";
}

.tci-image-minus:before {
  content: "\ee2e";
}

.tci-image-move:before {
  content: "\ee2f";
}

.tci-image-multiple-outline:before {
  content: "\ee30";
}

.tci-image-multiple:before {
  content: "\ee31";
}

.tci-image-off-outline:before {
  content: "\ee32";
}

.tci-image-off:before {
  content: "\ee33";
}

.tci-image-outline:before {
  content: "\ee34";
}

.tci-image-plus:before {
  content: "\ee35";
}

.tci-image-refresh-outline:before {
  content: "\ee36";
}

.tci-image-refresh:before {
  content: "\ee37";
}

.tci-image-remove:before {
  content: "\ee38";
}

.tci-image-search-outline:before {
  content: "\ee39";
}

.tci-image-search:before {
  content: "\ee3a";
}

.tci-image-size-select-actual:before {
  content: "\ee3b";
}

.tci-image-size-select-large:before {
  content: "\ee3c";
}

.tci-image-size-select-small:before {
  content: "\ee3d";
}

.tci-image-sync-outline:before {
  content: "\ee3e";
}

.tci-image-sync:before {
  content: "\ee3f";
}

.tci-image-text:before {
  content: "\ee40";
}

.tci-image:before {
  content: "\ee41";
}

.tci-import:before {
  content: "\ee42";
}

.tci-inbox-arrow-down-outline:before {
  content: "\ee43";
}

.tci-inbox-arrow-down:before {
  content: "\ee44";
}

.tci-inbox-arrow-up-outline:before {
  content: "\ee45";
}

.tci-inbox-arrow-up:before {
  content: "\ee46";
}

.tci-inbox-full-outline:before {
  content: "\ee47";
}

.tci-inbox-full:before {
  content: "\ee48";
}

.tci-inbox-multiple-outline:before {
  content: "\ee49";
}

.tci-inbox-multiple:before {
  content: "\ee4a";
}

.tci-inbox-outline:before {
  content: "\ee4b";
}

.tci-inbox-remove-outline:before {
  content: "\ee4c";
}

.tci-inbox-remove:before {
  content: "\ee4d";
}

.tci-inbox:before {
  content: "\ee4e";
}

.tci-incognito-circle-off:before {
  content: "\ee4f";
}

.tci-incognito-circle:before {
  content: "\ee50";
}

.tci-incognito-off:before {
  content: "\ee51";
}

.tci-incognito:before {
  content: "\ee52";
}

.tci-induction:before {
  content: "\ee53";
}

.tci-infinity:before {
  content: "\ee54";
}

.tci-information-off-outline:before {
  content: "\ee55";
}

.tci-information-off:before {
  content: "\ee56";
}

.tci-information-outline:before {
  content: "\ee57";
}

.tci-information-variant:before {
  content: "\ee58";
}

.tci-information:before {
  content: "\ee59";
}

.tci-instagram:before {
  content: "\ee5a";
}

.tci-instrument-triangle:before {
  content: "\ee5b";
}

.tci-integrated-circuit-chip:before {
  content: "\ee5c";
}

.tci-invert-colors-off:before {
  content: "\ee5d";
}

.tci-invert-colors:before {
  content: "\ee5e";
}

.tci-iobroker:before {
  content: "\ee5f";
}

.tci-ip-network-outline:before {
  content: "\ee60";
}

.tci-ip-network:before {
  content: "\ee61";
}

.tci-ip-outline:before {
  content: "\ee62";
}

.tci-ip:before {
  content: "\ee63";
}

.tci-ipod:before {
  content: "\ee64";
}

.tci-iron-board:before {
  content: "\ee65";
}

.tci-iron-outline:before {
  content: "\ee66";
}

.tci-iron:before {
  content: "\ee67";
}

.tci-island:before {
  content: "\ee68";
}

.tci-iv-bag:before {
  content: "\ee69";
}

.tci-jabber:before {
  content: "\ee6a";
}

.tci-jeepney:before {
  content: "\ee6b";
}

.tci-jellyfish-outline:before {
  content: "\ee6c";
}

.tci-jellyfish:before {
  content: "\ee6d";
}

.tci-jira:before {
  content: "\ee6e";
}

.tci-jquery:before {
  content: "\ee6f";
}

.tci-jsfiddle:before {
  content: "\ee70";
}

.tci-jump-rope:before {
  content: "\ee71";
}

.tci-kabaddi:before {
  content: "\ee72";
}

.tci-kangaroo:before {
  content: "\ee73";
}

.tci-karate:before {
  content: "\ee74";
}

.tci-kayaking:before {
  content: "\ee75";
}

.tci-keg:before {
  content: "\ee76";
}

.tci-kettle-alert-outline:before {
  content: "\ee77";
}

.tci-kettle-alert:before {
  content: "\ee78";
}

.tci-kettle-off-outline:before {
  content: "\ee79";
}

.tci-kettle-off:before {
  content: "\ee7a";
}

.tci-kettle-outline:before {
  content: "\ee7b";
}

.tci-kettle-pour-over:before {
  content: "\ee7c";
}

.tci-kettle-steam-outline:before {
  content: "\ee7d";
}

.tci-kettle-steam:before {
  content: "\ee7e";
}

.tci-kettle:before {
  content: "\ee7f";
}

.tci-kettlebell:before {
  content: "\ee80";
}

.tci-key-alert-outline:before {
  content: "\ee81";
}

.tci-key-alert:before {
  content: "\ee82";
}

.tci-key-arrow-right:before {
  content: "\ee83";
}

.tci-key-chain-variant:before {
  content: "\ee84";
}

.tci-key-chain:before {
  content: "\ee85";
}

.tci-key-change:before {
  content: "\ee86";
}

.tci-key-link:before {
  content: "\ee87";
}

.tci-key-minus:before {
  content: "\ee88";
}

.tci-key-outline:before {
  content: "\ee89";
}

.tci-key-plus:before {
  content: "\ee8a";
}

.tci-key-remove:before {
  content: "\ee8b";
}

.tci-key-star:before {
  content: "\ee8c";
}

.tci-key-variant:before {
  content: "\ee8d";
}

.tci-key-wireless:before {
  content: "\ee8e";
}

.tci-key:before {
  content: "\ee8f";
}

.tci-keyboard-backspace:before {
  content: "\ee90";
}

.tci-keyboard-caps:before {
  content: "\ee91";
}

.tci-keyboard-close:before {
  content: "\ee92";
}

.tci-keyboard-esc:before {
  content: "\ee93";
}

.tci-keyboard-f1:before {
  content: "\ee94";
}

.tci-keyboard-f10:before {
  content: "\ee95";
}

.tci-keyboard-f11:before {
  content: "\ee96";
}

.tci-keyboard-f12:before {
  content: "\ee97";
}

.tci-keyboard-f2:before {
  content: "\ee98";
}

.tci-keyboard-f3:before {
  content: "\ee99";
}

.tci-keyboard-f4:before {
  content: "\ee9a";
}

.tci-keyboard-f5:before {
  content: "\ee9b";
}

.tci-keyboard-f6:before {
  content: "\ee9c";
}

.tci-keyboard-f7:before {
  content: "\ee9d";
}

.tci-keyboard-f8:before {
  content: "\ee9e";
}

.tci-keyboard-f9:before {
  content: "\ee9f";
}

.tci-keyboard-off-outline:before {
  content: "\eea0";
}

.tci-keyboard-off:before {
  content: "\eea1";
}

.tci-keyboard-outline:before {
  content: "\eea2";
}

.tci-keyboard-return:before {
  content: "\eea3";
}

.tci-keyboard-settings-outline:before {
  content: "\eea4";
}

.tci-keyboard-settings:before {
  content: "\eea5";
}

.tci-keyboard-space:before {
  content: "\eea6";
}

.tci-keyboard-tab-reverse:before {
  content: "\eea7";
}

.tci-keyboard-tab:before {
  content: "\eea8";
}

.tci-keyboard-variant:before {
  content: "\eea9";
}

.tci-keyboard:before {
  content: "\eeaa";
}

.tci-khanda:before {
  content: "\eeab";
}

.tci-kickstarter:before {
  content: "\eeac";
}

.tci-kite-outline:before {
  content: "\eead";
}

.tci-kite:before {
  content: "\eeae";
}

.tci-kitesurfing:before {
  content: "\eeaf";
}

.tci-klingon:before {
  content: "\eeb0";
}

.tci-knife-military:before {
  content: "\eeb1";
}

.tci-knife:before {
  content: "\eeb2";
}

.tci-koala:before {
  content: "\eeb3";
}

.tci-kodi:before {
  content: "\eeb4";
}

.tci-kubernetes:before {
  content: "\eeb5";
}

.tci-label-multiple-outline:before {
  content: "\eeb6";
}

.tci-label-multiple:before {
  content: "\eeb7";
}

.tci-label-off-outline:before {
  content: "\eeb8";
}

.tci-label-off:before {
  content: "\eeb9";
}

.tci-label-outline:before {
  content: "\eeba";
}

.tci-label-percent-outline:before {
  content: "\eebb";
}

.tci-label-percent:before {
  content: "\eebc";
}

.tci-label-variant-outline:before {
  content: "\eebd";
}

.tci-label-variant:before {
  content: "\eebe";
}

.tci-label:before {
  content: "\eebf";
}

.tci-ladder:before {
  content: "\eec0";
}

.tci-ladybug:before {
  content: "\eec1";
}

.tci-lambda:before {
  content: "\eec2";
}

.tci-lamp-outline:before {
  content: "\eec3";
}

.tci-lamp:before {
  content: "\eec4";
}

.tci-lamps-outline:before {
  content: "\eec5";
}

.tci-lamps:before {
  content: "\eec6";
}

.tci-lan-check:before {
  content: "\eec7";
}

.tci-lan-connect:before {
  content: "\eec8";
}

.tci-lan-disconnect:before {
  content: "\eec9";
}

.tci-lan-pending:before {
  content: "\eeca";
}

.tci-lan:before {
  content: "\eecb";
}

.tci-language-c:before {
  content: "\eecc";
}

.tci-language-cpp:before {
  content: "\eecd";
}

.tci-language-csharp:before {
  content: "\eece";
}

.tci-language-css3:before {
  content: "\eecf";
}

.tci-language-fortran:before {
  content: "\eed0";
}

.tci-language-go:before {
  content: "\eed1";
}

.tci-language-haskell:before {
  content: "\eed2";
}

.tci-language-html5:before {
  content: "\eed3";
}

.tci-language-java:before {
  content: "\eed4";
}

.tci-language-javascript:before {
  content: "\eed5";
}

.tci-language-kotlin:before {
  content: "\eed6";
}

.tci-language-lua:before {
  content: "\eed7";
}

.tci-language-markdown-outline:before {
  content: "\eed8";
}

.tci-language-markdown:before {
  content: "\eed9";
}

.tci-language-php:before {
  content: "\eeda";
}

.tci-language-python:before {
  content: "\eedb";
}

.tci-language-r:before {
  content: "\eedc";
}

.tci-language-ruby-on-rails:before {
  content: "\eedd";
}

.tci-language-ruby:before {
  content: "\eede";
}

.tci-language-rust:before {
  content: "\eedf";
}

.tci-language-swift:before {
  content: "\eee0";
}

.tci-language-typescript:before {
  content: "\eee1";
}

.tci-language-xaml:before {
  content: "\eee2";
}

.tci-laptop-off:before {
  content: "\eee3";
}

.tci-laptop:before {
  content: "\eee4";
}

.tci-laravel:before {
  content: "\eee5";
}

.tci-lasagna:before {
  content: "\eee6";
}

.tci-laser-pointer:before {
  content: "\eee7";
}

.tci-lasso:before {
  content: "\eee8";
}

.tci-lastpass:before {
  content: "\eee9";
}

.tci-latitude:before {
  content: "\eeea";
}

.tci-launch:before {
  content: "\eeeb";
}

.tci-lava-lamp:before {
  content: "\eeec";
}

.tci-layers-edit:before {
  content: "\eeed";
}

.tci-layers-minus:before {
  content: "\eeee";
}

.tci-layers-off-outline:before {
  content: "\eeef";
}

.tci-layers-off:before {
  content: "\eef0";
}

.tci-layers-outline:before {
  content: "\eef1";
}

.tci-layers-plus:before {
  content: "\eef2";
}

.tci-layers-remove:before {
  content: "\eef3";
}

.tci-layers-search-outline:before {
  content: "\eef4";
}

.tci-layers-search:before {
  content: "\eef5";
}

.tci-layers-triple-outline:before {
  content: "\eef6";
}

.tci-layers-triple:before {
  content: "\eef7";
}

.tci-layers:before {
  content: "\eef8";
}

.tci-lead-pencil:before {
  content: "\eef9";
}

.tci-leaf-circle-outline:before {
  content: "\eefa";
}

.tci-leaf-circle:before {
  content: "\eefb";
}

.tci-leaf-maple-off:before {
  content: "\eefc";
}

.tci-leaf-maple:before {
  content: "\eefd";
}

.tci-leaf-off:before {
  content: "\eefe";
}

.tci-leaf:before {
  content: "\eeff";
}

.tci-leak-off:before {
  content: "\ef00";
}

.tci-leak:before {
  content: "\ef01";
}

.tci-lecturn:before {
  content: "\ef02";
}

.tci-led-off:before {
  content: "\ef03";
}

.tci-led-on:before {
  content: "\ef04";
}

.tci-led-outline:before {
  content: "\ef05";
}

.tci-led-strip-variant:before {
  content: "\ef06";
}

.tci-led-strip:before {
  content: "\ef07";
}

.tci-led-variant-off:before {
  content: "\ef08";
}

.tci-led-variant-on:before {
  content: "\ef09";
}

.tci-led-variant-outline:before {
  content: "\ef0a";
}

.tci-leek:before {
  content: "\ef0b";
}

.tci-less-than-or-equal:before {
  content: "\ef0c";
}

.tci-less-than:before {
  content: "\ef0d";
}

.tci-library-outline:before {
  content: "\ef0e";
}

.tci-library-shelves:before {
  content: "\ef0f";
}

.tci-library:before {
  content: "\ef10";
}

.tci-license:before {
  content: "\ef11";
}

.tci-lifebuoy:before {
  content: "\ef12";
}

.tci-light-flood-down:before {
  content: "\ef13";
}

.tci-light-flood-up:before {
  content: "\ef14";
}

.tci-light-recessed:before {
  content: "\ef15";
}

.tci-light-switch-off:before {
  content: "\ef16";
}

.tci-light-switch:before {
  content: "\ef17";
}

.tci-lightbulb-alert-outline:before {
  content: "\ef18";
}

.tci-lightbulb-alert:before {
  content: "\ef19";
}

.tci-lightbulb-auto-outline:before {
  content: "\ef1a";
}

.tci-lightbulb-auto:before {
  content: "\ef1b";
}

.tci-lightbulb-cfl-off:before {
  content: "\ef1c";
}

.tci-lightbulb-cfl-spiral-off:before {
  content: "\ef1d";
}

.tci-lightbulb-cfl-spiral:before {
  content: "\ef1e";
}

.tci-lightbulb-cfl:before {
  content: "\ef1f";
}

.tci-lightbulb-fluorescent-tube-outline:before {
  content: "\ef20";
}

.tci-lightbulb-fluorescent-tube:before {
  content: "\ef21";
}

.tci-lightbulb-group-off-outline:before {
  content: "\ef22";
}

.tci-lightbulb-group-off:before {
  content: "\ef23";
}

.tci-lightbulb-group-outline:before {
  content: "\ef24";
}

.tci-lightbulb-group:before {
  content: "\ef25";
}

.tci-lightbulb-multiple-off-outline:before {
  content: "\ef26";
}

.tci-lightbulb-multiple-off:before {
  content: "\ef27";
}

.tci-lightbulb-multiple-outline:before {
  content: "\ef28";
}

.tci-lightbulb-multiple:before {
  content: "\ef29";
}

.tci-lightbulb-off-outline:before {
  content: "\ef2a";
}

.tci-lightbulb-off:before {
  content: "\ef2b";
}

.tci-lightbulb-on-outline:before {
  content: "\ef2c";
}

.tci-lightbulb-on:before {
  content: "\ef2d";
}

.tci-lightbulb-outline:before {
  content: "\ef2e";
}

.tci-lightbulb-question-outline:before {
  content: "\ef2f";
}

.tci-lightbulb-question:before {
  content: "\ef30";
}

.tci-lightbulb-spot-off:before {
  content: "\ef31";
}

.tci-lightbulb-spot:before {
  content: "\ef32";
}

.tci-lightbulb-variant-outline:before {
  content: "\ef33";
}

.tci-lightbulb-variant:before {
  content: "\ef34";
}

.tci-lightbulb:before {
  content: "\ef35";
}

.tci-lighthouse-on:before {
  content: "\ef36";
}

.tci-lighthouse:before {
  content: "\ef37";
}

.tci-lightning-bolt-circle:before {
  content: "\ef38";
}

.tci-lightning-bolt-outline:before {
  content: "\ef39";
}

.tci-lightning-bolt:before {
  content: "\ef3a";
}

.tci-line-scan:before {
  content: "\ef3b";
}

.tci-lingerie:before {
  content: "\ef3c";
}

.tci-link-box-outline:before {
  content: "\ef3d";
}

.tci-link-box-variant-outline:before {
  content: "\ef3e";
}

.tci-link-box-variant:before {
  content: "\ef3f";
}

.tci-link-box:before {
  content: "\ef40";
}

.tci-link-lock:before {
  content: "\ef41";
}

.tci-link-off:before {
  content: "\ef42";
}

.tci-link-plus:before {
  content: "\ef43";
}

.tci-link-variant-minus:before {
  content: "\ef44";
}

.tci-link-variant-off:before {
  content: "\ef45";
}

.tci-link-variant-plus:before {
  content: "\ef46";
}

.tci-link-variant-remove:before {
  content: "\ef47";
}

.tci-link-variant:before {
  content: "\ef48";
}

.tci-link:before {
  content: "\ef49";
}

.tci-linkedin:before {
  content: "\ef4a";
}

.tci-linux-mint:before {
  content: "\ef4b";
}

.tci-linux:before {
  content: "\ef4c";
}

.tci-lipstick:before {
  content: "\ef4d";
}

.tci-liquid-spot:before {
  content: "\ef4e";
}

.tci-liquor:before {
  content: "\ef4f";
}

.tci-list-status:before {
  content: "\ef50";
}

.tci-litecoin:before {
  content: "\ef51";
}

.tci-loading:before {
  content: "\ef52";
}

.tci-location-enter:before {
  content: "\ef53";
}

.tci-location-exit:before {
  content: "\ef54";
}

.tci-lock-alert-outline:before {
  content: "\ef55";
}

.tci-lock-alert:before {
  content: "\ef56";
}

.tci-lock-check-outline:before {
  content: "\ef57";
}

.tci-lock-check:before {
  content: "\ef58";
}

.tci-lock-clock:before {
  content: "\ef59";
}

.tci-lock-minus-outline:before {
  content: "\ef5a";
}

.tci-lock-minus:before {
  content: "\ef5b";
}

.tci-lock-off-outline:before {
  content: "\ef5c";
}

.tci-lock-off:before {
  content: "\ef5d";
}

.tci-lock-open-alert-outline:before {
  content: "\ef5e";
}

.tci-lock-open-alert:before {
  content: "\ef5f";
}

.tci-lock-open-check-outline:before {
  content: "\ef60";
}

.tci-lock-open-check:before {
  content: "\ef61";
}

.tci-lock-open-minus-outline:before {
  content: "\ef62";
}

.tci-lock-open-minus:before {
  content: "\ef63";
}

.tci-lock-open-outline:before {
  content: "\ef64";
}

.tci-lock-open-plus-outline:before {
  content: "\ef65";
}

.tci-lock-open-plus:before {
  content: "\ef66";
}

.tci-lock-open-remove-outline:before {
  content: "\ef67";
}

.tci-lock-open-remove:before {
  content: "\ef68";
}

.tci-lock-open-variant-outline:before {
  content: "\ef69";
}

.tci-lock-open-variant:before {
  content: "\ef6a";
}

.tci-lock-open:before {
  content: "\ef6b";
}

.tci-lock-outline:before {
  content: "\ef6c";
}

.tci-lock-pattern:before {
  content: "\ef6d";
}

.tci-lock-plus-outline:before {
  content: "\ef6e";
}

.tci-lock-plus:before {
  content: "\ef6f";
}

.tci-lock-question:before {
  content: "\ef70";
}

.tci-lock-remove-outline:before {
  content: "\ef71";
}

.tci-lock-remove:before {
  content: "\ef72";
}

.tci-lock-reset:before {
  content: "\ef73";
}

.tci-lock-smart:before {
  content: "\ef74";
}

.tci-lock:before {
  content: "\ef75";
}

.tci-locker-multiple:before {
  content: "\ef76";
}

.tci-locker:before {
  content: "\ef77";
}

.tci-login-variant:before {
  content: "\ef78";
}

.tci-login:before {
  content: "\ef79";
}

.tci-logout-variant:before {
  content: "\ef7a";
}

.tci-logout:before {
  content: "\ef7b";
}

.tci-longitude:before {
  content: "\ef7c";
}

.tci-looks:before {
  content: "\ef7d";
}

.tci-lotion-outline:before {
  content: "\ef7e";
}

.tci-lotion-plus-outline:before {
  content: "\ef7f";
}

.tci-lotion-plus:before {
  content: "\ef80";
}

.tci-lotion:before {
  content: "\ef81";
}

.tci-loupe:before {
  content: "\ef82";
}

.tci-lumx:before {
  content: "\ef83";
}

.tci-lungs:before {
  content: "\ef84";
}

.tci-mace:before {
  content: "\ef85";
}

.tci-magazine-pistol:before {
  content: "\ef86";
}

.tci-magazine-rifle:before {
  content: "\ef87";
}

.tci-magic-staff:before {
  content: "\ef88";
}

.tci-magnet-on:before {
  content: "\ef89";
}

.tci-magnet:before {
  content: "\ef8a";
}

.tci-magnify-close:before {
  content: "\ef8b";
}

.tci-magnify-expand:before {
  content: "\ef8c";
}

.tci-magnify-minus-cursor:before {
  content: "\ef8d";
}

.tci-magnify-minus-outline:before {
  content: "\ef8e";
}

.tci-magnify-minus:before {
  content: "\ef8f";
}

.tci-magnify-plus-cursor:before {
  content: "\ef90";
}

.tci-magnify-plus-outline:before {
  content: "\ef91";
}

.tci-magnify-plus:before {
  content: "\ef92";
}

.tci-magnify-remove-cursor:before {
  content: "\ef93";
}

.tci-magnify-remove-outline:before {
  content: "\ef94";
}

.tci-magnify-scan:before {
  content: "\ef95";
}

.tci-magnify:before {
  content: "\ef96";
}

.tci-mail:before {
  content: "\ef97";
}

.tci-mailbox-open-outline:before {
  content: "\ef98";
}

.tci-mailbox-open-up-outline:before {
  content: "\ef99";
}

.tci-mailbox-open-up:before {
  content: "\ef9a";
}

.tci-mailbox-open:before {
  content: "\ef9b";
}

.tci-mailbox-outline:before {
  content: "\ef9c";
}

.tci-mailbox-up-outline:before {
  content: "\ef9d";
}

.tci-mailbox-up:before {
  content: "\ef9e";
}

.tci-mailbox:before {
  content: "\ef9f";
}

.tci-manjaro:before {
  content: "\efa0";
}

.tci-map-check-outline:before {
  content: "\efa1";
}

.tci-map-check:before {
  content: "\efa2";
}

.tci-map-clock-outline:before {
  content: "\efa3";
}

.tci-map-clock:before {
  content: "\efa4";
}

.tci-map-legend:before {
  content: "\efa5";
}

.tci-map-marker-account-outline:before {
  content: "\efa6";
}

.tci-map-marker-account:before {
  content: "\efa7";
}

.tci-map-marker-alert-outline:before {
  content: "\efa8";
}

.tci-map-marker-alert:before {
  content: "\efa9";
}

.tci-map-marker-check-outline:before {
  content: "\efaa";
}

.tci-map-marker-check:before {
  content: "\efab";
}

.tci-map-marker-circle:before {
  content: "\efac";
}

.tci-map-marker-distance:before {
  content: "\efad";
}

.tci-map-marker-down:before {
  content: "\efae";
}

.tci-map-marker-left-outline:before {
  content: "\efaf";
}

.tci-map-marker-left:before {
  content: "\efb0";
}

.tci-map-marker-minus-outline:before {
  content: "\efb1";
}

.tci-map-marker-minus:before {
  content: "\efb2";
}

.tci-map-marker-multiple-outline:before {
  content: "\efb3";
}

.tci-map-marker-multiple:before {
  content: "\efb4";
}

.tci-map-marker-off-outline:before {
  content: "\efb5";
}

.tci-map-marker-off:before {
  content: "\efb6";
}

.tci-map-marker-outline:before {
  content: "\efb7";
}

.tci-map-marker-path:before {
  content: "\efb8";
}

.tci-map-marker-plus-outline:before {
  content: "\efb9";
}

.tci-map-marker-plus:before {
  content: "\efba";
}

.tci-map-marker-question-outline:before {
  content: "\efbb";
}

.tci-map-marker-question:before {
  content: "\efbc";
}

.tci-map-marker-radius-outline:before {
  content: "\efbd";
}

.tci-map-marker-radius:before {
  content: "\efbe";
}

.tci-map-marker-remove-outline:before {
  content: "\efbf";
}

.tci-map-marker-remove-variant:before {
  content: "\efc0";
}

.tci-map-marker-remove:before {
  content: "\efc1";
}

.tci-map-marker-right-outline:before {
  content: "\efc2";
}

.tci-map-marker-right:before {
  content: "\efc3";
}

.tci-map-marker-star-outline:before {
  content: "\efc4";
}

.tci-map-marker-star:before {
  content: "\efc5";
}

.tci-map-marker-up:before {
  content: "\efc6";
}

.tci-map-marker:before {
  content: "\efc7";
}

.tci-map-minus:before {
  content: "\efc8";
}

.tci-map-outline:before {
  content: "\efc9";
}

.tci-map-plus:before {
  content: "\efca";
}

.tci-map-search-outline:before {
  content: "\efcb";
}

.tci-map-search:before {
  content: "\efcc";
}

.tci-map:before {
  content: "\efcd";
}

.tci-mapbox:before {
  content: "\efce";
}

.tci-margin:before {
  content: "\efcf";
}

.tci-marker-cancel:before {
  content: "\efd0";
}

.tci-marker-check:before {
  content: "\efd1";
}

.tci-marker:before {
  content: "\efd2";
}

.tci-mastodon:before {
  content: "\efd3";
}

.tci-material-design:before {
  content: "\efd4";
}

.tci-material-ui:before {
  content: "\efd5";
}

.tci-math-compass:before {
  content: "\efd6";
}

.tci-math-cos:before {
  content: "\efd7";
}

.tci-math-integral-box:before {
  content: "\efd8";
}

.tci-math-integral:before {
  content: "\efd9";
}

.tci-math-log:before {
  content: "\efda";
}

.tci-math-norm-box:before {
  content: "\efdb";
}

.tci-math-norm:before {
  content: "\efdc";
}

.tci-math-sin:before {
  content: "\efdd";
}

.tci-math-tan:before {
  content: "\efde";
}

.tci-matrix:before {
  content: "\efdf";
}

.tci-medal-outline:before {
  content: "\efe0";
}

.tci-medal:before {
  content: "\efe1";
}

.tci-medical-bag:before {
  content: "\efe2";
}

.tci-meditation:before {
  content: "\efe3";
}

.tci-memory:before {
  content: "\efe4";
}

.tci-menorah-fire:before {
  content: "\efe5";
}

.tci-menorah:before {
  content: "\efe6";
}

.tci-menu-down-outline:before {
  content: "\efe7";
}

.tci-menu-down:before {
  content: "\efe8";
}

.tci-menu-left-outline:before {
  content: "\efe9";
}

.tci-menu-left:before {
  content: "\efea";
}

.tci-menu-open:before {
  content: "\efeb";
}

.tci-menu-right-outline:before {
  content: "\efec";
}

.tci-menu-right:before {
  content: "\efed";
}

.tci-menu-swap-outline:before {
  content: "\efee";
}

.tci-menu-swap:before {
  content: "\efef";
}

.tci-menu-up-outline:before {
  content: "\eff0";
}

.tci-menu-up:before {
  content: "\eff1";
}

.tci-menu:before {
  content: "\eff2";
}

.tci-merge:before {
  content: "\eff3";
}

.tci-message-alert-outline:before {
  content: "\eff4";
}

.tci-message-alert:before {
  content: "\eff5";
}

.tci-message-arrow-left-outline:before {
  content: "\eff6";
}

.tci-message-arrow-left:before {
  content: "\eff7";
}

.tci-message-arrow-right-outline:before {
  content: "\eff8";
}

.tci-message-arrow-right:before {
  content: "\eff9";
}

.tci-message-badge-outline:before {
  content: "\effa";
}

.tci-message-badge:before {
  content: "\effb";
}

.tci-message-bookmark-outline:before {
  content: "\effc";
}

.tci-message-bookmark:before {
  content: "\effd";
}

.tci-message-bulleted-off:before {
  content: "\effe";
}

.tci-message-bulleted:before {
  content: "\efff";
}

.tci-message-cog-outline:before {
  content: "\f000";
}

.tci-message-cog:before {
  content: "\f001";
}

.tci-message-draw:before {
  content: "\f002";
}

.tci-message-fast-outline:before {
  content: "\f003";
}

.tci-message-fast:before {
  content: "\f004";
}

.tci-message-flash-outline:before {
  content: "\f005";
}

.tci-message-flash:before {
  content: "\f006";
}

.tci-message-image-outline:before {
  content: "\f007";
}

.tci-message-image:before {
  content: "\f008";
}

.tci-message-lock-outline:before {
  content: "\f009";
}

.tci-message-lock:before {
  content: "\f00a";
}

.tci-message-minus-outline:before {
  content: "\f00b";
}

.tci-message-minus:before {
  content: "\f00c";
}

.tci-message-off-outline:before {
  content: "\f00d";
}

.tci-message-off:before {
  content: "\f00e";
}

.tci-message-outline:before {
  content: "\f00f";
}

.tci-message-plus-outline:before {
  content: "\f010";
}

.tci-message-plus:before {
  content: "\f011";
}

.tci-message-processing-outline:before {
  content: "\f012";
}

.tci-message-processing:before {
  content: "\f013";
}

.tci-message-question-outline:before {
  content: "\f014";
}

.tci-message-question:before {
  content: "\f015";
}

.tci-message-reply-outline:before {
  content: "\f016";
}

.tci-message-reply-text-outline:before {
  content: "\f017";
}

.tci-message-reply-text:before {
  content: "\f018";
}

.tci-message-reply:before {
  content: "\f019";
}

.tci-message-settings-outline:before {
  content: "\f01a";
}

.tci-message-settings:before {
  content: "\f01b";
}

.tci-message-star-outline:before {
  content: "\f01c";
}

.tci-message-star:before {
  content: "\f01d";
}

.tci-message-text-clock-outline:before {
  content: "\f01e";
}

.tci-message-text-clock:before {
  content: "\f01f";
}

.tci-message-text-fast-outline:before {
  content: "\f020";
}

.tci-message-text-fast:before {
  content: "\f021";
}

.tci-message-text-lock-outline:before {
  content: "\f022";
}

.tci-message-text-lock:before {
  content: "\f023";
}

.tci-message-text-outline:before {
  content: "\f024";
}

.tci-message-text:before {
  content: "\f025";
}

.tci-message-video:before {
  content: "\f026";
}

.tci-message:before {
  content: "\f027";
}

.tci-meteor:before {
  content: "\f028";
}

.tci-metronome-tick:before {
  content: "\f029";
}

.tci-metronome:before {
  content: "\f02a";
}

.tci-micro-sd:before {
  content: "\f02b";
}

.tci-microphone-minus:before {
  content: "\f02c";
}

.tci-microphone-off:before {
  content: "\f02d";
}

.tci-microphone-outline:before {
  content: "\f02e";
}

.tci-microphone-plus:before {
  content: "\f02f";
}

.tci-microphone-question-outline:before {
  content: "\f030";
}

.tci-microphone-question:before {
  content: "\f031";
}

.tci-microphone-settings:before {
  content: "\f032";
}

.tci-microphone-variant-off:before {
  content: "\f033";
}

.tci-microphone-variant:before {
  content: "\f034";
}

.tci-microphone:before {
  content: "\f035";
}

.tci-microscope:before {
  content: "\f036";
}

.tci-microsoft-access:before {
  content: "\f037";
}

.tci-microsoft-azure-devops:before {
  content: "\f038";
}

.tci-microsoft-azure:before {
  content: "\f039";
}

.tci-microsoft-bing:before {
  content: "\f03a";
}

.tci-microsoft-dynamics-365:before {
  content: "\f03b";
}

.tci-microsoft-edge:before {
  content: "\f03c";
}

.tci-microsoft-excel:before {
  content: "\f03d";
}

.tci-microsoft-internet-explorer:before {
  content: "\f03e";
}

.tci-microsoft-office:before {
  content: "\f03f";
}

.tci-microsoft-onedrive:before {
  content: "\f040";
}

.tci-microsoft-onenote:before {
  content: "\f041";
}

.tci-microsoft-outlook:before {
  content: "\f042";
}

.tci-microsoft-powerpoint:before {
  content: "\f043";
}

.tci-microsoft-sharepoint:before {
  content: "\f044";
}

.tci-microsoft-teams:before {
  content: "\f045";
}

.tci-microsoft-visual-studio-code:before {
  content: "\f046";
}

.tci-microsoft-visual-studio:before {
  content: "\f047";
}

.tci-microsoft-windows-classic:before {
  content: "\f048";
}

.tci-microsoft-windows:before {
  content: "\f049";
}

.tci-microsoft-word:before {
  content: "\f04a";
}

.tci-microsoft-xbox-controller-battery-alert:before {
  content: "\f04b";
}

.tci-microsoft-xbox-controller-battery-charging:before {
  content: "\f04c";
}

.tci-microsoft-xbox-controller-battery-empty:before {
  content: "\f04d";
}

.tci-microsoft-xbox-controller-battery-full:before {
  content: "\f04e";
}

.tci-microsoft-xbox-controller-battery-low:before {
  content: "\f04f";
}

.tci-microsoft-xbox-controller-battery-medium:before {
  content: "\f050";
}

.tci-microsoft-xbox-controller-battery-unknown:before {
  content: "\f051";
}

.tci-microsoft-xbox-controller-menu:before {
  content: "\f052";
}

.tci-microsoft-xbox-controller-off:before {
  content: "\f053";
}

.tci-microsoft-xbox-controller-view:before {
  content: "\f054";
}

.tci-microsoft-xbox-controller:before {
  content: "\f055";
}

.tci-microsoft-xbox:before {
  content: "\f056";
}

.tci-microsoft:before {
  content: "\f057";
}

.tci-microwave-off:before {
  content: "\f058";
}

.tci-microwave:before {
  content: "\f059";
}

.tci-middleware-outline:before {
  content: "\f05a";
}

.tci-middleware:before {
  content: "\f05b";
}

.tci-midi-port:before {
  content: "\f05c";
}

.tci-midi:before {
  content: "\f05d";
}

.tci-mine:before {
  content: "\f05e";
}

.tci-minecraft:before {
  content: "\f05f";
}

.tci-mini-sd:before {
  content: "\f060";
}

.tci-minidisc:before {
  content: "\f061";
}

.tci-minus-box-multiple-outline:before {
  content: "\f062";
}

.tci-minus-box-multiple:before {
  content: "\f063";
}

.tci-minus-box-outline:before {
  content: "\f064";
}

.tci-minus-box:before {
  content: "\f065";
}

.tci-minus-circle-multiple-outline:before {
  content: "\f066";
}

.tci-minus-circle-multiple:before {
  content: "\f067";
}

.tci-minus-circle-off-outline:before {
  content: "\f068";
}

.tci-minus-circle-off:before {
  content: "\f069";
}

.tci-minus-circle-outline:before {
  content: "\f06a";
}

.tci-minus-circle:before {
  content: "\f06b";
}

.tci-minus-network-outline:before {
  content: "\f06c";
}

.tci-minus-network:before {
  content: "\f06d";
}

.tci-minus-thick:before {
  content: "\f06e";
}

.tci-minus:before {
  content: "\f06f";
}

.tci-mirror-rectangle:before {
  content: "\f070";
}

.tci-mirror-variant:before {
  content: "\f071";
}

.tci-mirror:before {
  content: "\f072";
}

.tci-mixed-martial-arts:before {
  content: "\f073";
}

.tci-mixed-reality:before {
  content: "\f074";
}

.tci-molecule-co:before {
  content: "\f075";
}

.tci-molecule-co2:before {
  content: "\f076";
}

.tci-molecule:before {
  content: "\f077";
}

.tci-monitor-arrow-down-variant:before {
  content: "\f078";
}

.tci-monitor-arrow-down:before {
  content: "\f079";
}

.tci-monitor-cellphone-star:before {
  content: "\f07a";
}

.tci-monitor-cellphone:before {
  content: "\f07b";
}

.tci-monitor-dashboard:before {
  content: "\f07c";
}

.tci-monitor-edit:before {
  content: "\f07d";
}

.tci-monitor-eye:before {
  content: "\f07e";
}

.tci-monitor-lock:before {
  content: "\f07f";
}

.tci-monitor-multiple:before {
  content: "\f080";
}

.tci-monitor-off:before {
  content: "\f081";
}

.tci-monitor-screenshot:before {
  content: "\f082";
}

.tci-monitor-share:before {
  content: "\f083";
}

.tci-monitor-shimmer:before {
  content: "\f084";
}

.tci-monitor-small:before {
  content: "\f085";
}

.tci-monitor-speaker-off:before {
  content: "\f086";
}

.tci-monitor-speaker:before {
  content: "\f087";
}

.tci-monitor-star:before {
  content: "\f088";
}

.tci-monitor:before {
  content: "\f089";
}

.tci-moon-first-quarter:before {
  content: "\f08a";
}

.tci-moon-full:before {
  content: "\f08b";
}

.tci-moon-last-quarter:before {
  content: "\f08c";
}

.tci-moon-new:before {
  content: "\f08d";
}

.tci-moon-waning-crescent:before {
  content: "\f08e";
}

.tci-moon-waning-gibbous:before {
  content: "\f08f";
}

.tci-moon-waxing-crescent:before {
  content: "\f090";
}

.tci-moon-waxing-gibbous:before {
  content: "\f091";
}

.tci-moped-electric-outline:before {
  content: "\f092";
}

.tci-moped-electric:before {
  content: "\f093";
}

.tci-moped-outline:before {
  content: "\f094";
}

.tci-moped:before {
  content: "\f095";
}

.tci-more:before {
  content: "\f096";
}

.tci-mortar-pestle-plus:before {
  content: "\f097";
}

.tci-mortar-pestle:before {
  content: "\f098";
}

.tci-mosque:before {
  content: "\f099";
}

.tci-mother-heart:before {
  content: "\f09a";
}

.tci-mother-nurse:before {
  content: "\f09b";
}

.tci-motion-outline:before {
  content: "\f09c";
}

.tci-motion-pause-outline:before {
  content: "\f09d";
}

.tci-motion-pause:before {
  content: "\f09e";
}

.tci-motion-play-outline:before {
  content: "\f09f";
}

.tci-motion-play:before {
  content: "\f0a0";
}

.tci-motion-sensor-off:before {
  content: "\f0a1";
}

.tci-motion-sensor:before {
  content: "\f0a2";
}

.tci-motion:before {
  content: "\f0a3";
}

.tci-motorbike-electric:before {
  content: "\f0a4";
}

.tci-motorbike:before {
  content: "\f0a5";
}

.tci-mouse-bluetooth:before {
  content: "\f0a6";
}

.tci-mouse-move-down:before {
  content: "\f0a7";
}

.tci-mouse-move-up:before {
  content: "\f0a8";
}

.tci-mouse-move-vertical:before {
  content: "\f0a9";
}

.tci-mouse-off:before {
  content: "\f0aa";
}

.tci-mouse-variant-off:before {
  content: "\f0ab";
}

.tci-mouse-variant:before {
  content: "\f0ac";
}

.tci-mouse:before {
  content: "\f0ad";
}

.tci-move-resize-variant:before {
  content: "\f0ae";
}

.tci-move-resize:before {
  content: "\f0af";
}

.tci-movie-check-outline:before {
  content: "\f0b0";
}

.tci-movie-check:before {
  content: "\f0b1";
}

.tci-movie-cog-outline:before {
  content: "\f0b2";
}

.tci-movie-cog:before {
  content: "\f0b3";
}

.tci-movie-edit-outline:before {
  content: "\f0b4";
}

.tci-movie-edit:before {
  content: "\f0b5";
}

.tci-movie-filter-outline:before {
  content: "\f0b6";
}

.tci-movie-filter:before {
  content: "\f0b7";
}

.tci-movie-minus-outline:before {
  content: "\f0b8";
}

.tci-movie-minus:before {
  content: "\f0b9";
}

.tci-movie-off-outline:before {
  content: "\f0ba";
}

.tci-movie-off:before {
  content: "\f0bb";
}

.tci-movie-open-check-outline:before {
  content: "\f0bc";
}

.tci-movie-open-check:before {
  content: "\f0bd";
}

.tci-movie-open-cog-outline:before {
  content: "\f0be";
}

.tci-movie-open-cog:before {
  content: "\f0bf";
}

.tci-movie-open-edit-outline:before {
  content: "\f0c0";
}

.tci-movie-open-edit:before {
  content: "\f0c1";
}

.tci-movie-open-minus-outline:before {
  content: "\f0c2";
}

.tci-movie-open-minus:before {
  content: "\f0c3";
}

.tci-movie-open-off-outline:before {
  content: "\f0c4";
}

.tci-movie-open-off:before {
  content: "\f0c5";
}

.tci-movie-open-outline:before {
  content: "\f0c6";
}

.tci-movie-open-play-outline:before {
  content: "\f0c7";
}

.tci-movie-open-play:before {
  content: "\f0c8";
}

.tci-movie-open-plus-outline:before {
  content: "\f0c9";
}

.tci-movie-open-plus:before {
  content: "\f0ca";
}

.tci-movie-open-remove-outline:before {
  content: "\f0cb";
}

.tci-movie-open-remove:before {
  content: "\f0cc";
}

.tci-movie-open-settings-outline:before {
  content: "\f0cd";
}

.tci-movie-open-settings:before {
  content: "\f0ce";
}

.tci-movie-open-star-outline:before {
  content: "\f0cf";
}

.tci-movie-open-star:before {
  content: "\f0d0";
}

.tci-movie-open:before {
  content: "\f0d1";
}

.tci-movie-outline:before {
  content: "\f0d2";
}

.tci-movie-play-outline:before {
  content: "\f0d3";
}

.tci-movie-play:before {
  content: "\f0d4";
}

.tci-movie-plus-outline:before {
  content: "\f0d5";
}

.tci-movie-plus:before {
  content: "\f0d6";
}

.tci-movie-remove-outline:before {
  content: "\f0d7";
}

.tci-movie-remove:before {
  content: "\f0d8";
}

.tci-movie-roll:before {
  content: "\f0d9";
}

.tci-movie-search-outline:before {
  content: "\f0da";
}

.tci-movie-search:before {
  content: "\f0db";
}

.tci-movie-settings-outline:before {
  content: "\f0dc";
}

.tci-movie-settings:before {
  content: "\f0dd";
}

.tci-movie-star-outline:before {
  content: "\f0de";
}

.tci-movie-star:before {
  content: "\f0df";
}

.tci-movie:before {
  content: "\f0e0";
}

.tci-mower-bag:before {
  content: "\f0e1";
}

.tci-mower:before {
  content: "\f0e2";
}

.tci-muffin:before {
  content: "\f0e3";
}

.tci-multicast:before {
  content: "\f0e4";
}

.tci-multiplication-box:before {
  content: "\f0e5";
}

.tci-multiplication:before {
  content: "\f0e6";
}

.tci-mushroom-off-outline:before {
  content: "\f0e7";
}

.tci-mushroom-off:before {
  content: "\f0e8";
}

.tci-mushroom-outline:before {
  content: "\f0e9";
}

.tci-mushroom:before {
  content: "\f0ea";
}

.tci-music-accidental-double-flat:before {
  content: "\f0eb";
}

.tci-music-accidental-double-sharp:before {
  content: "\f0ec";
}

.tci-music-accidental-flat:before {
  content: "\f0ed";
}

.tci-music-accidental-natural:before {
  content: "\f0ee";
}

.tci-music-accidental-sharp:before {
  content: "\f0ef";
}

.tci-music-box-multiple-outline:before {
  content: "\f0f0";
}

.tci-music-box-multiple:before {
  content: "\f0f1";
}

.tci-music-box-outline:before {
  content: "\f0f2";
}

.tci-music-box:before {
  content: "\f0f3";
}

.tci-music-circle-outline:before {
  content: "\f0f4";
}

.tci-music-circle:before {
  content: "\f0f5";
}

.tci-music-clef-alto:before {
  content: "\f0f6";
}

.tci-music-clef-bass:before {
  content: "\f0f7";
}

.tci-music-clef-treble:before {
  content: "\f0f8";
}

.tci-music-note-bluetooth-off:before {
  content: "\f0f9";
}

.tci-music-note-bluetooth:before {
  content: "\f0fa";
}

.tci-music-note-eighth-dotted:before {
  content: "\f0fb";
}

.tci-music-note-eighth:before {
  content: "\f0fc";
}

.tci-music-note-half-dotted:before {
  content: "\f0fd";
}

.tci-music-note-half:before {
  content: "\f0fe";
}

.tci-music-note-off-outline:before {
  content: "\f0ff";
}

.tci-music-note-off:before {
  content: "\f100";
}

.tci-music-note-outline:before {
  content: "\f101";
}

.tci-music-note-plus:before {
  content: "\f102";
}

.tci-music-note-quarter-dotted:before {
  content: "\f103";
}

.tci-music-note-quarter:before {
  content: "\f104";
}

.tci-music-note-sixteenth-dotted:before {
  content: "\f105";
}

.tci-music-note-sixteenth:before {
  content: "\f106";
}

.tci-music-note-whole-dotted:before {
  content: "\f107";
}

.tci-music-note-whole:before {
  content: "\f108";
}

.tci-music-note:before {
  content: "\f109";
}

.tci-music-off:before {
  content: "\f10a";
}

.tci-music-rest-eighth:before {
  content: "\f10b";
}

.tci-music-rest-half:before {
  content: "\f10c";
}

.tci-music-rest-quarter:before {
  content: "\f10d";
}

.tci-music-rest-sixteenth:before {
  content: "\f10e";
}

.tci-music-rest-whole:before {
  content: "\f10f";
}

.tci-music:before {
  content: "\f110";
}

.tci-mustache:before {
  content: "\f111";
}

.tci-nail:before {
  content: "\f112";
}

.tci-nas:before {
  content: "\f113";
}

.tci-nativescript:before {
  content: "\f114";
}

.tci-nature-people:before {
  content: "\f115";
}

.tci-nature:before {
  content: "\f116";
}

.tci-navigation-outline:before {
  content: "\f117";
}

.tci-navigation-variant-outline:before {
  content: "\f118";
}

.tci-navigation-variant:before {
  content: "\f119";
}

.tci-navigation:before {
  content: "\f11a";
}

.tci-near-me:before {
  content: "\f11b";
}

.tci-necklace:before {
  content: "\f11c";
}

.tci-needle-off:before {
  content: "\f11d";
}

.tci-needle:before {
  content: "\f11e";
}

.tci-netflix:before {
  content: "\f11f";
}

.tci-network-off-outline:before {
  content: "\f120";
}

.tci-network-off:before {
  content: "\f121";
}

.tci-network-outline:before {
  content: "\f122";
}

.tci-network-strength-1-alert:before {
  content: "\f123";
}

.tci-network-strength-1:before {
  content: "\f124";
}

.tci-network-strength-2-alert:before {
  content: "\f125";
}

.tci-network-strength-2:before {
  content: "\f126";
}

.tci-network-strength-3-alert:before {
  content: "\f127";
}

.tci-network-strength-3:before {
  content: "\f128";
}

.tci-network-strength-4-alert:before {
  content: "\f129";
}

.tci-network-strength-4-cog:before {
  content: "\f12a";
}

.tci-network-strength-4:before {
  content: "\f12b";
}

.tci-network-strength-off-outline:before {
  content: "\f12c";
}

.tci-network-strength-off:before {
  content: "\f12d";
}

.tci-network-strength-outline:before {
  content: "\f12e";
}

.tci-network:before {
  content: "\f12f";
}

.tci-new-box:before {
  content: "\f130";
}

.tci-newspaper-check:before {
  content: "\f131";
}

.tci-newspaper-minus:before {
  content: "\f132";
}

.tci-newspaper-plus:before {
  content: "\f133";
}

.tci-newspaper-remove:before {
  content: "\f134";
}

.tci-newspaper-variant-multiple-outline:before {
  content: "\f135";
}

.tci-newspaper-variant-multiple:before {
  content: "\f136";
}

.tci-newspaper-variant-outline:before {
  content: "\f137";
}

.tci-newspaper-variant:before {
  content: "\f138";
}

.tci-newspaper:before {
  content: "\f139";
}

.tci-nfc-search-variant:before {
  content: "\f13a";
}

.tci-nfc-tap:before {
  content: "\f13b";
}

.tci-nfc-variant-off:before {
  content: "\f13c";
}

.tci-nfc-variant:before {
  content: "\f13d";
}

.tci-nfc:before {
  content: "\f13e";
}

.tci-ninja:before {
  content: "\f13f";
}

.tci-nintendo-game-boy:before {
  content: "\f140";
}

.tci-nintendo-switch:before {
  content: "\f141";
}

.tci-nintendo-wii:before {
  content: "\f142";
}

.tci-nintendo-wiiu:before {
  content: "\f143";
}

.tci-nix:before {
  content: "\f144";
}

.tci-nodejs:before {
  content: "\f145";
}

.tci-noodles:before {
  content: "\f146";
}

.tci-not-equal-variant:before {
  content: "\f147";
}

.tci-not-equal:before {
  content: "\f148";
}

.tci-note-alert-outline:before {
  content: "\f149";
}

.tci-note-alert:before {
  content: "\f14a";
}

.tci-note-check-outline:before {
  content: "\f14b";
}

.tci-note-check:before {
  content: "\f14c";
}

.tci-note-edit-outline:before {
  content: "\f14d";
}

.tci-note-edit:before {
  content: "\f14e";
}

.tci-note-minus-outline:before {
  content: "\f14f";
}

.tci-note-minus:before {
  content: "\f150";
}

.tci-note-multiple-outline:before {
  content: "\f151";
}

.tci-note-multiple:before {
  content: "\f152";
}

.tci-note-off-outline:before {
  content: "\f153";
}

.tci-note-off:before {
  content: "\f154";
}

.tci-note-outline:before {
  content: "\f155";
}

.tci-note-plus-outline:before {
  content: "\f156";
}

.tci-note-plus:before {
  content: "\f157";
}

.tci-note-remove-outline:before {
  content: "\f158";
}

.tci-note-remove:before {
  content: "\f159";
}

.tci-note-search-outline:before {
  content: "\f15a";
}

.tci-note-search:before {
  content: "\f15b";
}

.tci-note-text-outline:before {
  content: "\f15c";
}

.tci-note-text:before {
  content: "\f15d";
}

.tci-note:before {
  content: "\f15e";
}

.tci-notebook-check-outline:before {
  content: "\f15f";
}

.tci-notebook-check:before {
  content: "\f160";
}

.tci-notebook-edit-outline:before {
  content: "\f161";
}

.tci-notebook-edit:before {
  content: "\f162";
}

.tci-notebook-heart-outline:before {
  content: "\f163";
}

.tci-notebook-heart:before {
  content: "\f164";
}

.tci-notebook-minus-outline:before {
  content: "\f165";
}

.tci-notebook-minus:before {
  content: "\f166";
}

.tci-notebook-multiple:before {
  content: "\f167";
}

.tci-notebook-outline:before {
  content: "\f168";
}

.tci-notebook-plus-outline:before {
  content: "\f169";
}

.tci-notebook-plus:before {
  content: "\f16a";
}

.tci-notebook-remove-outline:before {
  content: "\f16b";
}

.tci-notebook-remove:before {
  content: "\f16c";
}

.tci-notebook:before {
  content: "\f16d";
}

.tci-notification-clear-all:before {
  content: "\f16e";
}

.tci-npm:before {
  content: "\f16f";
}

.tci-nuke:before {
  content: "\f170";
}

.tci-null:before {
  content: "\f171";
}

.tci-numeric-0-box-multiple-outline:before {
  content: "\f172";
}

.tci-numeric-0-box-multiple:before {
  content: "\f173";
}

.tci-numeric-0-box-outline:before {
  content: "\f174";
}

.tci-numeric-0-box:before {
  content: "\f175";
}

.tci-numeric-0-circle-outline:before {
  content: "\f176";
}

.tci-numeric-0-circle:before {
  content: "\f177";
}

.tci-numeric-0:before {
  content: "\f178";
}

.tci-numeric-1-box-multiple-outline:before {
  content: "\f179";
}

.tci-numeric-1-box-multiple:before {
  content: "\f17a";
}

.tci-numeric-1-box-outline:before {
  content: "\f17b";
}

.tci-numeric-1-box:before {
  content: "\f17c";
}

.tci-numeric-1-circle-outline:before {
  content: "\f17d";
}

.tci-numeric-1-circle:before {
  content: "\f17e";
}

.tci-numeric-1:before {
  content: "\f17f";
}

.tci-numeric-10-box-multiple-outline:before {
  content: "\f180";
}

.tci-numeric-10-box-multiple:before {
  content: "\f181";
}

.tci-numeric-10-box-outline:before {
  content: "\f182";
}

.tci-numeric-10-box:before {
  content: "\f183";
}

.tci-numeric-10-circle-outline:before {
  content: "\f184";
}

.tci-numeric-10-circle:before {
  content: "\f185";
}

.tci-numeric-10:before {
  content: "\f186";
}

.tci-numeric-2-box-multiple-outline:before {
  content: "\f187";
}

.tci-numeric-2-box-multiple:before {
  content: "\f188";
}

.tci-numeric-2-box-outline:before {
  content: "\f189";
}

.tci-numeric-2-box:before {
  content: "\f18a";
}

.tci-numeric-2-circle-outline:before {
  content: "\f18b";
}

.tci-numeric-2-circle:before {
  content: "\f18c";
}

.tci-numeric-2:before {
  content: "\f18d";
}

.tci-numeric-3-box-multiple-outline:before {
  content: "\f18e";
}

.tci-numeric-3-box-multiple:before {
  content: "\f18f";
}

.tci-numeric-3-box-outline:before {
  content: "\f190";
}

.tci-numeric-3-box:before {
  content: "\f191";
}

.tci-numeric-3-circle-outline:before {
  content: "\f192";
}

.tci-numeric-3-circle:before {
  content: "\f193";
}

.tci-numeric-3:before {
  content: "\f194";
}

.tci-numeric-4-box-multiple-outline:before {
  content: "\f195";
}

.tci-numeric-4-box-multiple:before {
  content: "\f196";
}

.tci-numeric-4-box-outline:before {
  content: "\f197";
}

.tci-numeric-4-box:before {
  content: "\f198";
}

.tci-numeric-4-circle-outline:before {
  content: "\f199";
}

.tci-numeric-4-circle:before {
  content: "\f19a";
}

.tci-numeric-4:before {
  content: "\f19b";
}

.tci-numeric-5-box-multiple-outline:before {
  content: "\f19c";
}

.tci-numeric-5-box-multiple:before {
  content: "\f19d";
}

.tci-numeric-5-box-outline:before {
  content: "\f19e";
}

.tci-numeric-5-box:before {
  content: "\f19f";
}

.tci-numeric-5-circle-outline:before {
  content: "\f1a0";
}

.tci-numeric-5-circle:before {
  content: "\f1a1";
}

.tci-numeric-5:before {
  content: "\f1a2";
}

.tci-numeric-6-box-multiple-outline:before {
  content: "\f1a3";
}

.tci-numeric-6-box-multiple:before {
  content: "\f1a4";
}

.tci-numeric-6-box-outline:before {
  content: "\f1a5";
}

.tci-numeric-6-box:before {
  content: "\f1a6";
}

.tci-numeric-6-circle-outline:before {
  content: "\f1a7";
}

.tci-numeric-6-circle:before {
  content: "\f1a8";
}

.tci-numeric-6:before {
  content: "\f1a9";
}

.tci-numeric-7-box-multiple-outline:before {
  content: "\f1aa";
}

.tci-numeric-7-box-multiple:before {
  content: "\f1ab";
}

.tci-numeric-7-box-outline:before {
  content: "\f1ac";
}

.tci-numeric-7-box:before {
  content: "\f1ad";
}

.tci-numeric-7-circle-outline:before {
  content: "\f1ae";
}

.tci-numeric-7-circle:before {
  content: "\f1af";
}

.tci-numeric-7:before {
  content: "\f1b0";
}

.tci-numeric-8-box-multiple-outline:before {
  content: "\f1b1";
}

.tci-numeric-8-box-multiple:before {
  content: "\f1b2";
}

.tci-numeric-8-box-outline:before {
  content: "\f1b3";
}

.tci-numeric-8-box:before {
  content: "\f1b4";
}

.tci-numeric-8-circle-outline:before {
  content: "\f1b5";
}

.tci-numeric-8-circle:before {
  content: "\f1b6";
}

.tci-numeric-8:before {
  content: "\f1b7";
}

.tci-numeric-9-box-multiple-outline:before {
  content: "\f1b8";
}

.tci-numeric-9-box-multiple:before {
  content: "\f1b9";
}

.tci-numeric-9-box-outline:before {
  content: "\f1ba";
}

.tci-numeric-9-box:before {
  content: "\f1bb";
}

.tci-numeric-9-circle-outline:before {
  content: "\f1bc";
}

.tci-numeric-9-circle:before {
  content: "\f1bd";
}

.tci-numeric-9-plus-box-multiple-outline:before {
  content: "\f1be";
}

.tci-numeric-9-plus-box-multiple:before {
  content: "\f1bf";
}

.tci-numeric-9-plus-box-outline:before {
  content: "\f1c0";
}

.tci-numeric-9-plus-box:before {
  content: "\f1c1";
}

.tci-numeric-9-plus-circle-outline:before {
  content: "\f1c2";
}

.tci-numeric-9-plus-circle:before {
  content: "\f1c3";
}

.tci-numeric-9-plus:before {
  content: "\f1c4";
}

.tci-numeric-9:before {
  content: "\f1c5";
}

.tci-numeric-negative-1:before {
  content: "\f1c6";
}

.tci-numeric-off:before {
  content: "\f1c7";
}

.tci-numeric-positive-1:before {
  content: "\f1c8";
}

.tci-numeric:before {
  content: "\f1c9";
}

.tci-nut:before {
  content: "\f1ca";
}

.tci-nutrition:before {
  content: "\f1cb";
}

.tci-nuxt:before {
  content: "\f1cc";
}

.tci-oar:before {
  content: "\f1cd";
}

.tci-ocarina:before {
  content: "\f1ce";
}

.tci-oci:before {
  content: "\f1cf";
}

.tci-ocr:before {
  content: "\f1d0";
}

.tci-octagon-outline:before {
  content: "\f1d1";
}

.tci-octagon:before {
  content: "\f1d2";
}

.tci-octagram-outline:before {
  content: "\f1d3";
}

.tci-octagram:before {
  content: "\f1d4";
}

.tci-octahedron-off:before {
  content: "\f1d5";
}

.tci-octahedron:before {
  content: "\f1d6";
}

.tci-odnoklassniki:before {
  content: "\f1d7";
}

.tci-offer:before {
  content: "\f1d8";
}

.tci-office-building-cog-outline:before {
  content: "\f1d9";
}

.tci-office-building-cog:before {
  content: "\f1da";
}

.tci-office-building-marker-outline:before {
  content: "\f1db";
}

.tci-office-building-marker:before {
  content: "\f1dc";
}

.tci-office-building-outline:before {
  content: "\f1dd";
}

.tci-office-building:before {
  content: "\f1de";
}

.tci-oil-lamp:before {
  content: "\f1df";
}

.tci-oil-level:before {
  content: "\f1e0";
}

.tci-oil-temperature:before {
  content: "\f1e1";
}

.tci-oil:before {
  content: "\f1e2";
}

.tci-om:before {
  content: "\f1e3";
}

.tci-omega:before {
  content: "\f1e4";
}

.tci-one-up:before {
  content: "\f1e5";
}

.tci-onepassword:before {
  content: "\f1e6";
}

.tci-opacity:before {
  content: "\f1e7";
}

.tci-open-in-app:before {
  content: "\f1e8";
}

.tci-open-in-new:before {
  content: "\f1e9";
}

.tci-open-source-initiative:before {
  content: "\f1ea";
}

.tci-openid:before {
  content: "\f1eb";
}

.tci-opera:before {
  content: "\f1ec";
}

.tci-orbit-variant:before {
  content: "\f1ed";
}

.tci-orbit:before {
  content: "\f1ee";
}

.tci-order-alphabetical-ascending:before {
  content: "\f1ef";
}

.tci-order-alphabetical-descending:before {
  content: "\f1f0";
}

.tci-order-bool-ascending-variant:before {
  content: "\f1f1";
}

.tci-order-bool-ascending:before {
  content: "\f1f2";
}

.tci-order-bool-descending-variant:before {
  content: "\f1f3";
}

.tci-order-bool-descending:before {
  content: "\f1f4";
}

.tci-order-numeric-ascending:before {
  content: "\f1f5";
}

.tci-order-numeric-descending:before {
  content: "\f1f6";
}

.tci-origin:before {
  content: "\f1f7";
}

.tci-ornament-variant:before {
  content: "\f1f8";
}

.tci-ornament:before {
  content: "\f1f9";
}

.tci-outdoor-lamp:before {
  content: "\f1fa";
}

.tci-overscan:before {
  content: "\f1fb";
}

.tci-owl:before {
  content: "\f1fc";
}

.tci-pac-man:before {
  content: "\f1fd";
}

.tci-package-down:before {
  content: "\f1fe";
}

.tci-package-up:before {
  content: "\f1ff";
}

.tci-package-variant-closed-minus:before {
  content: "\f200";
}

.tci-package-variant-closed-plus:before {
  content: "\f201";
}

.tci-package-variant-closed-remove:before {
  content: "\f202";
}

.tci-package-variant-closed:before {
  content: "\f203";
}

.tci-package-variant-minus:before {
  content: "\f204";
}

.tci-package-variant-plus:before {
  content: "\f205";
}

.tci-package-variant-remove:before {
  content: "\f206";
}

.tci-package-variant:before {
  content: "\f207";
}

.tci-package:before {
  content: "\f208";
}

.tci-page-first:before {
  content: "\f209";
}

.tci-page-last:before {
  content: "\f20a";
}

.tci-page-layout-body:before {
  content: "\f20b";
}

.tci-page-layout-footer:before {
  content: "\f20c";
}

.tci-page-layout-header-footer:before {
  content: "\f20d";
}

.tci-page-layout-header:before {
  content: "\f20e";
}

.tci-page-layout-sidebar-left:before {
  content: "\f20f";
}

.tci-page-layout-sidebar-right:before {
  content: "\f210";
}

.tci-page-next-outline:before {
  content: "\f211";
}

.tci-page-next:before {
  content: "\f212";
}

.tci-page-previous-outline:before {
  content: "\f213";
}

.tci-page-previous:before {
  content: "\f214";
}

.tci-pail-minus-outline:before {
  content: "\f215";
}

.tci-pail-minus:before {
  content: "\f216";
}

.tci-pail-off-outline:before {
  content: "\f217";
}

.tci-pail-off:before {
  content: "\f218";
}

.tci-pail-outline:before {
  content: "\f219";
}

.tci-pail-plus-outline:before {
  content: "\f21a";
}

.tci-pail-plus:before {
  content: "\f21b";
}

.tci-pail-remove-outline:before {
  content: "\f21c";
}

.tci-pail-remove:before {
  content: "\f21d";
}

.tci-pail:before {
  content: "\f21e";
}

.tci-palette-advanced:before {
  content: "\f21f";
}

.tci-palette-outline:before {
  content: "\f220";
}

.tci-palette-swatch-outline:before {
  content: "\f221";
}

.tci-palette-swatch-variant:before {
  content: "\f222";
}

.tci-palette-swatch:before {
  content: "\f223";
}

.tci-palette:before {
  content: "\f224";
}

.tci-palm-tree:before {
  content: "\f225";
}

.tci-pan-bottom-left:before {
  content: "\f226";
}

.tci-pan-bottom-right:before {
  content: "\f227";
}

.tci-pan-down:before {
  content: "\f228";
}

.tci-pan-horizontal:before {
  content: "\f229";
}

.tci-pan-left:before {
  content: "\f22a";
}

.tci-pan-right:before {
  content: "\f22b";
}

.tci-pan-top-left:before {
  content: "\f22c";
}

.tci-pan-top-right:before {
  content: "\f22d";
}

.tci-pan-up:before {
  content: "\f22e";
}

.tci-pan-vertical:before {
  content: "\f22f";
}

.tci-pan:before {
  content: "\f230";
}

.tci-panda:before {
  content: "\f231";
}

.tci-pandora:before {
  content: "\f232";
}

.tci-panorama-fisheye:before {
  content: "\f233";
}

.tci-panorama-horizontal-outline:before {
  content: "\f234";
}

.tci-panorama-horizontal:before {
  content: "\f235";
}

.tci-panorama-outline:before {
  content: "\f236";
}

.tci-panorama-sphere-outline:before {
  content: "\f237";
}

.tci-panorama-sphere:before {
  content: "\f238";
}

.tci-panorama-variant-outline:before {
  content: "\f239";
}

.tci-panorama-variant:before {
  content: "\f23a";
}

.tci-panorama-vertical-outline:before {
  content: "\f23b";
}

.tci-panorama-vertical:before {
  content: "\f23c";
}

.tci-panorama-wide-angle-outline:before {
  content: "\f23d";
}

.tci-panorama-wide-angle:before {
  content: "\f23e";
}

.tci-panorama:before {
  content: "\f23f";
}

.tci-paper-cut-vertical:before {
  content: "\f240";
}

.tci-paper-roll-outline:before {
  content: "\f241";
}

.tci-paper-roll:before {
  content: "\f242";
}

.tci-paperclip-lock:before {
  content: "\f243";
}

.tci-paperclip:before {
  content: "\f244";
}

.tci-parachute-outline:before {
  content: "\f245";
}

.tci-parachute:before {
  content: "\f246";
}

.tci-paragliding:before {
  content: "\f247";
}

.tci-parking:before {
  content: "\f248";
}

.tci-party-popper:before {
  content: "\f249";
}

.tci-passport-biometric:before {
  content: "\f24a";
}

.tci-passport:before {
  content: "\f24b";
}

.tci-pasta:before {
  content: "\f24c";
}

.tci-patio-heater:before {
  content: "\f24d";
}

.tci-patreon:before {
  content: "\f24e";
}

.tci-pause-circle-outline:before {
  content: "\f24f";
}

.tci-pause-circle:before {
  content: "\f250";
}

.tci-pause-octagon-outline:before {
  content: "\f251";
}

.tci-pause-octagon:before {
  content: "\f252";
}

.tci-pause:before {
  content: "\f253";
}

.tci-paw-off-outline:before {
  content: "\f254";
}

.tci-paw-off:before {
  content: "\f255";
}

.tci-paw-outline:before {
  content: "\f256";
}

.tci-paw:before {
  content: "\f257";
}

.tci-peace:before {
  content: "\f258";
}

.tci-peanut-off-outline:before {
  content: "\f259";
}

.tci-peanut-off:before {
  content: "\f25a";
}

.tci-peanut-outline:before {
  content: "\f25b";
}

.tci-peanut:before {
  content: "\f25c";
}

.tci-pen-lock:before {
  content: "\f25d";
}

.tci-pen-minus:before {
  content: "\f25e";
}

.tci-pen-off:before {
  content: "\f25f";
}

.tci-pen-plus:before {
  content: "\f260";
}

.tci-pen-remove:before {
  content: "\f261";
}

.tci-pen:before {
  content: "\f262";
}

.tci-pencil-box-multiple-outline:before {
  content: "\f263";
}

.tci-pencil-box-multiple:before {
  content: "\f264";
}

.tci-pencil-box-outline:before {
  content: "\f265";
}

.tci-pencil-box:before {
  content: "\f266";
}

.tci-pencil-circle-outline:before {
  content: "\f267";
}

.tci-pencil-circle:before {
  content: "\f268";
}

.tci-pencil-lock-outline:before {
  content: "\f269";
}

.tci-pencil-lock:before {
  content: "\f26a";
}

.tci-pencil-minus-outline:before {
  content: "\f26b";
}

.tci-pencil-minus:before {
  content: "\f26c";
}

.tci-pencil-off-outline:before {
  content: "\f26d";
}

.tci-pencil-off:before {
  content: "\f26e";
}

.tci-pencil-outline:before {
  content: "\f26f";
}

.tci-pencil-plus-outline:before {
  content: "\f270";
}

.tci-pencil-plus:before {
  content: "\f271";
}

.tci-pencil-remove-outline:before {
  content: "\f272";
}

.tci-pencil-remove:before {
  content: "\f273";
}

.tci-pencil-ruler:before {
  content: "\f274";
}

.tci-pencil:before {
  content: "\f275";
}

.tci-penguin:before {
  content: "\f276";
}

.tci-pentagon-outline:before {
  content: "\f277";
}

.tci-pentagon:before {
  content: "\f278";
}

.tci-pentagram:before {
  content: "\f279";
}

.tci-percent-box-outline:before {
  content: "\f27a";
}

.tci-percent-box:before {
  content: "\f27b";
}

.tci-percent-circle-outline:before {
  content: "\f27c";
}

.tci-percent-circle:before {
  content: "\f27d";
}

.tci-percent-outline:before {
  content: "\f27e";
}

.tci-percent:before {
  content: "\f27f";
}

.tci-periodic-table:before {
  content: "\f280";
}

.tci-perspective-less:before {
  content: "\f281";
}

.tci-perspective-more:before {
  content: "\f282";
}

.tci-ph:before {
  content: "\f283";
}

.tci-phone-alert-outline:before {
  content: "\f284";
}

.tci-phone-alert:before {
  content: "\f285";
}

.tci-phone-bluetooth-outline:before {
  content: "\f286";
}

.tci-phone-bluetooth:before {
  content: "\f287";
}

.tci-phone-cancel-outline:before {
  content: "\f288";
}

.tci-phone-cancel:before {
  content: "\f289";
}

.tci-phone-check-outline:before {
  content: "\f28a";
}

.tci-phone-check:before {
  content: "\f28b";
}

.tci-phone-classic-off:before {
  content: "\f28c";
}

.tci-phone-classic:before {
  content: "\f28d";
}

.tci-phone-clock:before {
  content: "\f28e";
}

.tci-phone-dial-outline:before {
  content: "\f28f";
}

.tci-phone-dial:before {
  content: "\f290";
}

.tci-phone-forward-outline:before {
  content: "\f291";
}

.tci-phone-forward:before {
  content: "\f292";
}

.tci-phone-hangup-outline:before {
  content: "\f293";
}

.tci-phone-hangup:before {
  content: "\f294";
}

.tci-phone-in-talk-outline:before {
  content: "\f295";
}

.tci-phone-in-talk:before {
  content: "\f296";
}

.tci-phone-incoming-outline:before {
  content: "\f297";
}

.tci-phone-incoming:before {
  content: "\f298";
}

.tci-phone-lock-outline:before {
  content: "\f299";
}

.tci-phone-lock:before {
  content: "\f29a";
}

.tci-phone-log-outline:before {
  content: "\f29b";
}

.tci-phone-log:before {
  content: "\f29c";
}

.tci-phone-message-outline:before {
  content: "\f29d";
}

.tci-phone-message:before {
  content: "\f29e";
}

.tci-phone-minus-outline:before {
  content: "\f29f";
}

.tci-phone-minus:before {
  content: "\f2a0";
}

.tci-phone-missed-outline:before {
  content: "\f2a1";
}

.tci-phone-missed:before {
  content: "\f2a2";
}

.tci-phone-off-outline:before {
  content: "\f2a3";
}

.tci-phone-off:before {
  content: "\f2a4";
}

.tci-phone-outgoing-outline:before {
  content: "\f2a5";
}

.tci-phone-outgoing:before {
  content: "\f2a6";
}

.tci-phone-outline:before {
  content: "\f2a7";
}

.tci-phone-paused-outline:before {
  content: "\f2a8";
}

.tci-phone-paused:before {
  content: "\f2a9";
}

.tci-phone-plus-outline:before {
  content: "\f2aa";
}

.tci-phone-plus:before {
  content: "\f2ab";
}

.tci-phone-refresh-outline:before {
  content: "\f2ac";
}

.tci-phone-refresh:before {
  content: "\f2ad";
}

.tci-phone-remove-outline:before {
  content: "\f2ae";
}

.tci-phone-remove:before {
  content: "\f2af";
}

.tci-phone-return-outline:before {
  content: "\f2b0";
}

.tci-phone-return:before {
  content: "\f2b1";
}

.tci-phone-ring-outline:before {
  content: "\f2b2";
}

.tci-phone-ring:before {
  content: "\f2b3";
}

.tci-phone-rotate-landscape:before {
  content: "\f2b4";
}

.tci-phone-rotate-portrait:before {
  content: "\f2b5";
}

.tci-phone-settings-outline:before {
  content: "\f2b6";
}

.tci-phone-settings:before {
  content: "\f2b7";
}

.tci-phone-sync-outline:before {
  content: "\f2b8";
}

.tci-phone-sync:before {
  content: "\f2b9";
}

.tci-phone-voip:before {
  content: "\f2ba";
}

.tci-phone:before {
  content: "\f2bb";
}

.tci-pi-box:before {
  content: "\f2bc";
}

.tci-pi-hole:before {
  content: "\f2bd";
}

.tci-pi:before {
  content: "\f2be";
}

.tci-piano-off:before {
  content: "\f2bf";
}

.tci-piano:before {
  content: "\f2c0";
}

.tci-pickaxe:before {
  content: "\f2c1";
}

.tci-picture-in-picture-bottom-right-outline:before {
  content: "\f2c2";
}

.tci-picture-in-picture-bottom-right:before {
  content: "\f2c3";
}

.tci-picture-in-picture-top-right-outline:before {
  content: "\f2c4";
}

.tci-picture-in-picture-top-right:before {
  content: "\f2c5";
}

.tci-pier-crane:before {
  content: "\f2c6";
}

.tci-pier:before {
  content: "\f2c7";
}

.tci-pig-variant-outline:before {
  content: "\f2c8";
}

.tci-pig-variant:before {
  content: "\f2c9";
}

.tci-pig:before {
  content: "\f2ca";
}

.tci-piggy-bank-outline:before {
  content: "\f2cb";
}

.tci-piggy-bank:before {
  content: "\f2cc";
}

.tci-pill:before {
  content: "\f2cd";
}

.tci-pillar:before {
  content: "\f2ce";
}

.tci-pin-off-outline:before {
  content: "\f2cf";
}

.tci-pin-off:before {
  content: "\f2d0";
}

.tci-pin-outline:before {
  content: "\f2d1";
}

.tci-pin:before {
  content: "\f2d2";
}

.tci-pine-tree-box:before {
  content: "\f2d3";
}

.tci-pine-tree-fire:before {
  content: "\f2d4";
}

.tci-pine-tree:before {
  content: "\f2d5";
}

.tci-pinterest:before {
  content: "\f2d6";
}

.tci-pinwheel-outline:before {
  content: "\f2d7";
}

.tci-pinwheel:before {
  content: "\f2d8";
}

.tci-pipe-disconnected:before {
  content: "\f2d9";
}

.tci-pipe-leak:before {
  content: "\f2da";
}

.tci-pipe-valve:before {
  content: "\f2db";
}

.tci-pipe-wrench:before {
  content: "\f2dc";
}

.tci-pipe:before {
  content: "\f2dd";
}

.tci-pirate:before {
  content: "\f2de";
}

.tci-pistol:before {
  content: "\f2df";
}

.tci-piston:before {
  content: "\f2e0";
}

.tci-pitchfork:before {
  content: "\f2e1";
}

.tci-pizza:before {
  content: "\f2e2";
}

.tci-play-box-lock-open-outline:before {
  content: "\f2e3";
}

.tci-play-box-lock-open:before {
  content: "\f2e4";
}

.tci-play-box-lock-outline:before {
  content: "\f2e5";
}

.tci-play-box-lock:before {
  content: "\f2e6";
}

.tci-play-box-multiple-outline:before {
  content: "\f2e7";
}

.tci-play-box-multiple:before {
  content: "\f2e8";
}

.tci-play-box-outline:before {
  content: "\f2e9";
}

.tci-play-box:before {
  content: "\f2ea";
}

.tci-play-circle-outline:before {
  content: "\f2eb";
}

.tci-play-circle:before {
  content: "\f2ec";
}

.tci-play-network-outline:before {
  content: "\f2ed";
}

.tci-play-network:before {
  content: "\f2ee";
}

.tci-play-outline:before {
  content: "\f2ef";
}

.tci-play-pause:before {
  content: "\f2f0";
}

.tci-play-protected-content:before {
  content: "\f2f1";
}

.tci-play-speed:before {
  content: "\f2f2";
}

.tci-play:before {
  content: "\f2f3";
}

.tci-playlist-check:before {
  content: "\f2f4";
}

.tci-playlist-edit:before {
  content: "\f2f5";
}

.tci-playlist-minus:before {
  content: "\f2f6";
}

.tci-playlist-music-outline:before {
  content: "\f2f7";
}

.tci-playlist-music:before {
  content: "\f2f8";
}

.tci-playlist-play:before {
  content: "\f2f9";
}

.tci-playlist-plus:before {
  content: "\f2fa";
}

.tci-playlist-remove:before {
  content: "\f2fb";
}

.tci-playlist-star:before {
  content: "\f2fc";
}

.tci-plex:before {
  content: "\f2fd";
}

.tci-pliers:before {
  content: "\f2fe";
}

.tci-plus-box-multiple-outline:before {
  content: "\f2ff";
}

.tci-plus-box-multiple:before {
  content: "\f300";
}

.tci-plus-box-outline:before {
  content: "\f301";
}

.tci-plus-box:before {
  content: "\f302";
}

.tci-plus-circle-multiple-outline:before {
  content: "\f303";
}

.tci-plus-circle-multiple:before {
  content: "\f304";
}

.tci-plus-circle-outline:before {
  content: "\f305";
}

.tci-plus-circle:before {
  content: "\f306";
}

.tci-plus-minus-box:before {
  content: "\f307";
}

.tci-plus-minus-variant:before {
  content: "\f308";
}

.tci-plus-minus:before {
  content: "\f309";
}

.tci-plus-network-outline:before {
  content: "\f30a";
}

.tci-plus-network:before {
  content: "\f30b";
}

.tci-plus-outline:before {
  content: "\f30c";
}

.tci-plus-thick:before {
  content: "\f30d";
}

.tci-plus:before {
  content: "\f30e";
}

.tci-podcast:before {
  content: "\f30f";
}

.tci-podium-bronze:before {
  content: "\f310";
}

.tci-podium-gold:before {
  content: "\f311";
}

.tci-podium-silver:before {
  content: "\f312";
}

.tci-podium:before {
  content: "\f313";
}

.tci-point-of-sale:before {
  content: "\f314";
}

.tci-pokeball:before {
  content: "\f315";
}

.tci-pokemon-go:before {
  content: "\f316";
}

.tci-poker-chip:before {
  content: "\f317";
}

.tci-polaroid:before {
  content: "\f318";
}

.tci-police-badge-outline:before {
  content: "\f319";
}

.tci-police-badge:before {
  content: "\f31a";
}

.tci-police-station:before {
  content: "\f31b";
}

.tci-poll:before {
  content: "\f31c";
}

.tci-polo:before {
  content: "\f31d";
}

.tci-polymer:before {
  content: "\f31e";
}

.tci-pool:before {
  content: "\f31f";
}

.tci-popcorn:before {
  content: "\f320";
}

.tci-post-outline:before {
  content: "\f321";
}

.tci-post:before {
  content: "\f322";
}

.tci-postage-stamp:before {
  content: "\f323";
}

.tci-pot-mix-outline:before {
  content: "\f324";
}

.tci-pot-mix:before {
  content: "\f325";
}

.tci-pot-outline:before {
  content: "\f326";
}

.tci-pot-steam-outline:before {
  content: "\f327";
}

.tci-pot-steam:before {
  content: "\f328";
}

.tci-pot:before {
  content: "\f329";
}

.tci-pound-box-outline:before {
  content: "\f32a";
}

.tci-pound-box:before {
  content: "\f32b";
}

.tci-pound:before {
  content: "\f32c";
}

.tci-power-cycle:before {
  content: "\f32d";
}

.tci-power-off:before {
  content: "\f32e";
}

.tci-power-on:before {
  content: "\f32f";
}

.tci-power-plug-off-outline:before {
  content: "\f330";
}

.tci-power-plug-off:before {
  content: "\f331";
}

.tci-power-plug-outline:before {
  content: "\f332";
}

.tci-power-plug:before {
  content: "\f333";
}

.tci-power-settings:before {
  content: "\f334";
}

.tci-power-sleep:before {
  content: "\f335";
}

.tci-power-socket-au:before {
  content: "\f336";
}

.tci-power-socket-ch:before {
  content: "\f337";
}

.tci-power-socket-de:before {
  content: "\f338";
}

.tci-power-socket-eu:before {
  content: "\f339";
}

.tci-power-socket-fr:before {
  content: "\f33a";
}

.tci-power-socket-it:before {
  content: "\f33b";
}

.tci-power-socket-jp:before {
  content: "\f33c";
}

.tci-power-socket-uk:before {
  content: "\f33d";
}

.tci-power-socket-us:before {
  content: "\f33e";
}

.tci-power-socket:before {
  content: "\f33f";
}

.tci-power-standby:before {
  content: "\f340";
}

.tci-power:before {
  content: "\f341";
}

.tci-powershell:before {
  content: "\f342";
}

.tci-prescription:before {
  content: "\f343";
}

.tci-presentation-play:before {
  content: "\f344";
}

.tci-presentation:before {
  content: "\f345";
}

.tci-pretzel:before {
  content: "\f346";
}

.tci-printer-3d-nozzle-alert-outline:before {
  content: "\f347";
}

.tci-printer-3d-nozzle-alert:before {
  content: "\f348";
}

.tci-printer-3d-nozzle-heat-outline:before {
  content: "\f349";
}

.tci-printer-3d-nozzle-heat:before {
  content: "\f34a";
}

.tci-printer-3d-nozzle-outline:before {
  content: "\f34b";
}

.tci-printer-3d-nozzle:before {
  content: "\f34c";
}

.tci-printer-3d:before {
  content: "\f34d";
}

.tci-printer-alert:before {
  content: "\f34e";
}

.tci-printer-check:before {
  content: "\f34f";
}

.tci-printer-eye:before {
  content: "\f350";
}

.tci-printer-off-outline:before {
  content: "\f351";
}

.tci-printer-off:before {
  content: "\f352";
}

.tci-printer-outline:before {
  content: "\f353";
}

.tci-printer-pos:before {
  content: "\f354";
}

.tci-printer-search:before {
  content: "\f355";
}

.tci-printer-settings:before {
  content: "\f356";
}

.tci-printer-wireless:before {
  content: "\f357";
}

.tci-printer:before {
  content: "\f358";
}

.tci-priority-high:before {
  content: "\f359";
}

.tci-priority-low:before {
  content: "\f35a";
}

.tci-professional-hexagon:before {
  content: "\f35b";
}

.tci-progress-alert:before {
  content: "\f35c";
}

.tci-progress-check:before {
  content: "\f35d";
}

.tci-progress-clock:before {
  content: "\f35e";
}

.tci-progress-close:before {
  content: "\f35f";
}

.tci-progress-download:before {
  content: "\f360";
}

.tci-progress-pencil:before {
  content: "\f361";
}

.tci-progress-question:before {
  content: "\f362";
}

.tci-progress-star:before {
  content: "\f363";
}

.tci-progress-upload:before {
  content: "\f364";
}

.tci-progress-wrench:before {
  content: "\f365";
}

.tci-projector-off:before {
  content: "\f366";
}

.tci-projector-screen-off-outline:before {
  content: "\f367";
}

.tci-projector-screen-off:before {
  content: "\f368";
}

.tci-projector-screen-outline:before {
  content: "\f369";
}

.tci-projector-screen-variant-off-outline:before {
  content: "\f36a";
}

.tci-projector-screen-variant-off:before {
  content: "\f36b";
}

.tci-projector-screen-variant-outline:before {
  content: "\f36c";
}

.tci-projector-screen-variant:before {
  content: "\f36d";
}

.tci-projector-screen:before {
  content: "\f36e";
}

.tci-projector:before {
  content: "\f36f";
}

.tci-propane-tank-outline:before {
  content: "\f370";
}

.tci-propane-tank:before {
  content: "\f371";
}

.tci-protocol:before {
  content: "\f372";
}

.tci-publish-off:before {
  content: "\f373";
}

.tci-publish:before {
  content: "\f374";
}

.tci-pulse:before {
  content: "\f375";
}

.tci-pump:before {
  content: "\f376";
}

.tci-pumpkin:before {
  content: "\f377";
}

.tci-purse-outline:before {
  content: "\f378";
}

.tci-purse:before {
  content: "\f379";
}

.tci-puzzle-check-outline:before {
  content: "\f37a";
}

.tci-puzzle-check:before {
  content: "\f37b";
}

.tci-puzzle-edit-outline:before {
  content: "\f37c";
}

.tci-puzzle-edit:before {
  content: "\f37d";
}

.tci-puzzle-heart-outline:before {
  content: "\f37e";
}

.tci-puzzle-heart:before {
  content: "\f37f";
}

.tci-puzzle-minus-outline:before {
  content: "\f380";
}

.tci-puzzle-minus:before {
  content: "\f381";
}

.tci-puzzle-outline:before {
  content: "\f382";
}

.tci-puzzle-plus-outline:before {
  content: "\f383";
}

.tci-puzzle-plus:before {
  content: "\f384";
}

.tci-puzzle-remove-outline:before {
  content: "\f385";
}

.tci-puzzle-remove:before {
  content: "\f386";
}

.tci-puzzle-star-outline:before {
  content: "\f387";
}

.tci-puzzle-star:before {
  content: "\f388";
}

.tci-puzzle:before {
  content: "\f389";
}

.tci-pyramid-off:before {
  content: "\f38a";
}

.tci-pyramid:before {
  content: "\f38b";
}

.tci-qi:before {
  content: "\f38c";
}

.tci-qqchat:before {
  content: "\f38d";
}

.tci-qrcode-edit:before {
  content: "\f38e";
}

.tci-qrcode-minus:before {
  content: "\f38f";
}

.tci-qrcode-plus:before {
  content: "\f390";
}

.tci-qrcode-remove:before {
  content: "\f391";
}

.tci-qrcode-scan:before {
  content: "\f392";
}

.tci-qrcode:before {
  content: "\f393";
}

.tci-quadcopter:before {
  content: "\f394";
}

.tci-quality-high:before {
  content: "\f395";
}

.tci-quality-low:before {
  content: "\f396";
}

.tci-quality-medium:before {
  content: "\f397";
}

.tci-quora:before {
  content: "\f398";
}

.tci-rabbit:before {
  content: "\f399";
}

.tci-racing-helmet:before {
  content: "\f39a";
}

.tci-racquetball:before {
  content: "\f39b";
}

.tci-radar:before {
  content: "\f39c";
}

.tci-radiator-disabled:before {
  content: "\f39d";
}

.tci-radiator-off:before {
  content: "\f39e";
}

.tci-radiator:before {
  content: "\f39f";
}

.tci-radio-am:before {
  content: "\f3a0";
}

.tci-radio-fm:before {
  content: "\f3a1";
}

.tci-radio-handheld:before {
  content: "\f3a2";
}

.tci-radio-off:before {
  content: "\f3a3";
}

.tci-radio-tower:before {
  content: "\f3a4";
}

.tci-radio:before {
  content: "\f3a5";
}

.tci-radioactive-circle-outline:before {
  content: "\f3a6";
}

.tci-radioactive-circle:before {
  content: "\f3a7";
}

.tci-radioactive-off:before {
  content: "\f3a8";
}

.tci-radioactive:before {
  content: "\f3a9";
}

.tci-radiobox-blank:before {
  content: "\f3aa";
}

.tci-radiobox-marked:before {
  content: "\f3ab";
}

.tci-radiology-box-outline:before {
  content: "\f3ac";
}

.tci-radiology-box:before {
  content: "\f3ad";
}

.tci-radius-outline:before {
  content: "\f3ae";
}

.tci-radius:before {
  content: "\f3af";
}

.tci-railroad-light:before {
  content: "\f3b0";
}

.tci-rake:before {
  content: "\f3b1";
}

.tci-raspberry-pi:before {
  content: "\f3b2";
}

.tci-raw-off:before {
  content: "\f3b3";
}

.tci-raw:before {
  content: "\f3b4";
}

.tci-ray-end-arrow:before {
  content: "\f3b5";
}

.tci-ray-end:before {
  content: "\f3b6";
}

.tci-ray-start-arrow:before {
  content: "\f3b7";
}

.tci-ray-start-end:before {
  content: "\f3b8";
}

.tci-ray-start-vertex-end:before {
  content: "\f3b9";
}

.tci-ray-start:before {
  content: "\f3ba";
}

.tci-ray-vertex:before {
  content: "\f3bb";
}

.tci-razor-double-edge:before {
  content: "\f3bc";
}

.tci-razor-single-edge:before {
  content: "\f3bd";
}

.tci-react:before {
  content: "\f3be";
}

.tci-read:before {
  content: "\f3bf";
}

.tci-receipt-outline:before {
  content: "\f3c0";
}

.tci-receipt:before {
  content: "\f3c1";
}

.tci-record-circle-outline:before {
  content: "\f3c2";
}

.tci-record-circle:before {
  content: "\f3c3";
}

.tci-record-player:before {
  content: "\f3c4";
}

.tci-record-rec:before {
  content: "\f3c5";
}

.tci-record:before {
  content: "\f3c6";
}

.tci-rectangle-outline:before {
  content: "\f3c7";
}

.tci-rectangle:before {
  content: "\f3c8";
}

.tci-recycle-variant:before {
  content: "\f3c9";
}

.tci-recycle:before {
  content: "\f3ca";
}

.tci-reddit:before {
  content: "\f3cb";
}

.tci-redhat:before {
  content: "\f3cc";
}

.tci-redo-variant:before {
  content: "\f3cd";
}

.tci-redo:before {
  content: "\f3ce";
}

.tci-reflect-horizontal:before {
  content: "\f3cf";
}

.tci-reflect-vertical:before {
  content: "\f3d0";
}

.tci-refresh-auto:before {
  content: "\f3d1";
}

.tci-refresh-circle:before {
  content: "\f3d2";
}

.tci-refresh:before {
  content: "\f3d3";
}

.tci-regex:before {
  content: "\f3d4";
}

.tci-registered-trademark:before {
  content: "\f3d5";
}

.tci-reiterate:before {
  content: "\f3d6";
}

.tci-relation-many-to-many:before {
  content: "\f3d7";
}

.tci-relation-many-to-one-or-many:before {
  content: "\f3d8";
}

.tci-relation-many-to-one:before {
  content: "\f3d9";
}

.tci-relation-many-to-only-one:before {
  content: "\f3da";
}

.tci-relation-many-to-zero-or-many:before {
  content: "\f3db";
}

.tci-relation-many-to-zero-or-one:before {
  content: "\f3dc";
}

.tci-relation-one-or-many-to-many:before {
  content: "\f3dd";
}

.tci-relation-one-or-many-to-one-or-many:before {
  content: "\f3de";
}

.tci-relation-one-or-many-to-one:before {
  content: "\f3df";
}

.tci-relation-one-or-many-to-only-one:before {
  content: "\f3e0";
}

.tci-relation-one-or-many-to-zero-or-many:before {
  content: "\f3e1";
}

.tci-relation-one-or-many-to-zero-or-one:before {
  content: "\f3e2";
}

.tci-relation-one-to-many:before {
  content: "\f3e3";
}

.tci-relation-one-to-one-or-many:before {
  content: "\f3e4";
}

.tci-relation-one-to-one:before {
  content: "\f3e5";
}

.tci-relation-one-to-only-one:before {
  content: "\f3e6";
}

.tci-relation-one-to-zero-or-many:before {
  content: "\f3e7";
}

.tci-relation-one-to-zero-or-one:before {
  content: "\f3e8";
}

.tci-relation-only-one-to-many:before {
  content: "\f3e9";
}

.tci-relation-only-one-to-one-or-many:before {
  content: "\f3ea";
}

.tci-relation-only-one-to-one:before {
  content: "\f3eb";
}

.tci-relation-only-one-to-only-one:before {
  content: "\f3ec";
}

.tci-relation-only-one-to-zero-or-many:before {
  content: "\f3ed";
}

.tci-relation-only-one-to-zero-or-one:before {
  content: "\f3ee";
}

.tci-relation-zero-or-many-to-many:before {
  content: "\f3ef";
}

.tci-relation-zero-or-many-to-one-or-many:before {
  content: "\f3f0";
}

.tci-relation-zero-or-many-to-one:before {
  content: "\f3f1";
}

.tci-relation-zero-or-many-to-only-one:before {
  content: "\f3f2";
}

.tci-relation-zero-or-many-to-zero-or-many:before {
  content: "\f3f3";
}

.tci-relation-zero-or-many-to-zero-or-one:before {
  content: "\f3f4";
}

.tci-relation-zero-or-one-to-many:before {
  content: "\f3f5";
}

.tci-relation-zero-or-one-to-one-or-many:before {
  content: "\f3f6";
}

.tci-relation-zero-or-one-to-one:before {
  content: "\f3f7";
}

.tci-relation-zero-or-one-to-only-one:before {
  content: "\f3f8";
}

.tci-relation-zero-or-one-to-zero-or-many:before {
  content: "\f3f9";
}

.tci-relation-zero-or-one-to-zero-or-one:before {
  content: "\f3fa";
}

.tci-relative-scale:before {
  content: "\f3fb";
}

.tci-reload-alert:before {
  content: "\f3fc";
}

.tci-reload:before {
  content: "\f3fd";
}

.tci-reminder:before {
  content: "\f3fe";
}

.tci-remote-desktop:before {
  content: "\f3ff";
}

.tci-remote-off:before {
  content: "\f400";
}

.tci-remote-tv-off:before {
  content: "\f401";
}

.tci-remote-tv:before {
  content: "\f402";
}

.tci-remote:before {
  content: "\f403";
}

.tci-rename-box:before {
  content: "\f404";
}

.tci-reorder-horizontal:before {
  content: "\f405";
}

.tci-reorder-vertical:before {
  content: "\f406";
}

.tci-repeat-off:before {
  content: "\f407";
}

.tci-repeat-once:before {
  content: "\f408";
}

.tci-repeat-variant:before {
  content: "\f409";
}

.tci-repeat:before {
  content: "\f40a";
}

.tci-replay:before {
  content: "\f40b";
}

.tci-reply-all-outline:before {
  content: "\f40c";
}

.tci-reply-all:before {
  content: "\f40d";
}

.tci-reply-circle:before {
  content: "\f40e";
}

.tci-reply-outline:before {
  content: "\f40f";
}

.tci-reply:before {
  content: "\f410";
}

.tci-reproduction:before {
  content: "\f411";
}

.tci-resistor-nodes:before {
  content: "\f412";
}

.tci-resistor:before {
  content: "\f413";
}

.tci-resize-bottom-right:before {
  content: "\f414";
}

.tci-resize:before {
  content: "\f415";
}

.tci-responsive:before {
  content: "\f416";
}

.tci-restart-alert:before {
  content: "\f417";
}

.tci-restart-off:before {
  content: "\f418";
}

.tci-restart:before {
  content: "\f419";
}

.tci-restore-alert:before {
  content: "\f41a";
}

.tci-restore:before {
  content: "\f41b";
}

.tci-rewind-10:before {
  content: "\f41c";
}

.tci-rewind-15:before {
  content: "\f41d";
}

.tci-rewind-30:before {
  content: "\f41e";
}

.tci-rewind-5:before {
  content: "\f41f";
}

.tci-rewind-60:before {
  content: "\f420";
}

.tci-rewind-outline:before {
  content: "\f421";
}

.tci-rewind:before {
  content: "\f422";
}

.tci-rhombus-medium-outline:before {
  content: "\f423";
}

.tci-rhombus-medium:before {
  content: "\f424";
}

.tci-rhombus-outline:before {
  content: "\f425";
}

.tci-rhombus-split-outline:before {
  content: "\f426";
}

.tci-rhombus-split:before {
  content: "\f427";
}

.tci-rhombus:before {
  content: "\f428";
}

.tci-ribbon:before {
  content: "\f429";
}

.tci-rice:before {
  content: "\f42a";
}

.tci-rickshaw-electric:before {
  content: "\f42b";
}

.tci-rickshaw:before {
  content: "\f42c";
}

.tci-ring:before {
  content: "\f42d";
}

.tci-rivet:before {
  content: "\f42e";
}

.tci-road-variant:before {
  content: "\f42f";
}

.tci-road:before {
  content: "\f430";
}

.tci-robber:before {
  content: "\f431";
}

.tci-robot-angry-outline:before {
  content: "\f432";
}

.tci-robot-angry:before {
  content: "\f433";
}

.tci-robot-confused-outline:before {
  content: "\f434";
}

.tci-robot-confused:before {
  content: "\f435";
}

.tci-robot-dead-outline:before {
  content: "\f436";
}

.tci-robot-dead:before {
  content: "\f437";
}

.tci-robot-excited-outline:before {
  content: "\f438";
}

.tci-robot-excited:before {
  content: "\f439";
}

.tci-robot-happy-outline:before {
  content: "\f43a";
}

.tci-robot-happy:before {
  content: "\f43b";
}

.tci-robot-industrial-outline:before {
  content: "\f43c";
}

.tci-robot-industrial:before {
  content: "\f43d";
}

.tci-robot-love-outline:before {
  content: "\f43e";
}

.tci-robot-love:before {
  content: "\f43f";
}

.tci-robot-mower-outline:before {
  content: "\f440";
}

.tci-robot-mower:before {
  content: "\f441";
}

.tci-robot-off-outline:before {
  content: "\f442";
}

.tci-robot-off:before {
  content: "\f443";
}

.tci-robot-outline:before {
  content: "\f444";
}

.tci-robot-vacuum-variant:before {
  content: "\f445";
}

.tci-robot-vacuum:before {
  content: "\f446";
}

.tci-robot:before {
  content: "\f447";
}

.tci-rocket-launch-outline:before {
  content: "\f448";
}

.tci-rocket-launch:before {
  content: "\f449";
}

.tci-rocket-outline:before {
  content: "\f44a";
}

.tci-rocket:before {
  content: "\f44b";
}

.tci-rodent:before {
  content: "\f44c";
}

.tci-roller-skate-off:before {
  content: "\f44d";
}

.tci-roller-skate:before {
  content: "\f44e";
}

.tci-rollerblade-off:before {
  content: "\f44f";
}

.tci-rollerblade:before {
  content: "\f450";
}

.tci-rollupjs:before {
  content: "\f451";
}

.tci-roman-numeral-1:before {
  content: "\f452";
}

.tci-roman-numeral-10:before {
  content: "\f453";
}

.tci-roman-numeral-2:before {
  content: "\f454";
}

.tci-roman-numeral-3:before {
  content: "\f455";
}

.tci-roman-numeral-4:before {
  content: "\f456";
}

.tci-roman-numeral-5:before {
  content: "\f457";
}

.tci-roman-numeral-6:before {
  content: "\f458";
}

.tci-roman-numeral-7:before {
  content: "\f459";
}

.tci-roman-numeral-8:before {
  content: "\f45a";
}

.tci-roman-numeral-9:before {
  content: "\f45b";
}

.tci-room-service-outline:before {
  content: "\f45c";
}

.tci-room-service:before {
  content: "\f45d";
}

.tci-rotate-360:before {
  content: "\f45e";
}

.tci-rotate-3d-variant:before {
  content: "\f45f";
}

.tci-rotate-3d:before {
  content: "\f460";
}

.tci-rotate-left-variant:before {
  content: "\f461";
}

.tci-rotate-left:before {
  content: "\f462";
}

.tci-rotate-orbit:before {
  content: "\f463";
}

.tci-rotate-right-variant:before {
  content: "\f464";
}

.tci-rotate-right:before {
  content: "\f465";
}

.tci-rounded-corner:before {
  content: "\f466";
}

.tci-router-network:before {
  content: "\f467";
}

.tci-router-wireless-off:before {
  content: "\f468";
}

.tci-router-wireless-settings:before {
  content: "\f469";
}

.tci-router-wireless:before {
  content: "\f46a";
}

.tci-router:before {
  content: "\f46b";
}

.tci-routes-clock:before {
  content: "\f46c";
}

.tci-routes:before {
  content: "\f46d";
}

.tci-rowing:before {
  content: "\f46e";
}

.tci-rss-box:before {
  content: "\f46f";
}

.tci-rss-off:before {
  content: "\f470";
}

.tci-rss:before {
  content: "\f471";
}

.tci-rug:before {
  content: "\f472";
}

.tci-rugby:before {
  content: "\f473";
}

.tci-ruler-square-compass:before {
  content: "\f474";
}

.tci-ruler-square:before {
  content: "\f475";
}

.tci-ruler:before {
  content: "\f476";
}

.tci-run-fast:before {
  content: "\f477";
}

.tci-run:before {
  content: "\f478";
}

.tci-rv-truck:before {
  content: "\f479";
}

.tci-sack-percent:before {
  content: "\f47a";
}

.tci-sack:before {
  content: "\f47b";
}

.tci-safe-square-outline:before {
  content: "\f47c";
}

.tci-safe-square:before {
  content: "\f47d";
}

.tci-safe:before {
  content: "\f47e";
}

.tci-safety-goggles:before {
  content: "\f47f";
}

.tci-sail-boat:before {
  content: "\f480";
}

.tci-sale-outline:before {
  content: "\f481";
}

.tci-sale:before {
  content: "\f482";
}

.tci-salesforce:before {
  content: "\f483";
}

.tci-sass:before {
  content: "\f484";
}

.tci-satellite-uplink:before {
  content: "\f485";
}

.tci-satellite-variant:before {
  content: "\f486";
}

.tci-satellite:before {
  content: "\f487";
}

.tci-sausage-off:before {
  content: "\f488";
}

.tci-sausage:before {
  content: "\f489";
}

.tci-saw-blade:before {
  content: "\f48a";
}

.tci-sawtooth-wave:before {
  content: "\f48b";
}

.tci-saxophone:before {
  content: "\f48c";
}

.tci-scale-balance:before {
  content: "\f48d";
}

.tci-scale-bathroom:before {
  content: "\f48e";
}

.tci-scale-off:before {
  content: "\f48f";
}

.tci-scale-unbalanced:before {
  content: "\f490";
}

.tci-scale:before {
  content: "\f491";
}

.tci-scan-helper:before {
  content: "\f492";
}

.tci-scanner-off:before {
  content: "\f493";
}

.tci-scanner:before {
  content: "\f494";
}

.tci-scatter-plot-outline:before {
  content: "\f495";
}

.tci-scatter-plot:before {
  content: "\f496";
}

.tci-scent-off:before {
  content: "\f497";
}

.tci-scent:before {
  content: "\f498";
}

.tci-school-outline:before {
  content: "\f499";
}

.tci-school:before {
  content: "\f49a";
}

.tci-scissors-cutting:before {
  content: "\f49b";
}

.tci-scooter-electric:before {
  content: "\f49c";
}

.tci-scooter:before {
  content: "\f49d";
}

.tci-scoreboard-outline:before {
  content: "\f49e";
}

.tci-scoreboard:before {
  content: "\f49f";
}

.tci-screen-rotation-lock:before {
  content: "\f4a0";
}

.tci-screen-rotation:before {
  content: "\f4a1";
}

.tci-screw-flat-top:before {
  content: "\f4a2";
}

.tci-screw-lag:before {
  content: "\f4a3";
}

.tci-screw-machine-flat-top:before {
  content: "\f4a4";
}

.tci-screw-machine-round-top:before {
  content: "\f4a5";
}

.tci-screw-round-top:before {
  content: "\f4a6";
}

.tci-screwdriver:before {
  content: "\f4a7";
}

.tci-script-outline:before {
  content: "\f4a8";
}

.tci-script-text-key-outline:before {
  content: "\f4a9";
}

.tci-script-text-key:before {
  content: "\f4aa";
}

.tci-script-text-outline:before {
  content: "\f4ab";
}

.tci-script-text-play-outline:before {
  content: "\f4ac";
}

.tci-script-text-play:before {
  content: "\f4ad";
}

.tci-script-text:before {
  content: "\f4ae";
}

.tci-script:before {
  content: "\f4af";
}

.tci-sd:before {
  content: "\f4b0";
}

.tci-seal-variant:before {
  content: "\f4b1";
}

.tci-seal:before {
  content: "\f4b2";
}

.tci-search-web:before {
  content: "\f4b3";
}

.tci-seat-flat-angled:before {
  content: "\f4b4";
}

.tci-seat-flat:before {
  content: "\f4b5";
}

.tci-seat-individual-suite:before {
  content: "\f4b6";
}

.tci-seat-legroom-extra:before {
  content: "\f4b7";
}

.tci-seat-legroom-normal:before {
  content: "\f4b8";
}

.tci-seat-legroom-reduced:before {
  content: "\f4b9";
}

.tci-seat-outline:before {
  content: "\f4ba";
}

.tci-seat-passenger:before {
  content: "\f4bb";
}

.tci-seat-recline-extra:before {
  content: "\f4bc";
}

.tci-seat-recline-normal:before {
  content: "\f4bd";
}

.tci-seat:before {
  content: "\f4be";
}

.tci-seatbelt:before {
  content: "\f4bf";
}

.tci-security-network:before {
  content: "\f4c0";
}

.tci-security:before {
  content: "\f4c1";
}

.tci-seed-off-outline:before {
  content: "\f4c2";
}

.tci-seed-off:before {
  content: "\f4c3";
}

.tci-seed-outline:before {
  content: "\f4c4";
}

.tci-seed:before {
  content: "\f4c5";
}

.tci-seesaw:before {
  content: "\f4c6";
}

.tci-segment:before {
  content: "\f4c7";
}

.tci-select-all:before {
  content: "\f4c8";
}

.tci-select-color:before {
  content: "\f4c9";
}

.tci-select-compare:before {
  content: "\f4ca";
}

.tci-select-drag:before {
  content: "\f4cb";
}

.tci-select-group:before {
  content: "\f4cc";
}

.tci-select-inverse:before {
  content: "\f4cd";
}

.tci-select-marker:before {
  content: "\f4ce";
}

.tci-select-multiple-marker:before {
  content: "\f4cf";
}

.tci-select-multiple:before {
  content: "\f4d0";
}

.tci-select-off:before {
  content: "\f4d1";
}

.tci-select-place:before {
  content: "\f4d2";
}

.tci-select-remove:before {
  content: "\f4d3";
}

.tci-select-search:before {
  content: "\f4d4";
}

.tci-select:before {
  content: "\f4d5";
}

.tci-selection-drag:before {
  content: "\f4d6";
}

.tci-selection-ellipse-arrow-inside:before {
  content: "\f4d7";
}

.tci-selection-ellipse-remove:before {
  content: "\f4d8";
}

.tci-selection-ellipse:before {
  content: "\f4d9";
}

.tci-selection-marker:before {
  content: "\f4da";
}

.tci-selection-multiple-marker:before {
  content: "\f4db";
}

.tci-selection-multiple:before {
  content: "\f4dc";
}

.tci-selection-off:before {
  content: "\f4dd";
}

.tci-selection-remove:before {
  content: "\f4de";
}

.tci-selection-search:before {
  content: "\f4df";
}

.tci-selection:before {
  content: "\f4e0";
}

.tci-semantic-web:before {
  content: "\f4e1";
}

.tci-send-check-outline:before {
  content: "\f4e2";
}

.tci-send-check:before {
  content: "\f4e3";
}

.tci-send-circle-outline:before {
  content: "\f4e4";
}

.tci-send-circle:before {
  content: "\f4e5";
}

.tci-send-clock-outline:before {
  content: "\f4e6";
}

.tci-send-clock:before {
  content: "\f4e7";
}

.tci-send-lock-outline:before {
  content: "\f4e8";
}

.tci-send-lock:before {
  content: "\f4e9";
}

.tci-send-outline:before {
  content: "\f4ea";
}

.tci-send:before {
  content: "\f4eb";
}

.tci-serial-port:before {
  content: "\f4ec";
}

.tci-server-minus:before {
  content: "\f4ed";
}

.tci-server-network-off:before {
  content: "\f4ee";
}

.tci-server-network:before {
  content: "\f4ef";
}

.tci-server-off:before {
  content: "\f4f0";
}

.tci-server-plus:before {
  content: "\f4f1";
}

.tci-server-remove:before {
  content: "\f4f2";
}

.tci-server-security:before {
  content: "\f4f3";
}

.tci-server:before {
  content: "\f4f4";
}

.tci-set-all:before {
  content: "\f4f5";
}

.tci-set-center-right:before {
  content: "\f4f6";
}

.tci-set-center:before {
  content: "\f4f7";
}

.tci-set-left-center:before {
  content: "\f4f8";
}

.tci-set-left-right:before {
  content: "\f4f9";
}

.tci-set-left:before {
  content: "\f4fa";
}

.tci-set-merge:before {
  content: "\f4fb";
}

.tci-set-none:before {
  content: "\f4fc";
}

.tci-set-right:before {
  content: "\f4fd";
}

.tci-set-split:before {
  content: "\f4fe";
}

.tci-set-square:before {
  content: "\f4ff";
}

.tci-set-top-box:before {
  content: "\f500";
}

.tci-settings-helper:before {
  content: "\f501";
}

.tci-shaker-outline:before {
  content: "\f502";
}

.tci-shaker:before {
  content: "\f503";
}

.tci-shape-circle-plus:before {
  content: "\f504";
}

.tci-shape-outline:before {
  content: "\f505";
}

.tci-shape-oval-plus:before {
  content: "\f506";
}

.tci-shape-plus:before {
  content: "\f507";
}

.tci-shape-polygon-plus:before {
  content: "\f508";
}

.tci-shape-rectangle-plus:before {
  content: "\f509";
}

.tci-shape-square-plus:before {
  content: "\f50a";
}

.tci-shape-square-rounded-plus:before {
  content: "\f50b";
}

.tci-shape:before {
  content: "\f50c";
}

.tci-share-all-outline:before {
  content: "\f50d";
}

.tci-share-all:before {
  content: "\f50e";
}

.tci-share-circle:before {
  content: "\f50f";
}

.tci-share-off-outline:before {
  content: "\f510";
}

.tci-share-off:before {
  content: "\f511";
}

.tci-share-outline:before {
  content: "\f512";
}

.tci-share-variant-outline:before {
  content: "\f513";
}

.tci-share-variant:before {
  content: "\f514";
}

.tci-share:before {
  content: "\f515";
}

.tci-shark-fin-outline:before {
  content: "\f516";
}

.tci-shark-fin:before {
  content: "\f517";
}

.tci-shark-off:before {
  content: "\f518";
}

.tci-shark:before {
  content: "\f519";
}

.tci-sheep:before {
  content: "\f51a";
}

.tci-shield-account-outline:before {
  content: "\f51b";
}

.tci-shield-account-variant-outline:before {
  content: "\f51c";
}

.tci-shield-account-variant:before {
  content: "\f51d";
}

.tci-shield-account:before {
  content: "\f51e";
}

.tci-shield-airplane-outline:before {
  content: "\f51f";
}

.tci-shield-airplane:before {
  content: "\f520";
}

.tci-shield-alert-outline:before {
  content: "\f521";
}

.tci-shield-alert:before {
  content: "\f522";
}

.tci-shield-bug-outline:before {
  content: "\f523";
}

.tci-shield-bug:before {
  content: "\f524";
}

.tci-shield-car:before {
  content: "\f525";
}

.tci-shield-check-outline:before {
  content: "\f526";
}

.tci-shield-check:before {
  content: "\f527";
}

.tci-shield-cross-outline:before {
  content: "\f528";
}

.tci-shield-cross:before {
  content: "\f529";
}

.tci-shield-crown-outline:before {
  content: "\f52a";
}

.tci-shield-crown:before {
  content: "\f52b";
}

.tci-shield-edit-outline:before {
  content: "\f52c";
}

.tci-shield-edit:before {
  content: "\f52d";
}

.tci-shield-half-full:before {
  content: "\f52e";
}

.tci-shield-half:before {
  content: "\f52f";
}

.tci-shield-home-outline:before {
  content: "\f530";
}

.tci-shield-home:before {
  content: "\f531";
}

.tci-shield-key-outline:before {
  content: "\f532";
}

.tci-shield-key:before {
  content: "\f533";
}

.tci-shield-link-variant-outline:before {
  content: "\f534";
}

.tci-shield-link-variant:before {
  content: "\f535";
}

.tci-shield-lock-open-outline:before {
  content: "\f536";
}

.tci-shield-lock-open:before {
  content: "\f537";
}

.tci-shield-lock-outline:before {
  content: "\f538";
}

.tci-shield-lock:before {
  content: "\f539";
}

.tci-shield-moon-outline:before {
  content: "\f53a";
}

.tci-shield-moon:before {
  content: "\f53b";
}

.tci-shield-off-outline:before {
  content: "\f53c";
}

.tci-shield-off:before {
  content: "\f53d";
}

.tci-shield-outline:before {
  content: "\f53e";
}

.tci-shield-plus-outline:before {
  content: "\f53f";
}

.tci-shield-plus:before {
  content: "\f540";
}

.tci-shield-refresh-outline:before {
  content: "\f541";
}

.tci-shield-refresh:before {
  content: "\f542";
}

.tci-shield-remove-outline:before {
  content: "\f543";
}

.tci-shield-remove:before {
  content: "\f544";
}

.tci-shield-search:before {
  content: "\f545";
}

.tci-shield-star-outline:before {
  content: "\f546";
}

.tci-shield-star:before {
  content: "\f547";
}

.tci-shield-sun-outline:before {
  content: "\f548";
}

.tci-shield-sun:before {
  content: "\f549";
}

.tci-shield-sword-outline:before {
  content: "\f54a";
}

.tci-shield-sword:before {
  content: "\f54b";
}

.tci-shield-sync-outline:before {
  content: "\f54c";
}

.tci-shield-sync:before {
  content: "\f54d";
}

.tci-shield:before {
  content: "\f54e";
}

.tci-shimmer:before {
  content: "\f54f";
}

.tci-ship-wheel:before {
  content: "\f550";
}

.tci-shipping-pallet:before {
  content: "\f551";
}

.tci-shoe-ballet:before {
  content: "\f552";
}

.tci-shoe-cleat:before {
  content: "\f553";
}

.tci-shoe-formal:before {
  content: "\f554";
}

.tci-shoe-heel:before {
  content: "\f555";
}

.tci-shoe-print:before {
  content: "\f556";
}

.tci-shoe-sneaker:before {
  content: "\f557";
}

.tci-shopping-music:before {
  content: "\f558";
}

.tci-shopping-outline:before {
  content: "\f559";
}

.tci-shopping-search:before {
  content: "\f55a";
}

.tci-shopping:before {
  content: "\f55b";
}

.tci-shore:before {
  content: "\f55c";
}

.tci-shovel-off:before {
  content: "\f55d";
}

.tci-shovel:before {
  content: "\f55e";
}

.tci-shower-head:before {
  content: "\f55f";
}

.tci-shower:before {
  content: "\f560";
}

.tci-shredder:before {
  content: "\f561";
}

.tci-shuffle-disabled:before {
  content: "\f562";
}

.tci-shuffle-variant:before {
  content: "\f563";
}

.tci-shuffle:before {
  content: "\f564";
}

.tci-shuriken:before {
  content: "\f565";
}

.tci-sickle:before {
  content: "\f566";
}

.tci-sigma-lower:before {
  content: "\f567";
}

.tci-sigma:before {
  content: "\f568";
}

.tci-sign-caution:before {
  content: "\f569";
}

.tci-sign-direction-minus:before {
  content: "\f56a";
}

.tci-sign-direction-plus:before {
  content: "\f56b";
}

.tci-sign-direction-remove:before {
  content: "\f56c";
}

.tci-sign-direction:before {
  content: "\f56d";
}

.tci-sign-pole:before {
  content: "\f56e";
}

.tci-sign-real-estate:before {
  content: "\f56f";
}

.tci-sign-text:before {
  content: "\f570";
}

.tci-signal-2g:before {
  content: "\f571";
}

.tci-signal-3g:before {
  content: "\f572";
}

.tci-signal-4g:before {
  content: "\f573";
}

.tci-signal-5g:before {
  content: "\f574";
}

.tci-signal-cellular-1:before {
  content: "\f575";
}

.tci-signal-cellular-2:before {
  content: "\f576";
}

.tci-signal-cellular-3:before {
  content: "\f577";
}

.tci-signal-cellular-outline:before {
  content: "\f578";
}

.tci-signal-distance-variant:before {
  content: "\f579";
}

.tci-signal-hspa-plus:before {
  content: "\f57a";
}

.tci-signal-hspa:before {
  content: "\f57b";
}

.tci-signal-off:before {
  content: "\f57c";
}

.tci-signal-variant:before {
  content: "\f57d";
}

.tci-signal:before {
  content: "\f57e";
}

.tci-signature-freehand:before {
  content: "\f57f";
}

.tci-signature-image:before {
  content: "\f580";
}

.tci-signature-text:before {
  content: "\f581";
}

.tci-signature:before {
  content: "\f582";
}

.tci-silo:before {
  content: "\f583";
}

.tci-silverware-clean:before {
  content: "\f584";
}

.tci-silverware-fork-knife:before {
  content: "\f585";
}

.tci-silverware-fork:before {
  content: "\f586";
}

.tci-silverware-spoon:before {
  content: "\f587";
}

.tci-silverware-variant:before {
  content: "\f588";
}

.tci-silverware:before {
  content: "\f589";
}

.tci-sim-alert-outline:before {
  content: "\f58a";
}

.tci-sim-alert:before {
  content: "\f58b";
}

.tci-sim-off-outline:before {
  content: "\f58c";
}

.tci-sim-off:before {
  content: "\f58d";
}

.tci-sim-outline:before {
  content: "\f58e";
}

.tci-sim:before {
  content: "\f58f";
}

.tci-simple-icons:before {
  content: "\f590";
}

.tci-sina-weibo:before {
  content: "\f591";
}

.tci-sine-wave:before {
  content: "\f592";
}

.tci-sitemap-outline:before {
  content: "\f593";
}

.tci-sitemap:before {
  content: "\f594";
}

.tci-size-l:before {
  content: "\f595";
}

.tci-size-m:before {
  content: "\f596";
}

.tci-size-s:before {
  content: "\f597";
}

.tci-size-xl:before {
  content: "\f598";
}

.tci-size-xs:before {
  content: "\f599";
}

.tci-size-xxl:before {
  content: "\f59a";
}

.tci-size-xxs:before {
  content: "\f59b";
}

.tci-size-xxxl:before {
  content: "\f59c";
}

.tci-skate-off:before {
  content: "\f59d";
}

.tci-skate:before {
  content: "\f59e";
}

.tci-skateboard:before {
  content: "\f59f";
}

.tci-skateboarding:before {
  content: "\f5a0";
}

.tci-skew-less:before {
  content: "\f5a1";
}

.tci-skew-more:before {
  content: "\f5a2";
}

.tci-ski-cross-country:before {
  content: "\f5a3";
}

.tci-ski-water:before {
  content: "\f5a4";
}

.tci-ski:before {
  content: "\f5a5";
}

.tci-skip-backward-outline:before {
  content: "\f5a6";
}

.tci-skip-backward:before {
  content: "\f5a7";
}

.tci-skip-forward-outline:before {
  content: "\f5a8";
}

.tci-skip-forward:before {
  content: "\f5a9";
}

.tci-skip-next-circle-outline:before {
  content: "\f5aa";
}

.tci-skip-next-circle:before {
  content: "\f5ab";
}

.tci-skip-next-outline:before {
  content: "\f5ac";
}

.tci-skip-next:before {
  content: "\f5ad";
}

.tci-skip-previous-circle-outline:before {
  content: "\f5ae";
}

.tci-skip-previous-circle:before {
  content: "\f5af";
}

.tci-skip-previous-outline:before {
  content: "\f5b0";
}

.tci-skip-previous:before {
  content: "\f5b1";
}

.tci-skull-crossbones-outline:before {
  content: "\f5b2";
}

.tci-skull-crossbones:before {
  content: "\f5b3";
}

.tci-skull-outline:before {
  content: "\f5b4";
}

.tci-skull-scan-outline:before {
  content: "\f5b5";
}

.tci-skull-scan:before {
  content: "\f5b6";
}

.tci-skull:before {
  content: "\f5b7";
}

.tci-skype-business:before {
  content: "\f5b8";
}

.tci-skype:before {
  content: "\f5b9";
}

.tci-slack:before {
  content: "\f5ba";
}

.tci-slash-forward-box:before {
  content: "\f5bb";
}

.tci-slash-forward:before {
  content: "\f5bc";
}

.tci-sledding:before {
  content: "\f5bd";
}

.tci-sleep-off:before {
  content: "\f5be";
}

.tci-sleep:before {
  content: "\f5bf";
}

.tci-slide:before {
  content: "\f5c0";
}

.tci-slope-downhill:before {
  content: "\f5c1";
}

.tci-slope-uphill:before {
  content: "\f5c2";
}

.tci-slot-machine-outline:before {
  content: "\f5c3";
}

.tci-slot-machine:before {
  content: "\f5c4";
}

.tci-smart-card-off-outline:before {
  content: "\f5c5";
}

.tci-smart-card-off:before {
  content: "\f5c6";
}

.tci-smart-card-outline:before {
  content: "\f5c7";
}

.tci-smart-card-reader-outline:before {
  content: "\f5c8";
}

.tci-smart-card-reader:before {
  content: "\f5c9";
}

.tci-smart-card:before {
  content: "\f5ca";
}

.tci-smog:before {
  content: "\f5cb";
}

.tci-smoke-detector-alert-outline:before {
  content: "\f5cc";
}

.tci-smoke-detector-alert:before {
  content: "\f5cd";
}

.tci-smoke-detector-off-outline:before {
  content: "\f5ce";
}

.tci-smoke-detector-off:before {
  content: "\f5cf";
}

.tci-smoke-detector-outline:before {
  content: "\f5d0";
}

.tci-smoke-detector-variant-alert:before {
  content: "\f5d1";
}

.tci-smoke-detector-variant-off:before {
  content: "\f5d2";
}

.tci-smoke-detector-variant:before {
  content: "\f5d3";
}

.tci-smoke-detector:before {
  content: "\f5d4";
}

.tci-smoke:before {
  content: "\f5d5";
}

.tci-smoking-off:before {
  content: "\f5d6";
}

.tci-smoking-pipe-off:before {
  content: "\f5d7";
}

.tci-smoking-pipe:before {
  content: "\f5d8";
}

.tci-smoking:before {
  content: "\f5d9";
}

.tci-snail:before {
  content: "\f5da";
}

.tci-snake:before {
  content: "\f5db";
}

.tci-snapchat:before {
  content: "\f5dc";
}

.tci-snowboard:before {
  content: "\f5dd";
}

.tci-snowflake-alert:before {
  content: "\f5de";
}

.tci-snowflake-melt:before {
  content: "\f5df";
}

.tci-snowflake-off:before {
  content: "\f5e0";
}

.tci-snowflake-variant:before {
  content: "\f5e1";
}

.tci-snowflake:before {
  content: "\f5e2";
}

.tci-snowman:before {
  content: "\f5e3";
}

.tci-snowmobile:before {
  content: "\f5e4";
}

.tci-soccer-field:before {
  content: "\f5e5";
}

.tci-soccer:before {
  content: "\f5e6";
}

.tci-social-distance-2-meters:before {
  content: "\f5e7";
}

.tci-social-distance-6-feet:before {
  content: "\f5e8";
}

.tci-sofa-outline:before {
  content: "\f5e9";
}

.tci-sofa-single-outline:before {
  content: "\f5ea";
}

.tci-sofa-single:before {
  content: "\f5eb";
}

.tci-sofa:before {
  content: "\f5ec";
}

.tci-solar-panel-large:before {
  content: "\f5ed";
}

.tci-solar-panel:before {
  content: "\f5ee";
}

.tci-solar-power:before {
  content: "\f5ef";
}

.tci-soldering-iron:before {
  content: "\f5f0";
}

.tci-solid:before {
  content: "\f5f1";
}

.tci-sony-playstation:before {
  content: "\f5f2";
}

.tci-sort-alphabetical-ascending-variant:before {
  content: "\f5f3";
}

.tci-sort-alphabetical-ascending:before {
  content: "\f5f4";
}

.tci-sort-alphabetical-descending-variant:before {
  content: "\f5f5";
}

.tci-sort-alphabetical-descending:before {
  content: "\f5f6";
}

.tci-sort-alphabetical-variant:before {
  content: "\f5f7";
}

.tci-sort-ascending:before {
  content: "\f5f8";
}

.tci-sort-bool-ascending-variant:before {
  content: "\f5f9";
}

.tci-sort-bool-ascending:before {
  content: "\f5fa";
}

.tci-sort-bool-descending-variant:before {
  content: "\f5fb";
}

.tci-sort-bool-descending:before {
  content: "\f5fc";
}

.tci-sort-calendar-ascending:before {
  content: "\f5fd";
}

.tci-sort-calendar-descending:before {
  content: "\f5fe";
}

.tci-sort-clock-ascending-outline:before {
  content: "\f5ff";
}

.tci-sort-clock-ascending:before {
  content: "\f600";
}

.tci-sort-clock-descending-outline:before {
  content: "\f601";
}

.tci-sort-clock-descending:before {
  content: "\f602";
}

.tci-sort-descending:before {
  content: "\f603";
}

.tci-sort-numeric-ascending-variant:before {
  content: "\f604";
}

.tci-sort-numeric-ascending:before {
  content: "\f605";
}

.tci-sort-numeric-descending-variant:before {
  content: "\f606";
}

.tci-sort-numeric-descending:before {
  content: "\f607";
}

.tci-sort-numeric-variant:before {
  content: "\f608";
}

.tci-sort-reverse-variant:before {
  content: "\f609";
}

.tci-sort-variant-lock-open:before {
  content: "\f60a";
}

.tci-sort-variant-lock:before {
  content: "\f60b";
}

.tci-sort-variant-remove:before {
  content: "\f60c";
}

.tci-sort-variant:before {
  content: "\f60d";
}

.tci-sort:before {
  content: "\f60e";
}

.tci-soundbar:before {
  content: "\f60f";
}

.tci-soundcloud:before {
  content: "\f610";
}

.tci-source-branch-check:before {
  content: "\f611";
}

.tci-source-branch-minus:before {
  content: "\f612";
}

.tci-source-branch-plus:before {
  content: "\f613";
}

.tci-source-branch-refresh:before {
  content: "\f614";
}

.tci-source-branch-remove:before {
  content: "\f615";
}

.tci-source-branch-sync:before {
  content: "\f616";
}

.tci-source-branch:before {
  content: "\f617";
}

.tci-source-commit-end-local:before {
  content: "\f618";
}

.tci-source-commit-end:before {
  content: "\f619";
}

.tci-source-commit-local:before {
  content: "\f61a";
}

.tci-source-commit-next-local:before {
  content: "\f61b";
}

.tci-source-commit-start-next-local:before {
  content: "\f61c";
}

.tci-source-commit-start:before {
  content: "\f61d";
}

.tci-source-commit:before {
  content: "\f61e";
}

.tci-source-fork:before {
  content: "\f61f";
}

.tci-source-merge:before {
  content: "\f620";
}

.tci-source-pull:before {
  content: "\f621";
}

.tci-source-repository-multiple:before {
  content: "\f622";
}

.tci-source-repository:before {
  content: "\f623";
}

.tci-soy-sauce-off:before {
  content: "\f624";
}

.tci-soy-sauce:before {
  content: "\f625";
}

.tci-spa-outline:before {
  content: "\f626";
}

.tci-spa:before {
  content: "\f627";
}

.tci-space-invaders:before {
  content: "\f628";
}

.tci-space-station:before {
  content: "\f629";
}

.tci-spade:before {
  content: "\f62a";
}

.tci-speaker-bluetooth:before {
  content: "\f62b";
}

.tci-speaker-multiple:before {
  content: "\f62c";
}

.tci-speaker-off:before {
  content: "\f62d";
}

.tci-speaker-wireless:before {
  content: "\f62e";
}

.tci-speaker:before {
  content: "\f62f";
}

.tci-spear:before {
  content: "\f630";
}

.tci-speedometer-medium:before {
  content: "\f631";
}

.tci-speedometer-slow:before {
  content: "\f632";
}

.tci-speedometer:before {
  content: "\f633";
}

.tci-spellcheck:before {
  content: "\f634";
}

.tci-sphere-off:before {
  content: "\f635";
}

.tci-sphere:before {
  content: "\f636";
}

.tci-spider-thread:before {
  content: "\f637";
}

.tci-spider-web:before {
  content: "\f638";
}

.tci-spider:before {
  content: "\f639";
}

.tci-spirit-level:before {
  content: "\f63a";
}

.tci-spoon-sugar:before {
  content: "\f63b";
}

.tci-spotify:before {
  content: "\f63c";
}

.tci-spotlight-beam:before {
  content: "\f63d";
}

.tci-spotlight:before {
  content: "\f63e";
}

.tci-spray-bottle:before {
  content: "\f63f";
}

.tci-spray:before {
  content: "\f640";
}

.tci-sprinkler-fire:before {
  content: "\f641";
}

.tci-sprinkler-variant:before {
  content: "\f642";
}

.tci-sprinkler:before {
  content: "\f643";
}

.tci-sprout-outline:before {
  content: "\f644";
}

.tci-sprout:before {
  content: "\f645";
}

.tci-square-circle:before {
  content: "\f646";
}

.tci-square-edit-outline:before {
  content: "\f647";
}

.tci-square-medium-outline:before {
  content: "\f648";
}

.tci-square-medium:before {
  content: "\f649";
}

.tci-square-off-outline:before {
  content: "\f64a";
}

.tci-square-off:before {
  content: "\f64b";
}

.tci-square-opacity:before {
  content: "\f64c";
}

.tci-square-outline:before {
  content: "\f64d";
}

.tci-square-root-box:before {
  content: "\f64e";
}

.tci-square-root:before {
  content: "\f64f";
}

.tci-square-rounded-badge-outline:before {
  content: "\f650";
}

.tci-square-rounded-badge:before {
  content: "\f651";
}

.tci-square-rounded-outline:before {
  content: "\f652";
}

.tci-square-rounded:before {
  content: "\f653";
}

.tci-square-small:before {
  content: "\f654";
}

.tci-square-wave:before {
  content: "\f655";
}

.tci-square:before {
  content: "\f656";
}

.tci-squeegee:before {
  content: "\f657";
}

.tci-ssh:before {
  content: "\f658";
}

.tci-stack-exchange:before {
  content: "\f659";
}

.tci-stack-overflow:before {
  content: "\f65a";
}

.tci-stackpath:before {
  content: "\f65b";
}

.tci-stadium-variant:before {
  content: "\f65c";
}

.tci-stadium:before {
  content: "\f65d";
}

.tci-stairs-box:before {
  content: "\f65e";
}

.tci-stairs-down:before {
  content: "\f65f";
}

.tci-stairs-up:before {
  content: "\f660";
}

.tci-stairs:before {
  content: "\f661";
}

.tci-stamper:before {
  content: "\f662";
}

.tci-standard-definition:before {
  content: "\f663";
}

.tci-star-box-multiple-outline:before {
  content: "\f664";
}

.tci-star-box-multiple:before {
  content: "\f665";
}

.tci-star-box-outline:before {
  content: "\f666";
}

.tci-star-box:before {
  content: "\f667";
}

.tci-star-check-outline:before {
  content: "\f668";
}

.tci-star-check:before {
  content: "\f669";
}

.tci-star-circle-outline:before {
  content: "\f66a";
}

.tci-star-circle:before {
  content: "\f66b";
}

.tci-star-cog-outline:before {
  content: "\f66c";
}

.tci-star-cog:before {
  content: "\f66d";
}

.tci-star-crescent:before {
  content: "\f66e";
}

.tci-star-david:before {
  content: "\f66f";
}

.tci-star-face:before {
  content: "\f670";
}

.tci-star-four-points-outline:before {
  content: "\f671";
}

.tci-star-four-points:before {
  content: "\f672";
}

.tci-star-half-full:before {
  content: "\f673";
}

.tci-star-half:before {
  content: "\f674";
}

.tci-star-minus-outline:before {
  content: "\f675";
}

.tci-star-minus:before {
  content: "\f676";
}

.tci-star-off-outline:before {
  content: "\f677";
}

.tci-star-off:before {
  content: "\f678";
}

.tci-star-outline:before {
  content: "\f679";
}

.tci-star-plus-outline:before {
  content: "\f67a";
}

.tci-star-plus:before {
  content: "\f67b";
}

.tci-star-remove-outline:before {
  content: "\f67c";
}

.tci-star-remove:before {
  content: "\f67d";
}

.tci-star-settings-outline:before {
  content: "\f67e";
}

.tci-star-settings:before {
  content: "\f67f";
}

.tci-star-shooting-outline:before {
  content: "\f680";
}

.tci-star-shooting:before {
  content: "\f681";
}

.tci-star-three-points-outline:before {
  content: "\f682";
}

.tci-star-three-points:before {
  content: "\f683";
}

.tci-star:before {
  content: "\f684";
}

.tci-state-machine:before {
  content: "\f685";
}

.tci-steam:before {
  content: "\f686";
}

.tci-steering-off:before {
  content: "\f687";
}

.tci-steering:before {
  content: "\f688";
}

.tci-step-backward-2:before {
  content: "\f689";
}

.tci-step-backward:before {
  content: "\f68a";
}

.tci-step-forward-2:before {
  content: "\f68b";
}

.tci-step-forward:before {
  content: "\f68c";
}

.tci-stethoscope:before {
  content: "\f68d";
}

.tci-sticker-alert-outline:before {
  content: "\f68e";
}

.tci-sticker-alert:before {
  content: "\f68f";
}

.tci-sticker-check-outline:before {
  content: "\f690";
}

.tci-sticker-check:before {
  content: "\f691";
}

.tci-sticker-circle-outline:before {
  content: "\f692";
}

.tci-sticker-emoji:before {
  content: "\f693";
}

.tci-sticker-minus-outline:before {
  content: "\f694";
}

.tci-sticker-minus:before {
  content: "\f695";
}

.tci-sticker-outline:before {
  content: "\f696";
}

.tci-sticker-plus-outline:before {
  content: "\f697";
}

.tci-sticker-plus:before {
  content: "\f698";
}

.tci-sticker-remove-outline:before {
  content: "\f699";
}

.tci-sticker-remove:before {
  content: "\f69a";
}

.tci-sticker-text-outline:before {
  content: "\f69b";
}

.tci-sticker-text:before {
  content: "\f69c";
}

.tci-sticker:before {
  content: "\f69d";
}

.tci-stocking:before {
  content: "\f69e";
}

.tci-stomach:before {
  content: "\f69f";
}

.tci-stool-outline:before {
  content: "\f6a0";
}

.tci-stool:before {
  content: "\f6a1";
}

.tci-stop-circle-outline:before {
  content: "\f6a2";
}

.tci-stop-circle:before {
  content: "\f6a3";
}

.tci-stop:before {
  content: "\f6a4";
}

.tci-store-24-hour:before {
  content: "\f6a5";
}

.tci-store-alert-outline:before {
  content: "\f6a6";
}

.tci-store-alert:before {
  content: "\f6a7";
}

.tci-store-check-outline:before {
  content: "\f6a8";
}

.tci-store-check:before {
  content: "\f6a9";
}

.tci-store-clock-outline:before {
  content: "\f6aa";
}

.tci-store-clock:before {
  content: "\f6ab";
}

.tci-store-cog-outline:before {
  content: "\f6ac";
}

.tci-store-cog:before {
  content: "\f6ad";
}

.tci-store-edit-outline:before {
  content: "\f6ae";
}

.tci-store-edit:before {
  content: "\f6af";
}

.tci-store-marker-outline:before {
  content: "\f6b0";
}

.tci-store-marker:before {
  content: "\f6b1";
}

.tci-store-minus-outline:before {
  content: "\f6b2";
}

.tci-store-minus:before {
  content: "\f6b3";
}

.tci-store-off-outline:before {
  content: "\f6b4";
}

.tci-store-off:before {
  content: "\f6b5";
}

.tci-store-outline:before {
  content: "\f6b6";
}

.tci-store-plus-outline:before {
  content: "\f6b7";
}

.tci-store-plus:before {
  content: "\f6b8";
}

.tci-store-remove-outline:before {
  content: "\f6b9";
}

.tci-store-remove:before {
  content: "\f6ba";
}

.tci-store-search-outline:before {
  content: "\f6bb";
}

.tci-store-search:before {
  content: "\f6bc";
}

.tci-store-settings-outline:before {
  content: "\f6bd";
}

.tci-store-settings:before {
  content: "\f6be";
}

.tci-store:before {
  content: "\f6bf";
}

.tci-storefront-outline:before {
  content: "\f6c0";
}

.tci-storefront:before {
  content: "\f6c1";
}

.tci-stove:before {
  content: "\f6c2";
}

.tci-strategy:before {
  content: "\f6c3";
}

.tci-stretch-to-page-outline:before {
  content: "\f6c4";
}

.tci-stretch-to-page:before {
  content: "\f6c5";
}

.tci-string-lights-off:before {
  content: "\f6c6";
}

.tci-string-lights:before {
  content: "\f6c7";
}

.tci-subdirectory-arrow-left:before {
  content: "\f6c8";
}

.tci-subdirectory-arrow-right:before {
  content: "\f6c9";
}

.tci-submarine:before {
  content: "\f6ca";
}

.tci-subtitles-outline:before {
  content: "\f6cb";
}

.tci-subtitles:before {
  content: "\f6cc";
}

.tci-subway-alert-variant:before {
  content: "\f6cd";
}

.tci-subway-variant:before {
  content: "\f6ce";
}

.tci-subway:before {
  content: "\f6cf";
}

.tci-summit:before {
  content: "\f6d0";
}

.tci-sun-compass:before {
  content: "\f6d1";
}

.tci-sun-snowflake:before {
  content: "\f6d2";
}

.tci-sun-thermometer-outline:before {
  content: "\f6d3";
}

.tci-sun-thermometer:before {
  content: "\f6d4";
}

.tci-sun-wireless-outline:before {
  content: "\f6d5";
}

.tci-sun-wireless:before {
  content: "\f6d6";
}

.tci-sunglasses:before {
  content: "\f6d7";
}

.tci-surfing:before {
  content: "\f6d8";
}

.tci-surround-sound-2-0:before {
  content: "\f6d9";
}

.tci-surround-sound-2-1:before {
  content: "\f6da";
}

.tci-surround-sound-3-1:before {
  content: "\f6db";
}

.tci-surround-sound-5-1-2:before {
  content: "\f6dc";
}

.tci-surround-sound-5-1:before {
  content: "\f6dd";
}

.tci-surround-sound-7-1:before {
  content: "\f6de";
}

.tci-surround-sound:before {
  content: "\f6df";
}

.tci-svg:before {
  content: "\f6e0";
}

.tci-swap-horizontal-bold:before {
  content: "\f6e1";
}

.tci-swap-horizontal-circle-outline:before {
  content: "\f6e2";
}

.tci-swap-horizontal-circle:before {
  content: "\f6e3";
}

.tci-swap-horizontal-variant:before {
  content: "\f6e4";
}

.tci-swap-horizontal:before {
  content: "\f6e5";
}

.tci-swap-vertical-bold:before {
  content: "\f6e6";
}

.tci-swap-vertical-circle-outline:before {
  content: "\f6e7";
}

.tci-swap-vertical-circle:before {
  content: "\f6e8";
}

.tci-swap-vertical-variant:before {
  content: "\f6e9";
}

.tci-swap-vertical:before {
  content: "\f6ea";
}

.tci-swim:before {
  content: "\f6eb";
}

.tci-switch:before {
  content: "\f6ec";
}

.tci-sword-cross:before {
  content: "\f6ed";
}

.tci-sword:before {
  content: "\f6ee";
}

.tci-syllabary-hangul:before {
  content: "\f6ef";
}

.tci-syllabary-hiragana:before {
  content: "\f6f0";
}

.tci-syllabary-katakana-halfwidth:before {
  content: "\f6f1";
}

.tci-syllabary-katakana:before {
  content: "\f6f2";
}

.tci-symbol:before {
  content: "\f6f3";
}

.tci-symfony:before {
  content: "\f6f4";
}

.tci-sync-alert:before {
  content: "\f6f5";
}

.tci-sync-circle:before {
  content: "\f6f6";
}

.tci-sync-off:before {
  content: "\f6f7";
}

.tci-sync:before {
  content: "\f6f8";
}

.tci-tab-minus:before {
  content: "\f6f9";
}

.tci-tab-plus:before {
  content: "\f6fa";
}

.tci-tab-remove:before {
  content: "\f6fb";
}

.tci-tab-search:before {
  content: "\f6fc";
}

.tci-tab-unselected:before {
  content: "\f6fd";
}

.tci-tab:before {
  content: "\f6fe";
}

.tci-table-account:before {
  content: "\f6ff";
}

.tci-table-alert:before {
  content: "\f700";
}

.tci-table-arrow-down:before {
  content: "\f701";
}

.tci-table-arrow-left:before {
  content: "\f702";
}

.tci-table-arrow-right:before {
  content: "\f703";
}

.tci-table-arrow-up:before {
  content: "\f704";
}

.tci-table-border:before {
  content: "\f705";
}

.tci-table-cancel:before {
  content: "\f706";
}

.tci-table-chair:before {
  content: "\f707";
}

.tci-table-check:before {
  content: "\f708";
}

.tci-table-clock:before {
  content: "\f709";
}

.tci-table-cog:before {
  content: "\f70a";
}

.tci-table-column-plus-after:before {
  content: "\f70b";
}

.tci-table-column-plus-before:before {
  content: "\f70c";
}

.tci-table-column-remove:before {
  content: "\f70d";
}

.tci-table-column-width:before {
  content: "\f70e";
}

.tci-table-column:before {
  content: "\f70f";
}

.tci-table-edit:before {
  content: "\f710";
}

.tci-table-eye-off:before {
  content: "\f711";
}

.tci-table-eye:before {
  content: "\f712";
}

.tci-table-furniture:before {
  content: "\f713";
}

.tci-table-headers-eye-off:before {
  content: "\f714";
}

.tci-table-headers-eye:before {
  content: "\f715";
}

.tci-table-heart:before {
  content: "\f716";
}

.tci-table-key:before {
  content: "\f717";
}

.tci-table-large-plus:before {
  content: "\f718";
}

.tci-table-large-remove:before {
  content: "\f719";
}

.tci-table-large:before {
  content: "\f71a";
}

.tci-table-lock:before {
  content: "\f71b";
}

.tci-table-merge-cells:before {
  content: "\f71c";
}

.tci-table-minus:before {
  content: "\f71d";
}

.tci-table-multiple:before {
  content: "\f71e";
}

.tci-table-network:before {
  content: "\f71f";
}

.tci-table-of-contents:before {
  content: "\f720";
}

.tci-table-off:before {
  content: "\f721";
}

.tci-table-picnic:before {
  content: "\f722";
}

.tci-table-pivot:before {
  content: "\f723";
}

.tci-table-plus:before {
  content: "\f724";
}

.tci-table-refresh:before {
  content: "\f725";
}

.tci-table-remove:before {
  content: "\f726";
}

.tci-table-row-height:before {
  content: "\f727";
}

.tci-table-row-plus-after:before {
  content: "\f728";
}

.tci-table-row-plus-before:before {
  content: "\f729";
}

.tci-table-row-remove:before {
  content: "\f72a";
}

.tci-table-row:before {
  content: "\f72b";
}

.tci-table-search:before {
  content: "\f72c";
}

.tci-table-settings:before {
  content: "\f72d";
}

.tci-table-split-cell:before {
  content: "\f72e";
}

.tci-table-star:before {
  content: "\f72f";
}

.tci-table-sync:before {
  content: "\f730";
}

.tci-table-tennis:before {
  content: "\f731";
}

.tci-table:before {
  content: "\f732";
}

.tci-tablet-android:before {
  content: "\f733";
}

.tci-tablet-cellphone:before {
  content: "\f734";
}

.tci-tablet-dashboard:before {
  content: "\f735";
}

.tci-tablet:before {
  content: "\f736";
}

.tci-taco:before {
  content: "\f737";
}

.tci-tag-arrow-down-outline:before {
  content: "\f738";
}

.tci-tag-arrow-down:before {
  content: "\f739";
}

.tci-tag-arrow-left-outline:before {
  content: "\f73a";
}

.tci-tag-arrow-left:before {
  content: "\f73b";
}

.tci-tag-arrow-right-outline:before {
  content: "\f73c";
}

.tci-tag-arrow-right:before {
  content: "\f73d";
}

.tci-tag-arrow-up-outline:before {
  content: "\f73e";
}

.tci-tag-arrow-up:before {
  content: "\f73f";
}

.tci-tag-faces:before {
  content: "\f740";
}

.tci-tag-heart-outline:before {
  content: "\f741";
}

.tci-tag-heart:before {
  content: "\f742";
}

.tci-tag-minus-outline:before {
  content: "\f743";
}

.tci-tag-minus:before {
  content: "\f744";
}

.tci-tag-multiple-outline:before {
  content: "\f745";
}

.tci-tag-multiple:before {
  content: "\f746";
}

.tci-tag-off-outline:before {
  content: "\f747";
}

.tci-tag-off:before {
  content: "\f748";
}

.tci-tag-outline:before {
  content: "\f749";
}

.tci-tag-plus-outline:before {
  content: "\f74a";
}

.tci-tag-plus:before {
  content: "\f74b";
}

.tci-tag-remove-outline:before {
  content: "\f74c";
}

.tci-tag-remove:before {
  content: "\f74d";
}

.tci-tag-search-outline:before {
  content: "\f74e";
}

.tci-tag-search:before {
  content: "\f74f";
}

.tci-tag-text-outline:before {
  content: "\f750";
}

.tci-tag-text:before {
  content: "\f751";
}

.tci-tag:before {
  content: "\f752";
}

.tci-tailwind:before {
  content: "\f753";
}

.tci-tangram:before {
  content: "\f754";
}

.tci-tank:before {
  content: "\f755";
}

.tci-tanker-truck:before {
  content: "\f756";
}

.tci-tape-drive:before {
  content: "\f757";
}

.tci-tape-measure:before {
  content: "\f758";
}

.tci-target-account:before {
  content: "\f759";
}

.tci-target-variant:before {
  content: "\f75a";
}

.tci-target:before {
  content: "\f75b";
}

.tci-taxi:before {
  content: "\f75c";
}

.tci-tea-outline:before {
  content: "\f75d";
}

.tci-tea:before {
  content: "\f75e";
}

.tci-teamviewer:before {
  content: "\f75f";
}

.tci-teddy-bear:before {
  content: "\f760";
}

.tci-telescope:before {
  content: "\f761";
}

.tci-television-ambient-light:before {
  content: "\f762";
}

.tci-television-box:before {
  content: "\f763";
}

.tci-television-classic-off:before {
  content: "\f764";
}

.tci-television-classic:before {
  content: "\f765";
}

.tci-television-guide:before {
  content: "\f766";
}

.tci-television-off:before {
  content: "\f767";
}

.tci-television-pause:before {
  content: "\f768";
}

.tci-television-play:before {
  content: "\f769";
}

.tci-television-shimmer:before {
  content: "\f76a";
}

.tci-television-stop:before {
  content: "\f76b";
}

.tci-television:before {
  content: "\f76c";
}

.tci-temperature-celsius:before {
  content: "\f76d";
}

.tci-temperature-fahrenheit:before {
  content: "\f76e";
}

.tci-temperature-kelvin:before {
  content: "\f76f";
}

.tci-tennis-ball:before {
  content: "\f770";
}

.tci-tennis:before {
  content: "\f771";
}

.tci-tent:before {
  content: "\f772";
}

.tci-terraform:before {
  content: "\f773";
}

.tci-terrain:before {
  content: "\f774";
}

.tci-test-tube-empty:before {
  content: "\f775";
}

.tci-test-tube-off:before {
  content: "\f776";
}

.tci-test-tube:before {
  content: "\f777";
}

.tci-text-account:before {
  content: "\f778";
}

.tci-text-box-check-outline:before {
  content: "\f779";
}

.tci-text-box-check:before {
  content: "\f77a";
}

.tci-text-box-minus-outline:before {
  content: "\f77b";
}

.tci-text-box-minus:before {
  content: "\f77c";
}

.tci-text-box-multiple-outline:before {
  content: "\f77d";
}

.tci-text-box-multiple:before {
  content: "\f77e";
}

.tci-text-box-outline:before {
  content: "\f77f";
}

.tci-text-box-plus-outline:before {
  content: "\f780";
}

.tci-text-box-plus:before {
  content: "\f781";
}

.tci-text-box-remove-outline:before {
  content: "\f782";
}

.tci-text-box-remove:before {
  content: "\f783";
}

.tci-text-box-search-outline:before {
  content: "\f784";
}

.tci-text-box-search:before {
  content: "\f785";
}

.tci-text-box:before {
  content: "\f786";
}

.tci-text-long:before {
  content: "\f787";
}

.tci-text-recognition:before {
  content: "\f788";
}

.tci-text-search:before {
  content: "\f789";
}

.tci-text-shadow:before {
  content: "\f78a";
}

.tci-text-short:before {
  content: "\f78b";
}

.tci-text-to-speech-off:before {
  content: "\f78c";
}

.tci-text-to-speech:before {
  content: "\f78d";
}

.tci-text:before {
  content: "\f78e";
}

.tci-texture-box:before {
  content: "\f78f";
}

.tci-texture:before {
  content: "\f790";
}

.tci-theater:before {
  content: "\f791";
}

.tci-theme-light-dark:before {
  content: "\f792";
}

.tci-thermometer-alert:before {
  content: "\f793";
}

.tci-thermometer-bluetooth:before {
  content: "\f794";
}

.tci-thermometer-chevron-down:before {
  content: "\f795";
}

.tci-thermometer-chevron-up:before {
  content: "\f796";
}

.tci-thermometer-high:before {
  content: "\f797";
}

.tci-thermometer-lines:before {
  content: "\f798";
}

.tci-thermometer-low:before {
  content: "\f799";
}

.tci-thermometer-minus:before {
  content: "\f79a";
}

.tci-thermometer-off:before {
  content: "\f79b";
}

.tci-thermometer-plus:before {
  content: "\f79c";
}

.tci-thermometer:before {
  content: "\f79d";
}

.tci-thermostat-box:before {
  content: "\f79e";
}

.tci-thermostat:before {
  content: "\f79f";
}

.tci-thought-bubble-outline:before {
  content: "\f7a0";
}

.tci-thought-bubble:before {
  content: "\f7a1";
}

.tci-thumb-down-outline:before {
  content: "\f7a2";
}

.tci-thumb-down:before {
  content: "\f7a3";
}

.tci-thumb-up-outline:before {
  content: "\f7a4";
}

.tci-thumb-up:before {
  content: "\f7a5";
}

.tci-thumbs-up-down-outline:before {
  content: "\f7a6";
}

.tci-thumbs-up-down:before {
  content: "\f7a7";
}

.tci-ticket-account:before {
  content: "\f7a8";
}

.tci-ticket-confirmation-outline:before {
  content: "\f7a9";
}

.tci-ticket-confirmation:before {
  content: "\f7aa";
}

.tci-ticket-outline:before {
  content: "\f7ab";
}

.tci-ticket-percent-outline:before {
  content: "\f7ac";
}

.tci-ticket-percent:before {
  content: "\f7ad";
}

.tci-ticket:before {
  content: "\f7ae";
}

.tci-tie:before {
  content: "\f7af";
}

.tci-tilde-off:before {
  content: "\f7b0";
}

.tci-tilde:before {
  content: "\f7b1";
}

.tci-timelapse:before {
  content: "\f7b2";
}

.tci-timeline-alert-outline:before {
  content: "\f7b3";
}

.tci-timeline-alert:before {
  content: "\f7b4";
}

.tci-timeline-check-outline:before {
  content: "\f7b5";
}

.tci-timeline-check:before {
  content: "\f7b6";
}

.tci-timeline-clock-outline:before {
  content: "\f7b7";
}

.tci-timeline-clock:before {
  content: "\f7b8";
}

.tci-timeline-help-outline:before {
  content: "\f7b9";
}

.tci-timeline-help:before {
  content: "\f7ba";
}

.tci-timeline-minus-outline:before {
  content: "\f7bb";
}

.tci-timeline-minus:before {
  content: "\f7bc";
}

.tci-timeline-outline:before {
  content: "\f7bd";
}

.tci-timeline-plus-outline:before {
  content: "\f7be";
}

.tci-timeline-plus:before {
  content: "\f7bf";
}

.tci-timeline-remove-outline:before {
  content: "\f7c0";
}

.tci-timeline-remove:before {
  content: "\f7c1";
}

.tci-timeline-text-outline:before {
  content: "\f7c2";
}

.tci-timeline-text:before {
  content: "\f7c3";
}

.tci-timeline:before {
  content: "\f7c4";
}

.tci-timer-10:before {
  content: "\f7c5";
}

.tci-timer-3:before {
  content: "\f7c6";
}

.tci-timer-cog-outline:before {
  content: "\f7c7";
}

.tci-timer-cog:before {
  content: "\f7c8";
}

.tci-timer-off-outline:before {
  content: "\f7c9";
}

.tci-timer-off:before {
  content: "\f7ca";
}

.tci-timer-outline:before {
  content: "\f7cb";
}

.tci-timer-sand-complete:before {
  content: "\f7cc";
}

.tci-timer-sand-empty:before {
  content: "\f7cd";
}

.tci-timer-sand-full:before {
  content: "\f7ce";
}

.tci-timer-sand-paused:before {
  content: "\f7cf";
}

.tci-timer-sand:before {
  content: "\f7d0";
}

.tci-timer-settings-outline:before {
  content: "\f7d1";
}

.tci-timer-settings:before {
  content: "\f7d2";
}

.tci-timer:before {
  content: "\f7d3";
}

.tci-timetable:before {
  content: "\f7d4";
}

.tci-tire:before {
  content: "\f7d5";
}

.tci-toaster-off:before {
  content: "\f7d6";
}

.tci-toaster-oven:before {
  content: "\f7d7";
}

.tci-toaster:before {
  content: "\f7d8";
}

.tci-toggle-switch-off-outline:before {
  content: "\f7d9";
}

.tci-toggle-switch-off:before {
  content: "\f7da";
}

.tci-toggle-switch-outline:before {
  content: "\f7db";
}

.tci-toggle-switch-variant-off:before {
  content: "\f7dc";
}

.tci-toggle-switch-variant:before {
  content: "\f7dd";
}

.tci-toggle-switch:before {
  content: "\f7de";
}

.tci-toilet:before {
  content: "\f7df";
}

.tci-toolbox-outline:before {
  content: "\f7e0";
}

.tci-toolbox:before {
  content: "\f7e1";
}

.tci-tools:before {
  content: "\f7e2";
}

.tci-tooltip-account:before {
  content: "\f7e3";
}

.tci-tooltip-cellphone:before {
  content: "\f7e4";
}

.tci-tooltip-check-outline:before {
  content: "\f7e5";
}

.tci-tooltip-check:before {
  content: "\f7e6";
}

.tci-tooltip-edit-outline:before {
  content: "\f7e7";
}

.tci-tooltip-edit:before {
  content: "\f7e8";
}

.tci-tooltip-image-outline:before {
  content: "\f7e9";
}

.tci-tooltip-image:before {
  content: "\f7ea";
}

.tci-tooltip-minus-outline:before {
  content: "\f7eb";
}

.tci-tooltip-minus:before {
  content: "\f7ec";
}

.tci-tooltip-outline:before {
  content: "\f7ed";
}

.tci-tooltip-plus-outline:before {
  content: "\f7ee";
}

.tci-tooltip-plus:before {
  content: "\f7ef";
}

.tci-tooltip-remove-outline:before {
  content: "\f7f0";
}

.tci-tooltip-remove:before {
  content: "\f7f1";
}

.tci-tooltip-text-outline:before {
  content: "\f7f2";
}

.tci-tooltip-text:before {
  content: "\f7f3";
}

.tci-tooltip:before {
  content: "\f7f4";
}

.tci-tooth-outline:before {
  content: "\f7f5";
}

.tci-tooth:before {
  content: "\f7f6";
}

.tci-toothbrush-electric:before {
  content: "\f7f7";
}

.tci-toothbrush-paste:before {
  content: "\f7f8";
}

.tci-toothbrush:before {
  content: "\f7f9";
}

.tci-torch:before {
  content: "\f7fa";
}

.tci-tortoise:before {
  content: "\f7fb";
}

.tci-toslink:before {
  content: "\f7fc";
}

.tci-tournament:before {
  content: "\f7fd";
}

.tci-tow-truck:before {
  content: "\f7fe";
}

.tci-tower-beach:before {
  content: "\f7ff";
}

.tci-tower-fire:before {
  content: "\f800";
}

.tci-town-hall:before {
  content: "\f801";
}

.tci-toy-brick-marker-outline:before {
  content: "\f802";
}

.tci-toy-brick-marker:before {
  content: "\f803";
}

.tci-toy-brick-minus-outline:before {
  content: "\f804";
}

.tci-toy-brick-minus:before {
  content: "\f805";
}

.tci-toy-brick-outline:before {
  content: "\f806";
}

.tci-toy-brick-plus-outline:before {
  content: "\f807";
}

.tci-toy-brick-plus:before {
  content: "\f808";
}

.tci-toy-brick-remove-outline:before {
  content: "\f809";
}

.tci-toy-brick-remove:before {
  content: "\f80a";
}

.tci-toy-brick-search-outline:before {
  content: "\f80b";
}

.tci-toy-brick-search:before {
  content: "\f80c";
}

.tci-toy-brick:before {
  content: "\f80d";
}

.tci-track-light:before {
  content: "\f80e";
}

.tci-trackpad-lock:before {
  content: "\f80f";
}

.tci-trackpad:before {
  content: "\f810";
}

.tci-tractor-variant:before {
  content: "\f811";
}

.tci-tractor:before {
  content: "\f812";
}

.tci-trademark:before {
  content: "\f813";
}

.tci-traffic-cone:before {
  content: "\f814";
}

.tci-traffic-light-outline:before {
  content: "\f815";
}

.tci-traffic-light:before {
  content: "\f816";
}

.tci-train-car-passenger-door-open:before {
  content: "\f817";
}

.tci-train-car-passenger-door:before {
  content: "\f818";
}

.tci-train-car-passenger-variant:before {
  content: "\f819";
}

.tci-train-car-passenger:before {
  content: "\f81a";
}

.tci-train-car:before {
  content: "\f81b";
}

.tci-train-variant:before {
  content: "\f81c";
}

.tci-train:before {
  content: "\f81d";
}

.tci-tram-side:before {
  content: "\f81e";
}

.tci-tram:before {
  content: "\f81f";
}

.tci-transcribe-close:before {
  content: "\f820";
}

.tci-transcribe:before {
  content: "\f821";
}

.tci-transfer-down:before {
  content: "\f822";
}

.tci-transfer-left:before {
  content: "\f823";
}

.tci-transfer-right:before {
  content: "\f824";
}

.tci-transfer-up:before {
  content: "\f825";
}

.tci-transfer:before {
  content: "\f826";
}

.tci-transit-connection-horizontal:before {
  content: "\f827";
}

.tci-transit-connection-variant:before {
  content: "\f828";
}

.tci-transit-connection:before {
  content: "\f829";
}

.tci-transit-detour:before {
  content: "\f82a";
}

.tci-transit-skip:before {
  content: "\f82b";
}

.tci-transit-transfer:before {
  content: "\f82c";
}

.tci-transition-masked:before {
  content: "\f82d";
}

.tci-transition:before {
  content: "\f82e";
}

.tci-translate-off:before {
  content: "\f82f";
}

.tci-translate:before {
  content: "\f830";
}

.tci-transmission-tower-export:before {
  content: "\f831";
}

.tci-transmission-tower-import:before {
  content: "\f832";
}

.tci-transmission-tower-off:before {
  content: "\f833";
}

.tci-transmission-tower:before {
  content: "\f834";
}

.tci-trash-can-outline:before {
  content: "\f835";
}

.tci-trash-can:before {
  content: "\f836";
}

.tci-tray-alert:before {
  content: "\f837";
}

.tci-tray-arrow-down:before {
  content: "\f838";
}

.tci-tray-arrow-up:before {
  content: "\f839";
}

.tci-tray-full:before {
  content: "\f83a";
}

.tci-tray-minus:before {
  content: "\f83b";
}

.tci-tray-plus:before {
  content: "\f83c";
}

.tci-tray-remove:before {
  content: "\f83d";
}

.tci-tray:before {
  content: "\f83e";
}

.tci-treasure-chest:before {
  content: "\f83f";
}

.tci-tree-outline:before {
  content: "\f840";
}

.tci-tree:before {
  content: "\f841";
}

.tci-trello:before {
  content: "\f842";
}

.tci-trending-down:before {
  content: "\f843";
}

.tci-trending-neutral:before {
  content: "\f844";
}

.tci-trending-up:before {
  content: "\f845";
}

.tci-triangle-outline:before {
  content: "\f846";
}

.tci-triangle-small-down:before {
  content: "\f847";
}

.tci-triangle-small-up:before {
  content: "\f848";
}

.tci-triangle-wave:before {
  content: "\f849";
}

.tci-triangle:before {
  content: "\f84a";
}

.tci-triforce:before {
  content: "\f84b";
}

.tci-trophy-award:before {
  content: "\f84c";
}

.tci-trophy-broken:before {
  content: "\f84d";
}

.tci-trophy-outline:before {
  content: "\f84e";
}

.tci-trophy-variant-outline:before {
  content: "\f84f";
}

.tci-trophy-variant:before {
  content: "\f850";
}

.tci-trophy:before {
  content: "\f851";
}

.tci-truck-alert-outline:before {
  content: "\f852";
}

.tci-truck-alert:before {
  content: "\f853";
}

.tci-truck-cargo-container:before {
  content: "\f854";
}

.tci-truck-check-outline:before {
  content: "\f855";
}

.tci-truck-check:before {
  content: "\f856";
}

.tci-truck-delivery-outline:before {
  content: "\f857";
}

.tci-truck-delivery:before {
  content: "\f858";
}

.tci-truck-fast-outline:before {
  content: "\f859";
}

.tci-truck-fast:before {
  content: "\f85a";
}

.tci-truck-flatbed:before {
  content: "\f85b";
}

.tci-truck-minus-outline:before {
  content: "\f85c";
}

.tci-truck-minus:before {
  content: "\f85d";
}

.tci-truck-outline:before {
  content: "\f85e";
}

.tci-truck-plus-outline:before {
  content: "\f85f";
}

.tci-truck-plus:before {
  content: "\f860";
}

.tci-truck-remove-outline:before {
  content: "\f861";
}

.tci-truck-remove:before {
  content: "\f862";
}

.tci-truck-snowflake:before {
  content: "\f863";
}

.tci-truck-trailer:before {
  content: "\f864";
}

.tci-truck:before {
  content: "\f865";
}

.tci-trumpet:before {
  content: "\f866";
}

.tci-tshirt-crew-outline:before {
  content: "\f867";
}

.tci-tshirt-crew:before {
  content: "\f868";
}

.tci-tshirt-v-outline:before {
  content: "\f869";
}

.tci-tshirt-v:before {
  content: "\f86a";
}

.tci-tumble-dryer-alert:before {
  content: "\f86b";
}

.tci-tumble-dryer-off:before {
  content: "\f86c";
}

.tci-tumble-dryer:before {
  content: "\f86d";
}

.tci-tune-variant:before {
  content: "\f86e";
}

.tci-tune-vertical-variant:before {
  content: "\f86f";
}

.tci-tune-vertical:before {
  content: "\f870";
}

.tci-tune:before {
  content: "\f871";
}

.tci-tunnel-outline:before {
  content: "\f872";
}

.tci-tunnel:before {
  content: "\f873";
}

.tci-turkey:before {
  content: "\f874";
}

.tci-turnstile-outline:before {
  content: "\f875";
}

.tci-turnstile:before {
  content: "\f876";
}

.tci-turtle:before {
  content: "\f877";
}

.tci-twitch:before {
  content: "\f878";
}

.tci-twitter:before {
  content: "\f879";
}

.tci-two-factor-authentication:before {
  content: "\f87a";
}

.tci-typewriter:before {
  content: "\f87b";
}

.tci-ubisoft:before {
  content: "\f87c";
}

.tci-ubuntu:before {
  content: "\f87d";
}

.tci-ufo-outline:before {
  content: "\f87e";
}

.tci-ufo:before {
  content: "\f87f";
}

.tci-ultra-high-definition:before {
  content: "\f880";
}

.tci-umbraco:before {
  content: "\f881";
}

.tci-umbrella-beach-outline:before {
  content: "\f882";
}

.tci-umbrella-beach:before {
  content: "\f883";
}

.tci-umbrella-closed-outline:before {
  content: "\f884";
}

.tci-umbrella-closed-variant:before {
  content: "\f885";
}

.tci-umbrella-closed:before {
  content: "\f886";
}

.tci-umbrella-outline:before {
  content: "\f887";
}

.tci-umbrella:before {
  content: "\f888";
}

.tci-undo-variant:before {
  content: "\f889";
}

.tci-undo:before {
  content: "\f88a";
}

.tci-unfold-less-horizontal:before {
  content: "\f88b";
}

.tci-unfold-less-vertical:before {
  content: "\f88c";
}

.tci-unfold-more-horizontal:before {
  content: "\f88d";
}

.tci-unfold-more-vertical:before {
  content: "\f88e";
}

.tci-ungroup:before {
  content: "\f88f";
}

.tci-unicode:before {
  content: "\f890";
}

.tci-unicorn-variant:before {
  content: "\f891";
}

.tci-unicorn:before {
  content: "\f892";
}

.tci-unicycle:before {
  content: "\f893";
}

.tci-unity:before {
  content: "\f894";
}

.tci-unreal:before {
  content: "\f895";
}

.tci-update:before {
  content: "\f896";
}

.tci-upload-lock-outline:before {
  content: "\f897";
}

.tci-upload-lock:before {
  content: "\f898";
}

.tci-upload-multiple:before {
  content: "\f899";
}

.tci-upload-network-outline:before {
  content: "\f89a";
}

.tci-upload-network:before {
  content: "\f89b";
}

.tci-upload-off-outline:before {
  content: "\f89c";
}

.tci-upload-off:before {
  content: "\f89d";
}

.tci-upload-outline:before {
  content: "\f89e";
}

.tci-upload:before {
  content: "\f89f";
}

.tci-usb-flash-drive-outline:before {
  content: "\f8a0";
}

.tci-usb-flash-drive:before {
  content: "\f8a1";
}

.tci-usb-port:before {
  content: "\f8a2";
}

.tci-usb:before {
  content: "\f8a3";
}

.tci-vacuum-outline:before {
  content: "\f8a4";
}

.tci-vacuum:before {
  content: "\f8a5";
}

.tci-valve-closed:before {
  content: "\f8a6";
}

.tci-valve-open:before {
  content: "\f8a7";
}

.tci-valve:before {
  content: "\f8a8";
}

.tci-van-passenger:before {
  content: "\f8a9";
}

.tci-van-utility:before {
  content: "\f8aa";
}

.tci-vanish-quarter:before {
  content: "\f8ab";
}

.tci-vanish:before {
  content: "\f8ac";
}

.tci-vanity-light:before {
  content: "\f8ad";
}

.tci-variable-box:before {
  content: "\f8ae";
}

.tci-variable:before {
  content: "\f8af";
}

.tci-vector-arrange-above:before {
  content: "\f8b0";
}

.tci-vector-arrange-below:before {
  content: "\f8b1";
}

.tci-vector-bezier:before {
  content: "\f8b2";
}

.tci-vector-circle-variant:before {
  content: "\f8b3";
}

.tci-vector-circle:before {
  content: "\f8b4";
}

.tci-vector-combine:before {
  content: "\f8b5";
}

.tci-vector-curve:before {
  content: "\f8b6";
}

.tci-vector-difference-ab:before {
  content: "\f8b7";
}

.tci-vector-difference-ba:before {
  content: "\f8b8";
}

.tci-vector-difference:before {
  content: "\f8b9";
}

.tci-vector-ellipse:before {
  content: "\f8ba";
}

.tci-vector-intersection:before {
  content: "\f8bb";
}

.tci-vector-line:before {
  content: "\f8bc";
}

.tci-vector-link:before {
  content: "\f8bd";
}

.tci-vector-point:before {
  content: "\f8be";
}

.tci-vector-polygon-variant:before {
  content: "\f8bf";
}

.tci-vector-polygon:before {
  content: "\f8c0";
}

.tci-vector-polyline-edit:before {
  content: "\f8c1";
}

.tci-vector-polyline-minus:before {
  content: "\f8c2";
}

.tci-vector-polyline-plus:before {
  content: "\f8c3";
}

.tci-vector-polyline-remove:before {
  content: "\f8c4";
}

.tci-vector-polyline:before {
  content: "\f8c5";
}

.tci-vector-radius:before {
  content: "\f8c6";
}

.tci-vector-rectangle:before {
  content: "\f8c7";
}

.tci-vector-selection:before {
  content: "\f8c8";
}

.tci-vector-square-close:before {
  content: "\f8c9";
}

.tci-vector-square-edit:before {
  content: "\f8ca";
}

.tci-vector-square-minus:before {
  content: "\f8cb";
}

.tci-vector-square-open:before {
  content: "\f8cc";
}

.tci-vector-square-plus:before {
  content: "\f8cd";
}

.tci-vector-square-remove:before {
  content: "\f8ce";
}

.tci-vector-square:before {
  content: "\f8cf";
}

.tci-vector-triangle:before {
  content: "\f8d0";
}

.tci-vector-union:before {
  content: "\f8d1";
}

.tci-vhs:before {
  content: "\f8d2";
}

.tci-vibrate-off:before {
  content: "\f8d3";
}

.tci-vibrate:before {
  content: "\f8d4";
}

.tci-video-2d:before {
  content: "\f8d5";
}

.tci-video-3d-off:before {
  content: "\f8d6";
}

.tci-video-3d-variant:before {
  content: "\f8d7";
}

.tci-video-3d:before {
  content: "\f8d8";
}

.tci-video-4k-box:before {
  content: "\f8d9";
}

.tci-video-account:before {
  content: "\f8da";
}

.tci-video-box-off:before {
  content: "\f8db";
}

.tci-video-box:before {
  content: "\f8dc";
}

.tci-video-check-outline:before {
  content: "\f8dd";
}

.tci-video-check:before {
  content: "\f8de";
}

.tci-video-high-definition:before {
  content: "\f8df";
}

.tci-video-image:before {
  content: "\f8e0";
}

.tci-video-input-antenna:before {
  content: "\f8e1";
}

.tci-video-input-component:before {
  content: "\f8e2";
}

.tci-video-input-hdmi:before {
  content: "\f8e3";
}

.tci-video-input-scart:before {
  content: "\f8e4";
}

.tci-video-input-svideo:before {
  content: "\f8e5";
}

.tci-video-marker-outline:before {
  content: "\f8e6";
}

.tci-video-marker:before {
  content: "\f8e7";
}

.tci-video-minus-outline:before {
  content: "\f8e8";
}

.tci-video-minus:before {
  content: "\f8e9";
}

.tci-video-off-outline:before {
  content: "\f8ea";
}

.tci-video-off:before {
  content: "\f8eb";
}

.tci-video-outline:before {
  content: "\f8ec";
}

.tci-video-plus-outline:before {
  content: "\f8ed";
}

.tci-video-plus:before {
  content: "\f8ee";
}

.tci-video-stabilization:before {
  content: "\f8ef";
}

.tci-video-switch-outline:before {
  content: "\f8f0";
}

.tci-video-switch:before {
  content: "\f8f1";
}

.tci-video-vintage:before {
  content: "\f8f2";
}

.tci-video-wireless-outline:before {
  content: "\f8f3";
}

.tci-video-wireless:before {
  content: "\f8f4";
}

.tci-video:before {
  content: "\f8f5";
}

.tci-view-agenda-outline:before {
  content: "\f8f6";
}

.tci-view-agenda:before {
  content: "\f8f7";
}

.tci-view-array-outline:before {
  content: "\f8f8";
}

.tci-view-array:before {
  content: "\f8f9";
}

.tci-view-carousel-outline:before {
  content: "\f8fa";
}

.tci-view-carousel:before {
  content: "\f8fb";
}

.tci-view-column-outline:before {
  content: "\f8fc";
}

.tci-view-column:before {
  content: "\f8fd";
}

.tci-view-comfy-outline:before {
  content: "\f8fe";
}

.tci-view-comfy:before {
  content: "\f8ff";
}

.tci-view-compact-outline:before {
  content: "豈";
}

.tci-view-compact:before {
  content: "更";
}

.tci-view-dashboard-edit-outline:before {
  content: "車";
}

.tci-view-dashboard-edit:before {
  content: "賈";
}

.tci-view-dashboard-outline:before {
  content: "滑";
}

.tci-view-dashboard-variant-outline:before {
  content: "串";
}

.tci-view-dashboard-variant:before {
  content: "句";
}

.tci-view-dashboard:before {
  content: "龜";
}

.tci-view-day-outline:before {
  content: "龜";
}

.tci-view-day:before {
  content: "契";
}

.tci-view-gallery-outline:before {
  content: "金";
}

.tci-view-gallery:before {
  content: "喇";
}

.tci-view-grid-outline:before {
  content: "奈";
}

.tci-view-grid-plus-outline:before {
  content: "懶";
}

.tci-view-grid-plus:before {
  content: "癩";
}

.tci-view-grid:before {
  content: "羅";
}

.tci-view-headline:before {
  content: "蘿";
}

.tci-view-list-outline:before {
  content: "螺";
}

.tci-view-list:before {
  content: "裸";
}

.tci-view-module-outline:before {
  content: "邏";
}

.tci-view-module:before {
  content: "樂";
}

.tci-view-parallel-outline:before {
  content: "洛";
}

.tci-view-parallel:before {
  content: "烙";
}

.tci-view-quilt-outline:before {
  content: "珞";
}

.tci-view-quilt:before {
  content: "落";
}

.tci-view-sequential-outline:before {
  content: "酪";
}

.tci-view-sequential:before {
  content: "駱";
}

.tci-view-split-horizontal:before {
  content: "亂";
}

.tci-view-split-vertical:before {
  content: "卵";
}

.tci-view-stream-outline:before {
  content: "欄";
}

.tci-view-stream:before {
  content: "爛";
}

.tci-view-week-outline:before {
  content: "蘭";
}

.tci-view-week:before {
  content: "鸞";
}

.tci-vimeo:before {
  content: "嵐";
}

.tci-violin:before {
  content: "濫";
}

.tci-virtual-reality:before {
  content: "藍";
}

.tci-virus-off-outline:before {
  content: "襤";
}

.tci-virus-off:before {
  content: "拉";
}

.tci-virus-outline:before {
  content: "臘";
}

.tci-virus:before {
  content: "蠟";
}

.tci-vlc:before {
  content: "廊";
}

.tci-voicemail:before {
  content: "朗";
}

.tci-volleyball:before {
  content: "浪";
}

.tci-volume-high:before {
  content: "狼";
}

.tci-volume-low:before {
  content: "郎";
}

.tci-volume-medium:before {
  content: "來";
}

.tci-volume-minus:before {
  content: "冷";
}

.tci-volume-mute:before {
  content: "勞";
}

.tci-volume-off:before {
  content: "擄";
}

.tci-volume-plus:before {
  content: "櫓";
}

.tci-volume-source:before {
  content: "爐";
}

.tci-volume-variant-off:before {
  content: "盧";
}

.tci-volume-vibrate:before {
  content: "老";
}

.tci-vote-outline:before {
  content: "蘆";
}

.tci-vote:before {
  content: "虜";
}

.tci-vpn:before {
  content: "路";
}

.tci-vuejs:before {
  content: "露";
}

.tci-vuetify:before {
  content: "魯";
}

.tci-walk:before {
  content: "鷺";
}

.tci-wall-fire:before {
  content: "碌";
}

.tci-wall-sconce-flat-outline:before {
  content: "祿";
}

.tci-wall-sconce-flat-variant-outline:before {
  content: "綠";
}

.tci-wall-sconce-flat-variant:before {
  content: "菉";
}

.tci-wall-sconce-flat:before {
  content: "錄";
}

.tci-wall-sconce-outline:before {
  content: "鹿";
}

.tci-wall-sconce-round-outline:before {
  content: "論";
}

.tci-wall-sconce-round-variant-outline:before {
  content: "壟";
}

.tci-wall-sconce-round-variant:before {
  content: "弄";
}

.tci-wall-sconce-round:before {
  content: "籠";
}

.tci-wall-sconce:before {
  content: "聾";
}

.tci-wall:before {
  content: "牢";
}

.tci-wallet-giftcard:before {
  content: "磊";
}

.tci-wallet-membership:before {
  content: "賂";
}

.tci-wallet-outline:before {
  content: "雷";
}

.tci-wallet-plus-outline:before {
  content: "壘";
}

.tci-wallet-plus:before {
  content: "屢";
}

.tci-wallet-travel:before {
  content: "樓";
}

.tci-wallet:before {
  content: "淚";
}

.tci-wallpaper:before {
  content: "漏";
}

.tci-wan:before {
  content: "累";
}

.tci-wardrobe-outline:before {
  content: "縷";
}

.tci-wardrobe:before {
  content: "陋";
}

.tci-warehouse:before {
  content: "勒";
}

.tci-washing-machine-alert:before {
  content: "肋";
}

.tci-washing-machine-off:before {
  content: "凜";
}

.tci-washing-machine:before {
  content: "凌";
}

.tci-watch-export-variant:before {
  content: "稜";
}

.tci-watch-export:before {
  content: "綾";
}

.tci-watch-import-variant:before {
  content: "菱";
}

.tci-watch-import:before {
  content: "陵";
}

.tci-watch-variant:before {
  content: "讀";
}

.tci-watch-vibrate-off:before {
  content: "拏";
}

.tci-watch-vibrate:before {
  content: "樂";
}

.tci-watch:before {
  content: "諾";
}

.tci-water-alert-outline:before {
  content: "丹";
}

.tci-water-alert:before {
  content: "寧";
}

.tci-water-boiler-alert:before {
  content: "怒";
}

.tci-water-boiler-off:before {
  content: "率";
}

.tci-water-boiler:before {
  content: "異";
}

.tci-water-check-outline:before {
  content: "北";
}

.tci-water-check:before {
  content: "磻";
}

.tci-water-circle:before {
  content: "便";
}

.tci-water-minus-outline:before {
  content: "復";
}

.tci-water-minus:before {
  content: "不";
}

.tci-water-off-outline:before {
  content: "泌";
}

.tci-water-off:before {
  content: "數";
}

.tci-water-opacity:before {
  content: "索";
}

.tci-water-outline:before {
  content: "參";
}

.tci-water-percent-alert:before {
  content: "塞";
}

.tci-water-percent:before {
  content: "省";
}

.tci-water-plus-outline:before {
  content: "葉";
}

.tci-water-plus:before {
  content: "說";
}

.tci-water-polo:before {
  content: "殺";
}

.tci-water-pump-off:before {
  content: "辰";
}

.tci-water-pump:before {
  content: "沈";
}

.tci-water-remove-outline:before {
  content: "拾";
}

.tci-water-remove:before {
  content: "若";
}

.tci-water-sync:before {
  content: "掠";
}

.tci-water-well-outline:before {
  content: "略";
}

.tci-water-well:before {
  content: "亮";
}

.tci-water:before {
  content: "兩";
}

.tci-waterfall:before {
  content: "凉";
}

.tci-watering-can-outline:before {
  content: "梁";
}

.tci-watering-can:before {
  content: "糧";
}

.tci-watermark:before {
  content: "良";
}

.tci-wave:before {
  content: "諒";
}

.tci-waveform:before {
  content: "量";
}

.tci-waves-arrow-left:before {
  content: "勵";
}

.tci-waves-arrow-right:before {
  content: "呂";
}

.tci-waves-arrow-up:before {
  content: "女";
}

.tci-waves:before {
  content: "廬";
}

.tci-waze:before {
  content: "旅";
}

.tci-weather-cloudy-alert:before {
  content: "濾";
}

.tci-weather-cloudy-arrow-right:before {
  content: "礪";
}

.tci-weather-cloudy-clock:before {
  content: "閭";
}

.tci-weather-cloudy:before {
  content: "驪";
}

.tci-weather-fog:before {
  content: "麗";
}

.tci-weather-hail:before {
  content: "黎";
}

.tci-weather-hazy:before {
  content: "力";
}

.tci-weather-hurricane:before {
  content: "曆";
}

.tci-weather-lightning-rainy:before {
  content: "歷";
}

.tci-weather-lightning:before {
  content: "轢";
}

.tci-weather-night-partly-cloudy:before {
  content: "年";
}

.tci-weather-night:before {
  content: "憐";
}

.tci-weather-partly-cloudy:before {
  content: "戀";
}

.tci-weather-partly-lightning:before {
  content: "撚";
}

.tci-weather-partly-rainy:before {
  content: "漣";
}

.tci-weather-partly-snowy-rainy:before {
  content: "煉";
}

.tci-weather-partly-snowy:before {
  content: "璉";
}

.tci-weather-pouring:before {
  content: "秊";
}

.tci-weather-rainy:before {
  content: "練";
}

.tci-weather-snowy-heavy:before {
  content: "聯";
}

.tci-weather-snowy-rainy:before {
  content: "輦";
}

.tci-weather-snowy:before {
  content: "蓮";
}

.tci-weather-sunny-alert:before {
  content: "連";
}

.tci-weather-sunny-off:before {
  content: "鍊";
}

.tci-weather-sunny:before {
  content: "列";
}

.tci-weather-sunset-down:before {
  content: "劣";
}

.tci-weather-sunset-up:before {
  content: "咽";
}

.tci-weather-sunset:before {
  content: "烈";
}

.tci-weather-tornado:before {
  content: "裂";
}

.tci-weather-windy-variant:before {
  content: "說";
}

.tci-weather-windy:before {
  content: "廉";
}

.tci-web-box:before {
  content: "念";
}

.tci-web-cancel:before {
  content: "捻";
}

.tci-web-check:before {
  content: "殮";
}

.tci-web-clock:before {
  content: "簾";
}

.tci-web-minus:before {
  content: "獵";
}

.tci-web-off:before {
  content: "令";
}

.tci-web-plus:before {
  content: "囹";
}

.tci-web-refresh:before {
  content: "寧";
}

.tci-web-remove:before {
  content: "嶺";
}

.tci-web-sync:before {
  content: "怜";
}

.tci-web:before {
  content: "玲";
}

.tci-webcam-off:before {
  content: "瑩";
}

.tci-webcam:before {
  content: "羚";
}

.tci-webhook:before {
  content: "聆";
}

.tci-webpack:before {
  content: "鈴";
}

.tci-webrtc:before {
  content: "零";
}

.tci-wechat:before {
  content: "靈";
}

.tci-weight-gram:before {
  content: "領";
}

.tci-weight-kilogram:before {
  content: "例";
}

.tci-weight-lifter:before {
  content: "禮";
}

.tci-weight-pound:before {
  content: "醴";
}

.tci-weight:before {
  content: "隸";
}

.tci-whatsapp:before {
  content: "惡";
}

.tci-wheel-barrow:before {
  content: "了";
}

.tci-wheelchair-accessibility:before {
  content: "僚";
}

.tci-whistle-outline:before {
  content: "寮";
}

.tci-whistle:before {
  content: "尿";
}

.tci-white-balance-auto:before {
  content: "料";
}

.tci-white-balance-incandescent:before {
  content: "樂";
}

.tci-white-balance-iridescent:before {
  content: "燎";
}

.tci-white-balance-sunny:before {
  content: "療";
}

.tci-widgets-outline:before {
  content: "蓼";
}

.tci-widgets:before {
  content: "遼";
}

.tci-wifi-alert:before {
  content: "龍";
}

.tci-wifi-arrow-down:before {
  content: "暈";
}

.tci-wifi-arrow-left-right:before {
  content: "阮";
}

.tci-wifi-arrow-left:before {
  content: "劉";
}

.tci-wifi-arrow-right:before {
  content: "杻";
}

.tci-wifi-arrow-up-down:before {
  content: "柳";
}

.tci-wifi-arrow-up:before {
  content: "流";
}

.tci-wifi-cancel:before {
  content: "溜";
}

.tci-wifi-check:before {
  content: "琉";
}

.tci-wifi-cog:before {
  content: "留";
}

.tci-wifi-lock-open:before {
  content: "硫";
}

.tci-wifi-lock:before {
  content: "紐";
}

.tci-wifi-marker:before {
  content: "類";
}

.tci-wifi-minus:before {
  content: "六";
}

.tci-wifi-off:before {
  content: "戮";
}

.tci-wifi-plus:before {
  content: "陸";
}

.tci-wifi-refresh:before {
  content: "倫";
}

.tci-wifi-remove:before {
  content: "崙";
}

.tci-wifi-settings:before {
  content: "淪";
}

.tci-wifi-star:before {
  content: "輪";
}

.tci-wifi-strength-1-alert:before {
  content: "律";
}

.tci-wifi-strength-1-lock-open:before {
  content: "慄";
}

.tci-wifi-strength-1-lock:before {
  content: "栗";
}

.tci-wifi-strength-1:before {
  content: "率";
}

.tci-wifi-strength-2-alert:before {
  content: "隆";
}

.tci-wifi-strength-2-lock-open:before {
  content: "利";
}

.tci-wifi-strength-2-lock:before {
  content: "吏";
}

.tci-wifi-strength-2:before {
  content: "履";
}

.tci-wifi-strength-3-alert:before {
  content: "易";
}

.tci-wifi-strength-3-lock-open:before {
  content: "李";
}

.tci-wifi-strength-3-lock:before {
  content: "梨";
}

.tci-wifi-strength-3:before {
  content: "泥";
}

.tci-wifi-strength-4-alert:before {
  content: "理";
}

.tci-wifi-strength-4-lock-open:before {
  content: "痢";
}

.tci-wifi-strength-4-lock:before {
  content: "罹";
}

.tci-wifi-strength-4:before {
  content: "裏";
}

.tci-wifi-strength-alert-outline:before {
  content: "裡";
}

.tci-wifi-strength-lock-open-outline:before {
  content: "里";
}

.tci-wifi-strength-lock-outline:before {
  content: "離";
}

.tci-wifi-strength-off-outline:before {
  content: "匿";
}

.tci-wifi-strength-off:before {
  content: "溺";
}

.tci-wifi-strength-outline:before {
  content: "吝";
}

.tci-wifi-sync:before {
  content: "燐";
}

.tci-wifi:before {
  content: "璘";
}

.tci-wikipedia:before {
  content: "藺";
}

.tci-wind-turbine-alert:before {
  content: "隣";
}

.tci-wind-turbine-check:before {
  content: "鱗";
}

.tci-wind-turbine:before {
  content: "麟";
}

.tci-window-close:before {
  content: "林";
}

.tci-window-closed-variant:before {
  content: "淋";
}

.tci-window-closed:before {
  content: "臨";
}

.tci-window-maximize:before {
  content: "立";
}

.tci-window-minimize:before {
  content: "笠";
}

.tci-window-open-variant:before {
  content: "粒";
}

.tci-window-open:before {
  content: "狀";
}

.tci-window-restore:before {
  content: "炙";
}

.tci-window-shutter-alert:before {
  content: "識";
}

.tci-window-shutter-open:before {
  content: "什";
}

.tci-window-shutter:before {
  content: "茶";
}

.tci-windsock:before {
  content: "刺";
}

.tci-wiper-wash-alert:before {
  content: "切";
}

.tci-wiper-wash:before {
  content: "度";
}

.tci-wiper:before {
  content: "拓";
}

.tci-wizard-hat:before {
  content: "糖";
}

.tci-wordpress:before {
  content: "宅";
}

.tci-wrap-disabled:before {
  content: "洞";
}

.tci-wrap:before {
  content: "暴";
}

.tci-wrench-clock:before {
  content: "輻";
}

.tci-wrench-outline:before {
  content: "行";
}

.tci-wrench:before {
  content: "降";
}

.tci-xamarin:before {
  content: "見";
}

.tci-xml:before {
  content: "廓";
}

.tci-xmpp:before {
  content: "兀";
}

.tci-yahoo:before {
  content: "嗀";
}

.tci-yeast:before {
  content: "﨎";
}

.tci-yin-yang:before {
  content: "﨏";
}

.tci-yoga:before {
  content: "塚";
}

.tci-youtube-gaming:before {
  content: "﨑";
}

.tci-youtube-studio:before {
  content: "晴";
}

.tci-youtube-subscription:before {
  content: "﨓";
}

.tci-youtube-tv:before {
  content: "﨔";
}

.tci-youtube:before {
  content: "凞";
}

.tci-yurt:before {
  content: "猪";
}

.tci-z-wave:before {
  content: "益";
}

.tci-zend:before {
  content: "礼";
}

.tci-zigbee:before {
  content: "神";
}

.tci-zip-box-outline:before {
  content: "祥";
}

.tci-zip-box:before {
  content: "福";
}

.tci-zip-disk:before {
  content: "靖";
}

.tci-zodiac-aquarius:before {
  content: "精";
}

.tci-zodiac-aries:before {
  content: "羽";
}

.tci-zodiac-cancer:before {
  content: "﨟";
}

.tci-zodiac-capricorn:before {
  content: "蘒";
}

.tci-zodiac-gemini:before {
  content: "﨡";
}

.tci-zodiac-leo:before {
  content: "諸";
}

.tci-zodiac-libra:before {
  content: "﨣";
}

.tci-zodiac-pisces:before {
  content: "﨤";
}

.tci-zodiac-sagittarius:before {
  content: "逸";
}

.tci-zodiac-scorpio:before {
  content: "都";
}

.tci-zodiac-taurus:before {
  content: "﨧";
}

.tci-zodiac-virgo:before {
  content: "﨨";
}
.cell-style {
  /*display: flex;
  min-width: 0;
  align-items: center;*/
  vertical-align: center;
}

.cell-style-center-alignment {
  text-align: center;
  /*justify-content: center;*/
}

.cell-style-right-alignment {
  text-align: right;
  /*justify-content: flex-end;*/
}

.cell-style-left-alignment {
  text-align: left;
  /*justify-content: flex-start;*/
}

.cell-style-quick-actions-menu, .cell-style-quick-actions-menu-hidden {
  text-overflow: clip !important;
}

.cell-style-quick-actions-menu-hidden {
  /*padding-left: 0 !important;*/
  /*padding-right: 0 !important;*/
}

.cell-editing {
  background-color: yellow;
  border: 3px solid red;
}

.ag-cell-wrapper, .ag-cell-inline-editing {
  display: flex;
  min-height: 100%;
}

.ag-grid-read-mode .ag-cell-wrapper {
  align-items: center;
}

.ag-grid-edit-mode .ag-cell-wrapper {
  align-items: flex-start;
}

/*.edited-row {
  background-color: white;
}*/

.subform-cell-style {
  /*
  display: flex;
  align-items: center;
  >* {
    flex-grow: 1;
  }
  */
  align-items: center;
}
.cell-style-wmode {
  margin-bottom: 16px;
}

.ag-theme-alpine .ag-row.ag-row-selected.edited-row {
  background-color: white;
}
ul {
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
}
.daily-action-toolbar-group button {
  padding-top: "4px";
  padding-bottom: "4px";
}
@charset "UTF-8";
.action-toolbar-grid-item {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent buttons from wrapping */
  overflow-x: auto;
  /* Enable horizontal scrolling if overflow occurs */
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  borderRadius: 8px;
  min-height: 0;
  padding: 0;
}

.action-toolbar-grid-item::after {
  content: "▼";
  /* Unicode character for dropdown arrow (▼) */
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0 8px;
  /* Adjust as needed */
  background-color: white;
  /* Match your background color */
}

.ul-at {
  padding: 5px 40px 5px 5px;
  overflow: hidden;
  max-height: 55px;
  position: relative;
}

.li-at {
  display: inline-block;
  border-right: 1px solid black;
  list-style: none;
  position: relative;
}

.li-at:last-child::after {
  content: "";
  position: absolute;
  left: 102%;
  width: 100vw;
  top: -10px;
  bottom: -10px;
  background: #fff;
  z-index: 2;
}

.click {
  background: red;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-top: -65px;
  margin-right: 5px;
}
.localize-button {
  margin-top: calc(2 * var(--tc-spacing-unit));
  margin-left: var(--tc-spacing-unit);
  padding: 0;
  border: none;
  background-color: var(--tc-palette-grey-100);
  color: var(--tc-palette-grey-600);
  transition: box-shadow 0.3s;
  /**
  *
  */
}
.localize-button button {
  color: inherit;
}
html.dark .localize-button {
  background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
}
html.dark .localize-button.Mui-selected {
  /*  background-color: var(--tc-palette-grey-600);
    color: var(--tc-palette-grey-100);*/
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.2);
}
.localize-button:hover {
  background-color: var(--tc-palette-primary-lighter);
  color: var(--tc-palette-primary-main);
}
.localize-button.Mui-selected {
  /*  background-color: var(--tc-palette-grey-600);
    color: var(--tc-palette-grey-100);*/
  box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  color: var(--tc-palette-primary-main);
}
.localize-button button {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  width: 2.625rem;
  height: 2.625rem;
  min-width: 2.625rem;
  padding: 0;
  font-size: 1.25rem;
}

.translation-window {
  margin-top: 2px;
  background-color: var(--tc-palette-grey-100);
  padding: 1rem;
  min-width: 240px;
}
.translation-window .title {
  padding-bottom: 1.25rem;
}
.translation-window .translation-list {
  padding-left: 0;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 1em;
  align-items: center;
}
.translation-window .translation-list .MuiListItem-root {
  padding-left: 0;
  padding-right: 0;
  display: contents;
}
.translation-window .translation-renderer.missing .MuiAvatar-circular {
  position: relative;
}
.translation-window .translation-renderer.missing .MuiAvatar-circular img {
  display: none;
}
.translation-window .translation-renderer.missing .MuiAvatar-circular:before {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  position: absolute;
  border: none;
  border-radius: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--tc-palette-warning-main);
  color: var(--tc-palette-warning-contrastText);
  z-index: 1;
  content: "!";
}
.translation-window .translation-renderer .translation-value {
  padding-left: 1rem;
}
.translation-window .translation-renderer .MuiListItemAvatar-root {
  font-size: 1rem;
  width: 2em;
  height: 2em;
  min-width: 0;
  margin-top: 1rem;
}
.translation-window .translation-renderer .MuiListItemText-primary {
  margin-top: 1rem;
  font-weight: bold;
}
.translation-window .translation-renderer .MuiAvatar-root {
  font-size: inherit;
  width: 2em;
  height: 2em;
}
/*
//moved in app.scss

html,
body,
#root {
    height: 100%;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}*/
.tippy-content {
  padding: 0;
}

body {
  padding: 1rem;
  overflow: auto;
}

.btn {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.075rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.menu-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: absolute;
  z-index: 1000;
  padding: 0;
  margin-top: -10px;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  opacity: 100%;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.menu-item:hover {
  cursor: pointer;
  background: rgb(240, 240, 240);
}

.menu-item.active {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}

.menu-item {
  display: block;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
}
.tree-app {
  height: 100%;
}

.tree-treeRoot {
  height: 100%;
  list-style-type: none;
}

.tree-treeRoot ul {
  list-style-type: none;
}

.tree-draggingSource {
  opacity: 0.3;
}

.tree-listItem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background-color 0.3s;
  pointer-events: none;
  opacity: 0.2;
  border-radius: 4px;
}

.tree-dropTarget[data-type=OR]:after {
  background-color: var(--filter-or-group-color);
}
.tree-dropTarget[data-type=AND]:after {
  background-color: var(--filter-and-group-color);
}
:root {
  --filter-and-group-color: #01A4D6;
  --filter-or-group-color: coral;
}
:root.dark {
  --filter-and-group-color: #26cbfe;
  --filter-or-group-color: #ffb79d;
}

.tree-node-root {
  /*  display: grid;
    grid-template-columns: auto auto 1fr auto;
    height: 32px;
    padding-inline-end: 8px;*/
}

.tree-node-expandIconWrapper {
  align-items: center;
  font-size: 0;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
  transition: transform linear 0.1s;
  transform: rotate(0deg);
}

.tree-node-expandIconWrapper.isOpen {
  transform: rotate(90deg);
}

.tree-node-labelGridItem {
  padding-inline-start: 0px;
}

.tree-node-dropTarget {
  background-color: red;
}

.grid-settings.grid-settings-drawer {
  z-index: 1300;
  /**
  enlarge icon size inside the drawer
   */
}
.grid-settings.grid-settings-drawer .anim-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.grid-settings.grid-settings-drawer .MuiDrawer-paper {
  min-width: min(480px, 100%);
  max-width: 100%;
}
.grid-settings.grid-settings-drawer .icon, .grid-settings.grid-settings-drawer .tc-icon {
  font-size: 1.25rem;
}
.grid-settings.grid-settings-drawer .close {
  position: sticky;
  top: 0;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
.grid-settings.grid-settings-drawer .filter-string-raw {
  opacity: 0.5;
  font-style: italic;
  font-size: 0.8571428571em;
  max-width: min(90vw, 360px);
  cursor: pointer;
}
.grid-settings.grid-settings-drawer .empty-state-comp {
  min-height: 0;
  height: 100%;
  flex: 1 1 0;
  grid-template-rows: 1fr 1fr;
}
.grid-settings.grid-settings-drawer .empty-state-comp button {
  margin-top: auto;
  margin-bottom: 0;
}
.grid-settings.grid-settings-drawer .empty-state-comp .SVGTCIcon-root {
  max-width: 300px;
  flex: 1 1 0;
  width: 100%;
  min-height: 0;
  margin: auto auto 0;
}
.grid-settings.grid-settings-drawer .empty-state-comp .SVGTCIcon-root svg {
  width: 100%;
  height: 100%;
}
.grid-settings.grid-settings-drawer .tree-treeRoot {
  padding-left: 0;
  margin-top: 2rem;
  /**
    buttons under the root are removed
     */
}
.grid-settings.grid-settings-drawer .tree-treeRoot + button {
  display: none;
}
.grid-settings.grid-settings-drawer .tree-treeRoot .tree-container {
  padding-left: 1.5rem;
}
.grid-settings.grid-settings-drawer .tree-treeRoot .plus-button {
  /*&:before {
    content: "";
    position: absolute;
    top: -2em;
    bottom: 1em;
    left: -2px;
    width: 2px;
    background-color: #333;
  }*/
  margin-top: 0;
  margin-bottom: 1.2em;
  width: calc(100% - 1em);
  width: auto;
  margin-left: calc(1.5rem + 1px);
  text-transform: none;
  /* border-top: none;
   border-right: none;*/
  font-weight: 600;
  /*.MuiButton-startIcon{
    width:2rem!important;
    height:2rem!important;
    justify-content: center;
    align-items: center;

  }*/
}
.grid-settings.grid-settings-drawer .tree-group {
  display: flex;
  align-items: center;
  min-width: 0;
  font-size: 1rem;
}
.grid-settings.grid-settings-drawer .tree-group > * {
  flex: 0 0 auto;
}
.grid-settings.grid-settings-drawer .tree-group .tree-group-name {
  flex: 1 0 auto;
  min-width: 0px;
  font-weight: bold;
}
.grid-settings.grid-settings-drawer .tree-group .tree-group-icon {
  border: 2px solid black;
  border-radius: 50%;
}
.grid-settings.grid-settings-drawer .tree-group .tree-node-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.grid-settings.grid-settings-drawer .tree-node-root .MuiListItem-root {
  padding: 0;
  min-height: 2.25rem;
}
.grid-settings.grid-settings-drawer .tree-node-root.AND .tree-group-name, .grid-settings.grid-settings-drawer .tree-node-root.AND button {
  color: var(--filter-and-group-color);
}
.grid-settings.grid-settings-drawer .tree-node-root.AND .tree-group-icon {
  border-color: var(--filter-and-group-color);
  color: var(--filter-and-group-color);
}
.grid-settings.grid-settings-drawer .tree-node-root.AND ~ .plus-button {
  fill: var(--filter-and-group-color);
  color: var(--filter-and-group-color);
}
.grid-settings.grid-settings-drawer .tree-node-root.AND ~ .plus-button:before {
  background-color: var(--filter-and-group-color);
}
.grid-settings.grid-settings-drawer .tree-node-root.AND ~ div > div > ul > li > .tree-node-root > .tree-node-labelGridItem > .condition-tree-node .fieldOperator, .grid-settings.grid-settings-drawer .tree-node-root.AND ~ div > div > ul > li > .tree-node-root > .tree-node-labelGridItem > .condition-tree-node .condition-icon {
  color: var(--filter-and-group-color);
}
.grid-settings.grid-settings-drawer .tree-node-root.OR .tree-group-name, .grid-settings.grid-settings-drawer .tree-node-root.OR button {
  color: var(--filter-or-group-color);
}
.grid-settings.grid-settings-drawer .tree-node-root.OR .tree-group-icon {
  border-color: var(--filter-or-group-color);
  color: var(--filter-or-group-color);
}
.grid-settings.grid-settings-drawer .tree-node-root.OR ~ .plus-button {
  fill: var(--filter-or-group-color);
  color: var(--filter-or-group-color);
}
.grid-settings.grid-settings-drawer .tree-node-root.OR ~ .plus-button:before {
  background-color: var(--filter-or-group-color);
}
.grid-settings.grid-settings-drawer .tree-node-root.OR ~ div > div > ul > li > .tree-node-root > .tree-node-labelGridItem > .condition-tree-node .fieldOperator, .grid-settings.grid-settings-drawer .tree-node-root.OR ~ div > div > ul > li > .tree-node-root > .tree-node-labelGridItem > .condition-tree-node .condition-icon {
  color: var(--filter-or-group-color);
}
.grid-settings.grid-settings-drawer .condition-tree-node {
  display: flex;
  align-items: center;
}
.grid-settings.grid-settings-drawer .condition-tree-node .condition-tree-text {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1rem;
}
.grid-settings.grid-settings-drawer .condition-tree-node .condition-tree-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  opacity: 0.7;
  border: 2px solid;
  border-radius: 50%;
}
.grid-settings.grid-settings-drawer .condition-tree-node .fieldOperator {
  font-weight: bold;
}
.grid-settings.grid-settings-drawer .condition-tree-node .condition-tree-text {
  flex: 1 0 auto;
}
.grid-settings.grid-settings-drawer .condition-tree-node .condition-tree-text > span {
  margin-right: 0.25rem;
}

.popup-group-list-item .group-avatar, .popup-group-list-item .condition-avatar {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  opacity: 0.7;
}
.popup-group-list-item .group-avatar {
  border: 2px solid;
  border-radius: 50%;
}
.popup-group-list-item .group-avatar + .MuiListItemText-root {
  font-weight: bold;
}
.popup-group-list-item.AND .group-avatar {
  border-color: var(--filter-and-group-color);
  color: var(--filter-and-group-color);
}
.popup-group-list-item.AND .group-avatar + .MuiListItemText-root {
  color: var(--filter-and-group-color);
  font-weight: bold;
}
.popup-group-list-item.OR .group-avatar {
  border-color: var(--filter-or-group-color);
  color: var(--filter-or-group-color);
}
.popup-group-list-item.OR .group-avatar + .MuiListItemText-root {
  color: var(--filter-or-group-color);
  font-weight: bold;
}

.tree-listItem[data-type] {
  /*this draws the line*/
  position: relative;
}
.tree-listItem[data-type]:before {
  content: "";
  position: absolute;
  left: calc(1rem - 1px);
  top: 37px;
  width: 2px;
  bottom: 0;
}
.tree-listItem[data-type][data-type=AND]:before {
  background-color: var(--filter-and-group-color);
}
.tree-listItem[data-type][data-type=OR]:before {
  background-color: var(--filter-or-group-color);
}
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;600;700;800;900&display=swap");
.notistack-MuiContent-error {
  background-color: var(--tc-palette-error-main);
  color: var(--tc-palette-error-contrastText);
}
.notistack-MuiContent-error .MuiIconButton-root {
  color: var(--tc-palette-error-contrastText);
}

.notistack-MuiContent-success {
  background-color: var(--tc-palette-success-main);
  color: var(--tc-palette-success-contrastText);
}
.notistack-MuiContent-success .MuiIconButton-root {
  color: var(--tc-palette-success-contrastText);
}

.notistack-MuiContent-info {
  background-color: var(--tc-palette-info-main);
  color: var(--tc-palette-info-contrastText);
}
.notistack-MuiContent-info .MuiIconButton-root {
  color: var(--tc-palette-info-contrastText);
}

.notistack-MuiContent-warning {
  background-color: var(--tc-palette-warning-main);
  color: var(--tc-palette-warning-contrastText);
}
.notistack-MuiContent-warning .MuiIconButton-root {
  color: var(--tc-palette-warning-contrastText);
}

#notistack-snackbar + div {
  margin-left: var(--snackbar-action-margin-left);
  margin-right: var(--snackbar-action-margin-right);
  padding-left: var(--snackbar-action-padding-left);
  padding-right: var(--snackbar-action-padding-right);
}

html, body, #root {
  min-height: 100%;
  border: 0;
  padding: 0;
}

#root {
  width: 100%;
}

.auth-wrapper {
  overflow: hidden;
}

main {
  height: auto !important;
  min-height: 100vh;
}
main .Main-footer {
  position: sticky;
  bottom: 0;
}
main .main-container-root {
  overflow: visible;
}
main .main-container-root .MuiGrid-container {
  overflow: visible;
}
main .mainCard > .MuiCardHeader-root {
  position: sticky;
  top: 60px;
}

[dir=ltr] {
  --snackbar-action-margin-left: auto;
  --snackbar-action-margin-right: -8px;
  --snackbar-action-padding-left: 16px;
  --snackbar-action-padding-right: 0;
}

[dir=rtl] {
  --snackbar-action-margin-left: -8px;
  --snackbar-action-margin-right: auto;
  --snackbar-action-padding-right: 16px;
  --snackbar-action-padding-left: 0;
}
/*# sourceMappingURL=tcposWebDailyComponents.css.map */