
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;

}

body {
    font-family: "Red Hat Display", sans-serif;


}

/* @font-face {
  font-family: 'Proxima Nova Alt';
  src: url('/design85/payment_assets/fonts/proxima/ProximaNovaA-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
} */

.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-color: #f3f3f3;
  padding: 16px;

  /* background: linear-gradient(128deg, #c7c2ff 0%, #f5f3ff 50%, #fffbe6 100%); */
}

.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 {
  display: flex;
  flex-direction: column;
}

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

.upi_title h1 {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #010101;
}

/* .upi_title {
  margin: 24px 24px 16px;

} */

.upi_title_img_jk {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.upi_title_back_btn_jk {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 24px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

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

.acc_amt_pay {
  /* padding: 15px 0 0px; */
  position: relative;
  margin: 24px 0 0;
  /* background: #1A1F25; */
  border-radius: 16px;
  /* padding: 8px; */
}

.payble_amt_txt_jk {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payble_amt_txt_jk h2{
  font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    color: #010101;
}
.payble_amt_txt_jk h3{
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #010101;
}
.acc_amt_pay h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: left;
  color: #010101;
}

.pay_inside_ico {
  background: #F0EFF7;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay_rgt_scan img {
  width: 100%;
  max-width: 60px;
}

.pay_outer_txt_qr {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #010101;
  padding-top: 4px;
  cursor: pointer;
}

.pay_rgt_scan {}

.acc_amt_pay h3 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #010101;
}

.payble_amt_wrap_img_jk {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  max-width: 110px;
}

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

.upi_paym_qr_sec {
  /* background: #1A1F25; */
  /* padding: 0px 12px 0px; */
  position: relative;
  margin: 16px 0 0;
  border-radius: 16px;
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.make_pay_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}

.down_load_inside {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #2A2A2A;
  padding: 10px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  min-width: 250px;
}
.ftt_size_cards{
  font-size: 14px;
  font-weight: 500;
  color: #2A2A2A;
}
.qr_section_pay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  /* box-shadow: 0px 4px 11px 0px #00000000; */
  background: #F6F7F7;
  padding: 24px 16px;
  border-radius: 20px;
}

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

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

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

.paytm_sm {
  max-width: 50px !important;
}

.bhim_sm {
  max-width: 50px !important;
}

.paym_qr_ele h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #929292;
  width: 245px;
}

.Qr_code_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #252525;
}

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

/* .qr_scanner {
  background: #ffffff;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  background: #252C33;
  border: 1.26px solid #FFFFFF1F;
  display: flex;
  
} */

.qr_scanner img {
  width: 152px;
}

.paytm_btn_bi {
  width: 100%;
  background: #2A2A2A;
  padding: 16px 10px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  /* text-transform: capitalize; */
  height: 48px;
}

.pay_btn_disabled {
  /* opacity: 0.5; */
  cursor: not-allowed;
  pointer-events: none;
  background: #d5d5d5;
  color: #929292;
}

.active_upiapp_bor {
  transition: all 0.5s;
  background: #F6F7F7 !important;
  border: 1px solid #2A2A2A !important;
  backdrop-filter: blur(96.4000015258789px)
}
.iew_all_vie{
  background: transparent !important;
  border: none !important;
}

/* .active_upiapp_bor .upi_pymnt_syntx span{
  font-size: 14px;
    font-weight: 700;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
} */

.paym_upi_apps h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #2A2A2A;
}

/* .paym_upi_apps {
  background: #1A1F25;
  padding: 16px 12px;
  border-radius: 16px;
} */

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0 0px;
  justify-content: space-around;
  /* flex-wrap: wrap; */
}

.app_paylist li {
  border-radius: 8px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 8px;
  gap: 12px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #0000001F;
  /* max-width: 65px; */
  gap: 2px;
}

.app_paylist li span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #2A2A2A;
}

.img_upipay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_upipay img {
  max-width: 40px;
  height: 24px;
}

