@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.payment2_section {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.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,
      #1010103b 0%,
      rgba(255, 255, 255, 1) 100%);
}

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

.upi_title h1 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}



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



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



.acc_amt_pay {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.acc_amt_pay h2 {
  font-size: 12px;
  font-weight: 400;
  color: #131313;
  margin: 5px 0px;
}

.acc_amt_pay h3 {
  color: #131313;
  font-size: 26px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.acc_amt_pay p {
  font-size: 12px;
  font-weight: 400;
  color: #2d2d2d;
}

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

.upi_paym_qr_sec {
  background: #fff;
  padding: 24px 16px 0px;
  position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  /* height: calc(100% - 25%); */
  /* margin: -27px 0 0; */
}

.rt_qr_scanner_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  flex: 1;
  height: 90px;
  font-size: 12px;
  font-weight: 400;
  color: #A4A4A4;
  width: 70%;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.paym_qr_ele h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #131313;
  text-align: center;
}

.paym_qr_ele h6 {
  font-size: 12px;
  font-weight: 400;
  color: #a4a4a4;
  line-height: 1.3;
}

.paytm_btn_bi {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #131313;
  height: 48px;
  padding: 12px 0px;
  width: 100%;
  background: #A5DADA;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

/* add class */
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: #D9D9D9;
}

.paym_upi_apps h4 {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #131313;
  margin-bottom: 8px;
}

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.paym_upi_apps .app_paylist li {
  list-style-type: none;
  flex: 1;
}

.app_paylist li span {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: #131313;
  /* width: max-content; */
  margin: 0 auto;
}

.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;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 10px 16px 10px;
}


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

  .upi_paym_qr_sec {
    padding: 40px 16px 30px;
  }

  .rt_img_upipay {
    min-width: 55px !important;
    min-height: 60px !important;
  }
}

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

  .rt_qr_scanner_desc {
    width: 100%;
  }

  .paym_upi_apps .app_paylist {
    gap: 20px;
  }
}

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

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

/* sucess---failure */
.payment2_sec_scss_fail {
  height: 100%;
  padding-bottom: 5px;
  overflow-y: auto;
}

.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;
  gap: 20px;
  margin-top: 40px;
}

.payment2_pay_com img {
  height: 80px;
  width: 80px;
}

.payment2_pay_com h5 {
  font-size: 18px;
  font-weight: 600;
  color: #4BAE4F;
}

.payment2_pay_com p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #4e4e4e;
  line-height: 1.3;
  /* width: 60%; */
}

.payment2_section.rt_payment2_section.upi_pay_sec_success.failure_jk_sec {
  padding: 0 15px 5px;
}

.payment2_comm_trans {
  padding: 12px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 3px 12px 0px #E8DFF51F;
}

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

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

.pay2_trans_sp_lef {
  color: #131313;
  font-size: 13.5px;
  font-weight: 500;
}

.pay2_trans_sp_rig {
  font-size: 12px;
  font-weight: 400;
  color: #131313;
}

.pay2_button_sucess button {
  padding: 12px;
  border-radius: 32px;
  border: transparent;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
}

.payme2_comm_sucess_fai {
  padding: 0px 16px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
}


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


/* Index page FLOW  */

.make_pymnt_txt {
  color: #131313;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
}

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

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

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

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

.upi_pymnt_syntx img {
  width: 28px;
  height: auto;
  display: flex;
}

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

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

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 550px;
}

.share_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background: #FFFFFF;
  width: 100%;
  padding: 10px 15px 10px;
  margin-bottom: 10px;
}

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

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

.bank_pop {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 7px 5px;
  gap: 8px;
  flex: 0 0 22%;
  border: 1px solid transparent;
  cursor: pointer;
}

.bank_pop span {
  color: #2D2D2D;
  font-weight: 400;
  font-size: 9px;
}

.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
}

.allbanks_sec h2 {
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
}

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

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

