@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
html, body{
  height:100%;
}
.payment2_section {
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  /* background: #000; */
  background-image: url(../image/UPI.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Poppins", serif;
}

.payment2_sec_sub {
  height: 95%;
  overflow: scroll;
  /* background: #000; */
}

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

.error {
  border: 1px solid red;
  border-radius: 8px;
}
a.view__ksrr {
  /* float: right; */
  color: rgba(248, 221, 97, 1);
  font-size: 12px;
  font-weight: 500;
  /* margin-top: 3px; */
}

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: radial-gradient(circle,
      rgba(9, 21, 121, 0.7959558823529411) 0%,
      rgba(255, 255, 255, 1) 100%);
}

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

.upi_payment_container {
  padding: 20px 0 0;
  /* background: linear-gradient(to right, #242011, #111321); */
}

.upi_title h1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.upi_title {
  position: relative;
  padding: 0 16px;
}
.upi_title a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.acc_amt_pay {
  margin: 25px 16px;
  position: relative;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #FFFFFF0F;
  /* background: linear-gradient(to right, #1a1812, #262833, #1c1c28); */
  border-radius: 10px;
}
/* .acc_amt_pay::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1.6px;
  background: linear-gradient(92.81deg, #5C50D5 -0.46%, #8C87D7 46.95%, #9E5BCA 101.49%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
} */
/* .acc_amt_pay h2 {
  font-size: 14px;
  font-weight: 500;
  color: #959593;
} */
.acc_amt_pay span{
  font-family: "Roboto", serif;
}
.acc_amt_pay h3 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.money_3d_img{
  width: 100%;
  max-width: 80px;
}
.hand_img, .money_ddd {
  position: absolute;
  top: 20px;
  right: 10px;
}

