.ics-input-picker {
  .nut-input {
    padding: 10px !important;
  }
  .nut-input-right-box {
    margin-left: 10px;
  }
}

.blood-pressure-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--nut-input-font-size, var(--nut-font-size-2, 14px));
  line-height: inherit;
  color: $numberkeyboard-key-font-size-color;
  .pressure-input {
    width: 50px !important;
  }
  .separator {
    margin: 0 3px;
    color: rgba(0, 0, 0, 0.45);
  }

  .input-active {
    border-bottom: 1px solid $numberkeyboard-key-finish-background-color;
  }
}

.not-measured {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 6px 0 6px;
  box-sizing: border-box;
  gap: 6px;
  user-select: none;
  .nut-key {
    flex-basis: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: $numberkeyboard-key-height;
    font-size: calc($numberkeyboard-key-font-size / 2);
    line-height: $numberkeyboard-key-line-height;
    background-color: $numberkeyboard-key-background-color;
    color: $numberkeyboard-key-font-size-color;
    border-radius: $numberkeyboard-key-border-radius;
    cursor: pointer;
  }
  .nut-key--active {
    background-color: $numberkeyboard-key-active-background-color;
  }
  .nut-key__wrapper--wider {
    flex-basis: calc(66% + 6px);
  }
}
