.custom-numeric-textbox .k-input-inner {
  all: inherit;
}
.custom-alignment-wrapper {
  display: flex;
  background-color:palegreen;
  align-items: center; /* Align items in the middle */
}
