@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  transition: all .4s ease 0s;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url(../fonts/Gilroy-Medium.woff);
  
}
@font-face {
  font-family: 'Gilroy-Regular';
  src: url(../fonts/Gilroy-Regular.woff);
}

.payment2_section {
  font-family: "Inter", sans-serif;
  background: url("../image/bg.svg") no-repeat;
  background-position: top;
  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-image: url('../image/bgg.png'); */

}

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

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: radial-gradient(circle, #FF6694 0%, #05050566 100%);
}

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

.payble_amont_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.upi_title h1 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #494949;

}

.payme_head1 span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

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

.upi_title a img {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 5px;

}

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

.acc_amt_pay {
  /* padding: 15px 0 0px; */
  position: relative;
}

.acc_amt_pay h2 {
  font-size: 12px;
  font-weight: 500;
  color: #EFEDF7;
  margin: 16px 0px 10px;
}

.acc_amt_pay h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

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

.upi_paym_qr_sec {
  /* background: #fff; */
  padding: 0px 16px 0px;
  position: relative;
  margin-top: 20px;
}

.make_pay_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.paym_qr_ele_new {
  border: 1px solid #4D363D;
  box-shadow: 0px 0px 40px 0px #FF5C8D0F;
  border-radius: 12px;
  background: #13131366;
  margin-top: 16px;
}

.paym_qr_ele_new_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #4D363D;
}

.paym_qr_ele_new_head>h6 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.paym_qr_ele_new_head>img {
  width: 43px;
  height: auto;
}

.qr_section_pay {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
}

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

.paymet_sm_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.paym_qr_ele h6 {
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
}

.paym_qr_ele p {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #9A0101;
}

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

.qr_scanner {
  padding: 10px;
  width: 95px;
  height: 95px;
  border-radius: 8px;
  border: 0.9px solid #4D363D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr_scanner img {
  width: 80px;
  height: auto;
}

.paytm_btn_bi {
  width: 100%;
  background: linear-gradient(90deg, #BF456A 0%, #8A324C 100%);
  padding: 14px 0px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.paym_upi_apps {
  border: 1px solid #4D363D;
  box-shadow: 0px 0px 40px 0px #FF5C8D0F;
  border-radius: 12px;
  margin-top: 16px;
}

.paym_upi_apps h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.paym_upi_apps .pay_upi_section_head>p {
  font-size: 10px;
  font-weight: 400;
  color: #FF6694;
  margin-top: 4px;
  display: flex;
  align-items: center;
}

.paym_upi_apps .pay_upi_section_head p>img {
  margin-right: 6px;
  width: 10px;
  height: auto;
}

.pay_upi_section_head {
  border-bottom: 1px solid #4D363D;
  padding: 16px;
}

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 20px 16px;
}

::selection {
  background: #FF6694;
  color: #fff;
}

.app_paylist li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  justify-content: end;
  align-items: center;
  gap: 5px;
  flex: 1;
  padding: 8px 3px;
  cursor: pointer;
  border: 0.6px solid #4D363D;
  -webkit-tap-highlight-color: transparent;
  border-radius: 8px;
  height: 66px;
  transition: all 0.5s;
}

