input{
  text-align: right;
  width: 100%;
}
.decimal-input-container{
  @apply flex justify-center items-center gap-1 w-full;	
  span{ 
    @apply shrink-0;
  }
}
