@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
html, body{
  height:100%;
}
.payment2_section {
  height: 100vh;
  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: #0A0128; */
  background-image: url('../image/payment_back.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: "Rubik", sans-serif;
}

.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,
      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 25px;
}

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

.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('/design37/payment_assets/image/amt_bck.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
} */
.acc_amt_pay {
  position: relative;
  margin: 0 10px;
}
.money_ddd {
  margin: 20px auto 0;
}
.money_3d_img {
  width: 100%;
}

.acc_amt_pay h2 {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #fff;
}

.acc_amt_pay h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 6px 0;
}
.payble_amont_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding-left: 15px;
}
/* .money_3d_img{
  max-width:82px;
} */
/* .hand_img, .money_ddd {
  position: absolute;
  top: 0;
  right: 12px;
  display: none;
} */

.upi_paym_qr_sec {
  padding: 16px 12px;
  position: relative;
  margin: 0px 15px 15px 15px;
  border-radius: 12px;
  background: #340096;
  box-shadow: 4px 4px 14px 0px #9680B61A;
  border: 1px solid #FFFFFF80
}
.upi_pay_sec_bg{
  background: #4C0CAF;
  box-shadow: 4px 4px 14px 0px #9680B61A;
  border-radius: 8px;
  border: 1px solid rgb(85 83 83 / 16%);
  padding: 16px 12px 0px;
  /* position: relative;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center; */
  /* background-image: url(../image/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px; */
  position: relative;
  overflow: hidden;
}
.qr_section_pay {
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 25px;
}

.paym_qr_ele h5 {
  font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    padding: 0 15px;
}
.upiback_im img{
  position: absolute;
  right: -120px;
  bottom: -115px;
}
.paym_qr_ele h6 {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: #B8B5C3;
}
.payment32_upi_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.payment32_upi_sec img{
  width: 22px;
}
.paym_qr_ele p {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #5B5B69;
  color: #FFFFFF;
  margin: 0px 0 15px 0px;

}

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

.qr_scanner {
  background: #ffffff;
  padding: 5px;
  border-radius: 5px;
  border: 1.2px solid #C8C8C8;
}

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

.paytm_btn_bi {
  width: 100%;
  background: #6940F2;
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: 1px solid #EFEFEF80;
  font-family: "Rubik", sans-serif;
}

/* add class */
.pay_btn_disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: rgba(93, 63, 195, 1);
  color: rgba(138, 138, 138, 1);
  font-weight: 500;


}

.active_upiapp_bor {
  cursor: pointer;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  border-radius: 6px;
  background: linear-gradient(180deg, #5B33E1 -17.79%, #8463F1 45.62%, #5B33E1 107.12%)!important;
  border: 1px solid #A388FA!important;
}

.paym_upi_apps h4 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
}

.paym_upi_apps {
  margin: 0px 15px;
}

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

.app_paylist li {
  border-radius: 4px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  align-items: center;
  padding: 8px 0;
  cursor: pointer;
  text-align: center;
  background: rgba(91, 51, 225, 1);

  box-shadow: 0px 0px 4.3px 0px #0000001F;
  border-radius: 6px;
  border: 1px solid transparent;
}

