.input-step {
  position: relative;
}

.input-step i {
  position: absolute;
  right: 5px;
  cursor: pointer;
}

.input-step.disabled i {
  cursor: unset;
}

.input-step.disabled i svg {
  fill: var(--app-icon);
}

.input-step .up {
  top: 5px;
}

.input-step .down {
  bottom: 5px;
}

.input-step svg {
  width: 8px;
  height: 8px;
  fill: var(--white);
}

.input-step input {
  width: 100%;
  height: 30px;
  padding: 0 20px 0 10px;
  border: 1px solid var(--app-border);
  background-color: var(--input-step-background) !important;
}