[class^="ti-"],
[class*=" ti-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[class^="ti-"]:before,
[class*=" ti-"]:before {
  font-family: "Segoe UI Symbol", "Segoe UI", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.ti-angle-right:before { content: "\203A"; }
.ti-angle-left:before { content: "\2039"; }
.ti-angle-up:before { content: "\2303"; }
.ti-angle-down:before { content: "\2304"; }
.ti-angle-double-right:before { content: "\00BB"; }
.ti-angle-double-left:before { content: "\00AB"; }
.ti-control-play:before { content: "\25B6"; }
.ti-control-pause:before { content: "\23F8"; }
.ti-control-forward:before { content: "\23ED"; }
.ti-control-backward:before { content: "\23EE"; }
.ti-zoom-in:before { content: "+"; }
.ti-zoom-out:before { content: "\2212"; }
.ti-fullscreen:before { content: "\26F6"; }
.ti-arrows-corner:before { content: "\291A"; }
.ti-menu-alt:before { content: "\2630"; }
.ti-layout-grid2:before { content: "\25A6"; }
.ti-search:before { content: "\2315"; }
.ti-share-alt:before { content: "\2197"; }
.ti-download:before { content: "\2B73"; }
.ti-volume:before { content: "\266B"; }
.ti-more-alt:before { content: "\22EF"; }
.ti-file:before { content: "\1F4C4"; }
.ti-book:before { content: "\1F4D6"; }
.ti-close:before { content: "\2715"; }
.ti-help-alt:before { content: "?"; }