.app_paylist li p {
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.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 20px 10px;
  /* background: #110029; */
}
.make_pymnt_txt {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}
.make_pymnt_parag{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #5B5B69;
  margin-top: 5px;
}
.payment_methods_selct {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  margin: 15px 0px;
  background: #5B33E1;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}
.payment_methods_selct:last-child{
  margin-bottom: 0px;
}
.payment_method_wrapper {
  padding-top: 5px;
}
.cho_titl {
  display: flex;
  flex-direction: column;
  gap:2px;
}
.cho_text {
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
}
.paymnt_sctn_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
span.cho_para {
  font-size: 12px;
  font-weight: 400;
  color: #C8B8FF;
}
.upi_pymnt_syntx {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* .payment_methods_selct:hover, .payment_methods_selct:focus {
  background: linear-gradient(90deg, #5329E2 0%, #7B54FF 50.28%, #5329E2 111.68%);
  border: 1px solid #F9F1FF;
  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;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.sc_card_icon {
  width: 30px;
  height: 30px;
  border: 1px solid #B29CFF;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px #00000014;
}
.sc_select_main {
  margin: 0px 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 12px;
  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 #FFFFFF80
}
.sc_select_main.sc_cvv_value.selected_bank{
  background: linear-gradient(90deg, #5329E2 0%, #7B54FF 50.28%, #5329E2 111.68%);
    border: 1px solid #F9F1FF;
}
.clk_cvv_enter {
  display: none;
}

.acc_container {
  margin-top: 10px;
  position: relative; 
}
.sc_cvvcon {
  display: flex;
  padding-top: 5px;
  align-items: center;
  gap: 5px;

}
.scc_input_con {
  width: 100%;
  margin-top: 5px;
}
.sc_bank_icon {
  width: 30px;
}

.new_card_con{
  background: unset;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  padding: 10px 0 0 0;
  border: unset;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  gap: 5px;
  width: 100%;
  line-height: 0;
}
.new_card_con p{
  -webkit-tap-highlight-color: transparent;
  color: #3C67D9;
  font-size: 12px;
  /* border: 1px solid #B5ABDF; */
  cursor: pointer;
  font-weight: 500; 
  border-radius: 4px;
  /* max-width: 130px; */
  color: #fff;
  font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.card_headr_txt, .card_headr_txt_cd {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.savedcard_inner{
  padding-top:15px;
}
.sc_inner_card p {
  color: #fff;
    font-size: 14px;
    font-weight: 500;
}
p.sc_accountno {
  font-size: 14px;
  font-weight: 400;
  color: #B9AAAA;
} 
.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.sc_cvvcon p {
  color: #fff;
  font-size: 14px;
  font-weight:500;
}
.scc_input_con input {
  background: unset;
  padding: 12px 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  width: 100%;
  border: 1px solid #F9F9F9;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
}
.scc_input_con input:focus-visible {
  outline:none;
}
.cvv_aa{
  text-align: right;
}
.clk_ccv_pop {
  font-size: 12px;
  color: #fff;
  font-weight:500;
  
}
.cvv_icninsdefrt img{
  position: absolute;
  top: 25px;
  right: 15px;
}
/* .cvv_icninsde img{
  position: absolute;
    top: 0;
    left: 38px;
} */
.scc_input_con input::placeholder {
  font-size: 14px; 
  color: #999;
  opacity: 1; 
}
.cp_bank_icon_container img {
  width: 100%;
  position: relative;
  top: -10px;
}
.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: 500;
    text-align: left;
    text-transform: capitalize;
    color: #fff;

}
.card_inpt_bx {
  position: relative;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 16px 10px;
  font-size: 12px;
  font-weight: 400;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #fff;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 8px;
  border: 1px solid #FFFFFF80;
}
.card_focus_ipt:-webkit-autofill{
  background-color: #533DA933!important;
}
input:focus-visible {
  outline: none;
}
.input_logo {
  position: absolute;
  top: 18px;
  right: 10px;
}
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-flex .form-group {
  flex-basis: 46%;
}
.check-sec {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
  justify-content: space-between;
}
.check-sec label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: unset;
  color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 18px;
  margin-right: 5px;
}
.labl_con.justify_space{
  position: relative;
}
.labl_con a {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  line-height: 0;
}
.newcard_inner {
  padding-top: 15px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 18px;
	margin-right: 5px;
}

.switch {
	float: right;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e7e8eade;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-tap-highlight-color: transparent;
	border: 1px solid transparent;
}

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

.slider.round:before {
	border-radius: 50%;
	border: 2px solid transparent;
}

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

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

input:checked+.slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
  background: #6940F2;
}
.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;
  border-radius: 12px;
  box-shadow: -1px 3px 18px 0px #00000012;
  background: #F6F6FF;
  border: 1px solid #9680B6;
  background: linear-gradient(270deg, #5B33E1 0%, #8463F1 50%, #5B33E1 100%);
  /* border: 1px solid;
  border-image-source: linear-gradient(97.83deg, #FFFFFF -6.23%, #724AF8 15.55%, #A388FA 66.35%, #FFFFFF 133.02%); */
}
.balence_pop_fun_bj h5 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
.con_cvv_p {
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.common_pop_jk img {
  cursor: pointer;
  width: 28px;
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
}
.pop_close_fun_bj {
  text-align: center;
  position: relative;
}
.balence_img_fun {
  text-align: center;
}
.card_3d_img {
  width: 100%;
  max-width: 130px;
  padding:7px
}
.bank_pymnt_txt {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;

}
.pop_bnk_sec {
display: grid;
grid-template-columns: auto auto auto;
  gap: 12px;
  padding-top:15px;

}
.bank_pop { 
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  cursor: pointer;
  flex-direction: column;
  flex: 0 0 30%;
  flex-basis: calc(30% - 0px);
  box-shadow: 0px 0px 5.59px 0px rgba(0, 0, 0, 0.12);
  background: rgba(91, 51, 225, 1);
padding: 10px;
border: 1px solid transparent;
 
}
.bank__sec_lgo {
  /* background: #FFFFFF; */
  /* border: 1px solid #9680B633; */
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 8px; */
}

.img_upipay {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}
.bank_pop span {
     color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}
.allbanks_sec h2 {
  color: #fff;
  font-size: 14px;
  padding: 0px 0 15px 0;
  font-weight: 400;
  text-align: center;
}
.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: #533DA933; */
  border: 1px solid #9680B6;
  height: 47px;
  border: 1px solid #A990FF
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #B8B5C3;
  font-size: 14px;
}
.bnk_txtwth_icn{
  color: #fff;
}
.chose_bank img {
  max-width: 28px;
  margin-left: 5px;
  
}

.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;
  background: transparent;
  color: #ffff;
  border: 1px solid rgba(169, 144, 255, 1);
  font-size: 14px;
  font-weight: 400;
}
.search_bank {
  position: relative;
}
.search-txtt::placeholder {
  color: #fff;

}
.search_icon {
  position: absolute;
  top: 15px;
  right: 12px;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  box-shadow: 0px 1px 37px 0px rgba(30, 100, 126, 0.1);
  background: rgba(52, 0, 150, 1);


}
.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: 0px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(139, 111, 234, 1);
  /* background: #533DA933; */
  color: #1F1F1F;
  box-shadow: 0px 4px 11px 0px #00000000;
  font-size: 14px;
}
.bank_name span
{
color:#fff;
font-weight: 400;
}
.card_placehold input::placeholder {
  color: #D9D9D9;
}
.new_cf{
  padding: 0;
  margin: 0px;
  border-radius: unset;
  background: unset;
  box-shadow: unset;
}
.new_cf .newcard_sect {
  padding: 16px 12px;
  position: relative;
  margin: 0px 15px 15px 15px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 4px 4px 14px 0px #9680B61A;
}
.extra_sect{
  display: flex;
  flex-direction: column;

}
.upi_paynetback{
  padding: 0;
  margin: 0px 15px 15px 15px;
  border-radius: 8px;
  background: transparent;
  box-shadow: unset;
}
.upi_saveback{
 
  box-shadow: 4px 4px 14px 0px #9680B61A;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #FFFFFF80;
  background: #340096;
}
.upi_changeback{
  padding: 0;
        margin: 0px 15px 15px 15px;
        border-radius: 0;
        background: transparent;
        box-shadow: unset;
}
.cretop{
  background: #340096;
                box-shadow: 4px 4px 14px 0px #9680B61A;
                padding: 15px;
                border-radius: 8px;
                border: 1px solid #FFFFFF80;
}
.payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section{
  height:100%;
  overflow: hidden scroll;
}
@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: #0A0128;
  }
}
@media (min-width: 590px) {
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }
  .payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section{
    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: 20px;
}
.payment32_su_fa_main_section {
  color: #fff !important;
}
.payment32_su_fa_section {
  position: relative;
  padding: 20px 20px 0 20px;
}
.acc_amt_pay.sucss_pay_ka {
  margin: unset;
}

