@import url("https://fonts.googleapis.com/css2?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;
  font-family: "Roboto", sans-serif;
}

.payment2_section {
  background: #d9ddee;
  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;
}

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

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

.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 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

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

.upi_title a img {
  position: absolute;
  left: 0;
  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: 16px 0 0px;
  position: relative;
}

.acc_amt_pay h2 {
  font-size: 12px;
  font-weight: 500;
  color: #efedf7;
  position: relative;
  z-index: 2;
}

.acc_amt_pay h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}

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

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

.paym_qr_ele_new {
}

.paym_qr_ele_new_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 20px 16px;
}

.paym_qr_ele_new_head > h6 {
  font-size: 18px;
  font-weight: 600;
  color: #121b40;
}

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

.qr_section_pay {
  padding: 12px;
  margin: 0 16px;
  border-radius: 24px;
  background: #d9ddee;
  box-shadow: 2px 4px 17px 3px #ccc;
}
.scan_pay {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.paym_qr_ele h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.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;
}
.scan_pay_dis {
  display: flex;
  align-items: flex-start;
}
.qr_scanner {
  padding-left: 10px;
  width: 70px;
  height: 95px;
  display: flex;
  flex-direction: column;
}
.view_qr {
  color: #2b3c82;
  text-decoration: underline;

  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.payement_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #747474;

  font-size: 14px;
}

.payement_icons p {
  margin-bottom: 16px;
}
.payement_icons span {
  font-size: 10px;
  margin-top: 16px;
}
.qr_scanner img {
  width: 60px;
  height: auto;
}

.paytm_btn_bi {
  width: 100%;
  background: #383665;
  padding: 14px 0px;
  border: none;
  font-size: 14px;

  font-weight: 500;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
}

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

.paym_upi_apps h4 {
  font-size: 14px;
  font-weight: 600;
  color: #121b40;
}

.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 {
  padding: 24px 16px 20px 16px;
}

.paym_upi_apps .app_paylist {
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

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

.app_paylist li {
  list-style-type: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  flex: 1;
  padding: 12px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border-radius: 15px;
  height: 60px;
  min-width: 158px;
  transition: all 0.5s;
  background-color: #e2e3f5;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.5));
}

.app_paylist li:hover {
  border: 2px solid #9090da;
  box-shadow: 0px 0px 60px 0px rgba(144, 157, 210, 0.6);
}

.app_paylist li.active_upiapp_bor {
  border: 2px solid #9090da;
  box-shadow: 0px 0px 60px 0px rgba(144, 157, 210, 0.6);
}

.app_paylist li span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #121b40;
}

.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;
  background-color: #d9ddee;
}

.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;
  } */
  .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;
  position: relative;
}
.payment2_sec_scss_fail .upi_payment_container {
  position: relative;
}

.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;
  position: relative;
  z-index: 2;
}

.payment2_pay_com > img {
  height: 75px;
  width: 75px;
  margin-bottom: 12px;
  margin-top: 30px;
}

.payment2_pay_com h5 {
  font-size: 22px;
  font-weight: 700;
  color: #121b40;

  margin-bottom: 8px;
}

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

.payment2_pay_com p {
  font-size: 12px;
  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: #e1e2f4;
  border-radius: 20px;
  border: 1px solid #ccc;

  box-shadow: 0px 0px 60px 0px #909dd226;
}

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

.pay2_transection_con {
  display: flex;
  gap: 6px;
  justify-content: space-between;
}

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

.pay2_trans_sp_lef {
  font-size: 12px;
  font-weight: 400;
  color: rgba(116, 116, 116, 1);
}

.pay2_trans_sp_rig {
  font-size: 12px;
  font-weight: 700;
  color: rgba(18, 27, 64, 1);
}

.pay2_button_sucess button {
  background-color: #383665;
  color: #ffffff;
  padding: 15px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  width: 100%;
  text-transform: capitalize;
  border-radius: 4px;
}
.upi_pay_sec_success .pay2_button_sucess button:first-child {
  background-color: transparent;
  border: 1px solid rgba(56, 54, 101, 1);
  color: rgba(56, 54, 101, 1);
}

.payme2_comm_sucess_fai {
  padding: 0px 16px 10px;
  position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
  margin-bottom: 80px;
}

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: 0px 0px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #121b40;
}

