@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
html, body{
  height:100%;
}
.payment2_section {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  background-image: url(../image/bgg.svg);
  font-family: "DM Sans", sans-serif;
}
.payment2_section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(90deg, rgba(4, 118, 103, 0.7) 50%, rgba(5, 5, 5, 0.7) 50%); */
}
.payment2_sec_sub {
  height: 95%;
  overflow: scroll;
}

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: radial-gradient(circle, #7cc9c0ab 0%, #05050566 100%);
}

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

.upi_payment_container {
  padding: 20px 0 25px;
}

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

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

.acc_amt_pay {
  margin: 25px 15px 15px 15px;
  position: relative;
  padding: 16px;
  background-image: url(../image/amou_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.acc_amt_pay h3{
  font-family: "Inter", sans-serif;
}
.acc_amt_pay::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1.6px;
  background: linear-gradient(180.49deg, rgba(255, 255, 255, 0.06) -68.65%, rgba(63, 63, 63, 0.06) 99.58%);
  border: 0.5px solid #7CC9C066;
  -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: 400;
  text-align: left;
  color: #fff;
}

.acc_amt_pay h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  padding: 6px 0;
}
.money_3d_img{
  max-width:82px;
}

.upi_paym_qr_sec {
  padding: 16px 12px;
  position: relative;
  box-shadow: 0px 4px 11px 0px #00000000;
  margin: 0px 15px 15px 15px;
  background: linear-gradient(180.49deg, rgba(255, 255, 255, 0.06) -68.65%, rgba(63, 63, 63, 0.06) 99.58%);
  border-radius: 8px;
  border: 0.5px solid #7CC9C04D;
}
.paym_qr_ele {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap:10px;
}
.paym_qr_ele h5 {
  font-size: 16px;
  font-weight: 600;
  color:#fff;
}

.paym_qr_ele h6 {
  font-size: 10px;
  font-weight: 400;
  color: #B8B5C3;
}
.payment32_upi_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0.5px solid #2C6962;
  border-radius: 4px;
  padding: 4px 6px;
  margin: 10px 0px;
  max-width:180px;
}
.paym_qr_ele p {
  font-size: 10px;
  font-weight: 400;
  color: #aaaaaa;
}

.paym_qr_ele p span {
  font-weight: 600;
  color: #f9982d;
}

.qr_scanner {
text-align: center;
}

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

.paytm_btn_bi {
  width: 100%;
  background: #7CC9C0;
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
}
.sc_bankname span{
  font-size: 10px;
  font-weight: 400;
  color: #ddd;
}
/* add class */
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: #7CC9C0;
}

.active_upiapp_bor {
  background: #4BD5C50F!important;
  border: 0.5px solid #7CC9C099!important;
}

.paym_upi_apps h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.app_paylist {
  padding-top: 10px;
}
.paym_upi_apps {
  padding: 15px 15px 0px 15px;
  box-shadow: 0px 4px 11px 0px #00000000;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 0.5px solid #7CC9C04D;
  margin: 0px 15px;
  background: linear-gradient(180.49deg, rgba(255, 255, 255, 0.06) -68.65%, rgba(63, 63, 63, 0.06) 99.58%);
}
.sec-hr {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 7px;
}
.app_paylist li{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 7px;
  padding: 12px 5px;
  /* margin: 15px 0px; */
  border-radius: 4px;
  border-bottom: 0.5px solid #7CC9C04D;
  cursor: pointer;
  }
  .app_paylist li:last-child{
    border-bottom: none;
  }
  .app_paylist li .img_upipay{
   width: 15vw;
  }
.app_paylist li span {
  font-size: 12px;
  font-weight: 500;
  color:#fff;
  width: 80vw;
}

