@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot?gwj9n3");
  src: url("fonts/icomoon/icomoon.eot?gwj9n3#iefix") format("embedded-opentype"),
    url("fonts/icomoon/icomoon.ttf?gwj9n3") format("truetype"),
    url("fonts/icomoon/icomoon.woff?gwj9n3") format("woff"),
    url("fonts/icomoon/icomoon.svg?gwj9n3#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-eye:before {
  content: "\e900";
}
.icon-refresh:before {
  content: "\e901";
}
.icon-user:before {
  content: "\e902";
}
.icon-lock:before {
  content: "\e903";
}
.icon-smartphone:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e905";
}

.icon-down-arrow:before {
  content: "\e906";
}
.icon-user-id-card:before {
  content: "\e907";
}
.icon-logout:before {
  content: "\e908";
}
.icon-cancel:before {
  content: "\e909";
}
.icon-delete:before {
  content: "\e90a";
}