a.view_all_text {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

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

.search_bank {
  position: relative;
}

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

.search-txtt {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #EFEDED;
  text-indent: 25px;
  font-size: 14px;
  color: #2D2D2D;
  font-weight: 400;
  margin-bottom: 8px;
}


.search_icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-65%);
  line-height: 0;
}

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

.bank_name {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 10px;
  gap: 10px;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
}

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

.banks_lst_dpdn {
  height: auto;
  overflow-y: auto;
}

.banks_lst_dpdn::-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::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

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

.banks_lst_dpdn ul {
  /* height: 375px; */
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.search_icon .bank_lg_icn {
  height: 24px;
  width: auto;
}

.search_icon .bank_lg_icn.rt_input_search_icon {
  height: 20px;
  width: auto;
}

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

}

.sc_select_main {

  /* background: #FEFCF6; */
  margin: 0px 10px;
  border-radius: 6px;
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 20px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  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;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.sc_bankname {
  font-size: 12px;
  font-weight: 500;
  color: #131313;
}

.sc_accountno {
  font-size: 12px;
  font-weight: 400;
  color: #131313;
}

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

}

.sc_cvvcon p {
  font-size: 13px;
  font-weight: 400;
  color: #2d2d2d;
}

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

.cvv_input {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #e0e0e0;
  color: #121212;
  font-size: 12px;
  font-weight: 500;
  -webkit-appearance: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;

}

.scc_input_con .cvv_input:focus {
  outline: none;
  /* border-bottom: 1px solid #A6A6A6; */
}

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

.acc_container {
  margin-top: 10px;
}

.clk_cvv_enter {
  display: none;
}

button.new_card_con {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 121px;
  height: 40px;
  padding: 7px 8px;
  border: 1px solid #A5DADA;
  background: #FAFAFA;
  box-shadow: 0px 4px 4px 0px #E8DFF51F;
  border-radius: 8px;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  margin: auto;
}

button.new_card_con>p {
  color: #131313;
  font-size: 11px;
  font-weight: 500;
}

button.new_card_con img {
  width: 16px;
  height: 16px;
}

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

.sc_card_icon.bank_lgo_img {
  width: 24px;
  height: auto;
}

.card_headr_txt {
  font-size: 15px;
  font-weight: 500;
  color: #131313;
  margin-bottom: 16px;
}

.rt_add_new_card_form {
  padding: 12px;
  border-radius: 12px;
  background: #FAFAFA;
}

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

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

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

.common_pop_jk img {
  cursor: pointer;
  width: 24px;
  position: absolute;
  top: 13px;
  right: 10px;
}

.balence_pop_fun_bj {
  padding: 32px 12px 12px 12px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: -1px 3px 18px 0px #00000012;
  border: 1px solid #E5E7EA;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.balence_pop_fun_bj h5 {
  color: #131313;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}

.con_cvv_p {
  color: #131313;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 10px;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 12px);
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 500;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #282828;
  border: 1px solid #EAEAEC;
  -webkit-appearance: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.form-control::placeholder {
  font-size: 14px;
  color: #908F8D;
}

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

.d-flex {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 10px;
}

.d-flex .form-group {
  width: 50%;
}

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

.check-sec label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: none !important;
  color: #2d2d2d;
}

.labl_con p {
  font-size: 14px;
  font-weight: 500;
  color: #2d2d2d;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.switch {
  float: right;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E7E8EA;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0px 0px 4px 0px #C3CBF3 inset;
}

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

.slider.round:before {
  border-radius: 50%;
}

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

input:checked+.slider {
  background-color: #2D2D2D;
}

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

.labl_con label {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-transform: none !important;
  color: #2d2d2d;
}

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

.card_inpt_bx {
  position: relative;
}

.bank_pop.selected_bank2,
.selected_bank2 .bank_name {
  background: #fff;
  border: 1px solid #A5DADA
}

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

.bank_icon_appnd {
  display: none;
}

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

@media (min-width: 280px) and (max-width: 319px) {
  .upi_pymnt_syntx {
    font-size: 8px;
  }

  .rt_payment_methods_selct h1 {
    font-size: 9px;
    padding: 10px 0;
    min-height: 42px;
  }

  .money_3d_img {
    width: 100%;
    max-width: 122px;
  }

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

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

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

  .payment2_sec_scss_fail {
    padding-bottom: 5px !important;
  }

  .banks_lst_dpdn.upi_paym_bk_list {
    height: 180px !important;
  }

  .rt_img_upipay {
    min-width: 85px !important;
  }

  .payment2_sec_sub_nt_pg {
    height: 100%;
    overflow-y: scroll;
  }
}

@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: 70dvh;
    height: inherit;
  }
}

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

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



