@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&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');


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

.rt_payment_section {
  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;
  font-family: "Poppins", sans-serif;
}

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

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.rt_acc_amt_pay_box {
  padding: 8px 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 100%);
  backdrop-filter: blur(30px);
  border-radius: 14px;
  width: 170px;
  height: 60px;
}

.rt_acc_amt_pay_icon {
  width: 115px;
}

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

.upi_payment_container {
  padding: 20px 0 25px;
}

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

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

.paym_qr_ele {
  background: url("../image/mask.png") no-repeat center center;
  background-size: cover;
  box-shadow: 0px 4px 10px 0px #00000014;
  border-radius: 16px;
  padding: 16px;
  margin-top: 12px;
  position: relative;
}

.rt_qr_scanner_desc {
  font-size: 12px;
  font-weight: 400;
  color: #34577F;
}

.counter_upi_wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #CE465733;
  border: 1px solid #CE4657;
  border-radius: 14px;
  padding: 4px 6px;
  width: 65px;
}
.counter_upi_wrap>img {
  width: 14px;
}
.paym_qr_ele .counter_upi {
  font-weight: 400;
  font-size: 12px;
  color: #CE4657;
}

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

.rt_pay_btn {
  width: 100%;
  background: #F6A5C1;
  padding: 12px;
  border-radius: 6px;
  border: transparent;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #183559;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

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

.rt_payment_methods_select.active {
  border: 1px solid #F6A4C1;
  background: #FDD9E5;
  transition: all 0.5s;
}

.rt_payment_methods_select.active span {
  font-weight: 500;
}

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

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 3px;
}

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

.rt_payment_btn_wrap {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px 10px;
  background: #fff;
}

.rt_success_acc_amt>h3 {
  display: flex;
  align-items: center;
  gap: 6.3px;
}

.rt_success_fail_container {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px #00000014;
  border-radius: 16px;
  padding: 16px 10px;
  margin-top: 18px;
}

@media (min-width: 280px) and (max-width: 320px) {
  .rt_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;
  }

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

@media (min-width: 590px) {
  .rt_payment_section {
    max-height: 95dvh;
    height: 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;
  }
}

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

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

.payment2_pay_com h5 {
  font-size: 16px;
  font-weight: 500;
  color: #00BA00;
  margin: 20px 0px 6px;
}

.payment2_pay_com p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #6D717D;
  line-height: 14.52px;
  width: 60%;
}

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

.rt_upi_transaction_container ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

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

.rt_upi_transaction_container {
  padding-top: 16px;
}
.rt_upi_transaction_container>p {
  color: #34577F;
  font-size: 14px;
  font-weight: 400;
}

.rt_upi_transaction_container>h4 {
  color: #183559;
  font-size: 20px;
  font-weight: 500;
  margin: 2px 0px 12px;
}

.rt_pay_trans_key {
  color: #34577F;
  font-size: 14px;
  font-weight: 400;
}

.rt_pay_trans_value {
  font-size: 14px;
  font-weight: 500;
  color: #183559;
}
span.rt_pay_trans_value::before {
  content: attr(data-value);
}
.rt_payment_btn_wrap button {
  padding: 12px;
  border-radius: 6px;
  border: transparent;
  background: #F6A5C1;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #183559;
  cursor: pointer;
  width: 100%;
}
.rt_payment_btn_wrap button.pay_btn_disabled {
  background: #D9D9D9;
}

.rt_payment_btn_wrap>.rt_payment_share_btn {
  background: transparent;
  border: 1px solid #F6A4C1;
  margin-bottom: 10px;
}

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


/* Index page FLOW  */

.upi_pymnt_syntx {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}

.upi_pymnt_syntx>span {
  color: #20436B;
  font-size: 12px;
  font-weight: 400;
}
.payment_methods_selct h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
}

.payment_method_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 15px;
  padding: 5px 0px;
}

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

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

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

.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%;
  padding: 0 15px 10px;
  background: #fff;
}

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

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

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

.search_bank {
  position: relative;
}

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

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

.search-txtt:focus {
  border: 1px solid #F6A4C1;
}

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

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

.banks_lst_dpdn ul li {
  list-style-type: none;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  width: 98%;
  cursor: pointer;
}

.rt_bank_arrow {
  width: 18px;
}

.banks_lst_dpdn ul li.selected {
  border: 1px solid #F6A4C1;
}
.banks_lst_dpdn ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
  overflow-y: auto;
  max-height: 250px;
}
.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 4px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
  background-color: #F6A5C1;
  border-radius: 100px;
  height: 24px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-track {
  background-color: #F3F3F3;
}


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

}

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

