@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?w7aglc');
  src:  url('fonts/icomoon.eot?w7aglc#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?w7aglc') format('truetype'),
    url('fonts/icomoon.woff?w7aglc') format('woff'),
    url('fonts/icomoon.svg?w7aglc#icomoon') format('svg');
  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: 'icomoon' !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.is-large [class^="icon-"], .icon.is-large [class*=" icon-"] {
  font-size: 3rem;
}

.icon.is-medium [class^="icon-"], .icon.is-medium [class*=" icon-"] {
  font-size: 2rem;
}

.icon.is-small [class^="icon-"], .icon.is-small [class*=" icon-"] {
  font-size: 1rem;
}

.icon [class^="icon-"], .icon [class*=" icon-"] {
  font-size: 1.5rem;
}

.icon-check-circle-outline:before {
  content: "\e90f";
}
.icon-whatsapp-outline:before {
  content: "\e90e";
}
.icon-lock:before {
  content: "\e90c";
}
.icon-information-circle:before {
  content: "\e90d";
}
.icon-eye:before {
  content: "\e90b";
}
.icon-chevron-right:before {
  content: "\e909";
}
.icon-chevron-left:before {
  content: "\e90a";
}
.icon-calendar:before {
  content: "\e908";
}
.icon-pencil:before {
  content: "\e900";
}
.icon-download:before {
  content: "\e901";
}
.icon-filter:before {
  content: "\e902";
}
.icon-magnify:before {
  content: "\e903";
}
.icon-trash-can:before {
  content: "\e904";
}
.icon-sync:before {
  content: "\e905";
}
.icon-arrow-down:before {
  content: "\e906";
}
.icon-excel:before {
  content: "\e907";
}
