.addon {
  min-width: 5.9rem;
  height: 3.4rem;
  margin-top: .9rem;
  background-color: rgba(16, 22, 34, 0.02);
  border: 1px solid #E3E9F3;
  border-right: 0;
  border-radius: 0.25rem;
  color: rgba(16, 22, 34, 0.5);
  line-height: 3.2rem;
  font-size: 1.3rem;
  font-family: 'Lato';
  font-weight: 600!important;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.errorAddon {
  border: 1px solid #ff203c!important;
  border-right: none!important;
}

.addonFocus {
  border-color: #78caff;
  border-right: 0;
}

.invalidAddon {
  border-color: #ff203c !important;
  border-left: 0;
}

.inputAddon {
  min-width: 200px;
  margin-bottom: 1rem;
  font-size: 1.3rem;

  > input {
    height: 3.4rem;
    margin-top: .9rem;
    padding-left: 1rem;
    background-size: 0 !important;
    border: 1px solid #E3E9F3;
    border-left: 0;
    border-radius: 0.25rem;
    line-height: 3.4rem;
    font-size: 1.3rem;
    font-family: 'Lato' !important;
    box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
    &:focus {
      border-color: #78caff;
    }
  }

  & + span {
    border-color: #E3E9F3;
  }
}

/*# sourceMappingURL=btPWGVzd.scss.map */