@font-face {
  font-family: 'clinbit-icons';
  src: url('/assets/fonts/clinbit-icons.ttf?ie7uxv') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'clinbit-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-arrow:before {
  content: "\e903";
}
.icon-chevron:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e905";
}
.icon-pin:before {
  content: "\e917";
}
.icon-envelope:before {
  content: "\e906";
}
.icon-more-arrow:before {
  content: "\e907";
}
.icon-compliance:before {
  content: "\e908";
}
.icon-feasibility:before {
  content: "\e909";
}
.icon-management:before {
  content: "\e90a";
}
.icon-monitoring:before {
  content: "\e90b";
}
.icon-notifications:before {
  content: "\e90c";
}
.icon-patients:before {
  content: "\e90d";
}
.icon-randomization:before {
  content: "\e90e";
}
.icon-square:before {
  content: "\e916";
}
.icon-regulatory:before {
  content: "\e90f";
}
.icon-remote-sdv:before {
  content: "\e910";
}
.icon-reports:before {
  content: "\e911";
}
.icon-safety:before {
  content: "\e912";
}
.icon-start-up:before {
  content: "\e913";
}
.icon-training:before {
  content: "\e914";
}
.icon-validation:before {
  content: "\e915";
}
.icon-pediatric:before {
  content: "\e918";
}
.icon-gastrology:before {
  content: "\e919";
}
.icon-hematology:before {
  content: "\e91a";
}
.icon-oncology:before {
  content: "\e91b";
}
.icon-pulmonology:before {
  content: "\e91c";
}
