@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}
body{
  overflow: hidden;
}

.pay_kj.pay_upi_section {
  margin: auto;
  max-width: 550px;
  background-image: url("/payment19/payment_assets/images/paymentback.png");
  background-size: cover;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.pay_main::-webkit-scrollbar {
  display: none;
}
.pay_kj_top {
  padding: 0px 16px;
  overflow-y: auto;
  overflow-x: hidden;
}
.pay_kj_top::-webkit-scrollbar {
  display: none;
}
/* header */
.pay_kj_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.pay_kj_headborde p {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.pay_kj_headerarrow img {
  cursor: pointer;
}
.pay_upitypes a {
  cursor: unset;
}
.pay_kj_upityp {
  cursor: pointer;
}
.pay_kj_headborde {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
  border-radius: 90px;
}
/* banner */
.pay_kj_banner {
  padding: 0px;
  text-align: center;
}
.pay_kj_banner h2 {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: rgba(239, 237, 247, 1);
  padding: 10px 0px 5px;
}
.pay_kj_banner p {
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.pay_kj_banner span {
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  padding-right: 10px;
}
.pay_bannertp {
  margin: 15px 0px 0px;
}
/* pay QR code */
.pay_kj_qrheadmn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.pay_kj_qrhead {
  padding: 12px;
  text-align: center;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
}
.pay_kj_qrheadmn h2 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.paykjqr {
  padding: 6px;
  border: 1.2px solid rgba(180, 180, 180, 1);
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.paykjqr img {
  max-width: 100%;
}

.pay_kj_qrscandetails h2 {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(210, 210, 210, 1);
}
.pay_kj_qrscandetails p {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(210, 210, 210, 1);
}
.pay_kj_qrscandetails span {
  color: rgba(255, 80, 80, 1);
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  font-weight: 500;
}
.pay_upitypes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 12px 0px;
}
.pay_kj_upiapps {
  padding: 12px 12px 4px;
  display: flex;
  justify-content: center;
}
.pay_kj_upiappsin h2 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #E7E7E7;
  margin: auto 0px;
}
.pay_kj_upi_types {
  padding: 12px 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 6px;
}
.pay_kj_upityp img{
  width: 32px;
  height: 32px;
}
.pay_kj_upityp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  padding: 10px 0px;
  border-radius: 8px;
  background: rgba(19, 19, 19, 0.4);
  border: 1px solid rgba(180, 180, 180, 1);
}
.pay_kj_upityp p {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: rgba(210, 210, 210, 1);
}
.pay_upi_active {
  background: linear-gradient(180deg, #4a306c 0%, #29151b 100%);
}
/* pay button */
.pay_kj_button {
  display: flex;
  justify-content: center;
}

.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.pay_paybut {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 16px;
  margin: 0px auto;
  width: 100%;
  max-width: 550px;
  background: rgb(18 10 27);
  z-index: 9;
}
.makee_pym {
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #fff;
  background: radial-gradient(50% 50% at 50% 50%, #4a306c 0%, #340d65 100%);
  border: unset;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}

.pay_or_line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pay_or_lineleft {
  display: block;
  width: 100%;
  max-width: 60px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 15.27%
  );
  opacity: 0.2;
}
.pay_or_text {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: rgba(144, 144, 144, 1);
}
.pay_or_lineright {
  display: block;
  width: 100%;
  max-width: 60px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 84.73%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.2;
}
/* pay succcess */

.pay_kj_success {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pay_kj_successfull {
  padding: 14px 0px;
  text-align: center;
}
.pay_kj_successfull h2 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin: 8px 0px;
}
.pay_kj_successfull p {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: rgba(210, 210, 210, 1);
  padding: 0px 16px;
}
.pay_kj_details {
  padding: 0px 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: #1c102bdb;
}
.pay_detailslst {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /* padding: 16px 0px; */
  padding: 13px 0px;
}
.pay_detailslst:last-child {
  border-bottom: none;
}
.pay_kj_transactionhead h2 {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin: auto 0px;
}
.pay_kj_transactiondetails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 14px;
}
.pay_kj_transactionlist {
  flex: 0 0 48%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.pay_kj_details h2 {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(244, 244, 244, 1);
}
.pay_kj_details p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: rgba(244, 244, 244, 1);
  letter-spacing: 0.01em;
}

.pay_successbut {
  padding: 10px 0px;
  margin: 0px auto;
  width: 100%;
  max-width: 550px;
}
.pay_successdone {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #fff;
  background: radial-gradient(50% 50% at 50% 50%, #4a306c 0%, #340d65 100%);
  border: unset;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  cursor: pointer;
}
.pay_kj_successamount p{
  color: rgba(0, 203, 159, 1);
}
.pay_kj_successamount span{
  color: rgba(0, 203, 159, 1);
}
.pay_failedamount p{
  color: rgba(255, 80, 80, 1);
}
.pay_failedamount span{
  color: rgba(255, 80, 80, 1);
}
/* payment failed */
.pay_failed {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pay_failed h2 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin: 4px 0px;
}
.pay_failed p {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: rgba(210, 210, 210, 1);
  padding: 0px 16px;
}
.pay_fil {
  padding: 14px 0px;
  text-align: center;
}
.pay_failedbut {
  padding: 10px 0px;
  margin: 0px auto;
  width: 100%;
  max-width: 550px;
}
.pay_failedretry {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #fff;
  background: radial-gradient(50% 50% at 50% 50%, #4a306c 0%, #340d65 100%);
  border: unset;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  cursor: pointer;
}
.pay_kj_qrscandetails {
  padding: 12px;
  text-align: center;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
}
.payment_su_fa_value::before { 
  content: attr(data-value); 
}
@media screen and (min-width: 551px) {
  .pay_kj_upi_types {
    gap: 8px;
  }
  .pay_kj.pay_upi_section {
    height: auto;
    max-height: 85vh;
    width: 100%;
  }
  body {
    background-color: grey;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .pay_paybut {
    position: unset;
    width: 100%;
    padding: 10px 0;
  }
  .pay_kj_top {
    padding-bottom: 10px !important;
  }
  .pay_kj_successfull {
    padding: 0px 50px;
  }
  .pay_kj_banner {
    padding: 5px 0px;
}
.pay_kj_button.pay_now_btn {
  padding: 0 16px;
}
}
@media screen and (max-width: 550px) {
  .pay_kj_successfull,
  .pay_failed {
    padding: 0px 30px;
  }
  .pay_kj_transactionhead {
    padding: 10px;
  }
  .pay_kj_transactiondetails {
    padding: 10px;
  }
  .pay_kj_successfull h2,
  .pay_failed h2 {
    margin: 6px 0px;
  }
  .pay_kj_banner {
    padding: 5px 0px;
  }
  .pay_failedmain {
    padding: 10px 0px;
  }
  .pay_failedmain h2 {
    margin: 4px 0px;
  }
  .pay_kj_transactionlist {
    margin-bottom: 10px;
  }
      .pay_kj_banner img {
        width: 80px;
    }
    .pay_kj_details h2 {
      font-size: 13px;
    }
    .pay_kj_details p {
      font-size: 14px;
    }
    .pay_successbut{
      padding: 0px 0px 10px;
    }
    .pay_failedbut{
      padding: 0px 0px 10px;
    }
    .pay_kj_banner h2 {
      padding: 5px 0px;
  }
}
@media screen and (min-width: 620px) and (max-width: 690px){
  .pay_kj_top {
    padding-bottom: 0px !important;
  }
  .pay_kj_qrscandetails {
    padding: 0px 0px 10px;
  }
}
@media screen and (max-width: 359px) {
.pay_kj_upityp {
  padding: 10px 0;   
}
.pay_kj_upityp p {
  font-size: 11px;
}
}
@media screen and (max-width: 319px) {
  .pay_kj_qrhead {
    gap: 5px;
  }
  .pay_kj_qrscan {
    flex-direction: column;
  }
  .pay_kj_upityp p {
    font-size: 9px;
  }
  .pay_upitypes {
    justify-content: center;
  }
  .pay_kj_qrscandetails {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .pay_kj_qrscanleft img {
    width: 100px;
  }
  .pay_kj.pay_upi_section {
    height: auto;
    max-height: 98vh;
  }
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 550px) {
    body {
      background: rgba(20, 20, 20, 1);
    }
  }
}
