.slap-input {
  & > div:nth-of-type(1) {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);

    & > span:nth-of-type(1) {
      color: #ff0000;
    }

    & > span:nth-of-type(2) {
      color: #ff0000;
      font-weight: normal;
      font-size: 11px;
    }
  }
}
