.nv-field {
  @apply leading-none;
  &--error {
    .nv-selection-control {
      &:not(.nv-selection-control--disabled):not(:hover):not(:focus) {
        .nv-selection-control__wrap {
          @apply text-alert #{!important};
        }
      }
    }
  }
  &--success {
    .nv-selection-control {
      &:not(.nv-selection-control--disabled):not(:hover):not(:focus) {
        .nv-selection-control__wrap {
          @apply text-success #{!important};
        }
      }
    }
  }
}