/* .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: #0A0128; */
}
.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: #1F1F1F;
  text-align: center;
}

.payment32_su_fa_head img {
  cursor: pointer;
}

.payment32_su_fa_success_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  /* border: 1px solid #FBFBFB; */
  border-radius: 12px;
 background-image: url('../image/sec_bg.png');
 background-repeat: no-repeat;
 background-size: 100% 100%;
 padding: 10px 0px;
}

.payment32_su_fa_success_icon img {
  padding-top: 10px;
  max-width: 82px;
}

.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%);
}
.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: 10px;
  align-items: center;
  text-align: center;
  padding: 0px 25px 10px 25px;
}

.payment32_su_fa_success_cont p {
  font-size: 16px;
  font-weight: 500;
  color: #1BE89F;
}

.payment32_su_fa_failed_cont p {
  color: #FD4241;
}

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

.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 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-top: 10px;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
}

.payment32_su_fa_upi_common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 20px;
  /* border-bottom: 1px solid #9680B61A; */
  padding-bottom: 20px;
}

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

.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: #6940F2;
  border: 1px solid #EFEFEF80
}
.money_ddd.money_failur {
  margin: 0;
}
.payment32_su_fa_success_cont.failed_txt p {
  color: #FF6060;
}

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

.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;
  }
  .ka_sucss_gpdv {
    gap: 10px;
}
.payment32_su_fa_success_cont {
  padding: 5px 45px;
}

}

