@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "ProximaNovaAlt";
    src: url("../fonts/proxima-nova-alt-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaAlt";
  src: url("../fonts/proxima-nova-alt-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "ProximaNovaAlt", sans-serif;
  color: #000;
  font-weight: 400;
}

.fs11_fw400{
font-size: 11px;
font-weight: 400;
}
.fs12_fw400{
font-size: 12px;
font-weight: 400;
}
.fs12_fw500{
font-size: 12px;
font-weight: 500;
}
.fs13_fw400{
font-size: 13px;
font-weight: 400;
}
.fs14_fw400{
font-size: 14px;
font-weight: 400;
}
.fs14_fw500{
font-size: 14px;
font-weight: 500;
}
.fs14_fw600{
font-size: 14px;
font-weight: 600;
}
.fs16_fw400{
font-size: 16px;
font-weight: 400;
}
.fs18_fw400{
font-size: 18px;
font-weight: 400;
}
.fs18_fw600{
font-size: 18px;
font-weight: 600;
}
.fs20_fw600{
font-size: 20px;
font-weight: 600;
}
.fs24_fw600{
font-size: 24px;
font-weight: 600;
}
.fs34_fw700{
font-size: 34px;
font-weight: 700;
}

.dFlex{
display: flex;
}

.txtCenter{
text-align: center;
}

.clrWhite{
color: #fff;
}

.clrLight{
  color: #898989;
}

.clrDark{
  color: #1E1E1E;
}


.paym_qr_ele p.colorLight{
  color: #B1B1B8;
}

img {
  max-width: 100%;
}

html,
body {
  height: 100%;
}

.payment2_section {
  height: 100vh;
  background-position: center;
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, #F0E9FF 0%, #FBFAFF 56.52%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.payment2_sec_sub {
  height: 95%;
  overflow: scroll;
}

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


.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: #444444;
}

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

.upi_payment_container {
  padding: 16px;
  position: relative;
}

.qr_scaner {
  position: absolute;
  background: #FFFFFF;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  right: 7%;
  width: 40%;
  bottom: 10%;
  border-radius: 50px;
  font-weight: 400;
}

.upi_title {
  position: relative;
}

.upi_title a {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.acc_amt_pay {
  position: relative;
}

.money_ddd {
  margin: 20px auto 0;
}

.money_3d_img {
  width: 100%;
}

.payble_amont_wrap {
  position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.payble_amont_wrap h2{
  color: #EDE6FC;
}
.payble_amont_wrap h3 {
  font-family: "Urbanist", sans-serif;
  margin: 5px 0px;
}

.payble_amont_wrap .sub_nam_txt span.sub_name {
  padding: 2px 8px;
  border-radius: 20px;
  background: #FBE633;
  color: #2B2B2B;
}

.upi_paym_qr_sec {
  padding: 16px;
  position: relative;
  margin: 0px 16px 16px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px #7347D31A;
  border-radius: 16px;
}

.upi_pay_sec_bg {
  background: #FFFFFF;
  box-shadow: 4px 4px 10px 0px #9680B61A;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  margin: 0px 16px;
}

.qr_section_pay {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 25px;
}

.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 {
  text-align: center;
  color: #1C1D20;
}

.paym_qr_ele p span {
  font-weight: 600;
  color: #F74B40;
      margin: 0px 4px;
}

.qr_scanner {
display: flex;
align-items: center;
gap: 15px;
justify-content: flex-start;
width: 100%;
margin-top: 12px;
}
.qr_scanner .max205{
max-width: 205px;
display: flex;
flex-direction: column;
gap: 8px;
}


.qr_scanner img {
  width: 84px;
  height: 84px;
}

.paytm_btn_bi {
  width: 100%;
  background: #6E43C9;
  padding: 12px;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: 1px solid #EFEFEF80;
  font-weight: 400;
}

.pay_btn_share {
  background: #FFFFFF;
  color: #6E43C9;
  border: 1px solid #6E43C9
}

/* add class */
.pay_btn_disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #D7D7D7;
  color: #FFFFFF;
  font-weight: 500;
}


.paym_upi_apps {
    margin: 16px;
    background: #FFFFFF;
    padding: 16px;
    border-radius: 16px;
}

ul.apps_paylist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 0px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px #6E43C914;
  border-radius: 8px;
}