.app_paylist li:hover {
  border: 0.6px solid #E04574;
  background: linear-gradient(180deg, #72273E 0%, #29151B 100%);
}

.app_paylist li.active_upiapp_bor {
  border: 0.6px solid #E04574;
  background: linear-gradient(180deg, #72273E 0%, #29151B 100%);
}

.app_paylist li span {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: #808080;
}

.app_paylist li>img {
  width: 30px;
  height: auto;
}


.app_paylist li.active_upiapp_bor span {
  color: #fff;
}

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

.hp_txt {
  font-size: 10px;
  color: #FFFFFF99;
  font-weight: 400;
}

.rt_cardtab_savedcard {
  border-radius: 12px;
  background: #13131366;
  border: 1px solid #4D363D;
  box-shadow: 0px 0px 40px 0px #FF5C8D0F;
  margin: 20px 0px 20px;
}

.rt_cardtab_savedcard_head {
  padding: 16px;
  border-bottom: 1px solid #4D363D;
}

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

/* .sc_cvv_value.selected_bank .rt_visa_img{
  position: absolute;
  top: 20px;
  right: 20px;
} */

@media (min-width: 280px) and (max-width: 320px) {
  .upi_paym_qr_sec {
    padding: 10px 10px 30px;
  }

  .payment_method_wrapper {
    gap: 6px !important;
  }

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

@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

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

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

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

  .upi_paym_qr_sec {
    padding-bottom: 20px;
  }
}

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

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

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

.payment2_pay_com {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 30px;
  padding: 16px 0px;
  border: 1px solid #4D363D;
  border-radius: 12px;
  box-shadow: 0px 0px 40px 0px #FF5C8D0F;
}

.payment2_pay_com>img {
  height: 60px;
  width: 60px;
  margin-bottom: 12px;
}

.payment2_pay_com h5 {
  font-size: 16px;
  font-weight: 500;
  color: #46D773;
  margin-bottom: 8px;
}

.payment2_pay_com.failue_pymt h5 {
  color: #E14E40;
}


.payment2_pay_com p {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: #959595;
  max-width: 80%;
}

.failue_pymt h5 {
  color: #fff;
}

.payment2_comm_trans {
  padding: 0px 0px 50px;
  margin-bottom: 30px;
}

.rt_trans_history_head {
  padding: 16px;
  border-bottom: 1px solid #4D363D;
}

.rt_trans_history_head>h6 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.rt_trans_history {
  display: flex;
  flex-direction: column;
  background: #13131366;
  border-radius: 20px;
  border: 1px solid #4D363D;
  box-shadow: 0px 0px 40px 0px #FF5C8D0F;
}

.rt_trans_history_head_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 16px;
  gap: 14px;
}

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

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

.pay2_trans_sp_lef {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
}

.pay2_trans_sp_rig {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.pay2_button_sucess button {
  background: linear-gradient(90deg, #BF456A 0%, #8A324C 100%);
  color: #FFFFFF;
  padding: 15px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  width: 100%;
  text-transform: capitalize;
}

.payme2_comm_sucess_fai {
  /* background: #fff; */
  padding: 0px 16px 10px;
  position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  /* margin: -27px 0 0; */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

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



.make_pymnt_txt {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0 20px;
  color: #fff;
  text-align: center;
}

.upi_pymnt_syntx {
  color: #212223;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  flex-direction: column;
  margin-bottom: 6px;
}

.upi_pymnt_syntx_title {
  margin: 7px 0px 4px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

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

.payment_methods_selct {
  border-radius: 8px;
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  border: 1px solid #4D363D;
  padding: 10px 10px 10px 10px;
  position: relative;
}

.payment_method_wrapper_new {
  background: #13131366;
  border: 1px solid #4D363D;
  box-shadow: 0px 0px 40px 0px #FF5C8D0F;
  border-radius: 12px;
  margin: 30px 0px 20px;
}

.payment_method_wrapper_head {
  padding: 16px;
  border-bottom: 1px solid #4D363D;
}

.payment_method_wrapper_head>h6 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

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

.payment_method_wrapper_content {
  padding: 14px 12px;
}

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

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

.upi_pymnt_syntxshare img {
  width: 100%;
  max-width: 20px;
}

p.upi_pymnt_syntxshare {
  position: absolute;
  top: 18px;
  right: 12px;
}

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

/* .money_ddd{
  background: url(../image/amount_pay_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
  position: relative;
  z-index: 1;
} */
.money_3d_img {
  width: 100%;
}

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

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

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

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

.bank_lg_icn {
  height: 22px;
  width: 22px;
}

.add_vw_cd_btn {
  padding: 5px 20px;
}

.bank_pop span {
  color: #808080;
  font-weight: 500;
  font-size: 10px;
  cursor: pointer;
}

.pop_bnk_sec_wrap {
  padding: 16px 8px;
}

.pop_bnk_sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 14px;
}

.pop_bnk_sec .bank_pop {
  flex: 0 0 calc(18% - 0px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  text-align: center;
  /* cursor: pointer; */
  
}

.bank_lg_icn_wrap {
  background: #13131366;
  border: 0.38px solid #4D363D;
  border-radius: 4.5px;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}

.pop_bnk_sec_footer {
  display: flex;
  justify-content: flex-end;
}

.pop_bnk_sec_footer>a {
  font-size: 11px;
  font-weight: 500;
  color: #BF456A;
  background: linear-gradient(90deg, #BF456A 0%, #8A324C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  display: flex;
  padding: 30px 10px 0px 0px;
  cursor: pointer;
}

.pop_bnk_sec_footer>a img {
  height: 8.5px;
  width: auto;
}

.allbanks_sec h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.allbanks_sec h3 {
  font-size: 12px;
  font-weight: 400;
  color: #E7E7E7;
  padding: 15px 0 2px 0;
}

.all_banks_container_head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.all_banks_container_head a {
  display: flex;
  position: absolute;
  left: 20px;
}


/* .chose_bank a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  height: 50px;
  border: 1px solid #FFFFFF4D;
  /* background: linear-gradient(180deg, #310065 0%, rgba(40, 36, 45, 0) 139.47%); */
/* border: 1px solid #8C5ACB; 
} */

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

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

}

.search_bank {
  position: relative;
}

.search-txtt {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 16px 12px 16px 12px;
  border-radius: 8px;
  text-indent: 25px;
  border: 1px solid #4D363D;
  background: transparent;
  color: #fff;
}

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

.search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  display: flex;
}

.search_icon img {
  width: 20px;
  height: 20px;
}

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

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

.search_bank.search_bank_active .search-txtt {
  text-indent: 30px;
}

/* .activenetbk {
  border: 1px solid #8C5ACB !important;
  background: linear-gradient(180deg, #310065 0%, rgba(40, 36, 45, 0) 139.47%) !important;
} */

.bank_name {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  gap: 8px;
  cursor: pointer;
  background: rgba(23, 13, 34, 0);
  font-size: 13px;
  font-weight: 500;
  color: #808080;
}

.bankname_img_wrap {
  background: #13131366;
  border: 0.35px solid #4D363D;
  padding: 6px;
  border-radius: 4px;
  display: flex;
}

.bank_name.activenetbk .bankname_img_wrap {
  background: linear-gradient(180deg, #72273E 0%, #29151B 100%);
  border: 0.6px solid #E04574
}

.bank_name.activenetbk span {
  color: #fff;
}

.bankname_img_wrap>img {
  width: 18px;
  height: auto;
}

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

.banks_lst_dpdn ul {
  overflow-y: auto;
  max-height: 70vh;
  overflow-y: scroll;
  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;
  /* background-color: #F5F5F5; */
}

.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 5px;
  /* background-color: #F5F5F5; */
}

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

}

.all_banks_container_afterselect {
  background: #fff;
  overflow-y: scroll;
  border-radius: 15px;
  padding: 10px;
  margin-top: 10px;
}




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

}

.sc_select_main {
  padding: 12.5px 16px;
  border-radius: 6px;
  box-shadow: 0px 1px 37px 0px #1E647E29;
  border: 1px solid #4D363D;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}



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

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

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

.sc_bankname {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #fff;

}

.sc_accountno {
  font-size: 12px;
  font-weight: 400;
  line-height: 18.52px;
  text-align: left;
  color: #6B6B6B;

}

.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; */
  position: relative;
  top: 0px;
  right: 10px;
}

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

}

.wat_is_cvv {
  font-size: 10px;
  font-weight: 500;
  text-align: right;
  /* padding-top: 5px; */

}

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

.sc_cvvcon a {
  font-size: 11px;
  font-weight: 500;
  color: #1976D2;
  text-align: left;
  text-decoration: underline;
}

.bk_select_cd_detail {
  display: flex;
  align-items: center;
  justify-content: normal;
  gap: 16px;
}

.user_acc_num {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: 'Gilroy-Medium';
}

.bank_and_user_title {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  display: flex;
  gap: 5px;
  font-family: "Gilroy-Regular";
}

.scc_input_con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: max-content;
}

