@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}


@font-face {
  font-family: 'Lato';
  src: url("/design66/payment_assets/css/fonts/sf-pro-display/SFPRODISPLAYREGULAR.OTF");
}

.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; */
  /* background: linear-gradient(to bottom, #353A40, #16171B); */
  background: linear-gradient(to bottom, #151618, #16171B);
  /* background: linear-gradient(180deg, #ECF2FA 0%, #FFFFFF 109.06%); */
  font-family: 'Lato';

}

.payment2_sec_sub {
  /* height: 100%; */
  /* overflow: scroll; */
}

/* .payment2_sec_sub.index_page_sub {
  background-color: #FFFFFF;
} */

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

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

.payment2_main_section {
  background: grey;
}

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

.upi_pay_con_jk {
  padding: 12px;
}

.upi_title {
  display: flex;
  align-items: center;
  gap: 20px;
  /* background: #fff; */
  padding: 0px 10px;
  justify-content: space-between;
}

.empty {
  font-size: 14px;
  width: 42px;
}

.upi_title a {
  display: flex;
  align-items: center;
  max-width: 60px;
}

.upi_title h1 {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  /* position: absolute;
  transform: translate(-50%);
  left: 50%; */
  text-align: center;
}

.upi_title_jk {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.acc_amt_pay {
  padding: 20px;
  position: relative;
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.acc_amt_pay h2 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.acc_amt_pay h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  /* text-align: center; */
}

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

.upi_paym_qr_sec {
  /* background: #fff; */
  /* padding: 12px 12px; */
  position: relative;
  border-radius: 24px;
  /* margin: 30px 15px 0; */
  /* box-shadow: 0px 4px 4px 0px #ACACAC40; */
  /* background: #FFFFFF; */
}

.upi_paym_qr_sec_jk {
  background: none;
  box-shadow: none;
  margin-top: -22px;

}

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

.paym_qr_ele h5 {
  font-weight: 600;
  color: #A0A4A9;
  font-size: 18px;
}

.paym_qr_ele h6 {
  font-size: 12px;
  font-weight: 400;
  color: #A0A4A9;
  text-align: center;
  font-family: 'Lato';
  max-width: 240px;
}

.paym_qr_ele p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #A0A4A9;
  display: flex;
  gap: 5px;
}

.paym_qr_ele p span {
  font-size: 12px;
  font-weight: 500;
  color: #FF5C5C;
  /* font-family: "Red Hat Display", sans-serif; */

}

.paym_qr_ele {
  /* background-color: #F6F6F6; */
  padding: 12px;
  border-radius: 12px;
}

.qr_sec_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
}

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