.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;
  padding: 10px 10px 10px 10px;
  position: relative;
  background: #e2e3f5;
  height: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 4px 17px 3px #ccc;
}

.payment_method_wrapper_head {
  margin-bottom: 20px;
  margin-top: 16px;
}

.payment_method_wrapper_head > h6 {
  font-size: 18px;
  font-weight: 600;
  color: #121b40;
}

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

.payment_method_wrapper_content {
  padding: 0 14px 12px;
}

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

.upi_pymnt_syntx img {
  max-width: 60px;
  margin: 0 auto;
}

.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 {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
.money_3d_img {
  width: 100%;
  height: 367px;
}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  display: flex;
  justify-self: center;
  z-index: 3;
  background-color: #d9ddee;
}

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

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

.bank_pymnt_txt {
  font-size: 18px;
  font-weight: 600;
  color: rgba(18, 27, 64, 1);
}

.bank_lg_icn {
  height: auto;
  width: 24px;
}
.add_form_button {
  display: flex;
  padding: 10px;
  gap: 10px;
}
.new_button {
  width: 100%;
  padding: 0 !important;
  background-color: #d9ddee !important;
}
.add_vw_cd_btn {
  padding: 5px 16px;
}

.bank_pop span {
  color: #121b40;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.pop_bnk_sec_wrap {
  padding: 0 16px;
}

.pop_bnk_sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.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: #e2e3f5;
  border-radius: 15px;
  padding: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  height: 60px;
  width: 100%;
  gap: 12px;
  box-shadow: 0px 0px 60px 0px rgba(144, 157, 210, 0.15);
}

.pop_bnk_sec_footer {
  display: flex;
  position: absolute;
  top: 11%;
  right: 5%;
}
.pop_bnk_sec_footer.active_bank_list img {
  transform: rotate(180deg);
}
.pop_bnk_sec_footer {
  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: #121b40;
  font-size: 14px;
  font-weight: 400;
}

.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: space-between;
  padding: 25px 20px 0;
}

/* .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;
  padding: 16px 16px 0;
}

.search-txtt {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 16px 12px 16px 12px;
  border-radius: 8px;
  text-indent: 30px;
  border: none;
  background: #fff;
  color: #121b40;
  height: 48px;
}

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

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

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

.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;
} */
.add_form_button {
  display: flex;
}
.bank_name {
  display: flex;
  align-items: center;
  padding: 6px 0px;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #121b40;
  border-bottom: 1px solid #a3a3a34d;
  height: 52px;
}

.bankname_img_wrap {
  padding: 6px;
  display: flex;
}

.bank_name.activenetbk {
  background: #d1d3ef;
}

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

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

.banks_lst_dpdn ul {
  overflow-y: auto;
  max-height: 70vh;
  overflow-y: scroll;
  margin: 6px 0px;
  padding: 6px 16px 16px;
}

.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, 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: 12px;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 5px auto;
  height: 126px;
  background: rgba(226, 227, 245, 1);
}

.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;
  padding-bottom: 12px;
}

.user_acc_num {
  font-size: 12px;
  font-weight: 400;
  color: rgba(18, 27, 64, 1);
}

.bank_and_user_title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(116, 116, 116, 1);
}

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

.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: #121b40;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
  background: #fff;
  border-radius: 8px;
  height: 38px;
  border: none;
}

.new_card_con p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(56, 54, 101, 1);
  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 rgba(56, 54, 101, 1);
  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: 76px;
}

.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: 18px;
  font-weight: 500;
  color: #121b40;
}

.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: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.balence_pop_fun_bj {
  padding: 20px 12px 0px 12px;
  border-radius: 30px;
  background: #e2e3f5;
  border: 1px solid rgba(229, 231, 234, 1);
}

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

.balence_pop_fun_bj h5 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: rgba(18, 27, 64, 1);
  margin: 14px 0px 12px;
}

.con_cvv_p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: rgba(116, 116, 116, 1);
  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: 12px;
}

.card_fm {
}

.add_card_form_header {
  padding: 0 16px;
}

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: 14px;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #121b40;
  -webkit-appearance: none;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #f4f6fa;
}

.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 {
  background: rgba(226, 227, 245, 1);
}

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

.form-control::placeholder {
  font-size: 13px;
  color: rgba(158, 156, 156, 1);
  font-weight: 400;
}

.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.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 {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #121b40;
  text-transform: capitalize;
}