/* .app_paylist li.active_upiapp_bor span {
  font-size: 14px;
  font-weight: 700;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
} */
.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;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  /* padding: 10px 24px 10px; */
  background: transparent;
}



.payment2_sec_scss_fail {
  height: 100%;
  padding-bottom: 10px;
}

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

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

.payment2_pay_com {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}

.fwt_sucess_txt_send {
  font-size: 20px;
  font-weight: 600;
  color: #212223;
}

.txt_fwt_val {
  font-size: 12px;
  font-weight: 500;
  color: #2A2A2A;
}

.fully_susss_ment {
  font-size: 18px;
  font-weight: 600;
  color: #4BAE4F;
}

.pay_bg {
  /* background-image: url('/design85/payment_assets/image/pay_suc_fa.png'); */
  /* background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 250px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 16px;
  width: 100%;
  /* justify-content: space-around; */
  /* padding: 12px 15px 38px; */
}

.led_fai_pay {
  font-size: 18px;
  font-weight: 600;
  color: #E7324A;
}

.num_amou_sent {
  display: flex;
  flex-direction: column;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
}

.responsiv_img {
  max-width: 80px;
  padding-bottom: 40px;
}

.payment2_pay_com h5 {
  /* font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #252525; */

}

/* .failue_pymt h5 {
  color: #FD4241;
} */

.payment2_pay_com p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #929292;
  width: 224px;
  /* margin: 16px; */
}

.payment2_pay_com_p1 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #755847;
}

.payment2_comm_trans {
  background: #F0EFF7;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  padding: 20px 16px;

}

.payment2_comm_trans h5 {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000000;
}

.pay2_transection_con {
  /* padding: 11px 0; */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.payment2_comm_trans ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* margin: 20px 0px 16px; */
}

.payment2_comm_trans ul li:last-child {
  border-bottom: none;
}

.pay2_trans_sp_lef {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #2A2A2A;
}

.pay2_trans_sp_rig {
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: #2A2A2A;
}

.fwt_time_cept {
  color: #888888;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.pay2_button_sucess button {
  border: transparent;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-transform: capitalize;
  background: #2A2A2A;
  padding: 12px;
  border-radius: 8px;
}

.payme2_comm_sucess_fai {
  /* background: linear-gradient(180deg, #FAF4F0 0%, #FAF4F0 100%); */
  /* padding: 0px 16px 10px; */
  position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  /* margin: -27px 0 0; */
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}

.success_tik_pic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

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

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



.make_pymnt_txt {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.upi_pymnt_syntx {
  color: #212223;
  display: flex;
  /* align-items: center; */
  font-size: 14px;
  font-weight: 600;
  flex-direction: column;
  flex-wrap: wrap;
}

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

/* .payment_methods_selct {
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  box-shadow: 0px 4px 11px 0px #00000000;
  min-height: 100%;
  width: 100%;
      background: #FFFFFF80;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 16px;
} */
.upi_pymnt_syntx span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  /* width: 100%;
    text-align: left; */
}

.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}

.payment_logos_img {
  width: 100%;
  max-width: 50px;
  display: block;
  margin-left: auto;
}

.upi_pymnt_syntx_img {
  width: 100%;
  max-width: 40px;
  /* margin: 12px; */
  height: 40px;
  /* margin-bottom: 10px; */
}

.index_page_sub {
  height: 100%;
  padding-bottom: 0;
  background-color: #f3f3f3;
  /* background: linear-gradient(128deg, #c7c2ff 0%, #f5f3ff 50%, #fffbe6 100%); */
}

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

.try_aga_final {
  margin: 15px !important;
}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* padding: 0 0 10px; */
  background: transparent;
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  gap: 10px;
  margin-bottom: 16px;
}

.somt_aga_try {
  width: 250px !important;
}

