@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..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;
}

img {
  max-width: 100%;
}

html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
}

.d_flex {
  display: flex;
}
.fs12_fw300 {
  font-size: 12px;
  font-weight: 300;
}
.fs12_fw400 {
  font-size: 12px;
  font-weight: 400;
}
.fs12_fw600 {
  font-size: 12px;
  font-weight: 600;
}
.fs14_fw300 {
  font-size: 14px;
  font-weight: 300;
}
.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;
}
.fs16_fw600 {
  font-size: 16px;
  font-weight: 600;
}
.fs20_fw400 {
  font-size: 20px;
  font-weight: 400;
}
.fs20_fw500 {
  font-size: 20px;
  font-weight: 500;
}
.fs20_fw600 {
  font-size: 20px;
  font-weight: 600;
}
.fs32_fw700 {
  font-size: 32px;
  font-weight: 700;
}

.txt_algn_cntr {
  text-align: center;
}
.txt_algn_lft {
  text-align: left;
}

.fnt_clr_white {
  color: #ffffff;
}
.fnt_clr_light {
  color: #FFF6F6;
}
.fnt_clr_mdlight {
  color: #C4C4C4;
}
.fnt_clr_exlight {
  color: #FFF1F1;
}
.fnt_clr_exlgt {
  color: #FFFFFFE5;
}
.fnt_clr_medium {
  color: #F4F8FF;
}
.fnt_clr_exmedium {
  color: #EDFAFA;
}
.fnt_clr_stled {
  color: #9756CE;
}

.pb_10 {
  padding-bottom: 10px;
}
.pb_14 {
  padding-bottom: 14px;
}
.mb_24 {
  margin-bottom: 24px;
}
.mb_4 {
  margin-bottom: 4px;
}

.cur_pntr {
  cursor: pointer;
}

.line_hgt {
  line-height: 1.5;
}

