.pe-nudge-div-area {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

.rest {
  margin: 0;
}

.pe-nudge-modal_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000001;
}

.pe-nudge-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.pe-nudge-modal {
  position: absolute;
  right: 0;
  top: 0;
  width: 440px;
  height: 100%;
  z-index: 101;
  background: #fff;
}

.pe-nudge-modal-success {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 440px;
}

.pe-nudge-close_btn {
  position: absolute;
  z-index: 102;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.pe-nudge-black_close_btn {
  width: 32px;
  height: 32px;
}

.pe-nudge-white_close_btn {
  display: none;
}

.pe-nudge-modal_img {
  /*  height: 184px;*/
  object-fit: contain;
}

.pe-nudge-flex_column {
  display: flex;
  flex-direction: column;
}

.pe-nudge-flex_row {
  display: flex;
  flex-direction: row;
}

.pe-nudge-modal_content {
  padding: 16px 24px 24px 24px;
  flex: 1;
}

.pe-nudge-field_container {
  flex: 1;
}

.pe-nudge-label {
  color: #30363c;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}

.pe-nudge-input_box {
  box-sizing: border-box;
  color: #30363c;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #d7dfe5;
  border-radius: 8px;
  background: #fff;
}

.pe-nudge-number_input_box {
  width: 100%;
  height: 48px;
  padding: 12px;
  margin-top: 16px;
  border: 1px solid #8897a2;
  outline: none;
  -moz-appearance: textfield;
}

.pe-nudge-number_input_box::-webkit-inner-spin-button,
.pe-nudge-number_input_box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pe-nudge-otp_input_box {
  /*  margin-top: 16px;*/
  width: 56px;
  height: 40px;
  padding: 8px;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #4f585e;
}

.pe-nudge-otp_cta {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  padding: 12px 16px;
  background-color: #10847e;
  cursor: pointer;
  border: none;
  margin-top: 16px;
}

.pe-nudge-tnc {
  color: #6e787e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}

.pe-nudge-tnc_policy {
  color: #30363c;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  cursor: pointer;
}

.pe-nudge-otp-message {
  color: #6e787e;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 4px;
  /*  margin-bottom: 8px;*/
}

.pe-nudge-edit-number-link {
  margin-left: 8px;
  color: #30363c;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
}

.pe-nudge-otp_input_container {
  height: 48px;
  /*  gap: 16px;*/
  margin-top: 16px;
  justify-content: space-between;
}

.pe-nudge-otp-resend-container {
  margin-top: 16px;
  margin-bottom: 0;
}

.pe-nudge-resend-timer {
  margin-left: 8px;
  color: #30363c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.pe-nudge-resend-link {
  color: #10847e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.pe-nudge-resend-link[disabled] {
  color: #6e787e;
  pointer-events: none;
}

.pe-nudge-resend-link:not([disabled]) {
  color: #10847e;
  pointer-events: auto;
}

.pe-nudge-error-message {
  display: none;
  color: #f47779;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}

.postDateWrap {
  display: flex;
  flex-direction: column;
}

.postDateWrap .last-updated-date {
  width: auto !important;
  margin-top: 8px;
}

.yasr-already-voted-text {
  font-weight: 500;
  font-size: 14px;
  color: #4f585e;
}

@media screen and (max-width: 767px) {
  .pe-nudge-modal {
    top: unset;
    left: 0;
    bottom: 0;
    height: 425px;
    width: 100%;
  }

  .pe-nudge-modal-success {
    top: unset;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .pe-nudge-modal_img {
    /*    max-height: 175px;*/
    width: 100%;
    object-fit: contain;
  }

  .pe-nudge-label {
    margin: 0 0 0px;
  }

  .pe-nudge-input_box {
    margin-bottom: 0px;
  }

  .pe-nudge-otp_cta {
    line-height: 40px;
    border-radius: 4px;
    padding: 0px;
  }

  .pe-nudge-modal_content {
    padding: 16px 16px 16px;
    flex: 1;
  }

  .pe-nudge-otp_input_box {
    height: 40px;
  }

  .pe-nudge-close_btn {
    right: unset;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pe-nudge-black_close_btn {
    display: none;
  }

  .pe-nudge-white_close_btn {
    display: block;
    width: 40px;
    height: 40px;
  }

  .postDateWrap .last-updated-date:nth-child(2) {
    margin-top: 6px;
  }
}