/* rt added new css start here */
.rt_upi_title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.rt_upi_title h1 {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
}

.rt_coin_img {
  height: 35px;
  width: 35px;
  margin-bottom: 8px;
}

.rt_upi_title img {
  position: relative;
}

.rt_upi_paym_qr_sec {
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  margin: -22px 0 0px;
}

.pay_fir_pg {
  margin-bottom: 20px;
}

.rt_upi_paym_qr_sec_inner {
  background: #FAFAFA;
  padding: 12px;
  border-radius: 12px;
}

.rt_upi_payment_container {
  background: #DFF5F5;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 16px 24px;
  position: relative;
}

.rt_upi_payment_container .rt_shape_a_img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 150px;
}

.rt_upi_payment_container .rt_shape_b_img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  height: 150px;
}

.rt_arrow_icon_wrap {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rt_arrow_icon_wrap img {
  width: 12px;
  height: 12px;
}

.rt_upload_icon_wrap {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rt_upload_icon_wrap img {
  width: 10px;
  height: auto;
}

.rt_nav_close_icon_wrap {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rt_nav_close_icon_wrap img {
  width: 10px;
  height: auto;
}

.rt_pay_arrow_icons {
  display: flex;
}

.rt_payment_methods_selct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 18px 12px 12px;
  border-radius: 16px;
  height: 66px;
  flex-basis: auto;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #E8DFF51F;
  border: 1px solid transparent;
  cursor: pointer;
}

.rt_payment_methods_selct:hover {
  border: 1px solid #A5DADA;
}

.rt_payment_methods_selct.active_upiapp_bor {
  border: 2px solid #A5DADA;
  transition: all 0.5s;
}

.rt_qr_section_pay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 18px;
}

.rt_qr_scanner {
  display: flex;
  justify-content: center;
}

.rt_qr_section_pay .rt_qr_scanner img {
  height: 117px;
  width: 117px;
}

.rt_paym_upi_apps {
  margin-top: 10px;
}

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

.rt_input_radio_btn {
  position: relative;
  width: 16px;
  height: 16px;
  appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s, background-color 0.3s;
  background: transparent;
}

.rt_img_upipay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #E8DFF51F;
  width: 100%;
  min-width: 65px;
  min-height: 68px;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  padding: 2px;
}

.rt_app_paylist .active_upiapp_bor .rt_img_upipay {
  border: 2px solid #A5DADA;
}

.rt_img_upipay img {
  height: 28px;
  /* width: max-content; */
  width: 28px;
  display: flex;
  margin: 0 auto;
}

.rt_upi_title_suc_fail {
  justify-content: space-between;
}

.payment2_pay_com h5.rt_payment_failed_text {
  color: #FD4241;
}

.rt_pay_succ_fail_icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}

.rt_bank_pymnt_txt {
  font-size: 15px;
  font-weight: 500;
  color: #131313;
  margin-bottom: 8px;
}

.rt_bank_pop {
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #E8DFF51F;
}

.rt_bank_pop img {
  height: 24px;
  width: 24px;
}

.rt_bank_pop span {
  font-size: 11px;
  font-weight: 400;
  color: #131313;
  text-align: center;
}

.rt_bank_name span {
  font-size: 12px;
  font-weight: 400;
  color: #a4a4a4;
}