.payment2_section {
  height: 100vh;
  background-position: center;
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #130040;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

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

.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 {
  position: relative;
  background: linear-gradient(149.48deg, #625AD5 -15.23%, #A355CD 65.88%);
  padding: 20px 16px 52px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.qr_scaner {
  background: #FFFFFF;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 37%;
  margin: 0 auto;
  margin-top: -37px;
  height: 45px;
  border-radius: 6px;
  font-weight: 400;
  background: linear-gradient(180deg, #E6A500 0%, #946A00 100%);
}

.upi_title {
  position: relative;
  padding: 0;
}

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

.acc_amt_pay {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.money_ddd {
  margin: 24px auto 0;
}

.money_3d_img {
  width: 100%;
}

.upi_paym_qr_sec {
  padding: 24px 16px;
  position: relative;
}

.upi_pay_sec_bg {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px #1142BA14;
  border-radius: 8px;
  padding: 16px 12px;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}

.qr_section_pay {
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 25px;
}
.upiback_im img {
  position: absolute;
  right: -120px;
  bottom: -115px;
}

.paym_qr_ele h6 {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: #B8B5C3;
}

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

.payment32_upi_sec img {
  width: 22px;
}

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

.paytm_btn_bi {
  width: 100%;
  background: linear-gradient(130.07deg, #625AD5 0%, #A355CD 100%);
  padding: 14px 10px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  height: 45px;
  border: none;
  outline: none;
  font-family: "Roboto", sans-serif;
}

.pay_btn_share {
  background: #FFFFFF;
  border: 1px solid #C78F01;
  box-shadow: 0px 0px 14px 0px #1142BA14;
}

/* add class */
.pay_btn_disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: linear-gradient(130.07deg, rgba(98, 90, 213, 0.6) 0%, rgba(163, 85, 205, 0.6) 100%);
  color: #ffffff;
}
.paym_upi_apps {
  padding: 24px 16px;
}

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

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

.payment2_paynow_btn {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 16px;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
}

.payment_methods_selct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  margin: 10px 0px;
  background: #2C2151;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
}
.payment_methods_selct:hover {
   background:
    linear-gradient(#2C2151, #2C2151) padding-box,
    linear-gradient(130deg, #625AD5, #A355CD) border-box;
}

.payment_methods_selct:last-child {
  margin-bottom: 0px;
}

.payment_method_wrapper {
  padding-top: 10px;
}

.cho_titl {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

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

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

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

.sc_card_icon {
  width: 30px;
  height: 30px;
  border: 1px solid #B29CFF;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px #00000014;
}

.sc_select_main {
  margin: 0px 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 12px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  border: 1px solid #FFFFFF80
}

.sc_select_main.sc_cvv_value.selected_bank {
  background: linear-gradient(90deg, #5329E2 0%, #7B54FF 50.28%, #5329E2 111.68%);
  border: 1px solid #F9F1FF;
}

.clk_cvv_enter {
  display: none;
}

.acc_container {
  margin-top: 10px;
  position: relative;
}

.sc_cvvcon {
  display: flex;
  padding-top: 5px;
  align-items: center;
  gap: 5px;

}

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

.sc_bank_icon {
  width: 30px;
}

.new_card_con {
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  line-height: 0;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  padding: 11px 16px;
  height: 45px;
  font-family: "Roboto", sans-serif;
}

.pay_btn_add {
  border: 2px solid #2B1362;
  background: transparent;
}
.cvv_proceed_btn {
  background: linear-gradient(180deg, #E6A500 0%, #946A00 100%);
  border: none;
  outline: none;
}

.savedcard_inner {
  padding-top: 15px;
}

.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.scc_input_con input {
  background: unset;
  padding: 12px 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  width: 100%;
  border: 1px solid #F9F9F9;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
}

.scc_input_con input:focus-visible {
  outline: none;
}

.cvv_aa {
  text-align: right;
}

.cvv_icon {
  position: relative;
}

.cvv_pop_hlp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-box {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px #00000033;
  color: #0C0F0C;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 10px;
  width: 150px;
  z-index: 1000;
  bottom: 0;
  right: 0%;
  margin-bottom: 8px;
}

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

.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}

.card_placehold {
  position: relative;
}

.card_focus_ipt {
  border: 1px solid transparent;
  border-radius: 8px;
}

.card_focus_ipt.input-active-border {
  border: 2px solid #9756CE;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 16px 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 8px;
  border: 2px solid #B0B0B033;
  font-family: "Roboto", sans-serif;
}
.card_focus_ipt:-webkit-autofill {
  background-color: #533DA933 !important;
}

input:focus-visible {
  outline: none;
}

.input_logo {
  position: absolute;
  top: 10px;
  right: 10px;
}

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

.d-flex .form-group {
  flex-basis: 46%;
}

.check-sec {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
  justify-content: space-between;
}

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

.labl_con.justify_space {
  position: relative;
}

.newcard_inner {
  padding-top: 20px;
}

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

.switch {
  float: right;
}

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

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

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

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

input:checked+.slider {
  background: #7068E7;
}

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

.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: 260px;
  z-index: 9999;
  display: none;
}

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

.balence_pop_fun_bj {
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(130.07deg, #625AD5 0%, #A355CD 100%);
}


.con_cvv_p {
  padding: 12px 0px;
}

.close_btn_cvv_pop {
  padding-top: 10px;
}
.common_pop_close_bj {
  cursor: pointer;
}

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

.balence_img_fun {
  text-align: center;
}

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

.bank_pymnt_txt {
  margin: 24px 0 0;
}

.pop_bnk_sec {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 21px;

}

.bank_pop {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.bank__sec_lgo {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid transparent;
  padding: 12px;
  background: #2C2151;
}

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

.img_upipay img {
  width: 100%;
}

.bank_lg_icn {
  width: 100%;
  max-width: 24px;
  display: flex;
}

.bank_pop span {
  margin-top: 10px;
}

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

.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #B8B5C3;
  font-size: 14px;
}

.bnk_txtwth_icn {
  color: #fff;
}

.chose_bank img {
  margin-left: 5px;

}

.all_banks_container {
  display: none;
}

.search-txtt {
  line-height: 1;
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  background: transparent;
  margin: 20px 0;
  border: 2px solid #2B1362;
  text-indent: 20px;
  font-family: "Roboto", sans-serif;
}

.search_bank {
  position: relative;
}

.search-txtt::placeholder {
  color: #8a8a8a !important;
}

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

.banks_lst_dpdn {
  padding-top: 0px;
  padding-right: 10px;
}

.banks_lst_dpdn ul {
  overflow-y: auto;
  background: transparent;
  border-radius: 8px;
  height: 470px;
  margin-top: 5px;
  padding-bottom: 10px;
}

.banks_lst_dpdn ul li {
  list-style-type: none;
  border-bottom: 0.5px solid #3D306A;
  box-shadow: 0px 0px 14px 0px #1142BA14;
}

.bank_name {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0px 0px 14px 0px #1142BA14;
  color: #1F1F1F;
  border: 0.5px solid transparent;
  font-size: 14px;
  position: relative;
  background: transparent;
}
.net_bnk_sec li:first-child {
  margin-top: 5px;
}

.new_cf {
  padding: 0;
  margin: 0px;
  border-radius: unset;
  background: unset;
  box-shadow: unset;
}

.new_cf .newcard_sect {
  padding: 16px 12px;
  position: relative;
  margin: 0px 15px 15px 15px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 4px 4px 14px 0px #9680B61A;
}

.extra_sect {
  display: flex;
  flex-direction: column;

}

.upi_paynetback {
  padding: 0 16px 16px;
  border-radius: 8px;
  background: transparent;
  box-shadow: unset;
}

.upi_saveback {
  box-shadow: 4px 4px 14px 0px #9680B61A;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #FFFFFF80;
  background: #340096;
}

.upi_changeback {
  padding: 0;
  margin: 0px 0 15px 0;
  border-radius: 0;
  background: transparent;
  box-shadow: unset;
}

.cretop {
  padding: 16px;
  border-radius: 8px;
}

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

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

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

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

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

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

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

.card-brand {
  height: 13px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.visa {
 background: linear-gradient(160deg, #f4c318 0%, #9b6e1d 100%);

}

.mastercard {
  background: linear-gradient(160deg, #152DB4 0%, #485DC1 100%);

}
.bnk_crd_brd {
  background: linear-gradient(160deg, #FF3D3D 0%, #740000 101.46%);

}
.cvv-container {
  text-align: left;
  padding: 0 16px;
}

.cvv-container label {
  display: block;
  margin-bottom: 8px;
}

.cvv-container input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #2B1362;
  background: transparent;
  font-family: "Roboto", sans-serif;
}

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

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

.cards-slider .owl-item.active.center {
  transition: transform 0.3s ease-in-out;
}

.cards-slider .owl-item {
  transition: transform 0.3s ease-in-out;
}

/* UPI PAYMENTS */
.apps_paylist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  background: #2C2151;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
}

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


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

/* sucess---failure */
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}

.payment32_section {
  padding: 20px;
}

.payment32_su_fa_main_section {
  color: #fff !important;
}

.payment32_su_fa_section {
  position: relative;
  padding: 20px 16px;
}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
}

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

.payment32_su_fa_success_icon img {
  max-width: 114px;
}

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

.payment32_paynow {
  width: 100%;
  padding: 15px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.payment32_su_fa_success_cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  padding: 0px 25px 24px 25px;
}

.payment32_su_fa_failed_cont p {
  color: #FD4241;
}

.payment32_su_fa_amt_sec {
  position: relative;
  padding: 10px 20px;
  background: transparent;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 175px;
}

.payment32_su_fa_amt_sec p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.payment32_su_fa_amt_sec span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.payment32_su_fa_upi_option {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  padding: 0 10px;
  border: 1px solid transparent;
  background:
    linear-gradient(#2C2151, #2C2151) padding-box,
    linear-gradient(130deg, #625AD5, #A355CD) border-box;
}

.payment32_su_fa_upi_common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid #372269;
}

.payment32_su_fa_upi_common:last-child {
  border: none;
  padding-bottom: 0;
}

span.right_spn {
  text-align: right;
}

.money_ddd.money_failur {
  margin: 0;
}

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

.payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section::-webkit-scrollbar {
  display: none;
}

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

.payment_arw img {
  width: 100%;
}

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

.net_allbankslst::-webkit-scrollbar {
  background: #ffffff;
  width: 8px;
  padding: 1px 0.67px 658px 1.33px;
  border-radius: 10px;
}

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

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

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

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

.dhana__bank {
  height: 28px;
}

.newback_card {
  padding: 16px 12px;
  position: relative;
  margin: 0px 15px 15px 15px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 4px 4px 14px 0px #9680B61A;
}

.validclock {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.pay_headspace {
  padding: 0;
}

.payment_backwh {
  padding: 12px 5px;
}

.allbnk_back {
  background: #FFFFFF;
}

.allbanks_close {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding-right: 20px;
  position: relative;
}

.backnet_arrow.netclose {
  position: absolute;
  right: 10px;
  top: -4px;
  cursor: pointer;
}

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

.error {
  border: 2px solid red !important;
  border-radius: 8px;
}

.banksecx.selected .bank__sec_lgo {
  background:
    linear-gradient(#2C2151, #2C2151) padding-box,
    linear-gradient(130deg, #625AD5, #A355CD) border-box;
}
.banksecx.selected .bank_name {
      background: linear-gradient(#2C2151, #2C2151) padding-box, linear-gradient(130deg, #625AD5, #A355CD) border-box;
}
.allbanks_sec.payment_backwh {
  border-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.credit_card_section .upi_paym_qr_sec {
  border: none;
}

.bank_icon_appnd {
  display: none;
}

.netbankin_sectiin .payment2_sec_sub {
  height: unset;
}

.payment2_sec_net_bnkg {
  height: 100% !important;
  overflow: hidden;
}

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

.owl-dots {
  display: none;
}
.bank_crd_name {
  height: 25px;
}
.cmmn_card_sec {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Roboto Condensed", sans-serif;
}
.chip_img {
  display: flex !important;
  width: 45px !important;
}

.form-control::placeholder {
  color: #8A8A8A;
}
.cvv-container input::placeholder {
  color: #8A8A8A !important;
}
.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 5px;
}

.banks_lst_dpdn ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
  background-color: #2C2151;
  border-radius: 8px;
}

.banks_lst_dpdn ul::-webkit-scrollbar-thumb:hover {
  background-color: #2C2151;
}
.qr_comm_btn_sz {
  height: 48px;
}
.download_qr_cd {
  border-radius: 6px;
}

.qr_sec {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #913EBD;
    border-radius: 8px;
    padding: 10px;
    margin: 0 27px;
}
.qr_cde_image_sec {
    background: #B36BE6;
    padding: 3px;
}
.qr_cde_img {
  display: flex;
  background: #C680F7;
  padding: 3px;
  max-width: 84px;
}
.qr_code_expirs {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.apps_paylist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.sec-hr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.sec-hr img{
  width: 40%;
}

.upiid_container {
  padding: 24px 16px;
}

.pos_rel {
  position: relative;
  margin-top: 14px;
}
.enterupi_inp {
  border: 2px solid #2B1362;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  background-color: transparent;
  height: 45px;
  text-indent: 20px;
  font-family: "Roboto", sans-serif;
}

.enterupi_inp::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #8A8A8A;

}

.enterupi_inp:focus {
  outline: none;
}
.entr_upi_id_img {
  position: absolute;
  top: 10px;
  left: 10px;
}
.apps_paylist li.active_upiapp,
.apps_paylist li.active_upiapp_bor {
  background:
    linear-gradient(#2C2151, #2C2151) padding-box,
    linear-gradient(130deg, #625AD5, #A355CD) border-box;
}
.slect_pay_cont {
  padding: 20px 16px 19px;
}
.wifi_img {
  width: 30px;
}
.hlp_img {
    position: absolute;
    top: 35px;
    right: 10px;
    cursor: pointer;
}
.cvv_hlp_img {
    position: absolute;
    bottom: 10px;
    right: 25px;
    cursor: pointer;
}

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

@media (min-width: 810px) {
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }
}

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

  .net_allbankslst {
    height: 600px;
  }
}

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

  .payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section {
    height: unset;
  }
}

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

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

  .payment32_sec_sub.payment32_su_fa_sec_sub {
    padding-bottom: 0px !important;
  }
  .banks_lst_dpdn{
    padding-bottom: 20px;
  }

  .net_allbankslst {
    height: 450px;
  }

  .payment32_upi_sec img {
    width: 35px;
  }

  .sucss_pay_ka {
    margin: 20px 0px 0px 0px;
  }

  .payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section.kar__fal_sec_nw {
    height: fit-content;
    overflow-y: auto;
  }

}

@media (max-width: 515px) {
  .qr_scaner {
    margin-top: -35px;
    height: auto;
  }
  .payable_amt_wrap_sub {
    top: 50%;
  }
}

@media (max-width: 550px) {

  .payment2_main_section_thk,
  .payment2_main_section {
    background: #0A0128;
  }
  .cp_bank_iconround img {
    width: 16px;
  }
  .payment2_main_section {
    background: #F6F6FF;
  }
  .banks_lst_dpdn ul {
    height: 400px;
  }
}
@media (max-width: 460px) {
  .qr_scaner {
    margin-top: -30px;
    height: auto;
  }
}
@media (max-width: 400px) {
  .qr_scaner {
    margin-top: -25px;
    height: auto;
  }
  .banks_lst_dpdn ul {
    height: 350px;
  }
}
@media (max-width: 359px) {
  .qr_scanner img {
    max-width: 120px;
    width: 100%;
  }

  .upiback_im img {
    width: 100%;
    max-width: 275px;
  }

  .upiback_im img {
    bottom: -142px;
  }

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

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

  .sc_select_main {
    padding: 12px 8px;
  }

  .sc_inner_card p {
    font-size: 13px;
  }

  .payment_methods_selct {
    padding: 12px 9px;
  }
  .banks_lst_dpdn ul {
    height: 270px;
  }

  .fs12_fw300, .fs12_fw400, .fs12_fw600 {
    font-size: 10px;
  }
  .fs14_fw300, .fs14_fw400, .fs14_fw500, .fs14_fw600 {
    font-size: 12px;
  }
  .fs16_fw500, .fs16_fw500, .fs16_fw400 {
    font-size: 14px;
  }
  .fs20_fw400, .fs20_fw500, .fs20_fw600 {
    font-size: 18px;
  }
  .fs32_fw700 {
    font-size: 28px;
  }
  .payment32_su_fa_success_icon img {
    max-width: 90px;
  }
}