
.nw-otp-container {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 470px;
  padding: 0 20px 0 32px;
  font-size: $font-size-xs;

  @media (max-width: 768px) {
    width: 100%;
    padding: 0;
  }
}

.nw-otp-heading {
  margin-bottom: 10px;
  font-family: $secondary-font-family;
}

.nw-otp-heading-text {
  margin-right: 4px;
}

.icomoon-info {
  position: relative;
  display: inline-block;

  border-radius: 50%;
  width: 15px;
  height: 15px;

  padding-left: 1px;
  background-color: $default-color;

  font-size: $font-size-xxxs;


  line-height: 15px;
  text-align: center;

  color: $white;

  &:hover .nw-otp-tooltip {
    display: block;
  }
}

.nw-otp-tooltip {
  position: absolute;
  z-index: 1;
  display: none;
  width: 240px;
  padding: 8px 16px;

  background-color: $default-color;

  font-size: $font-size-xxs;
  font-family: $secondary-font-family;

  line-height: 20px;
  text-align: left;
  color: $white;

  @media (max-width: 768px) {
    top: 30px;
    right: -90px;
  }
  @media screen and (min-width: 769px) {
    bottom: -4px;
    left: 36px;
  }

  .nw-otp-tooltip-info {
    margin: 0;  
  }

  &::before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    @media (max-width: 768px) {
      top: -9px;
      right: 89px;
      border-bottom: 10px solid $default-color;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
    }
    @media screen and (min-width: 769px) {
      bottom: 2px;
      left: -9px;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid $default-color;
    }
  }
}

.nw-otp-form form {
  position: relative;
  width: 100%;
}

// .otpform-elems {
//   display: inline-block;
//   // margin-right: 20px;
// }



.nw-otp-sent-resend {
  justify-content: space-between;
  display: flex;
  margin-bottom: 12px;
  width: 420px;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.nw-otp-resendbtn {
  display: inline-block;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  color: $checkout-delopt-selectedcolor;

  @media (max-width: 768px) {
    height: 22px;
  }

  &:disabled {
    border: 0 !important;
    border-bottom: 2px solid $otpbutton-disabledcolor !important;
  }
}

.nw-otp-sent-text {
  display: inline-block;

  @media (max-width: 768px) {
    width: 80%;
  }
}

.nw-otp-btn-loader {
  position: absolute;
  top: 10px;
  right: 13%;
}

.nw-otp-btn-loader-gif {
  width: 20px;
}

.nw-otp-verifybtn {
  width: 32%;
  padding: 10px 0;
  font-size: $font-size-xs;
  font-family: $secondary-font-family;

  &:hover {
    color: $checkout-delopt-selectedcolor;
    border-color: $checkout-delopt-selectedcolor;
  }

  &[disabled] {
    color: $gray;
    border-color: $gray;
  }
}


.nw-otp-input {
  /* stylelint-disable */
  margin-right: 3%;
  /* stylelint-enable */
  border: 0;

  width: 65%;

  padding: 12px 0 13px 16px;

  background-color: $concrete;

  font-size: $font-size-xs;
  font-weight: 600;
  outline: none;

  &::placeholder {
    font-weight: normal;
    color: $gray;
  }
}

.nw-otp-error {
  margin-top: 12px;
  font-size: $font-size-xxs;
  // &.error-msg {
  color: $color-danger;

  .icomoon-sad {
    margin-right: 8px;
  }
  // }
}

.nw-otp-successblock {
  margin: 2px 0;
  font-weight: 600;
  color: $default-color;

  .nw-otp-check {
    margin-right: 8px;
    font-size: $font-size-sm;
  }

  strong {
    font-family: $secondary-font-family;
  }
}

fieldset {
  margin: 0;
}

.grecaptcha-badge {
  z-index: 111;
}