.paytm_btn_bi {
  width: 100%;
  background: url('../image/btn_primary_bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 12px;
  border-radius: 100px;
  border: 3px solid #282040;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-family: 'Lato';
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.payment_failed_btn_pay2 .try_agn_indx {
  width: 100%;
  background: url('../image/btn_primary_bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 12px;
  border-radius: 100px;
  border: 3px solid #282040;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.pay_btn_disabled {
  /* opacity: 0.5; */
  /* cursor: not-allowed; */
  /* pointer-events: none; */
  /* background: #C8D4FF; */
  display: flex;
}

.index_sectn .btn_pay_disabled {
  display: none;
}

.active_upiapp_bor {
  transition: all 0.5s;
  background: #466EFF1A;
  border: 1px solid #466EFF !important;
}

.paym_upi_apps h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-align: center;
}

.paym_upi_apps {
  padding: 15px 0 0px;
}

.paym_upi_apps .app_paylist {
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
  padding: 10px 0 0px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  /* flex-wrap: wrap; */
  margin-bottom: 26px;
}

.app_paylist li {
  border-radius: 8px;
  list-style-type: none;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 6px 12px;
  cursor: pointer;
  border: solid 1px transparent;
  cursor: pointer;
  flex-direction: column;
  flex: 1;
}

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

.paytm_btn_bi_cvv {
  width: 100%;
  background: url('../image/btn_primary_bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 12px;
  border-radius: 100px;
  border: 3px solid #282040;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  gap: 6px;
}

.payment2_paynow {
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.payment2_paynow_btn {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  /* padding: 6px 12px 12px; */
  padding: 6px 5px 0px;
  /* background: #FFFFFF; */
}

@media (min-width: 280px) and (max-width: 320px) {
  .acc_amt_pay h3 {
    font-size: 18px;
  }
}

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

/* sucess---failure */
.payment2_section_jk {
  background: #fff !important;
}

.payment2_sec_scss_fail {
  height: fit-content;
  /* padding-bottom: 60px; */
  position: relative;
  /* background: #FFFFFF; */
  overflow-y: auto;
}

.shape_left_jk {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 9;
}

.shape_right_jk {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 9;
}

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

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

.payment2_pay_com {
  text-align: center;
  /* background-color: #29234F; */
  padding: 12px;
}

.payment2_pay_com h5 {
  font-weight: 800;
  margin-top: 20px;
  color: #ffffff;
  font-size: 22px;
}

.payment2_pay_com p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #A0A4A9;
  line-height: 18px;
  margin-top: 16px;
  text-transform: capitalize;
}

.payment2_pay_fail h5 {
  margin-top: 0px !important;
}

.payment2_pay_fail .tnx_failure {
  margin-top: 24px;
  color: #ffffff;
  font-weight: 500;
}

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

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

.pay2_trans_sp_lef {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Lato';
}

.pay2_trans_sp_rig {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Lato";
  text-align: right;
}

.pay2_button_sucess button {
  background: #466EFF;
  padding: 11px 10px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-family: 'Lato';
}

.pay2_button_sucess .done_btn_clk {
  width: 100%;
  background: url('../image/btn_primary_bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 12px;
  border-radius: 100px;
  border: 3px solid #282040;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.done_btn_clk_jk {
  background: transparent !important;
  border: 1px solid #707070 !important;
  color: #1a1a1a !important;
}

.payme2_comm_sucess_fai {
  padding: 20px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* background-color: #FFFFFF; */
  background: url('../image/Ticket.svg');
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0px 45px;
  height: 500px;
  /* margin-top: -24px; */
}

.payment2_pay_com_jk {
  padding: 0px 65px;
}

.pay_failed_jk {
  color: #FD4241 !important;
}

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


/* Index page FLOW  */

.make_pymnt_txt {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lato';
  margin-bottom: 14px;
}

.upi_pymnt_syntx {
  color: #FFFFFF;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 16px;
  /* color: #181818; */
  margin-bottom: 6px;
}

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

.payment_methods_selct {
  /* padding: 15px; */
  /* flex-basis: calc(50% - 10px); */
  cursor: pointer;
}

.payment_methods_selct_jk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 24px;
  /* border: 1px solid #F2F2F2; */
  margin-bottom: 24px;
  background: #1F2328;
  background: linear-gradient(180deg, rgba(31, 35, 40, 1) 0%, rgba(26, 28, 31, 1) 100%);
  padding: 16px;
  box-shadow: -7px -7px 20px 1px #262E32;
}

.payment_sec_net {
  flex-direction: column;
  align-items: normal;
}

.net_pay_icon_img_more {
  border-radius: 12px;
  padding: 8px;
  max-width: 52px !important;
  background: linear-gradient(#1d1f24, #1d1f24) padding-box, linear-gradient(to bottom, #424750, #202326) border-box;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  height: 52px;
  width: 52px !important;
  object-fit: contain;
}

.netbk_pay_icon_img {
  border-radius: 12px;
  padding: 8px;
  max-width: 52px !important;
  background: linear-gradient(#1d1f24, #1d1f24) padding-box, linear-gradient(to bottom, #424750, #202326) border-box;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  height: 52px;
  width: 52px !important;
  object-fit: contain;
  justify-content: center;
}

.top_net_sec_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

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

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

.upi_pymnt_syntx img {
  width: 100%;
  max-width: 26px;
}

.card_section_jk {
  /* background: #fff; */
  background: linear-gradient(to bottom, #353A40, #19191c);
}

.upi_pay_sec_jk {
  background: #29234F;
  padding: 0 12px;
}

.selected_bank {
  border: 1px solid #F2F2F2;
}

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

.money_3d_img {
  width: 100%;
  max-width: 62px;
  cursor: pointer;
}
.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: -8px;
    top: -27px;
}
.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;
}
.shape_jk {
  position: absolute;
  right: 0;
  top: 105px;
}

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

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

.acc_pay_jk h2 {
  color: #A0A4A9;

}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px 25px;
  /* background: #FFFFFF; */
  display: flex;
  gap: 10px;
}

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

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

.bank_pymnt_txt {
  color: #ffffff;
  font-weight: 600;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

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

.bank_pop {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 10px 0px;
  gap: 8px;
  flex: 0 0 25%;
  flex-basis: calc(25% - 8px);
  cursor: pointer;
  justify-content: center;
  text-align: center;
  /* background: #FFFFFF;
  border: 1px solid #F2F2F2; */

}

.bank_pop span {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
}

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

.allbanks_sec h2 {
  padding: 10px 0px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.chose_bank a {
  background: transparent;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  border: 2px solid transparent;
  background: linear-gradient(#1a1c21, #1a1c21) padding-box, linear-gradient(to bottom, #424750, #202326) border-box;
  border-radius: 12px;
}

.chose_bank span {
  color: #181818;
  font-size: 14px;
  font-weight: 400;
}

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

.search_bank {
  position: relative;
  padding-bottom: 15px;
}

.search-txtt {
  width: 100%;
  background: #29234F;
  padding: 15px;
  border-radius: 8px;
  border: none;
  text-indent: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #8C899F;
}

.search-txtt::placeholder {
  color: #8D8D8D;
}

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

.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  gap: 8px;
  margin: 10px 0;
  cursor: pointer;
  border: 1px solid #F2F2F2;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(#1d1f24, #1d1f24) padding-box, linear-gradient(to bottom, #424750, #202326) border-box;
  border: 2px solid transparent;
  border-radius: 12px;
}

.netbank_search input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  border: 2px solid transparent;
  background: linear-gradient(#1a1c21, #1a1c21) padding-box, linear-gradient(to bottom, #424750, #202326) border-box;
  border-radius: 12px;
  width: 100%;
  outline: none;
  color: #ffffff;
}

.banks_lst_dpdn ul li {
  list-style-type: none;
}

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

.all_banks_container {
  display: none;
}

.payment2_section.upi_pay_sec_init.netbankin_sectiin {
  justify-content: unset;
}



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

.sc_select_main {
  /* background-color: #FFFFFF; */
  background: #00000036;
  border: 2px solid transparent;
  margin: 0px 10px;
  border-radius: 12px;
  box-shadow: 14px 14px 40px #101012;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  background: linear-gradient(#1a1c21, #1a1c21) padding-box,
    linear-gradient(to bottom, #424750, #202326) border-box;
}

.sc_select_main.active_card {
  background: linear-gradient(#1a1c21, #1a1c21) padding-box,
    linear-gradient(to bottom, #8E77E4, #202326) border-box;
}

.sc_select_innermain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
}

.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 7px;
}

.sc_bankname {
  line-height: 16.59px;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  /* font-family: "Red Hat Display", sans-serif; */
}

.sc_accountno {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #666B72;
  line-height: 16.59px;
  /* font-family: "Red Hat Display", sans-serif; */


}

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

.sc_bank_icon_jk {
  width: 30px;
}

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

}

.sc_cvvcon p {
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  text-align: left;
}

.sc_cvvcon a {
  font-size: 11px;
  font-weight: 400;
  color: #191F35;
  text-align: left;
  text-decoration: underline;
  color: #466EFF;
  margin-top: 5px;
}

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

.cvv_input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 8px;
  color: #181818;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  border: 1px solid #BABCBD;
  margin-top: 5px;
}

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

.scc_input_con .cvv_input::placeholder {
  font-size: 14px;
  color: #8D8D8D;
}

.acc_container {
  margin-top: 10px;
}

.clk_cvv_enter {
  display: none;
}

.add_card_nw_jk {
  display: flex;
  justify-content: center;
  /* border: 1px dashed #466EFF; */
  border-radius: 12px;
  padding: 8px 0px;
  cursor: pointer;
}

button.new_card_con {
  -webkit-tap-highlight-color: transparent;
  background: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  padding: 5px 0 5px;
  border: 1px solid transparent;
}

button.new_card_con p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.01px;
  text-align: left;
  font-family: 'Lato';


}

.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: 240px;
  /* border-bottom: 1px solid #64B4F5; */
  padding: 0 0 15px;
}

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

.card_headr_txt {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.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%;
  transform: translate(-50%, 0%);
  width: 100%;
  /* max-width: 400px; */
  z-index: 9999;
  display: none;
  bottom: 0;
}

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

.common_pop_jk img {
  cursor: pointer;
  margin-bottom: 25px;
}

.balence_pop_fun_bj {
  padding: 30px 12px 12px 12px;
  /* background: #FFFFFF; */
  background: linear-gradient(#353A40, #16171B);
  box-shadow: -1px 3px 18px 0px #00000012;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  border-top: 2px solid #424750;
}

.balence_img_fun {
  text-align: center;
  margin-top: 10px;
}

.balence_pop_fun_bj h5 {
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.con_cvv_p {
  color: #A0A4A9;
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.bank_lgo_img {
  top: -2px;
  max-width: 30px;
  max-height: 30px;
}

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

.newcard_inner {
  padding: 6px 2px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(47deg, rgba(31, 35, 40, 1) 0%, rgba(26, 28, 31, 1) 100%);
  padding: 20px;
  border-radius: 24px;
  margin-top: 15px;
  box-shadow: 14px 14px 40px #101012;
}

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

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);
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  background-clip: padding-box;
  /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
  color: #ffffff;
  -webkit-appearance: none;
  border-radius: 12px;
  outline: none;
  /* border: 1px solid #F2F2F2; */
  /* background: transparent !important; */
  border: 2px solid transparent;
  background: linear-gradient(#1a1c21, #1a1c21) padding-box, linear-gradient(to bottom, #424750, #202326) border-box;
}

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

.form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #8D8D8D;
  opacity: 1;
}

.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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: 13px;
  font-weight: 400;
  text-align: left;
  text-transform: math-auto;
  color: #ffffff;

}

.labl_con a {
  text-decoration: underline;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  color: #2D2D2DDD;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.clk_ccv_pop_jk {
  color: #466EFF !important;
}

.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: #F2F2F2;
  -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:#466EFF;
} */

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

input:checked+.slider {
  background: linear-gradient(to left, #8E2DE2, #6A19D8);
  -webkit-transition: .4s;
  transition: .4s;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.payMENt_FaiLed_Img {
  max-width: 66px;
}

.labl_con label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;

}

.payme2_comm_sucess_fai.failed_div {
  background: transparent !important;
}

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

.card_inpt_bx {
  position: relative;
}

.bank_pop.selected {
  /* background: #466EFF1A; */
  /* border: 1PX solid #466EFF; */
}

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

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

.pay_by_to_com {
  color: #ffffff;
  display: flex;
  gap: 16px;
  margin: 40px;
  position: absolute;
  bottom: 0;
}

.pay_by_to_com p {
  color: #A0A4A9;
  font-size: 14px;
}

.ppayment2_paynow_btn.saved_card_pay {
  margin: 20px 15px;
}

.popular_bank_sec {
  background: linear-gradient(to bottom, #353A40, #16171B);
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  margin-top: -30px;
  border-top: 2px solid #424750;
  /* height: 70vh; */
}

/* .payment2_paynow_btn.add_newcard_pay {
  margin: 20px 5px;
} */

.netbank_pay_now_btn {
  padding: 14px 15px;
}
.payment2_paynow_btn.card__paymet_btn {
  padding-bottom: 0px !important;
}
@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;
  }
}

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

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

  .payme2_comm_sucess_fai {
    margin: 0px 10px;
  }

  .pay_by_to_com {
    margin: 60px 10px;
  }
}

