@import "../../styles/themes/variable.scss";

@font-face {
  font-family: "xh-iconfont"; /* Project id 4043926 */
  src:
    url('./font/iconfont.woff2?t=1687140360510') format('woff2'),
    url('./font/iconfont.woff?t=1687140360510') format('woff'),
    url('./font/iconfont.ttf?t=1687140360510') format('truetype');
}
#{$xh-prefix}-idnumber-input {
  &-slot {
    padding: 28px;
  }
  &-scan {
    display: inline-block;
    font-family: xh-iconfont;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    font-size: 20PX;
    color: var(--color-primary-secondary);
    &:before {
      content: "\e618";
    }
  }
  &-name {
    color: var(--font-color-secondary);
    font-size: 20px;
  }
}
