/*
* Verify Component: verify step in login and register and displays after the user change it's phone number.
* You can use these classes to target the elements in the component.
*/
salla-verify {
  display: block;
}

.s-verify-input {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.s-verify-input::-webkit-outer-spin-button, .s-verify-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.s-verify-input[type=number] {
  -moz-appearance: textfield;
}