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

[class^="popupicon-"], [class*=" popupicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pcicons' !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;
}

.popupicon-check:before {
  content: "\e900";
}
.popupicon-close:before {
  content: "\e901";
}
.popupicon-error:before {
  content: "\e902";
}
.popupicon-hourglass:before {
  content: "\e903";
}
.popupicon-watch:before {
  content: "\e904";
}