.bk_select_cd_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-top: 5px;
}

.bk_select_cd_txt p {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

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

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

.cvv_input {
  width: 86px;
  padding: 7px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
  border: 1px solid #4D363D;
  background: transparent;
  border-radius: 8px;
}

.new_card_con p {
  font-size: 16px;
  font-weight: 500;
  color: #FF6694;
  text-align: center;
}

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

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

.scc_cvv_fnt .cvv_input::placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 10px;
}

.clk_cvv_enter {
  display: none;
}

button.new_card_con {
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  width: 100%;
  padding: 14px;
  border: 1px solid #FF6694;
  border-radius: 8px;
  background: transparent;
}

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

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

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

.form_group_container {
  padding: 16px;
}

.popuop_overlay_rk {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  background: #6b6b6bad;
  width: 100%;
  z-index: 999;
  display: none;
}

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

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

.common_pop_jk img {
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.balence_pop_fun_bj {
  padding: 20px 12px 0px 12px;
  border-radius: 30px;
  background: #141414;
}

.balence_img_fun {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.balence_pop_fun_bj h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #f9f9f9;
  margin: 14px 0px 12px;
}

.con_cvv_p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #B4B4B4;
  max-width: 77%;
  margin: 0 auto;
  margin-bottom: 16px;
}