.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: 5px 20px 10px;
}
.make_pymnt_txt {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.payment_methods_selct {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 7px;
  padding: 16px 5px;
  /* margin: 15px 0px; */
  border-radius: 4px;
  border-bottom: 0.5px solid #7CC9C04D;
}
.payment_methods_selct:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}
.payment_method_wrapper {
  padding-top: 5px;
}
.cho_titl {
  display: flex;
  flex-direction: column;
  gap:2px;
  width:80vw;
}
.cho_text {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}
span.cho_para {
  font-size: 10px;
  color: #B8B5C3;
  font-weight: 500;
}
.upi_pymnt_syntx {
  display: flex;
  align-items: center;
  width:15vw;
}
.payment_methods_selct:hover, .payment_methods_selct:focus {
  background: #4BD5C50F !important;
  border: 0.5px solid #7CC9C099;
  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;
}
.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.sc_select_card2 {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
}
.sc_card_icon {
  width: 40px;
}
.sc_select_main {
  margin: 0px 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 10px;
  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: 0.5px solid #7CC9C099;
  background: linear-gradient(180.49deg, rgba(255, 255, 255, 0.06) -68.65%, rgba(63, 63, 63, 0.06) 99.58%);
}
.sc_select_main.sc_cvv_value.selected_bank{
  background: #4BD5C50F;
}
.clk_cvv_enter {
  display: none;
}
.pay_nt_bk_btn {
  border: none;
  width: 100%;
  background: #7CC9C0;
  color: #fff;
  padding: 13px 10px;
  border-radius: 6px;
  font-weight: bold;
}
.acc_container {
  margin-top: 10px;
}
.sc_cvvcon {
  display: flex;
  padding-top: 5px;
  align-items: center;
  justify-content: space-between;
}
.sc_cvvcon2 {
  display: flex;
  padding-top: 5px;
  align-items: center;
  justify-content: center;
}
.scc_input_con {
  width: 100%;
  margin-top: 5px;
}
.sc_bank_icon {
  width: 40px;
  position: relative;
}
.new_card_con{
  background: unset;
  border:unset;
  margin: 0px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px 10px;
}
.new_card_con p{
  -webkit-tap-highlight-color: transparent;
  color: #3C67D9;
  font-size: 12px;
  border: 1px solid #7CC9C0;
  cursor: pointer;
  color: #fff;
  font-weight: 700; 
  padding: 13px 10px;
  border-radius: 8px;
  margin:0 auto;
  width:100%;
}
.new_card_con p:hover{
  background-color:#7CC9C0;
}
.card_headr_txt, .card_headr_txt_cd {
  color: #fff;
  font-size: 15px;
  font-weight:600;
}
.savedcard_inner{
  padding-top:15px;
  display: flex;
  flex-direction: column;
    gap: 5px;
}
.sc_inner_card p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sc_cvvcon p {
  color: #fff;
  font-size: 12px;
  font-weight:500;
}
.sc_cvvcon2 p {
  color: #fff;
  font-size: 12px;
  font-weight:500;
}
.scc_input_con input {
  background: linear-gradient(180.49deg, rgba(255, 255, 255, 0.06) -68.65%, rgba(63, 63, 63, 0.06) 99.58%);
  border: 0.5px solid #7CC9C033;
  padding: 14px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  width: 100%;
}
.scc_input_con input:focus-visible {
  outline:none;
}
.cvv_aa{
  text-align: right;
}
.clk_ccv_pop {
  font-size: 12px;
  color: #7CC9C0;
  font-weight:500;
  text-decoration: none;
}
.cp_bank_icon_container img {
  width: 30px;
}
.form-group {
  margin-bottom: 10px;
}
.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}
.labl_con label {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: math-auto;
  color: #C2C2C2;
}
.card_inpt_bx {
  position: relative;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 12px);
  padding: 16px 10px;
  font-size: 14px;
  font-weight: 500;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #fff;
  border: 0.5px solid #7CC9C099;
  background: linear-gradient(180.49deg, rgba(255, 255, 255, 0.06) -68.65%, rgba(63, 63, 63, 0.06) 99.58%);
  -webkit-appearance: none;
  border-radius: 8px;
}
.card_focus_ipt:-webkit-autofill{
  background-color: #533DA933!important;
}
input:focus-visible {
  outline: none;
}
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: 38px;
  height: 20px;
}
.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 {
  padding-top: 15px;
}
.slider.round {
  border-radius: 20px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #323232;
  -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: 14px;
  width: 14px;
  left: 5px;
  bottom: 3px;
  background-color: white;
border:none;
}
input:checked+.slider {
  background: #7CC9C0;
}
input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #fff;
}
.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;
}
.balence_pop_fun_bj {
  padding: 10px 12px 12px 12px;
  background: #05050580;
  border: 0.5px solid #7CC9C04D;
  border-radius: 12px;
  box-shadow: -1px 3px 18px 0px #00000012;
}
.balence_pop_fun_bj h5 {
  color: #7CC9C0;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.con_cvv_p {
  text-align: center;
  padding: 12px 0px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #C2C2C2;

}
.common_pop_jk img {
  cursor: pointer;
  width: 28px;
  position: absolute;
  top: 10px;
  transform: translate(-50%, 0%);
}
.pop_close_fun_bj {
  text-align: center;
  position: relative;
}
.balence_img_fun {
  text-align: center;
}
.card_3d_img {
  width: 100%;
  max-width: 170px;
  padding:5px
}
.bank_pymnt_txt {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.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: 4px;
  padding: 5px 8px;
  gap: 8px;
  flex: 0 0 33.33%;
  flex-basis: calc(50% - 7px);
  border: 0.5px solid #7CC9C033;
  cursor: pointer;
  background: linear-gradient(180.49deg, rgba(255, 255, 255, 0.06) -68.65%, rgba(63, 63, 63, 0.06) 99.58%);
  flex-direction: row;
  backdrop-filter: blur(4px);
}
.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}
.bank_pop span {
  color: #fff;
  font-weight: 500;
  font-size: 11px;
}
.allbanks_sec h2 {
  color: #fff;
  font-size: 14px;
  padding: 20px 0 15px 0;
  font-weight: 600;
}
.chose_bank a {
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  background: linear-gradient(180.49deg, rgba(255, 255, 255, 0.06) -68.65%, rgba(63, 63, 63, 0.06) 99.58%);
  border: 0.5px solid #7CC9C033;
  height: 47px;
}
.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: #4BD5C50F;
  cursor: pointer;
  border: 0.5px solid #7CC9C099;
  backdrop-filter: blur(4px);
}
.all_banks_container {
  display: none;
}
.search_bank_wrap{
  padding-top:15px;
}
.search-txtt {
  width: 100%;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  padding: 15px;
  border-radius: 4px;
  border: 0.5px solid #7CC9C033;
  text-indent: 25px;
  background: linear-gradient(180.49deg, rgba(255, 255, 255, 0.06) -68.65%, rgba(63, 63, 63, 0.06) 99.58%);
color:#fff;
}
.pay_nt_bk {
  padding: 15px 0px;
}
.search_bank {
  position: relative;
}
.search-txtt::placeholder {
  color: #fff;
}
.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: block;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  padding: 10px;
  border-radius: 4px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  color: #fff;
  box-shadow: 0px 4px 11px 0px #00000000;
  font-size: 14px;
  font-weight: 600;
}
.sc_select_main.pay_net_bk_pn{
  border-bottom: 0.5px solid #7CC9C099!important;
  border: none;
  border-radius: 0px;
  background-color: none;
  margin:0px!important;
}
.sc_select_main.pay_net_bk_pn:last-child{
  border-bottom: none!important;
  padding-bottom: 0px;
}
.dex__page_cnt {
  padding: 10px 12px 0px 12px;
}
@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: #050505;
  }
}
@media (min-width: 590px) {
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }
  
}

