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


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

.payment2_sec_sub {
  height: 100%;
  overflow: scroll;
}
.payment2_sec_sub.index_page_sub {
  background: linear-gradient(190.72deg, #404040 1.31%, #000000 97.18%);
  height: 100%;
}
.payment2_sec_sub::-webkit-scrollbar {
  display: none;
}

.payment2_main_section {
  background: #232526;
  background: -webkit-linear-gradient(to right, #414345, #232526);
  background: linear-gradient(to right, #414345, #232526);
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.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: 15px 10px;
  justify-content: space-between;
}
.empty {
  font-size: 14px;
  width: 42px;
}
.upi_title a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #000;
}
.upi_title a>img {
  height: 12px;
  width: 12px;
}
.upi_title h1 {
  font-size: 18px;
  font-weight: 600;
  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: 12px;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(#000, #000) padding-box,
    linear-gradient(285.84deg, #B4FF68 -8.89%, #121B09 51.45%, #B4FF68 114.26%) border-box;
  border: 1px solid transparent;
  box-shadow: 0px 0px 24px 0px #FFFFFF33;
}

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

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

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

.upi_paym_qr_sec {
  position: relative;
}
.upi_paym_qr_sec_jk {
  background: none;
  box-shadow: none;
}

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

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

.rt_qr_scanner_title {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.rt_qr_scanner_desc {
  font-size: 10px;
  font-weight: 400;
  color: #848484;
  margin-bottom: 17px;
}

.rt_qr_scanner_valid {
  font-size: 10px;
  font-weight: 600;
  color: #848484;
}

.counter_upi_wrap {
  font-size: 10px;
  font-weight: 400;
  color: #B3B3B3;
  margin-top: 2.5px;
}

.counter_upi_wrap .counter_upi {
  font-size: 10px;
  font-weight: 600;
  color: #C53D3D;
  margin: 0px 4px;
}
.paym_qr_ele {
  background-color: #000;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 18px;
  margin-top: 22px;
}

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

.paytm_btn_bi {
  width: 100%;
  background: linear-gradient(90deg, #2D6200 0%, #5CC800 100%);
  box-shadow: 0px 1px 37px 0px #18737429;
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  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: #fff;
  color: #000;
}

.active_upiapp_bor {
  transition: all 0.5s;
  background: #466EFF1A;
  border: 1px solid #4AA000;
}

.app_paylist li.active_upiapp_bor {
  border: 1px solid #4AA000;
}

.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;
  margin-bottom: 26px;
}

.app_paylist li {
  border-radius: 6px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px;
  border: 1px solid #717171;
  background: #383838;
  cursor: pointer;
  flex: 1;
}

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

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

.rt_upilist_arr {
  height: 15px;
  width: auto;
}

.app_paylist li.active_upiapp_bor .rt_upilist_arr {
  filter: invert(50%) sepia(100%) saturate(515%) hue-rotate(55deg) brightness(100%) contrast(100%);
}
.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;
  background: #000;
}

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

@media (min-width: 590px) {
  .payment2_main_section {
    /* overflow: hidden; */
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rt_payment_section {
    max-height: 95dvh;
    height: unset;
  }
}
@media (max-width: 590px) {
  .rt_payment_section {
    border-radius: unset;
  }
}


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

@media (min-width: 1100px) {
  .rt_payment_section {
    height: unset !important;
    max-height: 95vh !important;
    min-height: unset !important;
    background: linear-gradient(190.72deg, #404040 1.31%, #000000 97.18%);
  }
}

.payment2_sec_scss_fail {
  height: fit-content;
  position: relative;
  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 img {
  width: 60px;
}

.payment2_pay_com {
  text-align: center;
}

.payment2_pay_com h5 {
  font-weight: 600;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
}

.payment2_pay_com p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #848484;
  line-height: 18px;
  margin-top: 8px;
}

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

.pay2_transection_con:last-child {
  border-bottom: 1px solid transparent;
}
.payment2_comm_trans {
  background: #383838;
  border: 1px solid #FFFFFF47;
  box-shadow: 0px 1px 37px 0px #18737429;
  padding: 16px;
  border-radius: 8px;
  margin-top: 20px;
}

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

.pay2_trans_sp_lef {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.pay2_trans_sp_rig {
  font-size: 14px;
  font-weight: 500;
  color: #848484;
  text-align: right;
}

.pay2_button_sucess button {
  background: linear-gradient(90deg, #2D6200 0%, #5CC800 100%);
  box-shadow: 0px 1px 37px 0px #18737429;
  padding: 11px 10px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-family: "Inter", sans-serif;
}
.done_btn_clk_jk {
  background: transparent !important;
  border: 1px solid #707070 !important;
  color: #1a1a1a !important;
}
.payme2_comm_sucess_fai {
  margin: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.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: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
  text-align: center;
}

.make_pymnt_txt::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(110, 110, 110, 0) 0%, rgba(162, 162, 162, 0.9) 47.5%, rgba(78, 78, 78, 0) 99%);
  position: absolute;
  bottom: -8px;
  left: 0;
}

.upi_pymnt_syntx {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
}

.rt_payment_methods_select h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
}
.rt_payment_methods_select {
  padding: 15px;
  flex-basis: calc(50% - 10px);
  cursor: pointer;
}
.rt_payment_methods_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #717171;
  background: #383838;
  height: 64px;
  width: 100%;
}

.rt_justify_content_center {
  justify-content: center;
}

.rt_payment_methods_select img {
  width: 24px;
}

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

.upi_pay_sec_jk {
  padding: 0 12px;
}
.selected_bank {
  border: 1px solid #F2F2F2;
}

.rt_popular_bank.selected {
  border: 1px solid #4AA000;
}

.index_page_sub {
  /* height: 100%; */
  padding-bottom: 0;
}
.money_3d_img {
  width: 41px;
}
.shape_jk {
  position: absolute;
  right: 0;
  top: 105px;
}
.shape_img {
  width: 100%;
  max-width: 110px;
}
.acc_pay_jk {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px 25px;
  display: flex;
  gap: 10px;
}

.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}

.savedcard_inner {
  margin-top: 30px;
}

.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}
.rt_popular_bank {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 10px 8px;
  gap: 3px;
  flex: 0 0 33.33%;
  flex-basis: calc(33.33% - 7px);
  cursor: pointer;
  background: #383838;
  border: 1px solid #717171;

}
.rt_popular_bank span {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 0px 16px;
}
.allbanks_sec h2 {
  margin: 20px 0px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.rt_choose_bank a {
  background: #383838;
  border: 1px solid #717171;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px;
  text-decoration: none;
  position: relative;
}
.rt_choose_bank span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.bank_sec.selected {
  border: 1px solid #4AA000;
}
.search_bank {
  position: relative;
  margin-top: 28px;
  padding: 0px 10px;
}
.rt_searchbank_input {
  width: 100%;
  background: #383838;
  padding: 15px;
  border-radius: 8px;
  border: none;
  text-indent: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #717171;
}
.rt_searchbank_input::placeholder {
  color: #5c5c5c;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.search_icon {
  position: absolute;
  top: 15px;
  left: 20px;
}

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

.search_icon.search_bank_active img{
  filter: brightness(0) invert(1);
}

.bnk_txtwth_icn .bank_icon_appnd {
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 24px;
  height: auto;
}

.bank_name {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  gap: 8px;
  margin: 7px 0;
  cursor: pointer;
  border: 1px solid #717171;
  background: #383838;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 300px;
}
.all_banks_container {
  display: none;
}





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

}
.rt_saved_card_wrap {
  background: #383838;
  border: 1px solid #717171;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
}
.sc_select_innermain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.sc_bankname {
  line-height: 16.59px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.sc_accountno {
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  line-height: 16.59px;
}
.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: 13px;
  font-weight: 400;
  color: #fff;
}
.sc_cvvcon a {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  color: #fff;
}
.scc_input_con {
  width: 100%;
  margin-top: 5px;
}
.cvv_input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  border: 1px solid #717171;
  background: #383838;
  margin-top: 5px;
}
.scc_input_con .cvv_input:focus {
  outline: none;
  border: 1px solid #4AA000;
}
.scc_input_con .cvv_input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5C5C5C;
  font-family: "Inter", sans-serif;
}
.acc_container {
  margin-top: 13px;
}
.clk_cvv_enter {
  display: none;
}

