@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "Red Hat Display", 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;
}

.fs14_fw600 {
  font-size: 14px;
  font-weight: 600;
}

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

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

.fs18_fw500 {
  font-size: 18px;
  font-weight: 500;
}

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

.fs36_fw500 {
  font-size: 36px;
  font-weight: 500;
}

.fs32_fw700 {
  font-size: 32px;
  font-weight: 700;
}

.fs12_fw700 {
  font-size: 12px;
  font-weight: 700;
}
.fs13_fw700 {
  font-size: 13px;
  font-weight: 700;
}
.fs15_fw700 {
  font-size: 15px;
  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: #0D0D0D;
}

.txt_clr_dark3 {
  color: #3A3A3A;
}

.txt_clr_dark4 {
  color: #898989;
}

.txt_clr_dark5 {
  color: #555555;
}

.txt_clr_failed {
  color: #FF5959;
}

.txt_clr_settled {
  color: #6F4BFF;
}

.txt_clr_head {
  color: #151515;
}

.txt_clr_amount {
  color: #000000;
}

.txt_clr_black {
  color: #121212;
}

.txt_clr_bank {
  color: #003E90;
}

.txt_clr_visa {
  color: #004DB3;
}

.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;
}
.ml_2{
  margin-left: 2px;
}
.mb_8 {
  margin-bottom: 8px;
}

.mb_0 {
  padding-bottom: 0 !important;
}

.mb_14 {
  margin-bottom: 14px;
}

.pad_12 {
  padding: 12px;
}

.mb_20 {
  margin-bottom: 20px;
}

.bank_line_bor {
  border-bottom: 1px solid #0000001F;
}

.qr_pay_align {
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.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: #e5f4ff; */
      background: linear-gradient(to bottom, #a9f5ff 0%, #ffffff 100%);
  /* color: #fff; */
}

.upi_back_design {
  position: relative;
}

.left_back_grou {
  position: absolute;
  top: 0;
  top: -37px;
  right: 2px;
  max-width: 372px;
  width: 100%;
  z-index: 1;
}

.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 {
  padding: 15px 16px;
  z-index: 2;
  position: relative;
}

.upi_title {
  position: relative;
  z-index: 2;
}

.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: 169px;
  /* padding: 10px 12px; */
  justify-content: center;
  align-items: center;
  gap: 4px;
}

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

.upi_paym_qr_sec {
  padding: 16px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.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: 120px;
  width: 100%;
  background: #FFFFFF;
  border: 1.42px solid #E2E2E2;
  border-radius: 8px;
}

.paytm_btn_bi {
  width: 100%;
  height: 54px;
  border-radius: 4px;
  padding: 15px 12px;
  background: #177FFF;
  border: 0px;
  border-radius: 8px;
}

.pay_btn_disabled {
  /* opacity: 0.5; */
  cursor: not-allowed;
  pointer-events: none;
  background: #A1D4FF !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: 0 15px 18px;
  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: 20px;
  position: relative;
  background: linear-gradient(181deg, rgba(255, 255, 255, 0.48) 0.3%, rgba(176, 231, 255, 0.48) 70.65%);
  box-shadow: 0px 6px 7.2px 0px #0000000D;
  border-radius: 18px;
  padding: 11px 19px;
  margin: 0px 35px 24px 35px;
}

.payment2_comm_trans {
  background: #F6FBFE;
  padding: 10px;
  border-radius: 12px;
  gap: 7px;
  border: 2px solid #FFFFFF;
}

.pay2_transection_con {
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
}

.payment2_comm_trans ul {
  list-style-type: none;
  gap: 8px;
}

.summery_det_num {
  margin: 4px 20px 12px 20px;
}

.dashed_brder {
  border-bottom: 1px solid #A7A7A7;
  margin-top: 7px;
}

.pay2_button_sucess button {
  width: 100%;
  border-radius: 8px;
  padding: 15px 12px;
  background: #177FFF;
  border: 0px;
  height: 54px;
  /* margin: 0 14px 18px 14px; */
}

.payment_succ_fail_comm {
  /* background: white !important; */
  /* padding: 11px 14px; */
  position: relative;
  border-radius: 11px;
  /* 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 {
  cursor: pointer;
  position: relative;
  background: #FFFFFF;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0px 3px 6.2px 0px #00000024;
  border: 1.2px solid transparent;
}

.credit_method_select,
.debit_method_select {
  cursor: pointer;
  position: relative;
  background: #FFFFFF;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0px 3px 6.2px 0px #00000024;
  border: 1.2px solid transparent;
}

.credit_method_select:hover,
.debit_method_select:hover {
  border: 1.2px solid #177FFF;
}

.first_show_card {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  background: #D6EEFF;
  border-radius: 15px;
  gap: 14px;
  border: 0.3px solid #FFFFFF;
}

.head_with_cards {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payment_method_wrapper {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  background: #BEE5FF;
  border-radius: 15px;
  gap: 14px;
  border: 0.3px solid #FFFFFF;
}

.index_page_sub {
  height: 100%;
  padding-bottom: 0;
  /* background: #e5f4ff; */
      background: linear-gradient(to bottom, #a9f5ff 0%, #ffffff 100%);
  position: relative;
}
.index_page_sub_crd_sec {
  background: url(../image/left_back.png) no-repeat;
  background-size: 100% 60%;
}
.payment2_sec_sub_net_bnk {
   background: url(../image/left_back.png) no-repeat;
  background-size: 100% 40%;
}
.index_bg_round {
  position: absolute;
  top: 0;
  max-width: 360px;
  width: 100%;
  z-index: 1;
}

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

.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: 12px;
  border: none;
  text-indent: 25px;
  border: 1px solid#999999;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.search-txtt::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #8A8A8A;
}