.bank_lgo_img {
  top: -2px;
}

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

.newcard_inner {
  padding: 0px 2px;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.card_fm {
  border-radius: 12px;
  border: 1px solid #4D363D;
  box-shadow: 0px 0px 40px 0px #FF5C8D0F;
  backdrop-filter: blur(8px);
}

.add_card_form_header {
  padding: 16px;
  border-bottom: 1px solid #4D363D;
}

label {
  color: #000;
  text-transform: uppercase;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 7px);
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 8px;
  border: 1px solid #4D363D;
  background-color: transparent;
}

/* input:focus ~ .floating-label,
input:not(:placeholder-shown) ~ .floating-label {
  top: 5px;
  left: 10px;
  font-size: 9px;
  opacity: 0.5;
  padding-bottom: 2px;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; 
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; 
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  text-transform: capitalize;
} */
/* input:focus ~ .floating-label2,
input:not(:placeholder-shown) ~ .floating-label2 {
  top: 5px;
  right: 35%;
  font-size: 9px;
  opacity: 0.5;
  padding-bottom: 2px;
}
.floating-label2 {
  position: absolute;
  left: 32%;
  top: 18px;
  transition: 0.2s ease all;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
} */
/* .floating-label2 span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
} */
.form-control.typenumber.card_focus_ipt {
  padding-right: 22px;
}

.clk_ccv_pop.cre_popup {
  position: absolute;
  top: 17px;
  right: 6px;
}

.sc_select_main.selected_bank {
  border: 1px solid #BF456A;
}

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

.card_inter {
  font-family: "Inter", serif;
}

.form-control::placeholder {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 400;
  font-family: "Inter", serif;

}

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

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

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

.check-sec {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.check-sec label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #fff;

}

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

.what_is_cvv_card {
  font-size: 10px;
  font-weight: 400;
  color: #201C3E;
  text-align: right;
}

.what_is_cvv_card a {
  color: #FF6694;
  font-weight: 400;
  font-size: 11px;
}

.title_with_icn img {
  width: 15px;
}

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

.switch {
  float: right;
}

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

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

.slider.round:before {
  border-radius: 50%;
  /* border:2px solid #fff; */
}

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

input:checked+.slider {
  /* background-color: #fff; */
  background: #C1C1C1;
}

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

.labl_con label {
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  font-size: 13px;
  color: #FFFFFF;

}

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

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

.card_inpt_bx {
  position: relative;
}