.share_reci_clk {
  padding: 0 15px 10px;
  background: #FFFFFF !important;
  color: #2A2A2A !important;
  border: 1px solid #E8E8E8 !important;
  margin-left: 16px;
}

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

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

.bank_pymnt_txt {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.bank_lg_icn {
  /* width: 100%; */
  max-width: 30px;
  display: flex;
}

.bank_pop {
  display: flex;
  align-items: center;
  /* border-radius: 8px;
  padding: 14px; */
  cursor: pointer;
  
}

.bank_pop span {
  font-weight: 500;
  font-size: 12px;
  color: #381908;

}

.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  align-items: center;
  gap: 10px;
  /* padding-top: 20px; */
  overflow: auto;
}

.paymnt_head {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #2A2A2A;
}

.pop_bnk_sec_jk {
  padding: 12px 0 0px;
  /* margin-bottom: 15px; */
}

.allbanks_sec h2 {
  color: #fff;
  font-size: 14px;
  padding: 20px 0 15px 0;
  font-weight: 500;
}

.chose_bank a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #DCDCDC;
  height: 50px;
}

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

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

.search_bank {
  position: relative;
}

.search-txtt {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  text-indent: 30px;
  border: 0.5px solid transparent;
}

.search-txtt::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #3E3E3E;
}

.search_icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  line-height: 0;
}

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

.bank_name {
  display: flex;
  align-items: center;
  padding: 10px 8px;
  border-radius: 8px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border: 0.5px solid #DAD0E3;
  background: transparent;

}

.bank_name span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #2A2A2A;
  text-align: left;
}

.banks_lst_dpdn ul li {
  list-style-type: none;
  border-bottom: 1px solid #FFFFFF;
}

.banks_lst_dpdn ul li:last-child {
  border-bottom: 1px solid none;
}

.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 500px;
}

.all_banks_container {
  display: block;
}


.select_payment_container {
  display: none !important;
}


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

}

.add_saved_bank_card {
  display: flex;
  gap: 13px;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0px 0px 4.2px 0px #4A4A4A1A;
  flex-direction: column;
  /* align-items: center; */
}

.sc_select_main {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  /* margin: 0 0 10px 0; */
  display: flex;
  justify-content: space-between;
  background: #666B9C;
  border-radius: 16px;
  border: 1px solid #fff;
  padding: 12px 15px;
  width: 231px;
  height: 121px;
}

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

.sc_inner_card {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 3px;
}

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

.sc_bankname {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #FFFFFF;

}

.sc_accountno {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  /* display: flex;
  align-items: center; */
  gap: 5px;
}

.bar_jk {
  border: 0.5px solid #B4B4B4
}

/* .sc_card_icon
{
    max-width: 38px;
    background: #fefcf6;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000014;
    width: 100%;
} */
.sc_bank_icon {
  width: 23px;
  margin: 5px 0px;
}

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

}

.wat_is_cvv {
  color: #003780;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  padding-top: 5px;
}

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

}

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

.scc_input_con {
  width: 100%;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.cvv_input {
  width: 100%;
  /* max-width: 296px; */
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 8px;
  color: #252525;
  background: #FFFFFF;
  border: 1px solid #B2B2B2;
  padding: 12px;
}

.new_card_con p {
  font-size: 12px;
  font-weight: 500;
  color: #2A2A2A;
  /* text-decoration: underline; */
}

.add_new_card_save {
  border: 1px solid #252525;
  border-radius: 100px;
  padding: 16px 10px;
  margin: 10px 24px;
}

.border_set .scc_input_con {
  /* border: 1px solid #A0C1EE;
  border-radius: 8px; */
}

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

.scc_input_con .cvv_input::placeholder {
  font-size: 14px;
  color: #908F8D;
}

.acc_container {
  margin-top: 10px;
}

.clk_cvv_enter {
  display: none;
}

button.new_card_con {
  -webkit-tap-highlight-color: transparent;
  background: unset;
  border: unset;
  /* margin: 0 auto; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

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

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

.card_3d_img {
  width: 100%;
  max-width: 255px;
}

.sc_card_icon {
  max-width: 30px;
  height: 25px;
  width: 100%;
}

.card_headr_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding: 10px 0;
  color: #003780;
  display: none;
}

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

.popuop_overlay_rk {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  /* background: #2a2929f5; */
  width: 100%;
  z-index: 999;
  display: none;
  background: #01010133;
  backdrop-filter: blur(10.300000190734863px)
}

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

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

.common_pop_jk img {
  cursor: pointer;
  max-width: 24px;
  position: absolute;
  top: 18px;
  right: 14px;
}

.balence_pop_fun_bj {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 24px 16px;
}

.balence_img_fun {
  text-align: center;

}

.balence_pop_fun_bj h5 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000000;
  padding: 0px 0px 10px;
}