.search_icon {
  position: absolute;
  top: 15px;
  left: 12px;
}

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

.bank_name {
  display: flex;
  align-items: center;
  padding: 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;
}

/* scroll container */
.banks_lst_dpdn {
  max-height: 360px;
  overflow-y: auto;
  /* padding-right: 4px; */
}

/* full scrollbar */
.banks_lst_dpdn::-webkit-scrollbar {
  width: 4px;
}

/* track (background line) */
.banks_lst_dpdn::-webkit-scrollbar-track {
  background: #E6E6E6;
  border-radius: 10px;
}

/* moving thumb */
.banks_lst_dpdn::-webkit-scrollbar-thumb {
  background: #A4BDFE;
  /* blue colour */
  border-radius: 10px;
  /* height: 66px; */
}


.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_only_saved {
  background: #F3FAFF;
  padding: 12px;
  border-radius: 12px;
}

.cvv_input {
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #B0B0B0;
  background: #FFFFFF;

  color: #999999;
  /* text-align: center; */
}

.cvv_input::placeholder {
  color: #B0B0B0;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  /* 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: #fff;
  border-radius: 8px;
  border: 1px solid #8af4fe;
}

.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;
  width: 100%;
  z-index: 999;
  display: none;
  background: #BDBDBDD9;
  backdrop-filter: blur(3px);
}

.cardtab_cvvpopup {
  position: relative;
}

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

.paid_encode_tech {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border: 2px solid #FFFFFF;
  background-color: #F6FBFE;
  margin: 4px 20px 12px 20px;
  padding: 12px;
  border-radius: 13px;
}

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

.pop_close_fun_bj {
  text-align: center;
}

.common_pop_jk img {
  cursor: pointer;
  position: absolute;
  top: -9px;
  right: -7px;
  z-index: 999999999999;
  background: white;
  border-radius: 25px;
  padding: 5px;
}

.balence_pop_fun_bj {
  padding: 12px;
  background: #F4FBFF;
  border: 1px solid #E5E7EA;
  box-shadow: -1px 3px 18px 0px #00000012;
  border-radius: 8px;
  gap: 20px;
}

.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: 12px;
  padding: 20px 24px;
  background: #F2FAFF;
  border: 0.2px solid #676767;
  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: 48px;
  border-radius: 8px;
  padding: 6px 12px;
  border: none;
  background: #FFFFFF;
  border: 1.2px solid #B0B0B0;
}

.form-control:focus {
  outline: none;
}

.form-control::placeholder {
  font-size: 14px;
  color: #B0B0B0;
  font-weight: 400;
}

.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: #D5D5D5;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0px 0px 4px 0px #C3CBF3 inset;
  width: 34px;
  height: 18px;
}

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

.slider.round:before {
  border-radius: 50%;
}

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

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

input:checked+.slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background: #0093BB;
  box-shadow: 0px 1px 2px 0px #0000004D;

}

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

.con_par_main {
  position: relative;
}

.inside_pic_box {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
}

.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;
  /* background-color: #a9f5ff; */
    background: linear-gradient(to bottom, #a9f5ff 0%, #ffffff 100% );
}

.rtyuierror {
  border: 1px solid red;
}

.error {
  border: 1px solid red;
}

.payMent_DispLay {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border-radius: 16px;
  border: 0.2px solid #9CD4FF;
  background: linear-gradient(116.35deg, rgba(74, 176, 254, 0.36) 27.39%, rgba(94, 97, 255, 0.36) 103.5%);
  box-shadow: 4px 6px 23.2px 0px #00000040;
  backdrop-filter: blur(10.300000190734863px);
}

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



.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;
  max-width: 15px;
}

.qr_index_cont {
  background: #F3FAFF;
  border-radius: 15px;
  padding: 10px 20px;
  border: 0.1px solid #525252;
  height: auto;
  backdrop-filter: blur(6.300000190734863px);
  box-shadow: 0px 3px 5.4px 0px #0000001C;
}

.qr_index_scanner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.qr_index_scanner_secf {
  align-items: center;
  justify-content: center;
}

.qr_index_scanner_sect {
  justify-content: center;
  align-items: center;
}

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

/* .payment_methods_selct:focus {
  border: 1.2px solid #177FFF;
} */
.payment_methods_selct:hover {
  border: 1.2px solid #177FFF;
}

.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: #F7FFFF;
  padding: 12px 10px;
  border-radius: 14px;
  box-shadow: 0px 2px 4.5px 0px #0000002E;
  border: 1.2px solid transparent;
}