.rt_mango_shape p {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
}

.rt_mango_shape img {
  width: 48px;
}

.rt_bank_pymnt_txt_new {
  font-size: 15px;
  font-weight: 500;
}

.rt_savedcard_title {
  font-size: 15px;
  font-weight: 500;
  color: #131313;
  margin-bottom: 12px;
}

.rt_saved_cards {
  background: #fff;
  box-shadow: 0px 4px 4px 0px #E8DFF51F;
  border-radius: 16px;
  padding: 12px;
  margin: 0;
  margin-bottom: 12px;
}

.cardtab_savedcard {
  background: #FAFAFA;
  border-radius: 12px;
  padding: 12px;
}

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

.label_visa {
  width: 30px;
}

.rt_saved_cards.selected_bank .rt_sc_select_innermain {
  align-items: center;
}

.rt_red_txt {
  color: #F10229;
}

.success_acc_amt h2 {
  color: #2D2D2D;
}

#choose__bank[data-sele] span {
  color: #131313;
}

@media (max-width: 550px) {
  .payment2_sec_sub_nt_pg {
    height: 95%;
    overflow-y: scroll;
  }
}

/* rt added new css end here */

.bottom_bar_jk {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bar_jk {
  width: 100%;
  max-width: 130px;
}

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

.upi_pymnt_syntx_cont p {
  font-size: 14px;
  font-weight: 500;
  color: #131313;
}

.upi_pymnt_syntx_cont span {
  font-size: 12px;
  font-weight: 400;
  color: #a4a4a4;
}

.rt_timer_label {
  background: #A5DADA;
  border-radius: 8px;
  width: 116px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 400;
  color: #131313;
  margin: 0 auto;
  line-height: 1.5;
}

.rt_timer_label img {
  width: 12.5px;
  height: 12.5px;
}

.rt_timer_label span {
  color: #131313;
  font-size: 11px;
  font-weight: 400;
}


.rt_or_txt {
  font-size: 14px;
  font-weight: 500;
  color: #131313;
  /* width: max-content; */
  text-align: center;
  margin: 0 auto;
}

.left_bar_jk,
.right_bar_jk {
  width: 100%;
  max-width: 110px;
}

.rt_upi_payment_container_success {
  min-height: 90px;
}

.rt_upi_payment_container_success .rt_shape_b_img,
.rt_shape_a_img {
  height: 150px;
}

.rt_pay_success_img {
  width: 78px;
  height: 78px;
}

.rt_acc_amt_pay_success {
  margin-bottom: 25px;
}

.rt_acc_amt_pay_success h2 {
  font-size: 14px;
  font-weight: 500;
  color: #131313;
  margin-bottom: 8px;
}

.rt_acc_amt_pay_success p {
  font-size: 12px;
  font-weight: 400;
  color: #a4a4a4;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.rt_acc_amt_pay_failed p {
  width: 84%;
  text-align: center;
}

.success_acc_amt {
  gap: 5px;
}

.success_acc_amt h3 {
  font-size: 32px;
}

.success_cont_jk {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 75%;
}

.failed_cont_jk {
  width: 60%;
  padding-bottom: 10px;
}

.pay2_date_time_jk {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}

.pay2_trans_sp_rig_jk {
  font-size: 12px;
  font-weight: 400;
  color: #A2A4A9;
}

.done_btn_clk {
  border: 1px solid #E5E7EA !important;
  box-shadow: 0px 4px 11px 0px #00000000;
  border-radius: 6px !important;
  background: #000000;
}

.done_btn_clk_jk {
  background: #FFFFFF;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #212223 !important;
}

.ruby_logo {
  width: 100%;
  max-width: 38px;
}

.cvv_input_bx_img {
  position: relative;
}

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

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

.card_img_ccdb {
  position: absolute;
  top: 50%;
  width: 25px;
  right: 15px;
  transform: translateY(-50%);
}

.cvv_icon_field {
  position: relative;
}

.ccv_pop_up_icn {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  transform: translateY(-50%);
}

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

.rt_saved_cards.selected_bank {
  background: #F9FAFB;
  border: 1px solid #A5DADA
}

.netbank_cont_jk p {
  font-size: 14px;
  font-weight: 500;
  color: #2d2d2d;
}

.payment_conta_jk {
  display: flex;
  flex-direction: column;
}

.bank_name_jk img {
  height: 24px;
  width: auto;
}

.bank_lg_icn {
  width: 22px;
}

.pay2_button_sucess.done_fxedbtn.failu_btn_jk {
  position: sticky;

}

.done_btn_clk.failbuttn_jk {
  margin-bottom: 10px;
}

.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: 12px;
  font-weight: 400;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: capitalize;
  line-height: 20px;
}

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

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

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