.con_cvv_p {
  padding: 11px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #252525;
}

.bank_lgo_img {
  top: -2px;
}

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

.detail_head_txt {
  font-size: 14px;
  font-weight: 500;
  color: #2A2A2A;
}

.newcard_inner {
  border-radius: 12px;
  /* background-color: #fff; */
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #FFFFFF;
  padding: 12px 16px;
}

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

label {
  color: #000;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 12px);
  font-size: 14px;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  color: #252525;
  background: #FFFFFF;
  /* border: 1px solid #00000029; */
  border-radius: 8px;
  padding: 12px;
 border: 1px solid #B2B2B2;
}

.form-control:focus {
  outline: none;
  /* border: 1px solid #A0C1EE */
}

.form-control::placeholder {
  font-size: 14px;
  color: #929292 !important;
}

.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 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: 400;
  text-align: left;
  text-transform: capitalize;
  color: #755847;
}

.labl_con a {
  text-decoration: underline;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: #201C3E;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

}

.title_with_icn img {
  width: 15px;
}

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

.switch {
  float: right;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DCD0C9;
  -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 #fff;
}

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

input:checked+.slider {
  background: #381908;
}

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

.labl_con label {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  color: #929292;
}

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

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

.card_inpt_bx {
  position: relative;
}

.bank_pop.selected {
  transition: all 0.5s;
  background: #FFFFFF !important;
  border: 1px solid #2A2A2A !important;
}

.chose_bank img {
  max-width: 28px;
  margin-left: 5px;
}

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

.border_set {
  /* border: 1px solid #003780 !important;
  background: #0037801A;
  border-radius: 8px; */
}

.bank_icon_appnd {
  display: none;
}

.payment2_sec_sub.netbanking_cntnertab {
  height: 100% !important;
}



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

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

.card_icon_container {
  width: 100%;
  max-width: 110px;
}

.card_details_p {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFFB8;
}

.card_inner_p {
  position: relative;
}

.up_arrow_cross {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 7px;
}

.payment_syntx_cont_jk {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

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

.scan_pay_h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}

.upi_arrow_crosnew {
  width: 13px;
  margin-right: 12px;
}

.card_addnew_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed #B2B2B2;
  border-radius: 16px;
  padding: 10px 12px;
  gap: 8px;
  cursor: pointer;
}

.selected_bank {
  /* background: #EBEAFF;
  border: 1px solid #5A43C1;
  border-radius: 20px;
  padding: 12px 20px; */

}

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

.sec-hr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 7px;
  font-size: 12px;
  font-weight: 400;
}

.shr_button {
  text-align: center;
}

.share_btn {
  border: 1px solid #FFFFFF29;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 14px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.share_btn img {
  width: 20px;
}