/* css */
.payment_arw{
  margin-left: auto;
}
.sec-hr {
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.sec-hr p {
  color: #FFFFFFE5;
  font-size: 12px;
  font-weight: 400;
  margin: 0 10px;
}
.acc_amt_pay_sucess{
  margin: 25px 0px 15px 0px;
  position: relative;
  padding: 16px;
  background-image: url('/design17/payment_assets/image/amt_bck.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.acc_amt_pay_sucess h2 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.acc_amt_pay_sucess h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #87E464;
  padding: 6px 0;
}
.acc_amt_pay_failed{
  margin: 25px 0px 15px 0px;
  position: relative;
  padding: 16px;
  background-image: url('/design17/payment_assets/image/amt_bck.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.acc_amt_pay_failed h2 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.acc_amt_pay_failed h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #EC475C;
  padding: 6px 0;
}
.new_popbnk p{
  color: #B8B5C3;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.cp_bank_icon_container {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
span.sc_accountno {
  font-size: 12px;
  font-weight: 600;
}

.net_allbankslst{
  height:100vh;
  overflow-y: scroll;
  padding-top: 0px;
  padding-right: 10px;
}

.net_allbankslst::-webkit-scrollbar {
  background: rgba(230, 230, 230, 1);
  width: 8px;
  padding: 1px 0.67px 658px 1.33px;
  border-radius: 10px;
}

.net_allbankslst::-webkit-scrollbar-thumb{
  background: rgba(52, 4, 149, 1);
  border-radius: 10px;
}

.net_allbankslst::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
  border-radius: 10px;
}


.check_cent{
  display: flex;
  align-items: center;
}
.dhana__bank{
  height: 28px;
}
@media (min-width: 551px) {

  .app_paylist li p, .paym_qr_ele h6, .paym_qr_ele p, .cho_text, .payment32_su_fa_success_cont span, .labl_con label, .sc_inner_card p, .check-sec label {
    font-size:14px;
  }

  span.cho_para, .bank_pop span{
    font-size:12px;
  }

  .card_headr_txt, .card_headr_txt_cd{
    font-size: 14px;
  }

  .make_pymnt_txt {
    font-size: 15px;
  }

  .make_pymnt_parag, .new_card_con p {
    font-size: 13px;
  }

  .net_allbankslst{
    height:450px;
  }
  .payment32_upi_sec img{
    width: 35px;
  }
  .bank__sec_lgo {
    width: 62px;
  }
  .sucss_pay_ka {
    margin: 20px 0px 0px 0px;
  }
  .payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section.kar__fal_sec_nw{
    height:fit-content;
    overflow-y: auto;
  }
  
}
@media (max-width: 550px) {
  .cp_bank_iconround img{
    width: 16px;
  }
  .payment32_su_fa_upi_common p {
    font-size: 12px;
  }
  
  .payment32_su_fa_upi_common span {
    font-size: 12px;
  }
  .payment2_main_section {
    background: #F6F6FF;
}
/* .pay_successbut_back {
  background: #f6f6ff;
} */
}
@media (max-width: 359px) {
  .qr_scanner img {
    max-width: 120px;
    width: 100%;
  }
  .upiback_im img {
    width: 100%;
    max-width: 275px;
  }
  .paym_qr_ele p {
    margin-top: 5px;
  }
  .upiback_im img {
    bottom: -142px;
  }
}
.newback_card{
  padding: 16px 12px;
    position: relative;
    margin: 0px 15px 15px 15px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 4px 4px 14px 0px #9680B61A;
}
.validclock{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.pay_headspace{
  padding: 0;
}
.payment_backwh{
  background: #340096;
  box-shadow: 4px 4px 14px 0px #9680B61A;
  padding: 16px;
  border-radius: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

 }
 .allbnks_top{
  margin-top: 16px;
}
.allbnk_back{
  background: #FFFFFF;
}
.allbanks_close{
  display: flex;
    justify-content:center;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 20px;
    position: relative;
}
.backnet_arrow.netclose{
  position: absolute;
  right: 10px;
  top:-4px;
  cursor: pointer;
}

@media (min-width: 768px) {
.payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section{
  height:fit-content;
  overflow: hidden auto;
}
.net_allbankslst {
  height: 600px;
}
}

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

.error {
  border: 1px solid red !important;
  border-radius: 8px;
}
.banksecx.selected
{
  border: 1px solid rgba(249, 241, 255, 1);
  box-shadow: 0px 0px 4.3px 0px rgba(0, 0, 0, 0.12);
  background: linear-gradient(180deg, #5B33E1 -17.79%, #8463F1 45.62%, #5B33E1 107.12%);
}
.allbanks_sec.payment_backwh
{
border-radius: 0px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
/* .payment_backwh
{
border-radius: 0px;
} */

.credit_card_section .upi_paym_qr_sec
{
  border: none;
}
@media  (max-width: 359px) {
  .sc_select_main
  {
    padding: 12px 8px;
  }
  .sc_inner_card p
  {
    font-size: 13px;
  }
  .payment_methods_selct
  {
    padding: 12px 9px;
  }
}
/* .netbankin_sectiin .upi_paynetback
{
border: 1px solid transparent;
} */
.bank_icon_appnd {
  display: none;
}

.netbankin_sectiin .payment2_sec_sub {
  height: unset;
}
