@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');



@font-face {
  font-family: 'SFProText';
  src: url('../fonts/sfpro/SF-Pro-Text-Regular.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProText';
  src: url('../fonts/sfpro/SF-Pro-Text-Medium.otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProText';
  src: url('../fonts/sfpro/SF-Pro-Text-Semibold.otf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProText';
  src: url('../fonts/sfpro/SF-Pro-Text-Bold.otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProText';
  src: url('../fonts/sfpro/SF-Pro-Text-Black.otf');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

.payment2_section {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #044945 40%, #252525 70%);
  position: relative;
}

.pay_thrgh_upi_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.progress_circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#007771 3.6deg, #00000059 0deg);
  text-align: center;
}

.progress_circle .progress_value {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #2F2F2F;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

.progress_circle .progress_value p {
  color: #fff;
  padding-inline: 15px;
}

.qr_progress {
  display: flex;
  gap: 10px;
}

.payment2_sec_sub::-webkit-scrollbar {
  display: none;
}

.payment2_sec_sub {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 16px 20px;
}

.minHeight {
  min-height: calc(100vh - 121px);
}
.netbankin_sectiin .minHeight {
  padding-bottom: 0;
}

.payment2_main_section {
  background: radial-gradient(circle, rgb(240 244 244 / 0%) 0%, rgb(0 255 233 / 20%) 100%);
  position: relative;
}

.main_upi_page {
  height: 100%;
  display: flex;
  justify-content: center;
  background: #97a3c6;
}

.upi_payment_container {
  padding: 15px 0 12px;
}

.upi_title h1 {
  text-align: center;
  color: #ffffff;
  line-height: 14.63px;
  font-weight: 500;
  font-size: 18px;

}

.upi_title {
  position: relative;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.upi_title a img {
  cursor: pointer;
}

.acc_amt_pay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.user_alpha {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #FFFFFF33;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(15.600000381469727px);
  background: #0000003D;
}

.user_alpha p {
  border-radius: 6px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc_amt_pay h2 {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
}

.acc_amt_pay h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.acc_amt_pay h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.hand_img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-65px);
}

.upi_paym_qr_sec {
  width: 100%;
  border-radius: 12px;
  padding: 16px;
  backdrop-filter: blur(15.600000381469727px);
  background: #0000003D;
  border: 1px solid #FFFFFF1F;

}
.qr_section_pay {
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.paym_qr_ele h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.paym_qr_ele h6 {
  text-align: center;
  color: #865C96;
  margin: 4px 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.paym_qr_ele p {
  color: #865C96;
  margin: 4px 0px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;

}

.paym_qr_ele p span {
  color: #FF5247;
  line-height: 12.19px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
}

.qr-payment-logos {
  display: flex;
  gap: 5px;
  margin-top: 6px;
}

.img_upipay {
  display: flex;
  max-width: 52px;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #FFFFFF0A;
  display: flex;
  align-items: center;
  background: #5B5B5B1F;
  justify-content: center;
}

.qr_scanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr_scanner img {
  max-width: 160px;
  border-radius: 5px;
}

.paytm_btn_bi {
  width: 100%;
  background: #3CC3BB;
  padding: 12px 13px;
  border-radius: 8px;
  border: transparent;
  text-align: center;
  color: #000;
  cursor: pointer;
  line-height: 19.5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

/* add class */
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.seLect_yo_bAnkimg {
  width: 18px;
  height: 18px;
  display: none;
}

p.or_tag {
  color: #7D79AA;
  font-size: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.37px;
  text-align: center;
  padding: 5px;
}

.paym_upi_apps h4 {

  color: #1D1D1D;
  margin: 10px 0;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 0;
  background: #0000003D;
  border: 1px solid #FFFFFF1F;
  border-radius: 12px;
}

.img_upipay img {
  width: 32px;
  height: 32px;
}

.app_paylist li {
  border-radius: 108px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  gap: 8px;
}

.app_paylist li .img_upipay:hover {
  background: #47e9a01a;
  border: 1px solid #086A64;
  background-clip: padding-box;
}

.app_paylist li .active_upiapp_bor {
  background: #47e9a01a;
  border: 1px solid #086A64;
  background-clip: padding-box;
}

.app_paylist li span {
  color: #A0A0A0;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.payment2_paynow {
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.payment2_paynow_btn {
  position: sticky;
  width: 100%;
  max-width: 550px;
  bottom: -1px;
  padding: 16px 16px 20px;
  background: #252525;
}

.choose_pay_mthd {
  margin-bottom: 12px;
  position: relative;
}

.make_pymnt_txt span {
  padding-right: 16px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.card_banking_amt {
  justify-content: left;
  gap: 16px;
  margin: 15px 15px 0;
}

.bank_pop {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 50%;
  flex-basis: calc(25% - 10px);
  cursor: pointer;
  color: #1E1E1E;
  justify-content: center;
  padding: 8px 0px;
  border-width: 1px;
  flex-direction: column;

}

span.bank_icon_wrap {
  width: 52px;
  height: 44px;
  border: 1px solid #FFFFFF0A;
  backdrop-filter: blur(15.600000381469727px);
  box-shadow: 2px 2px 8px 0px #0000001F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}


/* credit and debit card css */

.swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
}

.cardSlider_slide {
  /* min-width: 260px; */
  height: 200px !important;
  background: url(../image/design75/image/cardBG.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  margin: 16px 8px;
}

.saved_card_list {
  margin: 16px 16px 0;
}

.saved_card_list h3 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 100%;
  text-transform: capitalize;

}

.amtPayable p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.amtPayable h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-top: 2px;
}

.card_detials {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bankIcon {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 20px;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 12px;
}

.cardNum {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16.8px;
  line-height: 100%;
}

.vaildDate h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 11.2px;
  line-height: 14px;
  display: flex;
  flex-direction: column;
}

.vaildDate {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-right: 10px;
}

.cvvDetials {
  width: 50%;
}

.cvvBox {
  border: 0.47px solid #929292;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.cvvEye {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-10%);
}

.vaildCard {
  display: flex;
  gap: 20px;
  padding-top: 24px;
}

.credit_card_section .payment2_sec_sub {
  padding: 0 0 20px;
}

.credit_card_section .upi_payment_container,
.credit_card_section_head {
  padding-inline: 16px;
}



.cvvhead {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 11.2px;
  color: #FFFFFF;
  padding-bottom: 6px;
  display: flex;
  justify-content: space-between;
}

.cvvhead span {
  color: #FA3F3F;
}

.cvvBox input {
  background: transparent;
  border: none;
  outline: none;
  padding-left: 10px;
  height: 100%;
  width: 80%;
  color: #FFF;
}

.btn-container {
  display: flex;
  gap: 12px;
}

.btn_Main {
  width: 100%;
}

.btn_Main button {
  border: unset;
  outline: unset;
  background: transparent;
  width: 100%;
  border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 0;
  cursor: pointer;
}

.card_Btn {
  background: #212121 !important;
  border: 1px solid #3CC3BB !important;
  color: #3CC3BB;
}

.pay_Btn {
  background: #3CC3BB !important;
  color: #001412;
}

.payCrdDebt_main {
  width: 100%;
  background: #0000003D;
  border: 1px solid #FFFFFF1F;
  backdrop-filter: blur(15.600000381469727px);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payCrdDebt_main_wrap {
  margin: 15px 16px 0;
  padding-bottom: 30px;
}

.payCrdDebt_main h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.payCrdDebt_inpt {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.payCrdDebt_inpt label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.payCrdDebt_inpt input {
  border: 0.5px solid #929292;
  background: transparent;
  border-radius: 6px;
  padding: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
}

.cvv_eye {
  position: absolute;
  top: 50%;
  right: 12px;
  cursor: pointer;
}

.payCrdDebt_inpt input:focus {
  outline: none;
}

.datewth_Cvv {
  display: flex;
  gap: 12px;
}

.payCrdDebt_inpt .cvvhead {
  padding-bottom: unset;
}

.toggle-container {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

.toggle-container input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 18px;
}

.slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-container input:checked+.slider {
  background-color: #4CAF50;
}

.toggle-container input:checked+.slider::before {
  transform: translateX(12px);
}

.saveCard {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}

.saveCard_Btn button {
  background: transparent;
  outline: unset;
  border: unset;
  width: 100%;
  height: 100%;
}

.saveCard_Btn {
  background: #0B3F3C;
  padding: 15px 10px;
  border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: #1C746F;
}

.footIcon {
  font-family: Mulish;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  color: #A3A3A3;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.entDate,
.entcvv {
  width: 50%;
}

.entcvv input {
  width: 100%;
}

.pad_sucfai_wrapper {
  width: 100%;
  height: 100%;
}

.payment2_sec_scss_fail {
  height: 100%;
  padding: 0 16px 10px;
  min-height: calc(100vh - 79px);
}

@media screen and (max-width:350px) {
  .btn_Main button {
    width: 140px;
  }
}

@media (min-width: 280px) and (max-width: 320px) {
  .acc_amt_pay h3 {
    font-size: 15px;
  }

  .upi_paym_qr_sec {
    padding: 10px 16px 10px;
  }
}

@media (min-width: 280px) and (max-width: 359px) {
  .bank_pop {
    flex: 1;
    flex-basis: calc(33% - 0px);
  }
}

@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

}

@media (max-width: 590px) {
  .payment2_section {
    border-radius: unset;
  }

  /* .upi_page_content_wrapper {
    height: calc(100vh - 121.5px);
  } */
  /* .credit_card_section .payment2_sec_sub,
  .netbankin_sectiin .payment2_sec_sub {
    height: calc(100vh - 121px);
  } */

  /* .payment2_sec_scss_fail {
    height: calc(100vh - 79px);
  } */
}

/* sucess---failure */


.pay2_sucs_fail_comm {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pay2_sucs_fail_comm>img {
  width: 16px;
  height: 16px;
}

.payment2_pay_com {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  margin: 10px auto 0;
  max-width: 232px;
}

.payment2_pay_com.failure {
  max-width: 280px;
  margin-top: 0;
}

.payment2_pay_com h5 {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-align: center;

}

.payment2_pay_com p {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.payment2_pay_com h4 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}

.pay2_transection_con {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  flex-basis: 100%;
  flex-direction: row;
}

.pay2_transection_con_padd {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  flex-basis: 100%;
  flex-direction: row;
  padding: 0 10px;
}

.pay2_transection_con_padd .pay2_trans_sp_lef {
  color: #fff;
}

.payment2_comm_trans ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  padding: 12px;
  border-radius: 12px;
}

.payment2_comm_trans_fail ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  padding: 12px;
  padding-bottom: 0;
  border-radius: 12px;
}

.payment2_comm_trans ul li:last-child {
  border-top: 1px dashed #555555;
  border-bottom: 1px dashed #555555;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}

.payment2_comm_trans_fail ul li:last-child {
  border: 0;
}

.pay2_trans_sp_lef {
  color: #7C7C7C;
  font-weight: 500;
  font-size: 14px;
  text-align: left;

}

.pay2_trans_sp_rig {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: right;

}

.pay2_button_sucess button {
  background: #3CC3BB;
  font-weight: 600;
  font-size: 14px;
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  line-height: 19.5px;
  text-align: center;
}

.trs_ksr {
  color: rgba(78, 105, 230, 1);
  font-size: 14px;
  text-align: center;
}

.payme2_comm_sucess_fai {
  background: transparent;
  padding: 0 0px 10px;
  position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 90px);
}

span.pay2_trans_sp_rig::before {
  content: attr(data-value);
}


/* Index page FLOW  */

.make_pymnt_txt {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.chsMthdMkePymtTxt {
  text-align: center;
}

.mt-0 {
  margin-top: 0;
}

.pt-0 {
  padding-top: 0;
}

.paym_upi_apps {
  padding-top: 4px;
}

.payment_methods_selct h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
}

.upi_left {
  text-align: center;
  display: flex;
  gap: 4px;
  align-items: center;
  flex-direction: column;
}

.payment_methods_selct {
  flex-basis: 100%;
  cursor: pointer;
  position: relative;
  border: 1px solid #BEA4C980;
  backdrop-filter: contrast(0);
  box-shadow: 2px 2px 8px 0px #0000001F;
  gap: 12px;
  border-radius: 8px;
  padding: 10px 6px;
}

.amtPayable p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.amtPayable {
  width: 100%;
  text-align: center;
  padding: 0 16px;
  border-radius: 12px;
  color: #FFFFFF;
}

.amntPbleAMntScndPg {
  padding: 20px 16px;
  margin-top: 24px;
}

.hr_line {
  width: 100%;
  max-width: 200px;
  border-bottom: 1px solid #FFFFFF;
  margin: 12px auto;
}

.payment_method_wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: stretch;
}

.payment_methods_selct p {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.payment_methods_selct h5 {
  color: #FFFFFF99;
  font-size: 8px;
  font-weight: 400;

}

.payment_logos_img {
  width: 100%;
  max-width: 50px;
  display: block;
  margin-left: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}

.money_ddd {
  position: absolute;
  bottom: 0;
  right: -24px;
  max-width: 100px;
}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 16px 20px;
  background: #252525;
}

.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}

.bank_lg_img {
  width: 100%;
  max-width: 120px;
}

.bank_pymnt_txt {
  padding-bottom: 15px;
  color: #1D1D1D;
  line-height: 17.07px;
  padding: 0px 16px 5px 16px;
  padding-left: 0px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;

}

.bank_lg_icn {
  width: 16px;

  height: 16px;

  max-width: 16px;

  max-height: 16px;
}

.bank_lg_icn_sear {
  width: 100%;
  max-width: 24px;
}



.bank_pop span {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.5px;
  color: #A0A0A0;
}

.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  justify-content: space-between;
}

.seksrr_lected>a {
  border: 2px solid rgba(78, 105, 230, 1) !important;
  box-shadow: 0px 0px 15px 0px rgba(78, 105, 230, 0.5) inset;

}

.chose_bank a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  border: 0.5px solid rgba(213, 213, 213, 1);
}

.chose_bank span {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
}

.bank_sec.selected {
  border: 1px solid #3C67D9;
}

.search_bank {
  position: relative;
  margin-top: 12px;
}

.search-txtt {
  width: 100%;
  padding: 15px 12px 15px 30px;
  border-radius: 12px;
  border: none;
  text-indent: 10px;
  color: #fff;
  border: 1px solid #FFFFFF1F;
  background: #00000057;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

}

.search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  display: flex;
}

.search-txtt::placeholder {
  color: #A0A0A0 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
}

.search-txtt:focus-visible {
  outline: none !important;
}

.bank_name {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  gap: 8px;
  cursor: pointer;
  line-height: 16px;
  color: #fff;
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #A3A3A34D;
}

.bank_name.bAnk_selEctedUsr {
  color: #00FFF1;
}

.bank_name.bAnk_selEctedUsr:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 10px;
  background: url('../image/design75/image/tick.svg') no-repeat center center;
}

.banks_lst_dpdn ul li {
  list-style-type: none;
}

/* .banks_lst_dpdn {
  width: 100%;
  height: 100%;
} */

.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 100%;
}

.all_banks_container {
  display: none;
}


.savedcard_inner::-webkit-scrollbar {
  display: none;
}


.cardtab_savedcard .cpayment_p {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.17px;
  text-align: left;
  color: #121212;
}

.cardslider_container .swiper-slide-prev .cardSlider_slide,
.cardslider_container .swiper-slide-next .cardSlider_slide{
  /* background: linear-gradient(284.38deg, #526691 0.2%, #9FB6D7 99.33%); */
  /* filter: blur(5px); */
  /* backdrop-filter: blur(14px); */
  opacity: 0.5;
}

.sc_select_main {
  margin: 0px 10px;
  border-radius: 9px;
  padding: 12px 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  background: url('../image/design74/card_bg_cc.svg');
  background-blend-mode: luminosity;
  background-color: #8f76af;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  max-width: 200px;
}

@supports not (mix-blend-mode: luminosity) {
  .sc_select_main {
    mix-blend-mode: luminosity;
    backdrop-filter: brightness(0.7);
  }
}

.sc_select_innermain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 175px;
  max-width: 175px;
}

.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 7px;
  width: 100%;
}

.sc_bankname {
  text-align: left;
  color: #FFFFFF;
  font-size: 9.82px;
  font-weight: 600;
  line-height: 14.73px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sc_accountno {
  text-align: left;
  color: #FFFFFF;
  font-size: 12.08px;
  font-weight: 500;
  line-height: 14.73px;
}

.valid_ThrU {
  font-size: 4.53px;
  font-weight: 500;
  line-height: 5.52px;
  text-align: left;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 5px;
}

.valid_ThrU span {
  font-size: 12.08px;
  font-weight: 700;
  line-height: 14.73px;
  text-align: left;
  color: #FFFFFF;
}

.cc_cname {
  font-size: 9.06px;
  font-weight: 500;
  line-height: 11.05px;
  color: #EFEDF7;
}

.cc_infoName span {
  font-size: 10.57px;
  font-weight: 700;
  line-height: 12.89px;
  color: #EFEDF7;
  overflow-wrap: break-word;
  word-break: break-word;


}

.sc_inner_cardinfo {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}

.cc_infoName {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sc_card_icon {
  max-width: 24px;
  padding: 2px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid rgba(213, 213, 213, 1);
}

.sc_bank_icon {
  position: relative;
  max-width: 27px;
}

.sc_cvvcon {
  display: flex;
  justify-content: space-between;

}

.sc_cvvcon p {
  font-size: 13px;
  font-weight: 400;
  color: #2D2D2D;
  text-align: left;
}

.sc_cvvcon a {
  font-size: 11px;
  font-weight: 400;
  color: #191F35;
  text-align: left;
  text-decoration: underline;
}

.scc_input_con {
  width: 152px;
  margin-top: 5px;
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.scc_wrap {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.scc_wrap p {
  font-size: 14px;
  font-weight: 400;
  color: #865C96;
}

.cvv_input {
  width: 100%;
  padding: 16px;
  border: none;
  color: #7D2989;
  background: #fff;
  border: 1px solid #BEA4C9;
  border-radius: 8px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

}

.scc_input_con .cvv_input:focus {
  outline: none;
}

.scc_input_con .cvv_input::placeholder,
.newcard_inner .typenumber::placeholder {
  color: #BEA4C9;
  font-size: 50px;
  letter-spacing: -4.5px;
}

.acc_container {
  padding-top: 16px;
}

.clk_cvv_enter {
  display: none;
}

button.new_card_con {
  -webkit-tap-highlight-color: transparent;
  color: #7D2989;
  background: unset;
  border: unset;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: fit-content;
  line-height: 14.63px;
  gap: 8px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 80px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;

}

.popular_banks_container .upi_paym_qr_sec {
  margin-top: 10px;
}

.popular_banks_container .netbank_screen {
  width: 100%;
  padding: 0;
  margin: 0;
}

.search_bank_wrap {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(50px);
  z-index: 1;
}

.clsBtnBnkOptns {
  position: absolute;
  right: 0;
}

.netbank_screen .make_pymnt_txt {
  margin-bottom: 16px;
}

.addnew_plus {
  width: 100%;
  max-width: 16px;
}

.card_ddd {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-19px);
}

.sc_bank_icon {
  width: 40px;
  position: relative;
}

.card_headr_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
  padding: 10px 0;
}

.popuop_overlay_rk {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000000cc;
  width: 100%;
  z-index: 999;
  display: none;
}

.pop_up_con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  z-index: 9999;
  display: none;
}

.pop_close_fun_bj {
  text-align: center;
  position: relative;
}

.common_pop_jk img {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.balence_pop_fun_bj {
  padding: 20px;
  border-radius: 14px;
  background: #FFFFFF;
}

.balence_img_fun {
  text-align: center;

}

.con_cvv_p {
  color: #865C96;
  padding-top: 10px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;

}

.bank_lgo_img {
  top: -2px;
}

.cards_tabcontainer .cardtab_newcard {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}

.newcard_inner {

  padding: 16px 2px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  margin-bottom: 10px;
}

label {
  color: #000;
  text-transform: uppercase;
}

.choose-section .form-control {
  background: #DFDFDF !important;
  border-radius: 10px !important;
  width: 100% !important;
}

.form-control {
  display: block;
  width: 100%;
  background-clip: padding-box;
  color: #7D2989;
  -webkit-appearance: none;
  border-radius: 4px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 8px;
  padding: 14px 16px;
  border: 1px solid #BEA4C9;
}

.form-control:focus {
  outline: none;
}

.form-control::placeholder {
  color: #BEA4C9;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.d-flex .form-group {
  flex-basis: 46%;
}

.check-sec {
  margin-top: 20px;
}

.tick__ksr {
  max-width: 14px;
  position: absolute;
  right: 10px;
  top: 14px;
  display: none;
}

p.cjk {
  color: #000000;
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-weight: 400;
  font-size: 12px;
}

p.cjk11 {
  color: rgba(85, 85, 85, 1);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

input#rembember {
  margin-right: 5px;
}

.check-sec label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #865C96;
}

.labl_con a {
  text-decoration: underline;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  color: #2D2D2DDD;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 18px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.switch {
  float: right;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F8F9FD;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0px 0px 4px 0px #C3CBF3 inset;
}

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;
}

input:checked+.slider {
  background-color: #3C67D9;
}

input:checked+.slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.labl_con label {
  font-size: 10px;
  font-weight: 600;
  text-align: left;
  color: rgb(85, 85, 85);
}

.chose_bank span {
  color: rgba(45, 45, 45, 1);
  font-size: 12px;

}

.bnk_txtwth_icn {
  gap: 0;
}

.justify_space {
  justify-content: space-between !important;
}

svg.input_logo {
  position: absolute;
  top: 13px;
  right: 0;
}

.card_inpt_bx {
  position: relative;
}

.paym_btn_sec .footer_wrapper {
  margin-top: 12px;
}

.paym_btn_sec .paytm_btn_bi {
  margin-bottom: 8px;
}

.bank_pop.selected .bank_icon_wrap,
.payment_methods_selct.selected,
.selected_opt {
  background: #1F2929;
  border: 1px solid #086A64;
}

.net_bank_sc {
  height: 160px;
}

.chose_bank img {
  max-width: 28px;
  transform: rotate(90deg);
}

.bnk_txtwth_icn {
  display: flex;
  align-items: center;
}

.seksrr_lected .chose_bank img {
  margin-left: 5px;
}

.seksrr_lected .bnk_txtwth_icn {
  gap: 15px;
}

.sc_select_main.selected_bank {
  background-blend-mode: unset !important;
}

.success_page_scrl {
  overflow: hidden auto;
}

@media (min-width: 280px) and (max-width: 319px) {
  .payment_methods_selct h1 {
    font-size: 9px;
    padding: 10px 0;
    min-height: 42px;
  }

  .money_3d_img {
    width: 100%;
    max-width: 122px;
  }

  .money_ddd {
    transform: translateY(-18px);
  }
}

@media (min-width: 320px) and (max-width: 359px) {

  .money_3d_img {
    width: 100%;
    max-width: 145px;
  }

  .acc_amt_pay h3 {
    font-size: 17px;
  }
}

@media (min-width: 551px) {
  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px 20px 10px;
  }

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

}