.add_card_nw_jk {
  padding: 12px 24px;
  border: 2px dashed #717171;
  border-radius: 16px;
  background-color: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 20px;
}

.add_card_nw_jk:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

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: 400;
  color: #4AA000;
  line-height: 17.01px;
  font-family: "Inter", sans-serif;
}
.addnew_plus {
  width: 100%;
  max-width: 16px;
}
.card_ddd {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-19px);
}
.card_3d_img {
  height: 96px;
}
.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;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9999;
  display: none;
}
.rt_cvvpopup_close_btn {
  text-align: center;
  position: relative;
}
.rt_cvvpopup_close_btn img {
  cursor: pointer;
}
.balence_pop_fun_bj {
  padding: 20px;
  background: #383838;
  border: 1px solid #FFFFFF47;
  border-radius: 8px;
}
.balence_img_fun {
  text-align: center;
  margin-top: 10px;
}
.balence_pop_fun_bj h5 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
}
.con_cvv_p {
  color: #9F9F9F;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.bank_lgo_img {
  top: -2px;
}
.cards_tabcontainer .cardtab_newcard {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.newcard_inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}
.form-group {
  margin-bottom: 12px;
}
label {
  color: #000;
  font-family: "Inter", sans-serif;
}
.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: 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;
  outline: none;
  border: 1px solid #717171;
  background: #383838;
}
.form-control:focus {
  outline: none;
}
.form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
  opacity: 1;
  font-family: "Inter", sans-serif;
}
.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: 11px;
  font-weight: 400;
  text-transform: math-auto;
  color: #fff;
  font-family: "Inter", sans-serif;

}
.labl_con a {
  text-decoration: underline;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  color: #2D2D2DDD;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rt_cvv_input_wrap {
  position: relative;
}
.rt_cvv_input_wrap .clk_ccv_pop {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}
.switch {
  float: right;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F2F2F2;
  transition: background-color 0.4s ease;
  border: 1.5px solid #A2A3A4;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 1.3px;
  bottom: 1.3px;
  background-color: #A2A3A4;
  border-radius: 50%;
  transition: transform 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0px 1px 2px 0px #0000004D;
}