@media (min-width: 370px) and (max-width: 390px) {
  .payme2_comm_sucess_fai {
    gap: 5px;
    margin: 0px 30px;
  }

  .pay_by_to_com {
    margin: 70px 20px;
  }

}

@media (min-width: 360px) and (max-width: 370px) {
  .payme2_comm_sucess_fai {
    gap: 5px;
    margin: 0px 20px;
  }

  .pay_by_to_com {
    margin: 70px 20px;
  }
}

@media (max-width: 390px) {
  .payment2_pay_com img {
    /* max-width: 100px; */
  }

  .shape_left_jk img {
    max-width: 75px;
  }

  .shape_left_jk {
    top: 100px;
  }

  .pay2_transection_con {
    padding: 8px 0;
  }

  .payment2_pay_com h5 {
    margin-top: 20px;
  }

  .money_3d_img {
    max-width: 45px;
  }

  .shape_img {
    max-width: 80px;
  }

  .shape_jk {
    top: 100px;
  }

  /* .upi_paym_qr_sec {
  margin: 25px 15px 0;
} */
  .upi_paym_qr_sec_jk {
    padding: 0;
  }

  .payment2_paynow_btn {
    padding: 6px 15px 10px;
  }
}

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

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

  .payme2_comm_sucess_fai {
    margin: 0px 95px;
  }

  .paymEnt_FaIled {
    margin-top: 0 !important;
  }

  .payment2_sec_scss_fail {
    padding-bottom: 0px !important;
    /* height: 100vh; */
  }

  .payment2_sec_scss_fail.failed2_pay_sec {
    height: auto;
  }

  .pay_by_to_com {
    position: absolute;
    bottom: 0px;
  }

  .payme2_comm_sucess_fai.failed_div {
    height: auto;
  }

  .done_btn_clk {
    margin: 15px 0px;
  }

  .try_agn_indx {
    margin: 15px 0px;
  }

  .upi-popup.active, .pop_up_con {
    max-width: 400px !important;
    bottom: auto !important;
  }
  .card_3d_img{
    width: 100%;
    max-width: 230px;
  }
  .balence_pop_fun_bj {
    padding: 0px;
  }
  .upi-popup-content {
    border-radius: 36px;
    padding: 12px 12px 12px 12px !important;
  }

  .qr_section_pay {
    gap: 0px;
  }

  .payment2_paynow_btn {
    padding: 0px 15px 20px !important;
  }

  /* .netbank_pay_now_btn {
    margin: 20px 15px;
  } */
}

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

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

  /* .upi_paym_qr_sec{
    margin-bottom:20px
  } */
}

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