.upi_paym_qr_sec {
  /* padding: 16px 12px; */
  position: relative;
  /* box-shadow: 0px 4px 11px 0px #00000000; */
  margin: 0px 16px 16px 16px;
  /* background: #8A85D71F; */
  border-radius: 8px;
  /* border: 1px solid rgb(85 83 83 / 16%); */
}
.upi_pay_sec_bg{
  background: #FFFFFF0F;
  padding: 12px;
  position: relative;
  display: flex;
  gap: 15px;
  /* flex-direction: column; */
  align-items: center;
  border-radius: 10px;
  margin: 20px 27px 0;
}
.qr_section_pay {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.qr_section_pay h6{
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.paym_qr_ele h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color:#fff;
}

/* .scan_sec_jk h6 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #959593;
} */
.payment_upi_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.upi_main_txt {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
}
.qr_section_pay p{
  font-size: 10px;
  font-weight: 400;
  color: #B1B1B8;
}
.qr_section_pay p span {
  font-weight: 600;
  color: #d4574f;
}

.qr_scanner {
  /* box-shadow: 0px 0px 12px 0px #00000026;
  background: #ffffff;
  padding: 7px;
  border-radius: 5px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr_scanner img {
  max-width: 90px;
}

.paytm_btn_bi {
  width: 100%;
  background: #F8DD61;
  padding: 12px;
  border-radius: 10px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-family: "Inter", sans-serif;
}

/* add class */
.pay_btn_disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #18160A;
  border: 1px solid #322D13;
  color: #F8DD61;
}


.active_upiapp_bor {
  border: 1px solid #F8DD6199!important;
}

.paym_upi_apps h4 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.paym_upi_apps {
  margin: 0 16px;
}

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app_paylist li {
  border-radius: 8px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  align-items: center;
  padding: 8px 0;
  cursor: pointer;
  border: 1px solid #000;
}

.app_paylist li span {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color:#fff;
}

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

.payment2_paynow_btn {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 16px 10px;
  background: #000;
}
.make_pymnt_txt {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.payment_methods_selct {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #181818;
  margin: 15px 0px;
  border-radius: 12px;
  border: 1px solid transparent;
}
.payment_methods_selct:last-child{
  margin-bottom: 0px;
}
.payment_method_wrapper {
  padding-top: 5px;
}
.payment_methods_selct:hover {
  border: 1px solid #F8DD6199;
}
.cho_titl {
  display: flex;
  flex-direction: column;
  gap:2px;
}
.cho_text {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
span.cho_para {
  font-size: 12px;
  color: #979191;
  font-weight: 400;
}
.upi_pymnt_syntx {
  display: flex;
  align-items: center;
}
.payment_methods_selct {
  cursor: pointer;
}
/* .money_ddd:before{
  content: '';
  position: absolute;
  right: -12px;
  background: url(../image/head_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 140px;
  height: 90px;
} */
.sc_select_innermain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sc_select_card {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
.sc_card_icon {
  max-width: 35px;
  height: 35px;
}
.sc_select_main {
  margin: 0px 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 20px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  border: 1px solid #26230F;
  background: #000000;
  box-shadow: 0px 0px 20px 0px #4F4F4F26;
}
.sc_select_main.sc_cvv_value.selected_bank{
  background: #181818;
  box-shadow: 0px 0px 20px 0px #4F4F4F26;
}
.clk_cvv_enter {
  display: none;
}

.acc_container {
  margin-top: 10px;
}
.sc_cvvcon {
  display: flex;
  padding-top: 5px;
}
.scc_input_con {
  width: 100%;
  margin-top: 5px;
  position: relative;
}
.new_card_con{
  background: unset;
  border:unset;
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.clk_newcard_jk_img, .clk_newcard_jk_txt{
   cursor: pointer;
}
.new_card_con p {
  color: #F8DD61;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", serif;
}
/* .new_card_con p{
  -webkit-tap-highlight-color: transparent;
  color: #3C67D9;
  font-size: 12px;
  border: 1px solid #B5ABDF;
  cursor: pointer;
  color: #B5ABDF;
  font-weight: 500; 
  padding: 5px 24px;
  border-radius: 4px;
  max-width: 130px;
  margin:0 auto;
} */
.card_headr_txt, .card_headr_txt_cd {
  color: #fff;
  font-size: 15px;
  font-weight:600;
}
.saved_cards{
  background: #000001;
  border: 1px solid #303030;
  backdrop-filter: blur(4px);
  box-shadow: 0px 0px 34px 0px #BCF3FB1A inset;
  border-radius: 10px;
  padding: 16px 12px;
  margin-top: 24px;
}
.sc_inner_card p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sc_cvvcon p {
  color: #fff;
  font-size: 12px;
  font-weight:500;
}
.scc_input_con input {
  background: #1E1E1E;
  border: 1px solid #FFD60099;
  padding: 14px 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  width: 100%;
  font-family: "Poppins", serif;
}
.scc_input_con input:focus-visible {
  outline:none;
}
.scc_input_con input::placeholder{
  font-family: "Poppins", serif;
}
.cvv_aa{
  text-align: right;
  position: absolute;
  right: 10px;
  top: 12px;
  display: flex;
}
.cvv_aa_jk {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 16px;
  display: flex;
}
.cvv_aa_jk img{
  cursor: pointer;
}
.clk_ccv_pop {
  font-size: 12px;
  color: #fff;
  font-weight:500;
}
.form-group {
  margin-bottom: 10px;
  position: relative;
}
.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}
.labl_con label {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: math-auto;
  color: #B8B5C3;

}
.card_inpt_bx {
  position: relative;
}
.form-control {
  display: block;
  width: 100%;
  /* height: calc(1.5em + .75rem + 12px); */
  padding: 16px 10px;
  font-size: 12px;
  font-weight: 400;
  background-clip: padding-box;
  /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
  color: #fff;
  background: #181818;
  border: 1px solid #303030;
  /* -webkit-appearance: none; */
  border-radius: 8px;
  font-family: "Poppins", serif;
}
.form-control::placeholder {
  color: #656565;
  font-family: "Poppins", serif;
}
.card_focus_ipt:-webkit-autofill{
  background-color: #533DA933!important;
}
/* .card_focus_ipt{
  border: 1px solid transparent;
} */
input:focus-visible {
  outline: none;
}
.card_focus_ipt:focus{
  border: 1px solid rgba(248, 221, 97, 0.6);
}
.pmcard_focus_ipt{
  border: 1px solid rgba(248, 221, 97, 0.6);
}
svg.input_logo {
  position: absolute;
  top: 13px;
  right: 5px;
}
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-flex .form-group {
  flex-basis: 46%;
}
.check-sec {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.check-sec label {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: math-auto;
  color: #B8B5C3;
}
.switch {
  float: right;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.labl_con.justify_space{
  justify-content: space-between;
}
.labl_con a {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.newcard_inner {
  background: #000001;
  border: 1px solid #303030;
  padding: 16px 12px;
  border-radius: 10px;
  margin-top: 24px;
}
.slider.round {
  border-radius: 20px;
}
.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:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;
  border: 1px solid #251A53;
}
input:checked+.slider {
  background-color: #fff;
}
input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #251A53;
}
.popuop_overlay_rk {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  background: #3c3c3ccc;
  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;
}
.balence_pop_fun_bj {
  padding: 10px 12px 12px 12px;
  background: #000;
  border-radius: 10px;
}
.balence_pop_fun_bj h5 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.con_cvv_p {
  color: #B1B1B8;
  text-align: center;
  padding: 12px 0px;
  font-size: 12px;
  font-weight: 400;
}
.common_pop_jk img {
  cursor: pointer;
  max-width: 30px;
  position: absolute;
  top: 11px;
  right: 12px;
}
.pop_close_fun_bj {
  text-align: center;
  position: relative;
}
.balence_img_fun {
  text-align: center;
}
.card_3d_img {
  width: 100%;
  max-width: 260px;
  padding:7px
}
.bank_pymnt_txt {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top:15px;
}
.bank_pop {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  border-radius: 12px;
  padding: 10px 8px;
  gap: 8px;
  flex: 0 0 33.33%;
  flex-basis: calc(33.33% - 7px);
  border: 1px solid transparent;
  cursor: pointer;
  background: #181818;
  flex-direction: column;
}
.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}
.bank_pop span {
  color: #979191;
  font-weight: 500;
  font-size: 12px;
  font-family: "Cabin", sans-serif;
}
.allbanks_sec h2 {
  color: #fff;
  font-size: 14px;
  padding: 20px 0 15px 0;
  font-weight: 500;
}
.chose_bank a {
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  background: #181818;
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #B8B5C3;
  font-size: 14px;
}
.chose_bank img {
  max-width: 28px;
  margin-left: 5px;
}
.bank_pop.banksec:hover, .bank_pop.banksec.banksecx.selected {
  background: #1E1E1E;
  cursor: pointer;
  border: 1px solid #F8DD6199;
}
.bank_pop.banksec:hover, .bank_pop.banksec.banksecx.selected span {
  color: #fff;
}
.all_banks_container {
  display: none;
}
.search_bank_wrap{
  padding-top:15px;
}
.search-txtt {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: none;
  text-indent: 25px;
  background: #0D0D0E;
  border: 1px solid #FFD60033;
  color:#fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", serif;
}
.search_bank {
  position: relative;
}
.search-txtt::placeholder {
  color: #3E3E3E;
  font-family: "Poppins", serif;
}
.search_icon {
  position: absolute;
  top: 15px;
  left: 12px;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.bank_name {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  padding: 10px;
  border-radius: 8px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border: 1px solid #0000000f;
  background: #181818;
  color: #979191;
  box-shadow: 0px 4px 11px 0px #00000000;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 590px) {
    .payment2_section {
      border-radius: unset;
    }
  }
}
@media (max-width: 550px) {
  .payment2_main_section_thk, .payment2_main_section{
    background: #000;
  }
  .banks_lst_dpdn ul{
    height: 45dvh;
    /* overflow: scroll; */
  }
  /* .banks_lst_dpdn ul::-webkit-scrollbar{
    display: none;
  } */
}
@media (min-width: 590px) {
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }
  .banks_lst_dpdn ul{
    height: 30dvh;
    overflow: hidden;
  }
  /* .banks_lst_dpdn ul::-webkit-scrollbar{
    display: none;
  } */
}

@media (min-width: 810px) {
  .payment2_section, .payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section {
    max-height: 95dvh;
    height: unset;
  }
}

@media (min-width: 1100px) {
  .payment2_section {
    height: unset !important;
    max-height: 95vh !important;
    min-height: unset !important;
  }
}

/* sucess---failure */
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}
.payment32_section{
  padding: 20px;
}
.payment32_su_fa_main_section {
  color: #fff !important;
}
.payment32_su_fa_section {
  position: relative;
  background-image: url(../image/UPI.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* .payment32_su_fa_section::before {
  content: '';
  position: absolute;
  background: url(../image/right_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 0;
  height: 60%;
  top: 0;
  width: 30%;
}

.payment32_su_fa_section::after {
  content: '';
  position: absolute;
  background: url(../image/left_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  height: 45%;
  top: 130px;
  width: 35%;
} */
.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  background: #000;
}
.payment32_su_fa_head {
  text-align: center;
}

.payment32_su_fa_head p {
  font-size: 20px;
  font-weight: 600;
  color:#fff;
}

.payment32_su_fa_head img {
  cursor: pointer;
}

.payment32_su_fa_success_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.payment32_su_fa_success_sec_jk {
  padding-bottom: 20px;
  border-bottom: 1px solid #161616;
}
.payment32_su_fa_success_icon img {
  width: 75px;
}

.payment32_su_fa_sec_sub {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.payment32_su_fa_success_cont {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  text-align: center;
  /* padding: 10px 45px; */
}

.payment32_su_fa_success_cont p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.payment32_su_fa_failed_cont p {
  color: #FD4241;
}

.payment32_su_fa_success_cont span {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFF959;
}

.payment32_su_fa_amt_sec {
  position: relative;
  padding: 10px 20px;
  background: transparent;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 175px;
}

.payment32_su_fa_amt_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1.6px;
  background: linear-gradient(92.81deg, #5C50D5 -0.46%, #8C87D7 46.95%, #9E5BCA 101.49%);
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

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

.payment32_su_fa_amt_sec span {
  font-size: 24px;
  font-weight: 700;
  color:#fff;
}

.payment32_su_fa_upi_option {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  background: #FFFFFF0F;
  border-radius: 10px;
}

.payment32_su_fa_upi_common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FFFFFF1A;
  padding: 12px 0;
}

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

.payment32_su_fa_upi_common span {
  font-size: 12px;
  font-weight: 400;
  color:#fff;
}

.payment_su_fa_value::before {
  content: attr(data-value);
}
/* .payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section{
  height:100%;
  overflow: hidden scroll;
  background: #000;
} */
.payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section::-webkit-scrollbar {
  display: none;
}
@media (min-width: 551px) {
  .done_fxedbtn {
      position: unset;
      bottom: 0;
      display: flex;
      justify-content: center;
      padding-left: 0px;
      padding-right: 0px;
  }
  .payment32_sec_sub.payment32_su_fa_sec_sub{
    padding-bottom:0px!important;
  }
}

.add_cont_jk {
  background: #7DEA8B;
  display: flex;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 24px;
  width: 100%;
  width: fit-content;
}
.add_cont_jk p{
  color: #1D381E;
  font-size: 10px;
  font-weight: 500;
}
.acc_scan_sec_jk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 24px 27px 0;
}
.acc_pay_jk{
  margin: 0;
  background: #FFFFFF0F;
  /* background: linear-gradient(to right, #302c1e, #2a292b); */
  border: 1px solid #383216;
  height: 150px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scan_sec_head_txt{
  font-size: 14px;
  font-weight: 500;
  color: #959593;
}
.acc_pay_jk h3{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.scan_sec_jk {
  background: #FFFFFF0F;
  /* background: #272933; */
  border: 1px solid #383216;
  padding: 12px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  height: 150px;
  width: 50%;
}
.add_cont_sub_jk p {
  font-size: 8px;
}
.or_sec_jk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
}
.or_sec_jk p {
  font-family: "Roboto Slab", serif;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.app_paylist_gp_jk {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(47, 204, 162, 0.15) 100%);
}
.app_paylist_pp_jk {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(203, 86, 255, 0.15) 100%);
}
.app_paylist_pm_jk {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(22, 165, 255, 0.15) 100%);
}
.app_paylist_otr_jk {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(223, 122, 48, 0.15) 100%);
}
.succ_fail_amt_jk{
  /* font-family: "Roboto", serif; */
  color: #0B9A48;
  font-size: 20px;
  font-weight: 500;
}
.succ_fail_amt_jk span{
  font-size: 20px;
  font-weight: 500;
  color: #0B9A48;
  font-family: "Roboto", serif;
}
.pay_comm_jk {
  border-bottom: unset;
}
.payment32_su_fa_paynow {
  font-size: 16px;
  font-weight: 600;
  background: #F8DD61;
  color: #000;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.fail_amt_jk{
  color: #D04C56;
}
.fail_amt_jk span{
  color: #D04C56;
}

.form_group_jk {
  margin-bottom: 0;
}
.cp_bank_icon_container {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sc_bank_icon {
  width: 100%;
  max-width: 20px;
  display: flex;
}
.success_cont_jk h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}
.sc_accountno {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #979191 !important;
}
.img_upi_pay_jk {
  max-width: 30px;
  height: 30px;
}
@media (min-width: 280px) and (max-width: 319px){
  .cho_text, .payment32_su_fa_upi_common p, .allbanks_sec h2, .bank_name, .search-txtt, .sc_inner_card p {
    font-size: 12px;
  }
  .acc_amt_pay h3, .payment32_su_fa_head p, .succ_fail_amt_jk {
    font-size: 18px;
  }
  .add_cont_jk p, .qr_section_pay p, .app_paylist li span {
    font-size: 8px;
  }
  .make_pymnt_txt, .acc_amt_pay h3, .paytm_btn_bi, .payment32_su_fa_paynow, .bank_pymnt_txt, .card_headr_txt, .card_headr_txt_cd {
    font-size: 13px;
  }
  span.cho_para, .scan_sec_head_txt, .scan_sec_jk h6, .qr_section_pay h6, .payment32_su_fa_upi_common span, .bank_pop span, .bnk_txtwth_icn, .suc_fal_cont_txt, .sc_accountno {
    font-size: 10px !important;
  }
  .qr_scanner img {
    max-width: 80px;
  }
  .payment32_su_fa_success_cont p, .upi_title h1 {
    font-size: 15px;
  }
  .sc_select_main  {
    padding: 8px;
  }
  .money_3d_img {
    width: 60px;
  }
}
@media (min-width: 320px) and (max-width: 359px){
  .cho_text, .payment32_su_fa_upi_common p, .allbanks_sec h2, .bank_name, .search-txtt, .sc_inner_card p {
    font-size: 13px;
  }
  .acc_amt_pay h3, .payment32_su_fa_head p, .succ_fail_amt_jk {
    font-size: 19px;
  }
  .add_cont_jk p, .qr_section_pay p, .app_paylist li span {
    font-size: 9px;
  }
  .make_pymnt_txt, .acc_amt_pay h3, .paytm_btn_bi, .payment32_su_fa_paynow, .bank_pymnt_txt, .card_headr_txt, .card_headr_txt_cd {
    font-size: 14px;
  }
  span.cho_para, .scan_sec_head_txt, .scan_sec_jk h6, .qr_section_pay h6, .suc_fal_cont_txt, .payment32_su_fa_upi_common span, .bank_pop span, .bnk_txtwth_icn, .sc_accountno {
    font-size: 11px !important;
  }
  .qr_scanner img {
    max-width: 80px;
  }
  .payment32_su_fa_success_cont p, .upi_title h1 {
    font-size: 16px;
  }
  .sc_select_main  {
    padding: 8px;
  }
  .money_3d_img {
    width: 65px;
  }
}
.banks_lst_dpdn ul li {
  list-style-type: none;
  position: relative;
  margin-right: 10px;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  max-height: 240px;
  overflow-y: scroll;
  margin: 6px 0px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	/* background-color: #181818; */
}

.banks_lst_dpdn ul::-webkit-scrollbar
{
	width: 5px;
	/* background-color: #181818; */
}

.banks_lst_dpdn ul::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background: #181818;

}