.app_paylist li {
  list-style-type: none;
  cursor: pointer;
  text-align: center;
  flex-shrink: 0;
  max-width: 35px;
  width: 100%;
}

.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 16px; 
  gap: 8px;
}

.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;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px #7347D31A;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}

.payment_methods_selct:last-child {
  margin-bottom: 0px;
}
.payment_methods_selct:hover{
  border: 1px solid #7346D3;
}
.payment_method_wrapper{
margin-top: 12px;
display: flex;
flex-direction: column;
gap: 12px;
}
.cho_titl {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cho_text {
  font-size: 12px;
  
  font-weight: 400;
}

span.cho_para {
  font-size: 12px;
  font-weight: 400;
  color: #C8B8FF;
}

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

.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 {
  border-radius: 50px;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  line-height: 0;
  color: #6E43C9;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  border-radius: 50px;
  text-align: center;
}

.pay_btn_add {
  background: #FFFFFF !important;
  border: 1px solid #6E43C9;
}

.card_headr_txt,
.card_headr_txt_cd {
  color: #1E1E1E;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
}

.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;
}

.cvv_icon {
  position: relative;
}


.tooltip-box {
  position: absolute;
  background: #1E1E1E;
  box-shadow: 0px 2px 4px 0px #00000033;
  color: #fff;
   padding: 8px 12px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 1000;
  top: 0px;
  bottom: 0;
  white-space: nowrap;
  right: 0;
  margin-bottom: 12px;
}


.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: #1E1E1E;

}

.card_inpt_bx {
  position: relative;
}

.card_inpt_bx input,
.card_placehold input {
  background: #ffffff;
  border: 1px solid #0000001F;
  color: #1E1E1E;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 16px 10px;
  font-size: 13px;
  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: 300;
  text-align: left;
  text-transform: unset;
  color: #1E1E1E;
}

.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: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;
}

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

input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #FFFFFF;
}

.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%);
}

.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 {
  
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;

}

.pop_bnk_sec {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 12px;
  place-content: normal;
}

.bank_pop {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 14px 0px #7347D31A;
  border: 1px solid transparent;
  padding: 4px 7px;
  border-radius: 8px;
  cursor: pointer;
}

.banksecx.selected{
border: 1px solid #7346D3;
}

.bank__sec_lgo {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #FAFAFA 100%);
}

.img_upipay {
  max-width: 50px;
  height: auto;
}

.img_upipay img {
  width: 100%;
}

.bank_lg_icn {
  width: 100%;
  max-width: 30px;
}

.bank_pop span {
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 10px;
  color: #000;
}

.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;
}

.all_banks_container {
  display: none;
}

.search_bank_wrap {
  padding-top: 15px;
}

.search-txtt {
  line-height: 1;
  width: 100%;
  height: 48px;
  padding: 0px 20px 0px 40px;
  border-radius: 4px;
  background: #ffffff;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
  margin: 20px 0;
  border: 1px solid #00000080;
}

.search_bank {
  position: relative;
}

.search-txtt::placeholder {
  color: #5959594D;

}

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

.banks_lst_dpdn {
  /* height: 95dvh;
  overflow-y: scroll; */
  padding-top: 0px;
  padding-right: 10px;
}

.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 56dvh;
  background: #FFFFFF;
  border-radius: 8px;
  height: 100%;
  min-height:30dvh;
  max-height: 58dvh;
}

.banks_lst_dpdn ul li {
  list-style-type: none;
  padding: 0px 10px;
}

.bank_name {
  display: flex;
  align-items: center;
  padding: 10px 10px 8px;
  border-radius: 0px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid #0000001F;
  color: #1F1F1F;
  box-shadow: 0px 4px 11px 0px #00000000;
  font-size: 14px;
  position: relative;
}

.banks_lst_dpdn li:last-child .bank_name {
  border-bottom: none !important;
}
.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 5px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 10px;
}

.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
  background: #6C6A6A;
  border-radius: 10px;
}

.banks_lst_dpdn ul::-webkit-scrollbar-thumb:hover {
  background: #12BCF7;
}
.bank_name span {
  color: #1F1F1F;
  font-weight: 400;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
}

.card_placehold input::placeholder {
  color: #898989;
}