input:checked+.slider {
  background-color: #E6F4EA;
  border: 1.5px solid #88C772;
}

input:checked+.slider:before {
  transform: translateX(11.5px) scale(1.1);
  background: #89C772;
  box-shadow: 0px 1px 4px 0px #88C77266;
}
.labl_con label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.justify_space {
  justify-content: space-between !important;
}
.card_inpt_bx {
  position: relative;
}
.allbanks_sec {
  padding: 0px 16px;
  margin-bottom: 16px;
}
.rt_choose_bank img {
  height: 15px;
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 589px) {
  .payment2_sec_scss_fail {
    height: 100dvh;
  }
}

@media (min-width: 280px) and (max-width: 319px) {
  .upi_pymnt_syntx {
    font-size: 8px;
  }
  .rt_payment_methods_select 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: 20px;
  }
}
@media (min-width: 370px) and (max-width: 390px) {
  .payme2_comm_sucess_fai {
    gap: 5px;
  }
}
@media (max-width: 390px) {

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

  .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 16px;
  }
}
@media (min-width: 551px) {
  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px 0px 0px;
  }
  .upi_payment_container {
    height: 200px;
  }
  .pop_up_con {
    width: unset !important;
  }
  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;

  }
  .upi_pay_sec_success {
    width: 600px;
    height: auto;
  }
  .payment2_sec_scss_fail {
    padding-bottom: 0px !important;
    background: linear-gradient(190.72deg, #404040 1.31%, #000000 97.18%);
  }
  .allbanks_sec h2 {
    margin: 16px 0px 12px;
  }
  .pop_bnk_sec {
    margin-top: 22px;
  }
  .rt_popular_bank {
    padding: 8px;
  }
  .popular_banks_container {
    margin-top: 14px;
  }

}

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

.upi_payment_container {
  position: relative;
  background: url("../image/amount-bg.png") no-repeat;
  background-size: 100% 100%;
  height: 150px;
  margin: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payMent_WraPPer_MetHod {
  padding: 16px 12px;
}

.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;
}
.rt_cvvpopup_close_btn img {
  position: absolute;
  right: 15px;
  top: 15px;
}

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

.aligN_sharE {
  position: absolute;
  right: 20px;
}
.paymEnt_Suc_InFo {
  margin-top: 12px;
}
.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;
}

.upi_paym_qr_sec.upi_pay_sec_jk.cedt_crd_yl {
  margin-bottom: 10px;
}
.rtyuierror {
  border: 1px solid red !important;
}

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

@media (max-width: 550px) {
  .payment2_main_section {
    background: linear-gradient(190.72deg, #404040 1.31%, #000000 97.18%);
  }

}



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

.credit_payment_outer {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-top: 28px;
}

.netbanking_payment_outer {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
  margin-top: 14px;
}

.mpp_left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mpp_right>img {
  height: 15px;
  width: auto;
}

.pm_subtxt {
  color: #848484;
  font-size: 10px;
  margin-top: 3px;
}

.upi_payment_amt {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-family: "Inter", sans-serif;

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

.rt_qr_section_pay_content {
  text-align: center;
}

.ap_subtxt {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}


.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;
}
.upi_field::placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.err_msg {
  color: #FB3748;
  font-size: 12px;
  font-weight: 400;
}
.error_message {
  display: flex;
  gap: 10px;
}

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

.pay2_button_sucess.done_fxedbtn {
  display: flex;
  flex-direction: column;
  background: #000;
}
.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;
}
.sc_select_nxt {
  display: flex;
  justify-content: space-between;
}
.val_th {
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
}
.val_year {
  color: #181818;
  font-size: 12px;
  font-weight: 600;
}
.ssn_right {
  display: flex;
  align-items: center;
}

.popular_banks_container {
  margin-top: 20px;
}
.chs_bnk {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

.banks_lst_dpdn {
  margin-top: 16px;
  padding: 0px 16px;
}

.banks_lst_dpdn ul li {
  list-style-type: none;
  position: relative;
  margin-right: 10px;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  overflow-y: scroll;
  margin: 6px 0px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000;
  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 #000;
  background-color: #979797;
}
.banklist_active {
  border: 1px solid #4AA000;
  transition: all 0.5s;
}
.error_message {
  display: none;
}
.pay_amount {
  color: #D4D7D6;
  font-size: 14px;
  font-weight: 400;
}
.amount_paying {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}

.tnx_failure {
  margin-bottom: 10px;
}

/* .payment2_sec_sub {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 15px;
  width: 100%;
} */

.pop_up_con {
  max-width: 540px;
  width: 85%;
}


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

@media screen and (min-width:540px) {
  .index_page_sub,
  .payment2_sec_sub {
    background: linear-gradient(190.72deg, #404040 1.31%, #000000 97.18%);
    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;
  }
}