@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?yg5e0z');
  src:  url('../fonts/icomoon.eot?yg5e0z#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?yg5e0z') format('truetype'),
    url('../fonts/icomoon.woff?yg5e0z') format('woff'),
    url('../fonts/icomoon.svg?yg5e0z#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-off:before {
  content: "\e904";
}
.icon-eye:before {
  content: "\e905";
}
.icon-keyboard_arrow_right:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e903";
}
.icon-dot-grid-fill-svgrepo-com:before {
  content: "\e900";
}
.icon-cancel:before {
  content: "\e901";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