.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: #e7e8ea;
  -webkit-transition: 0.4s;
  transition: 0.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: 0.4s;
  transition: 0.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-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #121b40;
  text-transform: capitalize;
}

.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 {
  border: 2px solid rgba(144, 144, 218, 1);
}

.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);
}
.payfailbt {
  gap: 12px;
}
.payment2_sec_scss_fail .payme_head1 span {
  color: rgba(56, 54, 101, 1);
}
.remove_container {
  display: none !important;
}
.show_container {
  display: block !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;
  }

  .money_3d_img {
    width: 100%;
  }

  .money_ddd {
    transform: translateY(-18px);
  }
  .card_sider button.owl-prev {
    left: 0;
  }
  .card_sider button.owl-next {
    right: 0;
  }
}

@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;
  }
  .sc_select_main {
    max-width: 360px;
  }
}

@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: 75dvh;
    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%;
} */
}

@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 {
  height: 300px;
}

.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 {
  /* background-image: url(../image/payemet.png); */
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: start;
  align-items: center;
  background-position: top;
  flex-direction: column;
  padding-top: 50px;
  margin-top: 22px;
  gap: 6px;
}

.payble_amont_wrap_new > img {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 360px;
  height: 160px;
}

.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: 12px;
  font-weight: 400;
  color: #747474;
}

.counter_upi_desc {
  font-size: 14px;
  font-weight: 600;
  color: #121b40;
}

.counter_upi {
  font-size: 10px;
  font-weight: 400;
  width: 37px;
  color: #fff;
  background-color: #e63946;
  text-align: center;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}

.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 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paymet_sm_wrap img {
  height: 16px;
  width: auto;
  margin-top: 3px;
}

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

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

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

input:checked + .slider {
  background-color: rgba(56, 54, 101, 1);
}

.pay_txt_suc img {
  width: 14px;
}

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

.payment_methods_selct:hover {
  border: 2px solid #9090da;
  box-shadow: 0px 0px 60px 0px rgba(144, 157, 210, 0.6);
}

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: 14px;
  font-weight: 400;
  text-align: left;
  color: #121b40;
  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'); */
}

.numclr {
  color: #939393;
}

.cardname_det {
  color: rgba(116, 116, 116, 1);
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 4px;
}
p.cardname_det {
  color: rgba(18, 27, 64, 1);
  font-size: 14px;
  font-weight: 400;
}
.input_flex {
  display: flex;
  flex-direction: column;
}

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

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

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

.pop_banks_head {
  padding: 16px 16px 24px;
}

.rt_visa_img.rt_visa_img_logo {
  position: absolute;
  right: 20px;
  max-width: 30px;
}
.card_sider .owl-nav button {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  padding: 10px !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(61, 80, 95, 1) !important;
}
.card_sider .owl-nav button span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(166, 177, 221, 1) !important;
  height: 24px;
  width: 24px;
}
.card_sider button.owl-next {
  right: 5%;
}
.card_sider button.owl-prev {
  left: 5%;
}

@media (min-width: 550px) {
  .upi_paym_qr_sec {
    margin-top: 5px;
  }
  .allbanks_sec h3 {
    font-size: 13px;
  }
}

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

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

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

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

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

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

  .form_group_container {
    padding: 10px;
  }
}

body {
  margin: 0;
  background: linear-gradient(135deg, #1f1f2e, #2a2a3d);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.payment-container {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 30px;
  width: 350px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.amount-section {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 30px;
}

.label {
  font-size: 14px;
  opacity: 0.8;
}

.amount {
  font-size: 28px;
  font-weight: bold;
  margin-top: 8px;
}

.card-options h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.payment-option {
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  background-color: #4a90e2;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.payment-option:hover {
  background-color: #357ab8;
}

.upi_paym_qr_sec {
  position: relative;
  z-index: 2;
}
.upi_pay_sec_failed .rt_trans_history_head_body {
  padding: 12px;
  border-radius: 12px;
}
@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;
  }
  .sc_select_main {
    max-width: 240px;
  }
  .card_sider button.owl-prev {
    left: 2%;
  }
  .card_sider button.owl-next {
    right: 2%;
  }
  .acc_amt_pay h3 {
    font-size: 20px;
  }
  .app_paylist li {
    min-width: unset;
  }
  .payment_methods_selct {
    height: 120px;
  }
  .upi_pymnt_syntx img {
    max-width: 50px;
  }
}