@media (min-width: 590px) {


  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

  .upi_paym_qr_sec {
    margin-top: 0;
  }
}



.rtyuierror {
  border: 1px solid red !important;
}

.error {
  border: 1px solid red !important;
}

@media only screen and (max-width:320px) {
  .acc_amt_pay h2 {
    font-size: 10px;
  }
}

.payMent_conT {
  margin-top: 10px;
}

.payMent_conT li {
  display: inline-block;
}

.flex_reSet {
  flex-basis: unset;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.peyment_AliGn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}


.payment_methods_selct:hover {
  border: 1px solid #fbf1ff52;
  background: #fbf1ff52;
  background-clip: padding-box;
}

.pay_UPI_head {
  border: 0px !important;
  margin-bottom: 0px !important;
  font-weight: 500 !important;
  position: relative;
}

.QR_upi_inFo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 8px 0px;
  width: fit-content;
  border: 0.5px solid #5F598B;
  padding: 5px;
  border-radius: 4px;
}

.QR_upi_inFo li {
  display: flex;
}

.separator {
  display: flex;
  align-items: center;
}

.separator .line {
  height: 1.5px;
  flex: 1;
  background-color: #7D79A933;
}

@media only screen and (max-width:291px) {
  .upi_paym_qr_sec {
    padding: 10px 10px;
  }
}

