@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?to0hw8');
  src:  url('../fonts/icomoon.eot?to0hw8#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?to0hw8') format('truetype'),
    url('../fonts/icomoon.woff?to0hw8') format('woff'),
    url('../fonts/icomoon.svg?to0hw8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:100px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);

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

/*Svg Icons*/
.icon-administration:before {
  content: "\e900";
}
.icon-angle-down:before {
  content: "\e901";
}
.icon-angle-left:before {
  content: "\e902";
}
.icon-angle-right:before {
  content: "\e903";
}
.icon-guidance-doc:before {
  content: "\e904";
}
.icon-hands:before {
  content: "\e905";
}
.icon-icon-business:before {
  content: "\e906";
}
.icon-icon-data-search:before {
  content: "\e911";
}
.icon-icon-document:before {
  content: "\e908";
}
.icon-icon-help:before {
  content: "\e909";
}
.icon-icon-knowledge-base:before {
  content: "\e90a";
}
.icon-icon-network:before {
  content: "\e912";
}
.icon-icon-setting:before {
  content: "\e90c";
}
.icon-icon-telescope:before {
  content: "\e90d";
}
.icon-icon-workspace:before {
  content: "\e90e";
}
.icon-question-mark:before {
  content: "\e90f";
}
.icon-search-icon:before {
  content: "\e910";
}
.icon-support-help:before {
  content: "\e911";
}
.icon-teams:before {
  content: "\e912";
}
.icon-user-management:before {
  content: "\e913";
}
.icon-video:before {
  content: "\e914";
}
.icon-zoom:before {
  content: "\e915";
}