.share_btn span {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.sh_txt {
  padding-top: 2px;
}

/* .payme2_comm_sucess_fai.rk_succss_spt {
  padding: 0px 16px 0px;
} */

.payment2_sec_scss_fail.rk_succs_page_dv {
  padding-bottom: 0;
}

.bottom_bar_jk {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bar_jk {
  width: 100%;
  max-width: 135px;
  height: 5px;
  position: absolute;
  top: -15px;
  border-radius: 100px;
  color: #B7BCC2;
}

.contner_pdn_bm_jk {
  background: none;
  padding: 0;
  gap: 16px;
}

/* .paym_qr_ele {
  background: #1A1F25;
  padding: 16px 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
} */
.paym_qr_ele_tle_jk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sqr_pay_jk {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
}

.sqr_pay_jk img {
  width: 100%;
  max-width: 9px;
}

.sqr_pay_jk p {
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFFB8;
}

.bar_jk1 {
  top: -5px;
}

.border_jk {
  border: 1px solid #00000029;
  margin: 16px 0px;
}

.pay2_trans_sp_rig_jk {
  font-size: 14px;
  font-weight: 500;
}

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

.pay2_succ_btn_jk {
  background: transparent;
  /* padding: 6px 10px; */
  /* border-radius: 23px; */
  border: none;
  outline: none;
  /* color: #41D195; */
  /* font-size: 10px; */
  /* font-weight: 500; */
}

.btm_bar_jk {
  margin-top: 8px;
}

.pay2_fail_btn_jk {
  background: #C7402E1F;
  color: #C7402E;
}



.clk_ccv_pop_jk {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
}

.logo_bank_txt {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.cp_bank_icon_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;

}

.sc_inner_details_jk {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 20px;
  gap: 24px;
}

.crd_nam_saved {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

.pay_card_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0px 0px;
}

.add__cards_desn,
.add_new_card_save {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  color: #2A2A2A;
  background: #F6F7F7;
  border: 1px solid #DAD0E3;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 42px;
}

.add__cards_desn p,
.add_new_card_save p {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #2A2A2A;
}

.add_new_card_save {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  color: #252525;

  background: #FFFFFF;
  border: 1px solid #0000001F;
  border-radius: 40px;
  padding: 16px 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 8px;
}

.add_new_card_save p {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}

.se_slt_inner_jk {
  display: flex;
  align-items: center;
  gap: 15px;
}

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

/* .sc_main_sec_jk1 {
  display: flex;
  align-items: center;
  gap: 10px;
} */
.add_newcard_pay_jk {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_dls_jk {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.card_cont_jk {
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFFB8;
}

.stripe_card_number::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF4D;
}

.stripe_card_number_jk::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF4D;
}

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

.checkbox_jk label {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}

/* input[type=checkbox]{
  width: 20px;
  height: 20px;
  background-color: #FA9E57;
}

input[type=checkbox]:checked{
  background-color: #FA9E57;
} */
.label_con_jk {
  display: flex;
  gap: 5px;
}

.lbl_cvv_jk {
  display: flex;
  align-items: center;
  position: relative;
}

.what_is_cvv_card {
  position: absolute;
  right: 10px;
}

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

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

.bank_pop_jk span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #2A2A2A;
}

.bank_pop_jk {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
  gap: 10px;
  width: 100%;
  background: #FFFFFF;
    border: 1px solid #DAD0E3;
    padding: 10px 8px;
    border-radius: 8px;
}

.viewall_sec {
  text-align: center;
  padding-top: 20px;
}

.view_all_text {
  font-size: 14px;
  font-weight: 600;
  color: #FA4F41;
  text-decoration: none;
}

.search_allbank_jk {
  margin: 10px 0;
}

.srh_bx_jk::placeholder {
  color: #929292;
}

.srh_bx_jk {
  background: #FFFFFF;
  border: 1px solid #00000029;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
  /* border-radius: 100px; */
  color: #2A2A2A;
}

.bank_name.active {
  background: #FFFFFF;
  border: 1px solid #2A2A2A;
  border-radius: 8px;
}

.upi_paym_qr_sec_jk {
  background: #1A1F25;
  padding: 0px 12px 0px;
  position: relative;
  margin: 8px 24px 0px;
  border-radius: 16px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}
.popular_banks_container {
    background: #FFFFFF;
    box-shadow: 0px 0px 4.2px 0px #4A4A4A1A;
    padding: 12px 16px;
    border-radius: 12px;
    margin: 24px 0;
}
.banks_lst_dpdn_jk {
  /* margin: 0px 24px; */
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  /* padding: 12px 8px; */
}

.bank_name_img_jk {
  padding: 5px;
  display: flex;
  align-items: center;
}

.bank_name_img_jk img,
.search_icon_jk img {
  width: 100%;
  max-width: 20px;
}

.page_jk {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.sc_select_main_sub_jk {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.card_saved_namdet {
  display: flex;
  flex-direction: column;
}

.sc_select_main.selected_bank .cp_bank_icon_container {
  display: flex;
  align-items: flex-start;
}

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

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

.help_active {
  display: none;
}





/* .form_group_jk input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  border: 1px solid gray;
}
.form_group_jk label {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
.form_group_jk label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #FA4F41;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form_group_jk input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 6px;
  height: 9px;
  border: solid #FA4F41;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */

.form_group_jk input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form_group_jk label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #252525;
  display: flex;
  align-items: center;
}

.form_group_jk label:before {
  content: '';
  background-color: transparent;
  border: 1px solid #5A43C1;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.form_group_jk input:checked+label:before {
  border: 1px solid #5A43C1;
  background: #5A43C1;
}

.form_group_jk input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.payment_methods_selct_newr {
  flex-basis: calc(50% - 10px);
  /* cursor: pointer; */
  /* box-shadow: 0px 4px 11px 0px #00000000; */
  box-shadow: 0px 4px 5.8px 0px #BEBDBD1A;
  min-height: 100%;
  width: 100%;
  background: #F0EFF7;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  padding: 12px 16px;
}

.upi_pynw_btn_new {
  display: none;
}

.pay_crdit_card_addnewcard {
  display: block;
}

.rk_succs_page_dv {
  overflow-y: auto;
}



.cvv_text_label {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  color: #929292;
}

.cvv_block_ui {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.cvv_hint_icon {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cvv_hint_box {
  display: none;
  position: absolute;
  bottom: 155%;
  /* left: 50%; */
  right: -189px;
  transform: translateX(-50%);
  background: #FFFFFF;
  color: #2A2A2A;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 400;
  z-index: 100;
  box-shadow: 0px 2px 4px 0px #00000033;
  width: 169px;
  text-align: center;
}

/* ✅ Arrow at bottom */
.cvv_hint_box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 37%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}

/* Show tooltip on hover */
.cvv_hint_icon:hover .cvv_hint_box {
  display: block;
}
.card_dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  max-width: 60px;
  width: 100%;
  padding: 6px 12px;
  border: 0.5px solid #E8E8E8;
  border-radius: 4px;
  margin-left: 44%;
}

.dot {
  width: 4px;
  height: 4px;
  background: #d9d9d9;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

/* Active dot */
.dot.active {
  /* width: 18px; */
  border-radius: 6px;
  background: #7b7b7b;
}
.top_card_add_con{
  display: flex;
  /* justify-content: center; */
  gap: 13px;
}
.top_gap_cvv{
  /* padding: 4px; */
}
.save_cvv_group{
  display: none;
}
.cvv_input.filled {
  border: 1px solid #727272;
  border-radius: 8px;
}
.form_group_jk {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

/* Toggle switch */
.toggle {
  width: 30px;
  height: 18px;
  background-color: #ccc;
  border-radius: 28px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Circle inside toggle */
.toggle::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  top: 2px;
  left: 3px;
  transition: transform 0.3s;
}

/* Active state */
.toggle.active {
  background-color: #2DA94F;
}

.toggle.active::before {
  transform: translateX(10px);
}

/* Label */
.toggle_label {
  font-size: 11px;
  font-weight: 400;
  color: #121212;
}

.card_focus_ipt.active {
   border: 1px solid #727272;
   border-radius: 8px;
}

/* Remove effect (default style) */
.box {
    background-color: white;
    color: black;
}

/* .card_slide_credit {
  display: none;
} */

/* .card_slide_credit.active {
  display: block;
} */
.saved_cards_slider {
  position: relative;
  /* overflow: hidden; */
}
.cll_new_seccard{
  background-color: #646b57 !important;
}
.cll_new_seccard_third{
  background-color: #5e8486 !important;
}
.cll_new_seccard_four{
  background-color: #755847 !important;
}
.iew_all_vie{
  font-size: 12px;
  font-weight: 400;
  color: #9258C6;
  cursor: pointer;
}
.net_banking_view{
  display: flex;
  justify-content: space-between;
}

@media (min-width: 280px) and (max-width: 319px) {
  .upi_pymnt_syntx {
    font-size: 8px;
  }

  .payment_methods_selct h1 {
    font-size: 9px;
    padding: 10px 0;
    min-height: 42px;
  }

  .bank_pop_jk span {
    font-size: 8px !important;
  }

  .acc_amt_pay h2 {
    font-size: 10px !important;
  }

  .acc_amt_pay h3 {
    font-size: 16px !important;
  }

  .payble_amt_wrap_img_jk {
    max-width: 95px !important;
  }

  .upi_pymnt_syntx span {
    font-size: 9px !important;
  }

  .card_details_p {
    font-size: 8px !important;
  }

  .paym_qr_ele h6 {
    font-size: 8px !important;
  }

  .Qr_code_text {
    font-size: 7px !important;
  }

  .qr_scanner {
    padding: 3px 3px 3px 3px !important;
  }

  .qr_scanner img {
    max-width: 60px !important;
  }

  .paymet_sm_wrap img {
    max-width: 15px;
  }

  .qr_section_pay {
    padding: 6px !important;
  }

  .scan_pay_h4 {
    font-size: 12px !important;
  }

  .app_paylist li span {
    font-size: 6px !important;
  }

  .img_upipay img {
    width: 20px !important;
  }

  .payment2_pay_com h5 {
    font-size: 16px !important;
  }

  .payment2_pay_com p {
    font-size: 10px !important;
  }

  .pay2_trans_sp_lef {
    font-size: 10px !important;
  }

  .pay2_trans_sp_rig_jk {
    font-size: 14px !important;
  }

  .pay2_trans_sp_rig {
    font-size: 10px !important;
  }

  .share_btn span {
    font-size: 12px !important;
  }

  .pay2_button_sucess button {
    font-size: 12px !important;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .upi_pymnt_syntx {
    font-size: 11px;
  }

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

  .acc_amt_pay h2 {
    font-size: 14px;
  }

  .upi_pymnt_syntx span {
    font-size: 12px;
  }

  .card_details_p {
    font-size: 10px !important;
  }

  .sc_bankname {
    font-size: 12px;
  }

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

  .paym_qr_ele h6 {
    font-size: 10px;
  }

  .Qr_code_text {
    font-size: 8px;
  }

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

  .payment2_pay_com h5 {
    font-size: 17px;
  }

  .payment2_pay_com p {
    font-size: 12px;
  }

  .pay2_trans_sp_lef {
    font-size: 11px;
  }

  .pay2_trans_sp_rig_jk {
    font-size: 15px;
  }

  .pay2_trans_sp_rig {
    font-size: 11px;
  }

  .share_btn span {
    font-size: 12px;
  }

  .add__cards_desn p {
    font-size: 10px !important;
  }

  .pay_card_in {
    gap: 3px
  }

  .add__cards_desn {
    gap: 4px;
  }

  .bank_pop {
    padding: 10px;
  }

  .payment2_comm_trans {
    overflow-y: scroll;
    /* height: 75dvh; */
  }

  .done_fxedbtn {
    /* padding: 10px 10px; */
  }
  .sc_select_main{
    width: 200px;
  }
  /* .banks_lst_dpdn ul{
    padding-right: 8px;
  } */
}

@media (min-width: 551px) {
  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    /* padding: 10px 15px 10px; */
    /* background: #fff; */
  }

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

}

@media (min-width: 590px) {
  .index_sectn {
    max-height: 92dvh;
    height: inherit;
  }

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

  /* .upi_paym_qr_sec{
    margin-bottom:30px;
  } */
  .upi_paym_qr_sec.contner_pdn_bm {
    margin-bottom: 10px;
  }

  .payment2_pay_com p {
    max-width: 80%;
  }

  .payme2_comm_sucess_fai {
    gap: 24px !important;
    margin-top: 15px !important;
  }

  /* .payment2_comm_trans ul {
  gap: 10px !important;
} */
  .payment2_pay_com {
    gap: 5px !important;
  }
}

@media (min-width: 768px) {
  .index_sectn {
    max-height: 72dvh;
    height: inherit;
  }
}

@media (max-width: 550px) {

  /* .failure_pymnt_sec{
    display: flex;
    min-height: calc(100dvh - 120px);
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  } */
  .payment2_main_section {
    background: #fff;
  }
}
@media (max-width: 320px) {
  .success_tik_pic {
    padding-bottom: 0 !important;
  }

  .payment2_pay_com {
    gap: 0 !important;
  }
}
@media (min-width: 360px) and (max-width: 640px) {
  .paym_qr_ele h6 {
    font-size: 12px;
  }

  /* .done_fxedbtn {
    padding: 10px 15px 10px;
  } */
.card_dots{
  margin-left: 40%;
}
.sc_select_main{
  width: 240px;
}
/* .banks_lst_dpdn ul{
  padding-right: 8px;
} */
}

@media (min-width: 360px) and (max-width: 375px) {
  /* .acc_amt_pay {
    margin: 0px 24px 8px;
  } */

  /* .paym_qr_ele h6 {
  font-size: 10px;
} */
  .Qr_code_text {
    font-size: 9px;
  }

  /* .qr_scanner img {
  max-width: 70px;
} */
  .contner_pdn_bm_jk {
    gap: 10px;
  }

  .payme2_comm_sucess_fai {
    gap: 24px;
    margin-top: 15px;
  }

  .responsiv_img {
    max-width: 65px;
  }

  /* .payment2_pay_com h5 {
  font-size: 16px;
} 
.payment2_pay_com p {
  font-size: 10px;
}
.pay2_trans_sp_lef, .pay2_trans_sp_rig {
  font-size: 11px;
}*/
  .pay2_trans_sp_rig_jk {
    font-size: 15px;
  }

  .payment2_comm_trans ul {
    /* gap: 10px; */
  }

  .border_jk {
    margin: 10px 0px;
  }

  .payment2_comm_trans {
    padding: 15px 16px;
  }

  .payment2_comm_trans {
    overflow-y: scroll;
    /* height: 75dvh; */
  }
  .sc_select_main{
    width: 210px;
}
}
@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 (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;
  }

  /* .upi_paym_qr_sec {
    margin: 8px 24px 35px;
  } */
}
.card_sec_comm {
  width: 100%;
}
.pop_bnk_sec::-webkit-scrollbar {
  display: none;
}
button.done_btn_clk {
    margin-right: 16px;
}
.net_bnk_tlte {
  font-size: 14px;
  font-weight: 500;
  color: #2A2A2A;
}
.paynetbank {
  font-size: 12px;
  font-weight: 400;
  color: #9258C6;
  cursor: pointer;
}
@media (min-width:550px) {
  .try_aga_final {
    margin: 15px 0 !important;
  }
  .share_reci_clk {
    margin-left: 0;
  }
  button.done_btn_clk {
    margin-right: 0;
}
}
.saved_cards_slider {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

#saved_cards {
    display: flex;
    gap: 16px;
}

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