@media (min-width: 810px) {
  .payment2_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: 15px 0px;
}
.payment32_su_fa_main_section {
  color: #fff !important;
}
.payment32_su_fa_section {
  position: relative;
}
.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  background: #050505;
}
.payment32_su_fa_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}

.payment32_su_fa_head p {
  font-size: 18px;
  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;
  border: 0.5px solid #7CC9C066;
  margin: 0px 15px;
  padding: 10px 20px;
  border-radius: 12px;
  background: linear-gradient(182.09deg, rgba(255, 255, 255, 0.06) -22.45%, rgba(63, 63, 63, 0.06) 153.59%);
}

.payment32_su_fa_success_icon img {
  width: 55px;
}

.payment32_su_fa_sec_sub {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.payment32_su_fa_paynow {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(94.1deg, #523DA7 8.92%, #3C2C7A 98.89%);
  /* margin:0px 15px; */
}
.payment32_paynow {
  width: 100%;
  padding: 15px;
  background: linear-gradient(90deg, #543EAB 0%, #3A2B77 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.payment32_su_fa_success_cont {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  text-align: center;
  padding: 10px 25px;
}

.payment32_su_fa_success_cont p {
  font-size: 16px;
  font-weight: 500;
  color: #02BC7D;

}
.pay18_fail p{
  color: #FF270E!important;
}
.payment32_su_fa_failed_cont p {
  color: #FD4241;
}

.payment32_su_fa_success_cont span {
  font-size: 11px;
  font-weight: 400;
  color: #959595;
}

.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;
  gap: 10px;
  border: 0.5px solid #7CC9C066;
  margin: 15px 15px 0px 15px;
  padding: 10px 20px;
  border-radius: 12px;
}

.payment32_su_fa_upi_common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid #7CC9C04D;
  padding-bottom: 10px;
}
.payment32_su_fa_upi_common:last-child {
  border:none;
  padding-bottom: 0px;
}
.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;
}


.payment32_su_fa_paynow {
  font-size: 16px;
  font-weight: 500;
  background: #7CC9C0;
}

.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;
}
.payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section::-webkit-scrollbar {
  display: none;
}
.payment32_su_fa_success_sec.payment32_su_faill_success_sec {
  margin-bottom: 20px;
}
@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;
  }
  .app_paylist li span, .paym_qr_ele h6, .paym_qr_ele p, .cho_text, .payment32_su_fa_success_cont span, .labl_con label{
    font-size:14px;
  }
  span.cho_para, .bank_pop span{
    font-size:12px;
  }
  .upi_paym_bk_list{
    height:350px;
    overflow-y: scroll;
  }
  .upi_paym_bk_list::-webkit-scrollbar {
    display: none;
  }
  .card_headr_txt, .card_headr_txt_cd{
    font-size: 16px;
  }
  .payment32_su_fa_paynow {
    margin:0px 15px;
  }
  .payment32_sec_sub.payment32_su_fa_sec_sub.paymnet__succ_lo {
    gap: 10px;
}
}
@media (min-width: 590px) {
  .payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section {
      height: fit-content !important;
      padding-bottom: 0;
  }
}

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

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