.bank_pop.selected .bank_lg_icn_wrap {
  background: linear-gradient(180deg, #72273E 0%, #29151B 100%);
  border: 0.6px solid #E04574;
}

.bank_pop.selected span {
  color: #fff;
}

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

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

.payment2_sec_sub.netbanking_cntnertab {
  height: 100% !important;
  padding-bottom: 0px;
}

.fm_cvv_ip {
  position: relative;
}

.bk_select_cd_detail_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.bk_select_cd_detail_inner_left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rt_radio_img {
  width: 20px;
  height: 20px;
}

.rt_visa_img {
  width: 100%;
  height: auto;
}

.bk_select_cd_detail_divider {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.scc_input_con.scc_cvv_fnt a {
  display: flex;
}

.scc_input_con.scc_cvv_fnt a img {
  width: 20px;
  height: 20px;
}

.rt_checkboc_form {
  display: flex;
}

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

.rt_checkboc_form label {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: unset;
  line-height: 20px;
}

.rt_checkboc_form label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #FF6694;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 4px;
  margin-top: -1px;
}

.rt_checkboc_form .rt_checkbox_input:checked+label:before {
  background-color: #FF66941a;
  /* border-color: #A5DADA; */
}

.rt_checkboc_form .rt_checkbox_input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 4px;
  height: 10px;
  border: solid #FF6694;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

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

  .money_3d_img {
    width: 100%;
  }

  .money_ddd {
    transform: translateY(-18px);
  }
}

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

  .money_3d_img {
    width: 100%;
  }

  .failure_pymnt_sec {
    display: flex;
    /* min-height: calc(100dvh - 120px); */
    justify-content: center;
    align-items: center;
  }
}

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

  .payfailbt {
    padding: 10px 20px 20px;
  }

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

  .scanpay_h2,
  .scanpay_h1 {
    text-align: center !important;
  }

  .qr_section_pay {
    gap: 25px;
  }

  .payment2_comm_trans {
    padding: 0px 0px 0px;
    margin-bottom: 0px;
  }
}

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

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

  .upi_paym_qr_sec {
    margin-bottom: 15px;
  }

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

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

@media (max-width: 550px) {
  .failure_pymnt_sec {
    display: flex;
    /* min-height: calc(100dvh - 120px); */
    /* min-height: calc(100dvh - 300px); */
    justify-content: center;
    align-items: center;
  }

  .payment2_main_section {
    background: #000;
  }

  /* .payment2_section.upi_pay_sec_success, .payment2_section.upi_pay_sec_failed{
  height:100%;
} */
  .doneback {
    background: #25161cd9;
  }
}

@media (max-height: 550px) {
  .failure_pymnt_sec {
    margin-bottom: 58px;
  }
}

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

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

.upi_payment_container {
  padding: 20px 0 0px;
  /* border-radius: 0% 0% 50% 50% / 10% 10% 10% 10%; */
}

.upi_payment_container_sc {
  background-image: url(../image/pay_suu_fa.svg);
  margin: 0px 10px;
  background-size: cover;
  background-position: bottom;
  height: 280px;
}

.upi_payment_container_fa {
  background-image: url(../image/pay_suu_fail.svg);
  margin: 0px 10px;
  background-size: cover;
  background-position: bottom;
  height: 280px;
}

.payble_amont_wrap_new {
  border-radius: 8px;
  width: 75%;
  margin: 20px auto 0px auto;
  text-align: center;
}

.payble_amont_wrap_new>img {
  width: 120px;
  height: auto;
  max-width: 100%;
}

.payble_amont_wrap_new.payble_amont_wrap_new_su h3 {
  color: #00CB9F;
}

.payble_amont_wrap_new.payble_amont_wrap_new_fa h3 {
  color: #FF5050;
}

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

.scanpay_h2 {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #787878;
  margin: 5px 0px;
}

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

.qr_vali_con {
  font-size: 11px;
  font-weight: 400;
  color: #adadad;
}

.counter_upi_desc {
  font-size: 11px;
  font-weight: 400;
  color: #9D9D9D;
}