.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 {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
}

.payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section {
  height: 100%;
  overflow: hidden scroll;
}

/* saved cards */
.saved-cards-container {
  text-align: center;
  padding: 5px;
}

.saved-title {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
}

.cards-slider {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
}

.card-item {
  flex: 0 0 80%;
  max-width: 400px;
  background: linear-gradient(135deg, #5a00ff, #340096);
  border-radius: 15px;
  color: #fff;
  padding: 20px;
  scroll-snap-align: center;
  margin: 0 auto;
}

.card_detials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.card-item .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}

.bank-name {
  font-weight: 600;
}

.card-brand {
  height: 30px;
}

.card-number {
  font-size: 20px;
  letter-spacing: 3px;
  margin: 5px 0;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 20px 20px 0px;
  width: 100%;
}

.visa {
  background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%)
}

.mastercard {
  background: linear-gradient(90deg, #662D91 0%, #B182D5 100%);
}

.cvv-container {
  margin-top: 20px;
  text-align: left;
  background: #fff;
    padding: 16px;
    border-radius: 16px;
}

.cvv-container label {
  display: block;
  margin-bottom: 12px;
  color: #1E1E1E;
}

.cvv_input_wrap{
position: relative;
margin-top: 4px
}

.cvv_input_wrap img{
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}

.cvv-container input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.cvv-container input::placeholder{
font-size: 12px;
}

.cards-slider .owl-carousel .owl-item img {
  max-width: 100% !important;
  width: unset;
}

.cards-slider .owl-theme .owl-dots .owl-dot.active span,
.cards-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #6E43C9;
}

.cards-slider .owl-item.active.center {
  transform: scale(1.1) !important;
  /* Scale the center item up */
  transition: transform 0.3s ease-in-out;
  /* Smooth transition */
}

.cards-slider .owl-item {
  transform: scale(0.9) !important;
  /* Default scale for all other items */
  transition: transform 0.3s ease-in-out;
  /* Smooth transition */
}

/* UPI PAYMENTS */
.apps_paylist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px #7347D31A;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}

.apps_paylist li.active_upiapp_bor{
border: 1px solid #7346D3;
}
.apps_paylist li:hover{
  border: 1px solid #7346D3;
}

.apps_paylist .upipay_sec_img {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pay_upi_section h4 {
  text-align: left;
  margin-bottom: 12px;
}

.pay_successbut_back {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .payble_amont_wrap .fs14_fw400{
    font-size: 15px;
  }
  .upi_paym_qr_sec .fs14_fw400, .paym_upi_apps .fs14_fw400, .bank_pymnt_txt {
    font-size: 15px;
  }
 .upi_pymnt_syntx .fs12_fw400{
  font-size: 14px;
 }
 .qr_scanner .max205 {
    max-width: 100%;
 }
 .apps_paylist .fs12_fw400{
   font-size: 14px;
 }
 .paytm_btn_bi {
    font-size: 15px;
 }
 .banks_lst_dpdn ul {
    overflow-y: auto;
    height: 500px;
}
}

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

  .qr_scaner {
    gap: 4px;
    padding: 7px 5px;
  }

  .payble_amont_wrap h3 {
    font-size: 26px;
  }
}


@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;
}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  background: #fff;
}

.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;
}

.payment_success_sec,
.payment32_su_fa_failed {
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px #1142BA14;
  padding: 30px 16px 0px;
}

.payment32_su_fa_success_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.payment32_su_fa_sec_sub {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.payment32_su_fa_paynow {
  font-size: 16px;
  font-weight: 500;
}

.payment32_paynow {
  width: 100%;
  padding: 15px;
  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_failed_cont p {
  color: #FD4241;
}

.payment32_su_fa_success_cont span {
  color: #898989;
}

.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;
}

.payment32_su_fa_upi_common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #0000001F
}

.payment32_su_fa_upi_common:last-child {
  border: none;
}

.payment32_su_fa_upi_common p {
  color: #898989;
}

.payment32_su_fa_upi_common span {
  color: #1E1E1E;
}

span.right_spn {
  text-align: right;
}

.payment32_su_fa_paynow {
  font-size: 16px;
  font-weight: 500;
  background: #6E43C9;
  border: 1px solid #EFEFEF80
}

