%aid-icon{
  zoom: 1;
  display: inline-block;
  vertical-align: top;
  font: normal normal normal 24px/1 "AI Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

%input-icon {
  color: $gray-lighter;
  background: transparent;
  border-color: transparent;
  @include hover{
    color:  inherit;
  }
}