.counter_upi {
  font-size: 11px;
  font-weight: 600;
  color: #C7782E;
  display: inline-block;
}

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

.sec-hr p {
  color: #909090;
}

.paymet_sm_wrap img {
  height: 15px;
  width: auto;
}

.paymet_sm_wrap img.paytm_phonepe_sm_icon {
  height: 10px;
}

.arrowcontainer {
  transform: rotate(0deg);
  transition: all 0.6s;
}

.arrowcontainer.rotate_arrow {
  transform: rotate(180deg);
}

.cvv_arrow_con_pop {
  position: absolute;
  top: 28px;
}

.ps_selected_con {
  border-radius: 15px;
  margin-top: 15px;
}

.checkcon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: flex;
  display: none;
}

.bank_name.activenetbk .checkcon {
  display: flex;
}

.checkcon img {
  max-width: 16px;
}

.cp_bank_icon {
  width: 41px;
  height: auto;
}

.more_con {
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: #B7B7B7;

}

.cp_bank_icon_container {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 6px;
}

.rt_cp_bank_icon_container {
  position: absolute;
  top: 10px;
  right: 20px;
  gap: 0;
  padding: 0;
}


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

.pay_txt_suc img {
  width: 14px;
}

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

.payment_methods_selct:hover {
  background: linear-gradient(180deg, #72273E 0%, #29151B 100%);
  border: 0.6px solid #E04574;
}

span.trans_dets_txt {
  color: #383838;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 0 0 4px 0;
}

.labl_con {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #FFFFFF;
  text-transform: capitalize;
}

.netbank_bck {
  /* background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  height: 100dvh; */
  /* background-image: url('../image/netbankbgg.png'); */
}

.chosebank_full {
  /* height: 250px;
  overflow-y: auto;
  margin-top: 10px;
  margin-bottom: 10px; */
}

.numclr {
  color: #939393;
}

.cardname_det {
  color: #B4B4B4;
}

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

.banks_lst_dpdn li.netradio_back {
  background: #C6C6C626;
}

.sc_select_main.sc_cvv_value.selected_bank {
  transition: all 1.0s ease 0s;
}

.pop_banks_container {
  border: 1px solid #4D363D;
  border-radius: 12px;
  box-shadow: 0px 0px 40px 0px #FF5C8D0F;
}

.pop_banks_head {
  padding: 16px;
  border-bottom: 1px solid #4D363D;
}

.rt_visa_img.rt_visa_img_logo {
  position: absolute;
  right: 20px;
  width: 22px;
}

@media (min-width: 550px) {
  .upi_paym_qr_sec {
    margin-top: 5px;
  }

  .all_banks_container {
    margin-top: 20px;
  }

  .allbanks_sec h3 {
    font-size: 13px;
  }
}

@media (max-width: 359px) {
  .app_paylist li span {
    font-size: 9px;
  }

  .payment_method_wrapper_new {
    margin-top: 0;
  }

  .payment_methods_selct {
    /* flex-basis: calc(50% - 5px); */
    padding: 16px 6px;
  }

  .more_con {
    font-size: 8px;
  }

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

  .bank_lg_icn {
    height: 18px;
    width: auto;
  }

  .bank_pop span {
    font-size: 8px;
  }
}

@media (max-width: 280px) {
  .payment_method_wrapper_content {
    padding: 14px 0px;
  }

  .upi_pymnt_syntx img {
    max-width: 30px;
  }

  .cp_bank_icon {
    width: 30px;
  }

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

  .paym_upi_apps .app_paylist {
    padding: 10px 5px;
  }

  .app_paylist li>img {
    width: 22px;
    height: auto;
  }

  .qr_scanner img {
    width: 64px;
    height: auto;
  }

  .qr_vali_con,
  .counter_upi_desc {
    font-size: 10px;
  }

  .qr_scanner {
    width: 75px;
    height: 75px;
  }

  .form_group_container {
    padding: 10px;
  }
}
.app_paylist li.pad_bottom_18 > img
{
  padding-bottom: 10px;

}