.money_ddd.money_failur {
  margin: 0;
}

.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;
  }

  /* .banks_lst_dpdn{
    padding-bottom: 20px;
  } */

}

/* css */
.payment_arw {
  width: 18px;
  height: auto;
  display: flex;
}

.payment_arw img {
  width: 100%;
}

.sec-hr hr {
  margin: 15px 0px;
  border: none;
  border-bottom: 1px dashed #898989;
}

.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: #ffffff;
  width: 8px;
  padding: 1px 0.67px 658px 1.33px;
  border-radius: 10px;
}

.net_allbankslst::-webkit-scrollbar-thumb {
  background: #B1B1B1;
  border-radius: 10px;
}

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

.selected_icon {
  display: none;
  position: absolute;
  right: 15px;
}

.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: 14px;
  }

  .card_headr_txt,
  .card_headr_txt_cd {
    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: 100%;
  }

  .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;
  }
    .banks_lst_dpdn ul {
    max-height: 72dvh;
  }
  .pop_bnk_sec {
    gap: 8px;
  }
}

@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;
  }

  .qr_scaner {
    right: 8%;
    bottom: 3%;
  }

  .cards-slider .owl-item.active.center {
    transform: unset !important;
    transition: unset !important;
  }

  .cards-slider .owl-item {
    transform: unset !important;
    transition: unset !important;
  }
}

.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: #FFFFFF;
  box-shadow: 4px 4px 14px 0px #9680B61A;
  padding: 16px;
  border-radius: 16px;
}

.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;
}

.allbanks_sec.payment_backwh {
  border-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}


.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;
  }
  .rt_cards_wrap {
    width: 296px !important;
  }
  .bank__sec_lgo {
    width: 42px;
    height: 48px;
  }
}

/* .netbankin_sectiin .upi_paynetback
{
border: 1px solid transparent;
} */
.bank_icon_appnd {
  display: none;
}

.netbankin_sectiin .payment2_sec_sub {
  height: unset;
}

.payment2_sec_net_bnkg {
  height: 100% !important;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 550px) {
    .payment2_section.netbankin_sectiin.upiall_back.netbnkng__payment__pge {
      height: 100dvh;
    }
  }
}

.payment32_su_fa_section.kar__fal_sec_nw {
  background: linear-gradient(180deg, #F0E9FF 0%, #FBFAFF 56.52%);
}

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

.rt_page_title{
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 55%;
}

.rt_cards_wrap {
  position: relative;
  width: 320px;
  height: 190px;
  perspective: 1000px;
}



.rt_swipe_card {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 170px;
  background: url("../image/card-bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(30px) scale(0.85);
  backface-visibility: hidden;
  will-change: transform, opacity;
  transition: transform 0.55s ease, opacity 0.55s ease;
  transition-delay: 20ms;

  z-index: 0;
  pointer-events: none;
}

.rt_swipe_card.active {
  opacity: 1;
  transform: translateY(0px) scale(1);
  z-index: 2;
  pointer-events: auto;
  transition-delay: 0ms;
  background: url("../image/card-bg-active.png") no-repeat;
  background-size: 100% 100%;
}

.rt_swipe_card.next {
  opacity: 0.6;
  transform: translateY(15px) scale(0.95);
  z-index: 1;
}

.rt_swipe_card.last {
  opacity: 0.4;
  transform: translateY(30px) scale(0.9);
  z-index: 0;
}




.rt_swipe_card_pagination {
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}

.rt_card_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
      justify-content: space-between;
    height: 100%;
  gap: 10px;
  padding: 20px;
  max-height: 100%;
  position: relative;
}

.rt_card_content .rt_card_content_text {
  font-size: 15px;
  color: #fff;
}
.rt_card_content_text strong{
 color: #fff; 
}
.rt_card_content_text span{
 color: #97A0AD; 
 font-size: 10px;
 text-align: left;
}

.rt_card_content .explore_icon{
position: absolute;
    top: 20px;
    right: 20px;
}

.dFlexAlnCenterSpaceBtwn{
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
width: 100%;
}

.dFlexAlnCenterSpaceBtwn .rt_card_content_text{
display: flex;
flex-direction: column;
gap: 5px;
}

.rt_card_content_text.cardNumber{
font-size: 17px;
word-spacing: 20px;
}