.pe_signup_modal_container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: Inter;
  z-index: 1000000001;
  display: none;
}

.pe_signup_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000e5;
}

.pe_signup_modal {
  position: absolute;
  right: 0;
  z-index: 101;
  background: #fff;
  top: unset;
  left: 0;
  bottom: -63%;
  width: 100%;
  border-radius: 16px 16px 0 0;
  animation: modalAnimation 0.5s ease-in-out 0.1s 1 forwards;
}

@keyframes modalAnimation {
  from {
    bottom: -63%;
  }
  to {
    bottom: 0;
  }
}

.pe_signup_close_btn {
  position: absolute;
  z-index: 102;
  cursor: pointer;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.pe_signup_close_btn > img {
  object-fit: contain;
}

.pe_signup_modal_content {
  position: relative;
  /* display: none; */
}

.pe_signup_top {
  padding: 16px;
  position: relative;
  overflow: hidden;
  height: 547px;
}

.pe_signup_title {
  margin-bottom: 30px;
}

.pe_signup_title > p {
  color: #45a081;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.pe_signup_title > span {
  color: #30363c;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.pe_signup_banner {
  position: relative;
  left: 108%;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  margin-bottom: 24px;
  height: 64px;
  background-color: #fff;
  border: 1.5px solid transparent;
  box-shadow: 0px 1px 4px 0px #00000014;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(270deg, #c1e7f3 50%, #53a2ce) border-box;
}

.pe_signup_banner_ad {
  animation: bannerAnimation 0.4s linear 0.4s forwards;
  /* bannerBorderAnimation 3s linear 0.2s forwards; */
}

.pe_signup_banner_discount {
  animation: bannerAnimation 0.4s linear 1s forwards;
  /* bannerBorderAnimation 3s linear 0.2s forwards; */
}

/* @keyframes bannerBorderAnimation {
    0% {
        background: linear-gradient(white, white) padding-box,
            linear-gradient(180deg, #c1e7f3 50%, #53a2ce) border-box;
    }

    40%,
    65% {
        background: linear-gradient(white, white) padding-box,
            linear-gradient(90deg, #c1e7f3 50%, #53a2ce) border-box;
    }

    80% {
        background: linear-gradient(white, white) padding-box,
            linear-gradient(0deg, #c1e7f3 50%, #53a2ce) border-box;
    }

    100% {
        background: linear-gradient(white, white) padding-box,
            linear-gradient(270deg, #c1e7f3 50%, #53a2ce) border-box;
    }
} */

@keyframes bannerAnimation {
  0% {
    left: 103%;
  }

  100% {
    left: 0;
  }
}

.pe_signup_banner_text {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #30363c;
}

.pe_signup_banner_text > span:first-child {
  font-weight: 700;
}

.pe_signup_subtext {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #3e415b;
}

.pe_signup_bg {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.pe_signup_bg > img {
  width: 100%;
}

.pe_signup_footer {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 24px 16px;
  border-radius: 16px 16px 0 0;
  box-shadow: 0px -4px 14px 0px #00000014;
}

.pe_signup_footer_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #30363c;
  margin-bottom: 12px;
}

.pe_signup_input_box {
  padding: 12px 16px;
  border: 1px solid #45a081;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px;
}

.pe_signup_input_box:focus-within {
  outline: none;
}

.pn_mobile_error,
.pn_otp_error {
  font-size: 12px;
  color: #f47779;
  font-weight: 500;
  margin: 4px 6px 0;
  display: none;
}

.pe_signup_send_otp_btn {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 12px 16px 12px 16px;
  border-radius: 12px;
  background: #30363c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 20px;
}

.pe_signup_confirm_otp_btn {
  margin-top: 0;
}

.pe_signup_success {
  display: none;
  height: 500px;
}

.pe_signup_success_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.pe_signup_success_container > img {
  position: absolute;
}

.pe_signup_success_confetti_icon {
  width: 305px;
}

.pe_signup_success_icon {
  width: 108px;
}

.pe_signup_coupon_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px;
  display: none;
}

.pe_signup_coupon_title_box {
  text-align: center;
  margin-bottom: 32px;
}

.pe_signup_coupon_title_box > span {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #3e415b;
}

.pe_signup_coupon_title_box > p {
  font-size: 12px;
  line-height: 18px;
  color: #4f585e;
}

.pe_signup_coupon_info {
  width: 266px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 20px 16px;
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
}

.pe_signup_coupon_info_img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.pe_signup_coupon_info_img > img:nth-child(2) {
  width: 64px;
}

.pe_signup_coupon_info_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 9px;
  margin-bottom: 16px;
}

.pe_signup_coupon_info_title > h1 {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.pe_signup_coupon_info_title_line {
  width: 54px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(126, 167, 242, 0.5) 0.68%,
    rgba(181, 205, 247, 0) 97.3%
  );
}

.pe_signup_coupon_info_title_line:first-child {
  transform: rotate(180deg);
}

.pe_signup_coupon_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px dashed #b5cdf7;
}

.pe_signup_coupon_main > span {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  color: #3e415b;
  margin-bottom: 12px;
}

.pe_signup_coupon_code {
  position: relative;
}
.pe_signup_coupon_code > p {
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  color: #30363c;
  text-align: center;
  position: absolute;
  top: 47%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.pe_signup_coupon_info_footer {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #6e787e;
  margin-top: 16px;
}

.pe_signup_collect_coupon_btn {
  width: 100%;
}

.pe_signup_sticky_banner {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  background-color: #3e415b;
  font-family: Inter;
  z-index: 10000;
}

.pe_sb_close_btn {
  position: absolute;
  right: 16px;
  top: -11px;
}

.pe_sticky_banner_top_sec {
  padding: 2px 6px;
  background-color: #e15f7f;
  width: fit-content;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
}

.pe_sb_coupon_info {
  padding: 16px;
  display: flex;
}

.pe_sb_img_container {
  position: relative;
}

.pe_sb_img_star {
  position: absolute;
  left: 7px;
  width: 8px;
}

.pe_sb_discount {
  width: 36px;
}

.pe_sb_coupon_text {
  flex: 1;
  margin: 0 28px 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.pe_sb_collect_btn {
  padding: 11px 8px;
  background-color: #fff;
  color: #30363c;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
}

.pe_signup_btn_disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #6b737d;
}
