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

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