/*payment service finder*/

.card_visa,
.card_mastercard,
.card_amex,
.card_discover,
.card_diners,
.card_jcb {
  display: inline-block;
  width: 50px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  background: url('../image/sprite-cards.png') 0 0 no-repeat;
  position: relative;
  left: -8px;
  top: -2px;
}

.card_mastercard {
  background-position: -55px 0;
}

.card_amex {
  background-position: -110px 0;
}

.card_discover {
  background-position: -165px 0;
}

.card_diners {
  background-position: -220px 0;
}

.card_jcb {
  background-position: -660px 0;
}

.is_visa li,
.is_mastercard li,
.is_amex li,
.is_discover li,
.is_diners li,
.is_jcb li,
.is_nothing li {
  display: none
}

ul.card_logos {
  display: flex;
  margin: 0;
  padding: 0;
  float: right;
  position: absolute;
  top: 12px;
  right: 0px;
}

.card_logos li {
  display: none;
}

.is_visa li.card_visa,
.is_mastercard li.card_mastercard,
.is_amex li.card_amex,
.is_discover li.card_discover,
.is_diners li.card_diners,
.is_jcb li.card_jcb {
  display: block;
}

.form_rel {
  position: relative;
}

.form_rel label {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  color: #B2B2B2;
}

.form_rel label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: transform 0.2s ease, color 0.2s ease;
  background-color: #fff;
  padding: 0 5px;
  pointer-events: none;
  color: #aaa;
}

/* .form_rel input:focus + label, .form_rel input:not(:placeholder-shown) + label {
  transform: translateY(calc(-90% - 15px)) scale(0.8);
  color: #B2B2B2;
} */
.banks_lst_dpdn.upi_paym_bk_list {
  height: 250px;
  overflow-y: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.all_banks_container {
  margin-top: 20px;
}


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

  .money_3d_img {
    width: 100%;
    max-width: 145px;
  }

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

  .rt_img_upipay {
    min-width: 60px !important;
  }

  .rt_upi_payment_container {
    gap: 14px;
    padding: 20px 16px 24px;
  }

  .acc_amt_pay {
    margin-bottom: 20px;
  }

  .upi_paym_qr_sec {
    padding: 20px 16px 30px;
  }

  .pay2_trans_sp_lef {
    font-size: 12px;
  }

  .rt_payment_methods_selct {
    padding: 10px;
  }

  .upi_pymnt_syntx_cont span {
    font-size: 11px;
  }

  .upi_pymnt_syntx img {
    width: 24px;
  }

  .rt_coin_img {
    margin-bottom: 0;
  }

  .rt_qr_scanner_desc {
    width: 92%;
    margin-bottom: 16px;
  }

  .paym_upi_apps h4 {
    font-size: 14px;
  }

  .rt_bank_pymnt_txt {
    font-size: 14px;
  }

  .rt_savedcard_title {
    font-size: 14px;
  }

  .card_headr_txt {
    margin-bottom: 10px;
  }

  .paym_upi_apps .app_paylist {
    gap: 5px;
  }

  .rt_img_upipay img {
    width: 24px;
  }

  .rt_qr_section_pay .rt_qr_scanner img {
    height: 100px;
    width: 100px;
  }
}