.arrow-down {
  transition: transform 0.3s ease;
}

.arrow-down.rotate {
  transform: rotate(-90deg);

  /* or 180deg depending on design */
}

.btm_dropdown_sec_pay {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}

.upi_pay_icon_img {
  border-radius: 12px;
  padding: 8px;
  max-width: 52px !important;
  background: linear-gradient(#1d1f24, #1d1f24) padding-box,
    linear-gradient(to bottom, #424750, #202326) border-box;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  height: 52px;
  width: 52px !important;
  object-fit: contain;
}

.net_pay_icon_img {
  border-radius: 12px;
  padding: 8px;
  max-width: 52px !important;
  background: linear-gradient(#1d1f24, #1d1f24) padding-box,
    linear-gradient(to bottom, #424750, #202326) border-box;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  height: 52px;
  width: 52px !important;
  object-fit: contain;
}

.select_btn_active {
  position: relative;
  background: linear-gradient(#1d1f24, #1d1f24) padding-box,
    linear-gradient(to bottom, #8E77E4, #202326) border-box;
  border: 2px solid transparent;
}

.select_btn_active::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  background-image: url("../image/selected_img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.img_upi_pay_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  gap: 8px;
  height: 80px;
  padding: 5px;
  cursor: pointer;
  justify-content: center;
}

.dropdown_payment_sec {
  display: flex;
  flex-direction: column !important;
  align-items: normal !important;
}

.btm_dropdown_sec_net {
  display: flex;
  justify-content: space-around;
}

.top_dd_sec_pay {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.upi_payment_container {
  position: relative;
  height: 84px;
  margin: 0px 16px;
  /* background: #2d3036; */
  border-radius: 25px;
  /* border: 1px solid #353A40; */
  background: radial-gradient(circle at 100% 100%, #2e3037 0, #2e3037 23px, transparent 23px) 0% 0%/24px 24px no-repeat,
    radial-gradient(circle at 0 100%, #2e3037 0, #2e3037 23px, transparent 23px) 100% 0%/24px 24px no-repeat,
    radial-gradient(circle at 100% 0, #2e3037 0, #2e3037 23px, transparent 23px) 0% 100%/24px 24px no-repeat,
    radial-gradient(circle at 0 0, #2e3037 0, #2e3037 23px, transparent 23px) 100% 100%/24px 24px no-repeat,
    linear-gradient(#2e3037, #2e3037) 50% 50%/calc(100% - 2px) calc(100% - 48px) no-repeat,
    linear-gradient(#2e3037, #2e3037) 50% 50%/calc(100% - 48px) calc(100% - 2px) no-repeat,
    linear-gradient(#424750 0%, #202326 100%);
  border-radius: 24px;
  box-shadow: 5px 5px 11px 0px #0000005c;
}

.payMent_WraPPer_MetHod {
  padding: 20px 12px;
  /* background: #FFFFFF; */
  background: linear-gradient(to bottom, #353A40, #16171B);
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  margin-top: -30px;
  border-top: 2px solid #424750;
  /* height: 70vh; */
}

.mpp_right img {
  width: 24px;
}

.arrow-down {
  transform: rotate(90deg);
}

.upi_paym_QR_SeC {
  background: transparent !important;
}

.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cc_Pay_icon {
  width: unset !important;
}

.pos_eye_pwd_sEC {
  position: relative;
}

.pos_eyE_pwd {
  position: absolute;
  top: 18px;
  right: 3%;
  cursor: pointer;
}

.pos_eyE_pwdO {
  position: absolute;
  top: 12px;
  right: 3%;
  cursor: pointer;
  display: none;
}

.Add_TeXt {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.card_Text_Change {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.card_Text_Change span {
  margin-left: 3px;
}

.pos_CC_NuMber {
  position: absolute;
  top: 10px;
  right: 9px;
}

.clo_aliGn {
  /* position: absolute; */
  right: 10px;
  top: 10px;
}

.pos_CC_NuMber img {
  mix-blend-mode: normal;
  /* Default blend mode */
}

.pos_CC_NuMber img.blend-screen {
  filter: brightness(1.5);
}

/* .focUs_ValUTxt
{
  background: #393267!important;
  border: 1px solid #6F65AF!important;
} */

.saVED_CC {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.59px;
  text-align: left;
  color: #fff;
  margin-bottom: 5px;
}

.close_SeArch {
  display: none;
  position: absolute;
  top: 17px;
  right: 15px;
}



/*switch css*/

.tabs {
  max-width: 400px;
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tab-nav {
  display: flex;
  list-style-type: none;
  position: relative;
  background: #29234F;
  border-radius: 16px;
}

.tab-link {
  flex: 1;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  transition: color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.59px;
  text-align: left;

}

.tab-link.active {
  color: #fff;
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90.21deg, #B568FF 15.29%, #7459FE 79.39%);
  transition: left 0.3s linear;
  z-index: 0;
  border-radius: 8px;
}

.tab-content {
  display: none;
  padding: 20px;
  background-color: #29234F;
  margin-top: 20px;
  border-radius: 16px;
}

.tab-content.active-content {
  display: block;
  animation: fade-in 0.3s ease-in;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tab_Upi_apps {
  background: #29234F;
  border-radius: 16px;
  padding: 5px 10px;
}

.paym_upi_APPs_reSet {
  padding: 0px !important;
}

.pad_AligN {
  padding: 10px 12px !important;
}

.Qr_iCon_li {
  display: flex;
  gap: 15px;
  list-style-type: none;
}

.bank_lg_icn_acTive {
  filter: brightness(3.5);
}

.aligN_sharE {
  position: absolute;
  right: 20px;
}

.paymEnt_Suc_InFo {
  margin-top: 10px;
  margin-bottom: 20px;
}

.payment_DetaIls {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  text-align: center;
  color: #fff;
}

.paymEnt_FaIled {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.payment_2Section {
  /* background: #180038 !important; */
}

.upi_paym_qr_sec.upi_pay_sec_jk.cedt_crd_yl {
  margin-bottom: 10px;
  background: linear-gradient(to bottom, #353A40, #26272b);
  border-top: 2px solid #424750;
}

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

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

@media (max-width: 550px) {
  .payment2_main_section {
    /* background: #FFFFFF; */
    background: linear-gradient(to top, #353A40, #16171B);
  }
  .sc_accountno {
  font-size: 10px;
  }
}




/* =================new css============ */

.credit_payment_outer {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 20px; */
}

.mpp_left {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
}

.pm_subtxt {
  font-family: 'Lato';
  color: #616161;
  font-size: 12px;
}

.upi_payment_amt {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-family: 'Lato';

}

.upi_payment_amt h2 {
  color: #D4D7D6;
  font-size: 14px;
  font-weight: 400;
}

.upi_payment_amt h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}

.index_sectn .paym_btn_sec {
  display: none;
}

.upi_payment_all_container {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #FFFFFF;
  padding: 20px 16px 14px;

}

.pay_ac_left {
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.timer_border {
  /* border: 1px solid #181818; */
  border-radius: 14px;
  padding: 7px 10px;
  font-family: 'Lato';

}

.scan_pay {
  color: #ffffff;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  text-align: center;
}

.ap_subtxt {
  font-size: 13px;
  font-weight: 400;
  color: #181818;
}

.upi_top_section {
  background: -webkit-linear-gradient(to bottom, #353A40, #16171B);
  background: linear-gradient(to bottom, #353A40, #16171B);
  padding-bottom: 50px;
}

.upi_pay_top {
  background: linear-gradient(191.85deg, #191919 98.57%, #0D1C1F 98.57%);
  padding-bottom: 40px;
}

.upi_or {
  color: #7E7E7E;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.upi_or::after {
  content: url('/design66/payment_assets/image/or_right.svg');
  position: absolute;
  left: 180px;
  right: 0px;
}

.upi_or::before {
  content: url('/design66/payment_assets/image/or_left.svg');
  position: absolute;
  right: 180px;
  left: 0px;
}

.enter_new_ui {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 20px;
}

.upi_field {
  outline: none;
  border: 1px solid #F2F2F2;
  width: 100%;
  padding: 5px 0px;
  color: #181818;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 8px;
  /* font-family: "Red Hat Display", sans-serif; */
}

.upi_field::placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
}

.err_msg {
  color: #FB3748;
  font-size: 12px;
  font-weight: 400;
  /* font-family: "Red Hat Display", sans-serif; */
}

.error_message {
  display: flex;
  gap: 10px;
}

.upi_pay_sec_success {
  background-color: #FFFFFF;
}

.upi_sc_top {
  background: linear-gradient(191.85deg, #191919 98.57%, #0D1C1F 98.57%);
  padding-bottom: 55px;
}

.payment_2Section {
  /* background-color: #FFFFFF !important; */
  background: #353A40;
  background: linear-gradient(#353A40, #16171B) !important;
}

.payment2_pay_com {
  text-align: center;
  /* background-color: #F6F6F6; */
  padding: 12px;
  border-radius: 12px;
}

.pay2_button_sucess.done_fxedbtn {
  display: flex;
  flex-direction: column;
}

.pay2_button_sucess .share_btn_style {
  border: 1px solid #466EFF;
  background-color: transparent;
  color: #466EFF;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.cards_wrapper {
  padding: 16px;
  /* background: #FFFFFF; */
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  margin-top: -30px;
}

.popular_seccc_innerchild {
  background: linear-gradient(180deg, rgba(31, 35, 40, 1) 0%, rgba(26, 28, 31, 1) 100%);
  padding: 10px;
  box-shadow: -7px -7px 20px 1px #262E32;
  border-radius: 24px;
  margin: 24px 5px 5px 5px;
}

.sc_select_nxt {
  display: flex;
  justify-content: space-between;
}

.val_th {
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
  /* font-family: "Red Hat Display", sans-serif; */
}

.val_year {
  color: #181818;
  font-size: 12px;
  font-weight: 600;
  /* font-family: "Red Hat Display", sans-serif; */
}

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

.ent_det {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.popular_banks_container {
  padding: 0px 15px;
  /* background: #FFFFFF; */
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  margin-top: -30px;
}

.chs_bnk {
  color: #A0A4A9 !important;
  font-size: 14px;
  font-weight: 400;
}

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

.txt_title_net {
  padding: 0px 10px;
}

.banks_lst_dpdn ul li {
  list-style-type: none;
  position: relative;
  /* margin-right: 10px; */
}

.banks_lst_dpdn ul {
  overflow-y: auto;
  overflow-y: scroll;
  scrollbar-width: none;
  margin: 6px 0px;
}

.banks_lst_dpdn ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 5px;
}

.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #466EFF;
}

.banklist_active {
  /* background-color: #466EFF1A;
  border: 1px solid #466EFF */
  background: linear-gradient(#1a1c21, #1a1c21) padding-box,
    linear-gradient(to bottom, #8E77E4, #202326) border-box;
}

.banklist_active::after {
  content: "";
  background: url('../image/checked.svg');
  position: absolute;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  right: 0;
  top: 15px;
}

.error_message {
  display: none;
}

.pay_amount {
  color: #D4D7D6;
  font-size: 14px;
  font-weight: 400;
}

.amount_paying {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}

.paywith_upi {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}

.tnx_failure {
  margin-bottom: 10px;
}

/* .payment2_sec_sub {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 15px;
  width: 100%;
} */
.cardtab_savedcard {
  color: #ffffff;
  background: #1F2328;
  background: linear-gradient(47deg, rgba(31, 35, 40, 1) 0%, rgba(26, 28, 31, 1) 100%);
  padding: 20px;
  border-radius: 24px;
  margin-top: 15px;
  box-shadow: 14px 14px 40px #101012;
}

.cvv-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  /* adjust as needed */
  background: #191d20;
}

.cvv-input {
  width: 100%;
  padding: 10px 35px 10px 10px;
  /* space for icon on right */
  border: 2px solid transparent;
  background: linear-gradient(#1a1c21, #1a1c21) padding-box, linear-gradient(to bottom, #424750, #202326) border-box;
  border-radius: 8px;
  font-size: 14px;
  color: #ffffff;
  /* background: #191d20; */
}

.cvv-input:focus {
  outline: none;
}

.cvv-info-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.cardtab_head_cont {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.pop_up_con {
  max-width: 540px;
}

p.acc_no_card {
  border-left: 1px solid white;
  padding-left: 5px;
}

span.sc_bankname {
  display: flex;
  gap: 5px;
}

.upi-popup {
  position: fixed;
  bottom: -100%;
  /* left: 0; */
  width: 100%;
  /* background: rgba(0,0,0,0.6);  */
  /* transition: bottom 0.3s ease; */
  z-index: 9999;
  display: flex;
  justify-content: center;
  pointer-events: none;
  color: #ffffff;
}

/* Active state */
.upi-popup.active {
  bottom: 0;
  pointer-events: all;
  display: flex;
  flex-direction: column;
  /* position: absolute; */
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 540px;
}

/* Popup content */
.upi-popup-content {
  padding: 30px 12px 12px 12px;
  /* background: #FFFFFF; */
  background: linear-gradient(#353A40, #16171B);
  box-shadow: -1px 3px 18px 0px #00000012;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  /* width: 100%; */
  border-top: 2px solid #424750;
}

/* Header */
.upi-popup-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.upi-popup-header h4 {
  margin: 0;
}

.close-popup {
  font-size: 24px;
  cursor: pointer;
}

/* QR section */
.qr_scanner img {
  display: block;
  margin: 10px auto;
}

/* Buttons */

.scc_pay_img {
  max-width: 66px;
}

.upi_top_section.cc_card_sec {
  padding-bottom: 16px;
}

.btm_dropdown_sec_pay,
.btm_dropdown_sec_net {
  display: none;
  /* Already hidden before JS runs */
}

@media screen and (min-width:768px) {
  .index_sectn {
    max-height: 95dvh;
    height: unset;
  }

  .payment2_main_section {
    overflow: hidden !important;
  }

}

@media screen and (max-width:340px) {
  .payment2_sec_sub {
    width: 100%;
  }

  .bank_pop {
    flex-basis: calc(33.33% - 7px);
  }

}

@media screen and (min-width:540px) {

  .index_page_sub,
  .payment2_sec_sub {
    height: 100%;
    overflow: scroll;
  }
}

.upi_sc_top .upi_title {
  width: 100%;
  text-align: center;
  display: block;
}

@media screen and (max-width:345px) {
  .payment2_sec_sub {
    overflow-x: hidden;
  }
}

@media screen and (max-width:359px) {
  .upi_or::before {
    left: -38px !important;
  }

  .upi_or::after {
    right: -38px !important;
  }
}