.component-block.inactive {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  filter: blur(2px);
}

.lookup-block #lookup-phone {
  border: 1px solid black;
  border-radius: 5px;
  padding: 0 10px;
  height: 34px;
  min-width: 30%;
}
.lookup-block #lookup-submit {
  padding: 10px;
  background: black;
  color: white;
  border: 0;
  margin-left: -5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 35px;
  width: 50px;
  text-decoration: underline;
  cursor: pointer;
  position:relative;
  top:-2px;
  left:-3px;
  font-size: 14px;
  padding-top: 7px;
}


button#lookup-wipe-customer {
    background: none;
    border: 0;
    appearance: none;
    border-radius: 0;
    color: black;
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    padding: 0;
    margin-top: 15px;
    cursor: pointer;
}

#lookup-wipe-customer svg {
    width: 25px;
    margin-right: 10px;
}