@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=Outfit:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "Public Sans", sans-serif;
}

.fs10_fw400 { font-size: 10px; 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; }
.fs12_fw600 { font-size: 12px; font-weight: 600; }

.fs13_fw400 { font-size: 13px; font-weight: 400; }
.fs13_fw500 { font-size: 13px; font-weight: 500; }

.fs14_fw400 { font-size: 14px; font-weight: 400; }
.fs14_fw500 { font-size: 14px; font-weight: 500; }

.fs16_fw400 { font-size: 16px; font-weight: 400; }
.fs16_fw600 { font-size: 16px; font-weight: 600; }

.fs20_fw600 { font-size: 20px; font-weight: 600; }

.fs24_fw600 { font-size: 24px; font-weight: 600; }
.fs24_fw700 { font-size: 24px; font-weight: 700; }

.txt_clr_white { color: #fff; }
.txt_clr_light { color: #f8f8f8; }
.txt_clr_dark { color: #2d2d2d; }  
.txt_clr_dark1 { color: #1d1d1d; }  
.txt_clr_dark2 { color: #2a2a2a; }  
.txt_clr_dark3 { color: #626262; } 
.txt_clr_dark4 { color: #898989; } 
.txt_clr_dark5 { color: #555555; } 
.txt_clr_failed { color: #FF4141; }
.txt_clr_settled { color: #6F4BFF; }

.curs_pointer {
  cursor: pointer;
}
.lineHeight {
  line-height: 1.5;
}
.dflex {
  display: flex;
}
.dflex_fdcol {
  display: flex;
  flex-direction: column;
}
.txt_center {
  text-align: center;
}
.mt_20 {
  margin-top: 20px;
}
.mb_20 {
  margin-bottom: 20px;
}
.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: #fff;
  color: #fff;
}
.payment2_sec_sub {
  height: 95%;
  overflow-y: auto;
}
.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 {
  background-image:url('../image/bg_frame.svg');
  background-size:cover;
  background-repeat: no-repeat;
  padding: 20px 16px;
  overflow-x: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: 1;
}
.upi_title {
  position: relative;
}
.upi_title a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.sndr_dtls {
  background: #FFFFFF33;
  width: 100%;
  border-radius: 8px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.acc_amt_pay {
  width: 100%;
  height:auto;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hand_img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-65px);
}
.upi_paym_qr_sec {
  padding: 20px 16px 10px;
  position: relative;
}
.upi_paym_net_bnk {
  padding: 20px 16px 0;
}
.qr_section_pay {
  padding: 15px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  gap: 10px;
}
.qr_scanner {
  max-width: 115px;
}
.paytm_btn_bi {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 10px;
  background: #6F4BFF;
  border:0px;
  border-radius: 50px;
}
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background:#d4c9ff!important;
}
.img_upipay_bg {
  background-image:url('../image/bg.svg');
  background-size:cover;
  padding: 10px 13px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.app_paylist li {
  border-radius: 5px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.payment2_paynow {
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.payment2_paynow_btn {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 16px 10px;
  background: transparent;
}

/* sucess---failure */
.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 {
  flex-flow: column;
  align-items: center;
  gap: 24px;
  position: relative;
}
.payment2_comm_trans {
  background: #F7F6FD;
  padding: 12px;
  border-radius: 12px;
  gap: 16px;
  border: 1px solid #D1D1D126;
}
.pay2_transection_con {
  padding: 8px 5px;
  display: flex;
  justify-content: space-between;
}
.payment2_comm_trans ul {
  list-style-type: none;
  gap: 8px;
}
.dashed_brder{
  border-bottom: 1px dashed #ebe6e6;
}
.pay2_button_sucess button {
  width: 100%;
  border-radius: 50px;
  padding: 10px;
  background: #6F4BFF;
  border: 0px;
  height: 40px;
}
.payment_succ_fail_comm {
  background: white!important;
  padding: 11px 14px;
  position: relative;
  border-radius: 24px;
  margin: 4px 20px;
  gap: 29px;
}
.payme2_comm_sucess {
  border: 10px solid #55FF264D;
}
.payme2_comm_fai {
  border: 10px solid #FF26264D;
}
span.pay2_trans_sp_rig::before {
  content: attr(data-value);
}

/* Index page FLOW  */
.payment_methods_selct {
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  position: relative;
  background: #F6FAFD;
  padding:12px 10px;
  border-radius: 8px;
  border: 1px solid #D1D1D126;
}
.payment_method_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}
.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
}
.bank_pymnt_txt {
  padding-bottom:10px;
}
.bank_lg_icn {
  max-width: 28px;
  width:28px;
}
.bank_lg_incon {
  max-width: 24px;
  width: 24px;
  background:#fff;
  padding: 5px;
  border: 0.5px solid #1C25601A;
  border-radius: 4px;
}
.bank_pop {
  padding: 8px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px #E8DFF51F;
}
.bank_pop.selected {
  border: 1px solid #6F4BFF80;
}
.pop_bnk_sec {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}
.seksrr_lected > a {
  border: 2px solid rgba(78, 105, 230, 1)!important;
  box-shadow: 0px 0px 15px 0px rgba(78, 105, 230, 0.5) inset;
}
.chose_bank a{
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #FFFFFF4D;
}
.bank_sec.selected {
  border: 1px solid #3C67D9;
}
.search_bank {
  position: relative;
}
.search-txtt {
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  border: none;
  text-indent: 25px;
  border: 0.5px solid rgba(161, 161, 161, 1);
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  margin-bottom:10px;
  color: #000;
}
.search-txtt::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color:#898989;
}
.search_icon {
  position: absolute;
  top: 12px;
  left: 12px;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  background: #FFFFFF;
  margin-bottom:10px;
  border-radius: 8px!important;
  position: relative;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 260px;
  max-height: 360px;
  padding-right: 10px;
}
.all_banks_container{
   display: none;
}
.sc_select_main {
  border: 1px solid #D1D1D126;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border-radius: 5px;
  padding: 12px;
  background: #F6FAFD;
  margin-bottom:10px;
}
.sc_select_innermain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.sc_accountno {
  margin-top:6px;
  gap:4px;
}
.sc_bank_icon {
  position: relative;
  max-width: 27px;
}
.sc_cvvcon {
  display: flex;
  justify-content: space-between;
}
.scc_input_con {
  /* width: 100%; */
  margin-top: 5px;
  align-items: center;
  margin-left: 46px;
  gap: 8px;
}
.cvv_input {
  width: 85px;
  height: 30px;
  padding: 2px 6px;
  border-radius: 5px;
  border: 0.5px solid #DDDDDD;
  background:#FFFFFF;
  color: #999999;
  text-align: center;
}
.cvv_input::placeholder{
  color: #999999;
  line-height: 18px;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}
.scc_input_con .cvv_input:focus {
  outline: none;
}
.acc_container {
  margin-top: 10px;
}
.clk_cvv_enter {
  display: none;
}
button.new_card_con {
  -webkit-tap-highlight-color: transparent;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background:transparent;
  border-radius: 50px;
  border: 1px solid #6F4BFF;
}
.addnew_plus {
  width: 100%;
  max-width:16px;
}
.card_ddd{
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-19px);
}
.sc_bank_icon {
  width: 40px;
  position: relative;
}
.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;
}
.common_pop_jk img {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    right: 5%;
}
.balence_pop_fun_bj {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 8px;
  gap: 14px;
}
.balence_img_fun {
  text-align: center;
}
.bank_lgo {
  width: 32px;
}
.bank_lgo_img{
   top: -2px;
}
.cards_tabcontainer .cardtab_newcard {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.newcard_inner {
  border-radius: 10px;
  gap:10px;
}
.form-group {
  margin-bottom: 14px;
}
.choose-section .form-control {
  background: #DFDFDF!important;
  border-radius: 10px!important;
  width: 100%!important; 
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 5px;
  padding: 10px 12px;
  border: none;
  background: #F2F2F2;
}
.form-control:focus {
  outline: none;
}
.form-control::placeholder {
  font-size: 12px;
  color: #CFCFCF;
  font-weight: 300;
}
.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap:5px;
  margin-bottom: 5px;
  justify-content: space-between;
}
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-flex .form-group {
  flex-basis: 46%;
}
.check-sec {
  padding:3px 0px;
  border-radius: 10px;
}
.tick__ksr{
  max-width: 14px;
  position: absolute;
  right: 10px;
  top: 14px;
  display: none;
}
input#rembember {
  margin-right: 5px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.switch {
  float: right;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D6D6D6;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0px 0px 4px 0px #C3CBF3 inset;
}
.slider.round {
  border-radius: 20px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;
}
input:checked+.slider {
    background-color: #6F4BFF;
}
input:checked+.slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.justify_space {
    justify-content: space-between !important;
}
svg.input_logo {
  position: absolute;
  top: 13px;
  right: 0;
}
.card_inpt_bx {
  position: relative;
  display: flex;
  gap:10px;
}
.chose_bank img {
  max-width: 28px;
  transform: rotate(360deg);
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.seksrr_lected .chose_bank img {
  margin-left: 5px;
}
.success_page_scrl{
  overflow: hidden auto;
}
.rtyuierror {
  border: 1px solid red !important;
}
.error {
  border: 1px solid red !important;
}
.payMent_DispLay {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
  border-radius: 16px;
  border: 1px solid #B4A1FF;
}
.payment_sub_link_icons {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.payment_sub_link_icons li {
  list-style: none;
  display: flex;
  align-items: center;
  padding:0px 2px;
  vertical-align: middle;
}
.payment_upI_icons {
  padding:10px 0px;
}
.payment_upI_icons li {
  list-style: none;
  display: inline;
  padding:0px 5px;
  vertical-align: middle;
}
.valid_timE {
  margin-top: 16px;
}
.selected_bank {
  border: 1px solid #6F4BFF80;
}
.dis_FLex {
  display: flex;
  gap:10px;
}
.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 25px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-track {
  background: transparent; 
  border-radius: 25px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
  background: #CDCDCD; 
  border-radius: 25px;
}
.chose_bank.seksrr_lected a{
  border: 1px solid #FFFFFF4D!important;
  box-shadow:unset!important;
}
.bnk_logo_nme_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.bank_lg_iCon {
  width: 100%!important;
}
.qr_index_cont {
  background: #F7F6FD;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #D1D1D126;
  height: auto;
}
.qr_index_scanner{
  display:flex;
  align-items: stretch;
  gap: 20px;
  justify-content: space-between;
  width:100%;
}
.qr_index_scanner_secf {
  background:#fff;
  border-radius: 3.5px;
  padding: 4px 6px 3px;
  flex: 0.2;
  align-items: center;
  justify-content: center;
}
.qr_index_scanner_sect {
  justify-content:center;
  flex:0.8; 
}
.qr_index_btn {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #6F4BFF;
  text-decoration: none;
  width: 100%;
}
.qr_index_btn_sec {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  text-align: center;
  margin-top:13px;
}
.pay_method_header {
  padding-bottom: 12px;
}
.payment_methods_selct:hover {
  border: 1px solid #6F4BFF80;
}
.app_paylist_upi {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: stretch 
}
.app_paylist_upi_sec {
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  position: relative;
  background: #F6FAFD;
  padding: 12px 10px;
  border-radius: 8px;
  border: 1px solid #D1D1D126;
}
.active_upiapp_bor {
  border: 1px solid #6F4BFF80;
}
.account_info_saved {
  display:flex;
  gap:4px;
}
.cvv_info_rdbtn {
  display:flex;
  align-items: center;
  gap:10px;
}
.payment2_paynow_btn_ccard {
  flex-direction: column;
  gap:10px;
}
.select_payment_section_banks {
  background: #F7F6FD;
  border: 1px solid #D1D1D126;
  border-radius: 8px;
  padding: 8px 12px;
}
.all_bnk_sec {
  margin-top: 20px;
}
.bank_name_selected {
  border: 1px solid #6F4BFF80;
}
.balance_icon {
  position: absolute;
  right: 15px;
}
.card_focus_valid {
  position: relative;
}
.card_tick_icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.success_bg_sec {
  background:url('../image/bg_92_file.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.done_fxedbtn_succ {
  position:unset!important;
  padding:0px!important;
}
.qr_sub_img {
  width: 20px;
}
.scnnr_cont_txt {
  gap: 4px;
}
.choose_pay_method_sec {
  gap: 12px;
}
.succ_txt_cond, .amt_sec {
  gap: 6px;
}
.comm_payment_mthd {
  justify-content: space-between;
  align-items: center;
}
.pdd_lft {
    width: 45px;
}
.upi_payment_container1 {
  padding: 20px 16px;
}
.wth_txt {
  width: 80%;
  margin: 0 auto;
}
.cp_bank_icon_container {
    align-items: center;
}
.succ_fail_image {
  max-width: 100px;
}
.card_visa,
.card_mastercard,
.card_amex,
.card_discover,
.card_diners,
.card_jcb {
	display: inline-block;
	width: 50px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
	background: url('../image/sprite-cards.png') 0 0 no-repeat;
  position: relative;
    left: -5px;
    top: -30px;
}
.card_mastercard {
	background-position: -55px 0;
}
.card_amex {
	background-position: -110px 0;
}
.card_discover {
	background-position: -165px 0;
}
.card_diners {
	background-position: -220px 0;
}
.card_jcb {
	background-position: -660px 0;
}
.is_visa li,
.is_mastercard li,
.is_amex li,
.is_discover li,
.is_diners li,
.is_jcb li,
.is_nothing li {
	display: none
}
.card_logos {
	display: flex;
	margin: 0;
	padding: 0;
	float: right;
  position: absolute;
	top: 36px;
  right:5px;
}
.card_logos li {
	display: none;
}
.is_visa li.card_visa,
.is_mastercard li.card_mastercard,
.is_amex li.card_amex,
.is_discover li.card_discover,
.is_diners li.card_diners,
.is_jcb li.card_jcb {
	display: block;
}

@media (min-width: 280px) and (max-width: 319px) {
  .money_3d_img {
    width: 100%;
    max-width: 122px;
    }
}

@media only screen and (max-width:320px) {
  .paym_upi_apps .app_paylist  {
    gap:10px;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .money_3d_img {
    width: 100%;
    max-width: 145px;
  }
}
@media (max-width: 359px) {
  .fs10_fw400, .fs11_fw400 { 
    font-size: 8px 
  }
  .fs12_fw400, .fs12_fw500, .fs12_fw600 { 
    font-size: 10px 
  }
  .fs13_fw400, .fs13_fw500 { 
    font-size: 11px 
  }
  .fs14_fw400, .fs14_fw500 { 
    font-size: 12px 
  }
  .fs16_fw400, .fs16_fw600 { 
    font-size: 14px 
  }
  .fs20_fw600 { 
    font-size: 16px 
  }
  .fs24_fw600, .fs24_fw700 { 
    font-size: 20px 
  }
  .succ_fail_image {
    max-width: 80px;
  }
  .upi_payment_container1 {
    padding: 15px 16px;
  }
  .payment2_pay_com {
    gap: 14px;
  }
  .payment_succ_fail_comm {
    gap: 19px;
  }
  .payment2_comm_trans ul {
    gap: 4px;
  }
  .bank_lg_icn {
    max-width: 20px;
  }
  .bank_lg_incon {
    max-width: 24px;
  }
}

@media only screen and (max-width:550px) {
  .qr_index_scanner {
    gap:8px;
  }
}

@media (min-width: 551px) {
  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px 20px 10px;
  }
}

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

@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }
  .index_sectn {
    max-height: 85dvh;
    height: inherit;
  }
  .upi_paym_qr_sec{
    padding-bottom:20px !important;
  }
  .upi_paym_net_bnk {
    padding-bottom: 0 !important;
  }
}

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

@media (min-width: 810px) {
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }
  .netbank_res_back {
    max-height:75dvh!important;
  }
  .wth_txt {
    width: 100%;
  }
}

@media only screen and (max-width:810px) {
  .wth_txt {
    width: 100%;
  }
}

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

@media only screen and (min-width:1024px) {
  .payment2_section
  {
    background-position: 100% 29%;
  }
}