.nw-creditcardcvv {
  margin-bottom: 15px;
}

.nw-paymentoption-cardcvv {
  margin-right: 15px;
}

.nw-cvv-input {
  margin-right: 8px;
  width: 80px;
  padding: 10px;
}

.nw-cvv-image {
  position: absolute;
  top: -16px;
  left: 24px;
  display: none;
  width: 80px;
  background-color: $white;
}

.nw-cvv-image-savedcard {
  @media screen and (max-width: $screen-min-sm) {
    top: -60px;
    left: -30px;
  }
}

.nw-cvv-info {
  position: relative;
  width: 20px;
  height: 20px;
  font-size: $font-size-xs;
  line-height: 20px;

  &:hover {
    .nw-cvv-image {
      display: block;
    }
  }
}

.nw-cvv-passwordtype {
  -webkit-text-security: disc;
  -moz-text-security: disc;
  text-security: disc; // stylelint-disable-line
}