@media only screen and (max-width:320px) {
  .paym_qr_ele h6 {
    font-size: 10px;
  }

  .app_paylist li {
    gap: 5px;
  }

  .app_paylist li span {
    font-size: 9.5px;
  }
}

.payMent_succ_head {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  color: #FFFFFF;
}

.payMent_succ_subhead {
  line-height: 14.63px;
  color: #747474;
  margin-top: 8px;
  font-weight: 400 !important;
  font-size: 12px;
  text-align: center;

}

.pad_sucfai {
  padding: 10px 0;
  border-radius: 16px;
  background: #0000003D;
  border: 1px solid #FFFFFF1F;
  margin: 10px 0;
}

.payment2_pay_com h5.fail_succ_head {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.07px;
  color: #F02E35;
}

.fail_succ_subhead {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
  color: #E4E1FF;
  margin-top: 8px;
}

.savedcard_inner {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  max-width: 500px;
}

.savedcard_inner:first-child {
  margin-top: 24px;
}

.top_cc_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cc_card_radio [type="radio"]:checked,
.cc_card_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.cc_card_radio [type="radio"]:checked+label,
.cc_card_radio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 12px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.cc_card_radio [type="radio"]:checked+label:before,
.cc_card_radio [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: transparent;
}

.cc_card_radio [type="radio"]:checked+label:after,
.cc_card_radio [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cc_card_radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cc_card_radio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.clk_ccv_pop {
  cursor: pointer;
  display: flex;
}

.flex_3_align {
  flex: 3;
  flex-basis: 10% !important;
}

.flex_1_align {
  flex: 1;
  flex-basis: 10% !important;
}

@media only screen and (max-width:320px) {
  .flex_3_align {
    flex: 3;
    flex-basis: 30% !important;
  }

  .flex_1_align {
    flex: 1;
    flex-basis: 30% !important;
  }
}


.cjk {
  position: relative;
  display: inline-block;
}

.cjk input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #3f449e;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.cjk input[type="checkbox"]:checked {
  background-color: transparent;
}