.rt_saved_card {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.rt_bankname {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #34577F;
}

.rt_acc_num {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  color: #34577F;
}
.rt_saved_card>.rt_saved_bank_logo {
  height: 28px;
}
.rt_saved_card>.rt_master_icon {
  position: absolute;
  top: 5px;
  right: -15px;
  width: 18px;
}

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

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

.sc_cvvcon a {
  font-size: 11px;
  font-weight: 400;
  color: #34577F;
}
.sc_cvvcon>p {
  font-size: 12px;
  font-weight: 400;
  color: #34577F;
}

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

.cvv_input {
  background: #FFFFFF;
  border: 1px solid #E5E7EA;
  border-radius: 6px;
  padding: 12px;
  width: 100%;
  color: #34577F;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;

}

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

.scc_input_con .cvv_input::placeholder {
  font-size: 14px;
  color: #34577F;
}

.rt_cvv_input_wrap {
  margin-top: 10px;
  display: none;
}

.addnew_plus {
  width: 100%;
  max-width: 16px;
}

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

.card_3d_img {
  width: 154px;
}

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

.rt_payment_nav_title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

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

.balence_pop_fun_bj {
  padding: 15px 12px 12px 12px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: -1px 3px 18px 0px #00000012;
  border: 1px solid #E5E7EA
}

.balence_img_fun {
  text-align: center;
}

.balence_pop_fun_bj h5 {
  color: #183559;
  padding-top: 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.con_cvv_p {
  color: #34577F;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

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

.newcard_inner {
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px #00000014;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 8px 8px;
}

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 12px);
  padding: .375rem .75rem;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #34577F;
  border: 1px solid #E5E7EA;
  -webkit-appearance: none;
  border-radius: 6px;
}

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

.rt_netbanking_container {
  margin-top: 16px;
}

.form-control::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #C3C8CC;
  font-family: "Poppins", sans-serif;
}

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

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

.labl_con a {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #34577F;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  text-underline-offset: 3px;
}

.rt_checkbox_form {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.rt_checkbox_input {
  display: none;
}

.rt_checkbox_form>label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: #34577F;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-transform: none;
}

.checkmark {
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 8px;
  position: relative;
  display: inline-block;
}

.rt_checkbox_input:checked+.checkmark {
  background: #34577F;
  border-color: #34577F;
}

.rt_checkbox_input:checked+.checkmark::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 3px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.labl_con label {
  font-size: 12px;
  font-weight: 400;
  text-transform: none !important;
  color: #34577F;
  font-family: "Poppins", sans-serif;
}
.rt_cvv_pop_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rt_cvv_pop_wrap span {
  font-size: 12px;
  font-weight: 400;
  color: #34577F;
  font-family: "Poppins", sans-serif;
}

.card_inpt_bx {
  position: relative;
}

.rt_netbank.selected {
  border: 1px solid #F6A4C1;
  box-shadow: 0px 4px 10px 0px #0000001A;
}

.rt_netbank.selected span {
  font-weight: 500;
}

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

.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rt_success_fail_amount_container>p {
  color: #34577F;
  font-size: 14px;
  font-weight: 400;
}
.rt_fail_amount_container>.rt_trans_fail_summary {
  margin-top: 16px;
}
.rt_success_fail_amount_container {
  border-bottom: 1px solid #34577F33;
  padding-bottom: 16px;
}
.rt_fail_amount_container {
  border-bottom: none;
}
.rt_success_fail_amount_container>h2 {
  color: #34577F;
  font-size: 16px;
  font-weight: 400;
}
.rt_success_fail_amount_container>h3 {
  color: #183559;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6.5px;
  margin: 4px 0px;
}

.rt_newcard_container {
  margin-top: 24px;
}

.rt_newcard_title {
  font-size: 14px;
  font-weight: 500;
  color: #183559;
}

.rt_newcard_title span {
  font-size: 14px;
  font-weight: 500;
  color: #183559;
}

@media only screen and (max-width: 359px) {
  .rt_success_fail_amount_container {
    padding-bottom: 10px;
  }
  .rt_upi_transaction_container {
    padding-top: 10px;
  }
  .rt_upi_transaction_container>h4 {
    font-size: 18px;
    margin: 2px 0px 8px;
  }
  .rt_payment_btn_wrap>.rt_payment_share_btn {
    margin-bottom: 6px;
  }
  .rt_payment_btn_wrap button {
    padding: 10px;
  }
  .rt_success_fail_container {
    margin-top: 10px;
    padding: 14px;
  }
  .rt_success_fail_amount_container>p {
    font-size: 12px;
  }
  .rt_success_fail_amount_container>h3 {
    font-size: 20px;
  }
  .rt_pay_trans_key,
  .rt_pay_trans_value {
    font-size: 12px;
  }
}

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

  .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: 320px) and (max-width: 359px) {
  .upi_pymnt_syntx>span {
    font-size: 13px;
  }

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

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

@media (min-width: 551px) {

  .payment2_main_section {
    background: #D3CCE3;
    background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);
    background: linear-gradient(to right, #E9E4F0, #D3CCE3);
  }
  .rt_payment_section {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    background: #fff;
  }

  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 10px 0px 10px;
    background: #fff;
  }
  .rt_payment_btn_wrap>.rt_payment_share_btn {
    margin-bottom: 0;
    background: #fff;
  }

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }
  .rt_success_fail_container {
    margin-bottom: 30px;
  }

}

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

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }
}