.active_upiapp_bor {
  border: 1.2px solid #006FDA
}

.account_info_saved {
  display: flex;
  gap: 4px;
}

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

.payment2_paynow_btn_ccard {
  flex-direction: column;
  gap: 10px;
}

.select_payment_section_banks {
  background: #F3FAFF;
  border: 1px solid #D1D1D126;
  border-radius: 8px;
  padding: 12px;
}

.all_bnk_sec {
  margin-top: 20px;
}

.bank_name_selected {
  border: 1px solid #0000001F;
  background: #D6EEFF;
}

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

.scnnr_cont_txt {
  gap: 4px;
}

.choose_pay_method_sec {
  gap: 12px;
  align-items: center;
}

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

.wth_txt {
  width: 80%;
  margin: 0 auto;
}

.cp_bank_icon_container {
  align-items: center;
}

.succ_fail_image {
  max-width: 100px;
}

.success_back_des {
  position: relative;
}

.right_star_sus {
  position: absolute;
  bottom: 4px;
  right: -14px;
}

.left_star_sus {
  position: absolute;
  left: -16px;
  top: 15px;
}

.star_size_sucess {
  width: 23px;
  height: 22px;
}

.top_star_sus {
  position: absolute;
}

.bottom_star_sus {
  position: absolute;
  bottom: -17px;
  right: 50px;
}

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

@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;
  }
  .index_page_sub_crd_sec, .payment2_sec_sub_net_bnk {
  background: url(../image/left_back.png) no-repeat;
}
.acc_amt_pay {
  height: 125px;
}
}

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




.con_par_main .inside_pic_box {
  opacity: 0.5;
  transition: 0.3s;
}

.con_par_main.active_fill .inside_pic_box {
  filter: brightness(0) saturate(100%) invert(8%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(9%) contrast(95%);
}

.card_top_back {
  /* background: #82F5FF; */
  backdrop-filter: blur(150px);
  position: relative;
  /* height: 100%;
  max-height: 329px; */
}

.right_back_card_clr {
  position: absolute;
  max-width: 328px;
  width: 100%;
  right: 0;
  top: 0;
}

.final_inside_txt {
  padding: 16px 16px;
}

.netbank_res_back {}
.counter_min{
  margin-left: 3px;
}
.fail_font{
   font-family: "Open Sans", sans-serif;
}
.full_txt{
  width: 265px;
}
/* Section */
.card-section {
    width: 400px;
    height: 300px;
    position: relative;
        margin: 0 auto;
         perspective: 1000px;
}

/* Slider wrapper */
.card-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Common card styles */
.card {
        width: 100%;
    max-width: 320px;
    border-radius: 14px;
    padding: 20px;
    color: white;
    position: absolute;
    top: 60px;
    left: 60px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transition: 0.4s ease;
    
}

/* Back card (blue one) */

/* Front card (glass look) */
.front-card {
    background: linear-gradient(155.16deg, rgba(0, 87, 193, 0.42) 23.46%, rgba(0, 2, 4, 0.42) 84.18%);
    backdrop-filter: blur(12px);
    border: 0.3px solid #FFFFFF;
    color: #fff;
    top: 60px;
    left: 40px;
    z-index: 2;
}
.back-card {
       background: linear-gradient(135deg, #0A57C9, #2F80ED);
    /* transform: translateX(-25px) translateY(-34px) rotate(15deg) !important; */
    top: 60px;
    left: 40px;
    z-index: 1;
    transform: translateX(-25px) translateY(-34px) rotateY(-15deg) rotate(10deg) !important;
}
/* Header */
.card-header {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 14px;
}

/* Chip */
.chip {
    width: 40px;
    height: 30px;
    border-radius: 6px;
    margin-bottom: 15px;
}

/* Card number */
.card-number {
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Footer */
.card-footer {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.inria_font{
  font-family: "Inria Sans", sans-serif;
}
/* FRONT POSITION */
.card.active-card {
    transform: translateX(40px) translateY(0px) rotate(0deg) !important;
    z-index: 5;
}

/* BACK POSITION */
.card.not-active {
    transform: translateX(-25px) translateY(-34px) rotate(15deg) !important;
    z-index: 1;
}
.con_par_main:focus-within .inside_pic_box {
    filter: brightness(0) saturate(100%) invert(8%) sepia(0%)
            saturate(0%) hue-rotate(0deg)
            brightness(9%) contrast(95%);
}
.con_par_main.has_value .inside_pic_box {
    filter: brightness(0) saturate(100%) invert(8%) sepia(0%)
            saturate(0%) hue-rotate(0deg)
            brightness(9%) contrast(95%);
}
@media screen and (max-width: 420px) {
 .card {
    width: 100%;
    max-width: 250px;
    height: 200px;
 } 
 .card-section {
    width: 100%;
 }
}
@media screen and (max-width: 359px) {
 .card {
    width: 100%;
    max-width: 210px;
    height: 190px;
    padding: 14px;
 } 
 .card-number {
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 15px;
}
}