.cjk input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  background: #C3FF4E;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banks_lst_dpdn ul {
  margin-top: 10px;
  border-radius: 5px;
}

.banks_lst_dpdn ul::-webkit-scrollbar {
  display: none;
}
.custom-radio {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 10px;
}

.banks_lst_dpdn ul li .custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #5B5B5B;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}

.banks_lst_dpdn ul li .custom-radio input[type="radio"]:checked {
  border-color: #5A53BA;
  background-color: #5A53BA;
}

.banks_lst_dpdn ul li .custom-radio input[type="radio"]:checked::after {
  content: "";
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: url('/design74/payment_assets/image/design74/tick.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.PreView_Card {
  width: 100%;
  display: flex;
  justify-content: center;
}

.PreView_Card .sc_select_main {
  background-blend-mode: unset;
  background-color: inherit;
  border-radius: 8px;
}

/*payment service finder*/
.card_visa,
.card_mastercard,
.card_amex,
.card_discover,
.card_diners,
.card_jcb {
  display: inline-block;
  width: 50px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  background: url('../image/sprite-cards.png') 0 0 no-repeat;
  position: relative;
  left: -8px;
  top: -2px;
}

.card_mastercard {
  background-position: -55px 0;
}

.card_amex {
  background-position: -110px 0;
}

.card_discover {
  background-position: -165px 0;
}

.card_diners {
  background-position: -220px 0;
}

.card_jcb {
  background-position: -660px 0;
}

.is_visa li,
.is_mastercard li,
.is_amex li,
.is_discover li,
.is_diners li,
.is_jcb li,
.is_nothing li {
  display: none
}

ul.card_logos {
  display: flex;
  margin: 0;
  padding: 0;
  float: right;
  position: absolute;
  top: 12px;
  right: 5px;
}

.card_logos li {
  display: none;
}

.is_visa li.card_visa,
.is_mastercard li.card_mastercard,
.is_amex li.card_amex,
.is_discover li.card_discover,
.is_diners li.card_diners,
.is_jcb li.card_jcb {
  display: block;
}

.amounT_inFo_Sec {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.back_arrow img,
.upi_arrow {
  box-shadow: 0px 0px 5.71px 0px #00000012;
}

.Card_SeC_ConT {

  border-radius: 8px;
  padding: 16px;
  border: 1px solid #BEA4C980;
  width: 100%;
  cursor: pointer;
}

.cc_carD_active {
  background: #BEA4C91A;
}

.carDs_SeC {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.CaRdinFo_Val {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.CaRdinFo_Val img {
  width: 32px;
  height: 32px;
}

.bank_Info_heaD {
  color: #7D2989;
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
}

.bank_carD_Head {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #865C96;
}

.carD_InFo_alIG {
  display: flex;
  flex-direction: column;
  gap: 6px;
}


.btN_rEseT_Sec {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.foRm_cn_txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #865C96;
  padding: 8px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.containER {
  display: flex;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}


.containER input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.containER .checkmark {
  position: absolute;
  background: url(../image/design75/image/uncheck.svg) no-repeat;
  width: 14px;
  height: 14px;
  left: 0;
}

.containER input:checked~.checkmark {
  background: url(../image/design75/image/check.svg) no-repeat;
}

.AllBanks_Sec {
  display: none;
  top: 0px;
  background: unset;
  border: unset;
  box-shadow: unset;
}

.AllBankssearCh_Sec {
  background: transparent;
  border: unset;
  box-shadow: none;
  padding-top: 0;
  border: 1px solid #FFFFFF1F;
  background: #0000003D;
  padding: 16px;
}

.allBankHeadEr {
  text-align: left !important;
}

.seLect_viewall {
  width: 100%;
  height: 48px;
  border: 1px solid #929292;
  border-radius: 12px;
  margin-top: 12px;
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.poPulAr_Banks {
  margin-top: 0 !important;
}

.seLect_viewal_htag {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px;
  color: #a0a0a0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bacKarw_fN {
  border: 2px solid green;
  border-radius: 25px;
}

.pay_btn_disabled {
  color: #1C746F;
  background: #0B3F3C;
}

.pay_btn_disabled:focus {
  outline: none;
}

.upi_left svg {
  margin: 10px;
}

.footer_wrapper p {
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  line-height: 100%;
  color: #A3A3A3;
}

.footer_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.upi_main_container {
  position: relative;
}


/* cvv */


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000cc;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.popup {
  background: #0000003D;
  border-radius: 12px;
  position: relative;
  max-width: 328px;
  width: 100%;
  height: 264px;
  border: 1px solid #FFFFFF1F;
  backdrop-filter: blur(15.600000381469727px);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup h2 {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 16px;
}

.popup p {
  font-weight: 400;
  font-size: 14px;
  color: #A0A0A0;
  margin-top: 8px;
  text-align: center;
  max-width: 240px;
}

.close-btn {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 2px solid #FFFFFF33;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}