@media (min-width: 768px) {
  .rt_payment_section {
    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 {
  font-size: 16px;
  font-weight: 400;
  color: #183559;
  font-family: "Poppins", sans-serif;
}

.rt_upi_title img {
  position: relative;
}

.rt_upi_payment_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: transparent;
  padding: 20px 16px 12px;
}

.rt_arrow_icon_wrap {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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_acc_amt_pay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../image/payable-banner.png") no-repeat center center;
  background-size: cover;
  padding: 0px 10px 0px 20px;
  border-radius: 16px;
}

.rt_acc_amt_pay h2 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #34577F;
  margin-bottom: 3px;
}

.rt_acc_amt_pay h3 {
  color: #161719;
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  padding: 0;
}

.rt_payment_methods_select {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #FEF4F8;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
}

.rt_qr_section_pay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  position: relative;
}

.ellipse_lg {
  position: absolute;
  top: 0;
  left: 36%;
  transform: translateX(-36%);
  width: 8.4px;
  height: 8.4px;
}
.ellipse_sm {
  position: absolute;
  right: 8%;
  bottom: 8%;
  transform: translate(-8%, -8%);
  width: 7px;
  height: 7px;
}

.paym_qr_ele h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #183559;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rt_qr_scanner {
  position: relative;
  margin-left: 8px;
}
.rt_qr_scanner_in {
  width: 92px;
  height: 88px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg,
      #ED70CE 0%,
      #F8BE8E 35%,
      #8211B9 74%,
      #D24951 100%) border-box;
}

.rt_round_shape {
  background: #CD455917;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.rt_qr_scanner>span {
  font-size: 12px;
  font-weight: 400;
  color: #545678;
}

.rt_qr_section_pay .qr_scanner img {
  width: 60px;
  max-width: 100%;
}

.rt_paym_upi_apps {
  margin: 20px 0px 16px;
}

.rt_app_paylist li {
  list-style-type: none;
  cursor: pointer;
}
.upi_paym_qr_sec.rt_upi_paym_qr_sec {
  padding: 0px 16px;
}
.rt_app_paylist li span {
  font-size: 12px;
  font-weight: 400;
  color: #34577F;
}

.rt_app_paylist li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid transparent;
}

.rt_app_paylist li.active {
  box-shadow: 0px 4px 10px 0px #0000001A;
  border: 1px solid #F6A4C1;
}

.rt_app_paylist li.active span {
  font-weight: 500;
  color: #183559;
}

.rt_success_fail_section {
  padding: 16px;
  height: 100%;
}

.rt_app_paylist li img {
  height: 30px;
  width: 30px;
  max-width: 100%;
}

.rt_upi_title_suc_fail {
  font-size: 16px;
  font-weight: 400;
  color: #183559;
}

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

.rt_pay_succ_fail_icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  box-shadow: 1px 3px 12px 0px #0000000F;
}

.rt_netbank_title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #183559;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rt_netbank_title span {
  font-size: 12px;
  font-weight: 400;
  color: #183559;
  text-decoration: underline;
  cursor: pointer;
}

.rt_pop_bnk_sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}


.rt_netbank span {
  color: #34577F;
  font-weight: 400;
  font-size: 14px;
}
.rt_netbank {
  background-color: #fff;
  border: 1px solid #F2F2F2;
  padding: 15px 10px;
  border-radius: 6px;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 62px;
  cursor: pointer;
}

.rt_bank_lg_icn {
  width: 20px;
}

.rt_bank_name {
  display: flex;
  align-items: center;
  padding: 10px;
  height: 48px;
  border-radius: 4px;
  gap: 12px;
  cursor: pointer;
}

.rt_bank_name span {
  font-size: 14px;
  font-weight: 500;
  color: #183559;
}

.rt_savedcard_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #161719;
  margin-bottom: 20px;
}

.rt_saved_cards_container {
  margin-top: 16px;
}

.rt_saved_card_wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  margin: 0;
  margin-bottom: 12px;
  box-shadow: 0px 4px 20px 0px #0000001A;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid transparent;
}

.rt_saved_card_wrap.active {
  border: 1px solid #F6A4C1;
}

.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rt_savedcard_valid_title {
  font-size: 12px;
  font-weight: 400;
  color: #34577F;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rt_payment_btn_wrap button.rt_addnewcard_btn {
  background: transparent;
  border: 1px solid #F6A4C1;
  margin-bottom: 10px;
  display: none;
}

.rt_savedcard_valid_date {
  font-size: 11px;
  font-weight: 400;
  color: #34577F;
}

.rt_red_txt {
  color: #F10229;
}
.success_acc_amt h2 {
  color: #2D2D2D;
}
#choose__bank[data-sele] span {
  color: #161719;
}

@media (max-width: 550px) {}

/* rt added new css end here */