@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.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: #F5FAFF;
  font-family: "Nunito", sans-serif;
}

.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,
      rgba(9, 21, 121, 0.7959558823529411) 0%,
      rgba(255, 255, 255, 1) 100%);
}

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

.upi_payment_container {
  /* padding: 20px 0 60px;
  background: linear-gradient(100.24deg, #6344E3 7.65%, #6145CC 94.2%);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative; */
  padding: 20px 0 40px;
  background-image: url('../image/maintop.png');
  background-repeat: round;
  background-size: cover;
  height: 350px;
}

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

.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: center;
  align-items: center;
  width: fit-content;
  /* margin: 24px auto 25px; */
  margin: 30px auto 40px;
  /* padding: 0px 14px; */
  background: #FFFFFF1A;
  border: 1px solid #D0DEFF4D;
  backdrop-filter: blur(6px);
  /* padding: 6px 10px 6px 10px; */
  padding: 6px 35px;
  border-radius: 6px;
  gap: 2px;
}

.acc_amt_pay h2 {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #BFD8F1;
  /* padding: 6px 0 0 0; */
}

.acc_amt_pay h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  color: #FFFFFF;
  /* padding-bottom: 5px; */
}

/* .top_banner_two_bgs:before {
  content: url(../image/cash_left.png);
  position: absolute;
  bottom: -23px;
  left: 0px;
  transform: translate(-0%, -50%);
}
.top_banner_two_bgs:after {
  content: url(../image/paytm_ryt.png);
  position: absolute;
  right: 0;
  top: 67px;
  transform: translate(-0%, -50%);
} */

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

.upi_paym_qr_sec {
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 0px #00000026;
    margin: -10.5rem 16px 0;
    padding: 16px;
    border-radius: 10px;
    z-index: 9;
    position: relative;
}
.upi_paym_qrscan{
  margin: -10.5rem 55px 0;
  padding: 8px 16px;
}
.qr_section_pay {
  padding: 5px 0 5px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 8px;
  border-radius: 10px;
}

.paym_qr_ele h5 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #1976D2;
}

.paym_qr_ele h6 {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 0px 35px;
}

.paym_qr_ele p {
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}
/* .timr_runr{
  display: none;
  visibility: hidden;
} */

.paym_qr_ele p span {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #FF9800;
}
.scan_sec_bwl {
  max-width: 135px;
}

.qr_scanner {
  box-shadow: 0px 0px 24px 2px #53535333;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  /* padding: 10px 11px; */
  display: flex;
}

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

.paytm_btn_bi {
  width: 100%;
  background: #1976D2;
  padding: 13px 10px;
  border-radius: 6px;
  border: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
}
.gent_btn {
  background: #7459DA;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px;
  width: 100%;
  max-width: 85px;
  cursor: pointer;
}

.qr_scanner .overlay_qr {
  width: 109px;
  height: 109px;
}
.overlay_qr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 10px;
}

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

/* .active_upiapp_bor{
  border: 1px solid #3c67d9 !important;
  transition: all 0.5s;
} */

.pay_thorugh_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}
.paym_upi_apps h4 {
  color: #1976D2;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.paym_upi_apps {
  position: relative;
  margin: 30px 16px;
}

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

.app_paylist li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 8px 0;
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: 0px 2px 8px 0px #4C7EB059;
  background: #FFFFFF;
  border-radius: 4px;
}
.payment_methods_selct:hover {
  border: 1px solid #C2E1FF !important;
  background: #ECF6FF !important;
}
.active_upiapp_bor {
  background: #AFD7FF26 !important;
  border: 1px solid #1976D2 !important;
}
.app_paylist li span {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #333333;
}

.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: #f5faff;
}
.sucess_txt {
  font-size: 16px;
  font-weight: 500;
  margin: 8px 0px;
  color: #5DC90A;
  text-align: center;
}

.succss_sec {
  background: #fff;
  box-shadow: 0px 3px 8px 0px #00000026;
  border-radius: 10px;
  margin: -10.5rem 55px 0;
  padding: 33px 35px;
  position: relative;
  text-align: center;
}
.trans_det {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
}
.main_pag_cntner {
  margin-bottom: 15px;
}

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

  .upi_paym_qr_sec {
    padding: 5px 16px 15px;
  }
}

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

/* sucess---failure */
.payment2_sec_scss_fail {
  height: 100%;
  padding-bottom: 10px;
}

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

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

.payment2_pay_com {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 3px;
}
.payment2_pay_com img {
  width: 64px;
  height: 64px;
}
.payment2_pay_com h5 {
  font-size: 16px;
  font-weight: 500;
}

.payment2_pay_com p {
  /* font-size: 12px; */
  font-weight: 400;
  text-align: center;
}
.recvd_pymnt_txt {
  font-size: 11px;
  font-weight: 400;
  color: #959595;
} 

.payment2_comm_trans {
  border-radius: 20px;
  margin: 30px 16px 10px;
  padding: 16px;
  box-shadow: 0px 0px 40px 0px #C8C6D140;
  background: #FFFFFF;
}

.pay2_transection_con {
  border-bottom: 1px solid #EDEDED;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}

.payment2_comm_trans ul {
  list-style-type: none;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  padding: 0 13px;
}

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

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

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

.pay2_button_sucess button {
  background: #1976D2;
  padding: 13px 10px;
  border-radius: 6px;
  border: transparent;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
.failed_txt {
  color: #FF270E;
  font-size: 16px;
  font-weight: 500;
  margin: 8px 0px;
}

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

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


/* Index page FLOW  */

.make_pymnt_txt {
  color: #1976D2;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0px 0 12px;
}
.secue_py_txt {
  color: #7A5EEB;
  font-size: 10px;
  font-weight: 400;
  padding-bottom: 20px;
}
.qick_pay_sec {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  padding-top: 3px;
}
/* .upi_pymnt_syntx {
  color: #212223;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  flex-direction: column;
} */
.upi_pymnt_syntx img {
  width: 20px;
  height: 20px;
}
.upi_pymnt_syntx {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cho_text {
  color: #121212;
  font-size: 13px;
  font-weight: 600;
}

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

  /* padding: 10px 15px; */
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid #E6E6E6;
  padding: 8px;
  border-radius: 4px;
  position: relative;
}
.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.payment_logos_img {
  width: 100%;
  max-width: 90px;
  height: 16px;
    position: absolute;
    top: 8px;
    right: 8px;
    /* display: block;
    margin-left: auto; */
}
.bankimg_ext img {
  height: 14px;
  max-width: 50px;
}
.bankimg_ext span {
  color: #121212;
  font-size: 9px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.bankimg_ext {
  display: flex;
  align-items: center;
  padding-top: 4px;
  gap: 5px;
}


.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: #f3f8fd;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.popular_bnks_txt {
  color: #1976D2;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0 12px 0;
  text-align: center;
}
.bank_pymnt_txt {
  color: #1976D2;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;

}
.savd_csrd_txt{
  color: #1976D2;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.all_banks_txt{
  color: #1976D2;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0 12px 0;
  text-align: center;
}
h2.bank_pymnt_txt.all_banks_txt {
  text-align: left;
}
.all_banks_container {
  position: relative;
  background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px #00000026;
    margin: 30px 16px 0;
    padding: 16px;
    border-radius: 20px;
    /* z-index: 9; */
}
.close_tag {
  position: absolute;
  top: 0;
  right: 0;
}
.netbnk_secur_txt {
  padding-bottom: 12px;
}

.bank_lg_icn {
  width: 100%;
  max-width: 31px;
  max-height: 31px;
}
.all_bnks_popup {
  margin: 0;
  background: unset;
  box-shadow: none;
  border-radius: unset;
  padding: 15px 15px 10px;
}
.bank_pop {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 8px;
  gap: 7px;
  flex: 0 0 25%;
  flex-basis: calc(25% - 6px);
  cursor: pointer;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  border-radius: 12px;
}
.bank_pop span {
  color: #2D2D2D;
  font-weight: 400;
  font-size: 11px;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.allbanks_sec h2 {
  color: #000;
  font-size: 14px;
  padding: 12px 0 15px 0;
  font-weight: 500;
}
.chose_bank a{
  /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  text-decoration: none;
  height: 49px;
  border: 1px solid #EFEDED;
}
.chose_bank span {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
}
.bank_sec.selected {
  border: 1px solid #3C67D9;
}
.search_bank {
  position: relative;
}
.search-txtt {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  text-indent: 25px;
  border: 1px solid #EFEDED;
  font-size: 14px;
    font-weight: 400;
    color: #3e3e3e;
}
.search_icon {
  position: absolute;
  top: 10px;
  left: 6px;
}

.search-txtt:focus-visible {
  outline: none !important;
}
.search-txtt::placeholder {
  color: #888888;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  
}
/* .search_bank.search_bank_active .search_icon{
  top: 10px;
  left: 6px;
} */

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

/* .search_bank.search_bank_active .search-txtt{
  text-indent: 28px;
} */
.search_icon {
  position: absolute;
  top: 16px;
  left: 12px;
  line-height: 0;
}
.bank_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 8px;
  /* margin: 5px 0; */
  cursor: pointer;
  border-bottom: 1px solid #A3A3A34D;
}
.bank_name span{
  color: #242424;
  font-size: 14px;
  font-weight: 500;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
  padding-left: 5px;
  padding-right: 8px;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 80dvh;
  margin: 10px 0px 0px;
  max-height: 260px;
}
/* .all_banks_container{
   display: none;
} */
.bank_lg_icn.dhana__bank {
  max-width: 15px;
  width: 100%;
  max-height: 28px;
  margin: 0 6px;
}





.cardtab_savedcard .cpayment_p
{
    font-size: 16px;
    font-weight: 500;
    line-height: 21.17px;
    text-align: left;
    color: #121212;
    
}
.sc_select_main {
    border-radius: 6px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 0 0 16px 0;
    position: relative;
    border: 1px solid #EFEDED;
    background: #FFFFFF;
    padding: 10px 16px;
}
.sc_select_innermain
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc_select_main.selected_bank {
  border-radius: 6px;
  background: #1976D21A;
  border: 1px solid #1976D2;
}
.oficl_txt {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  background: #6C50DD;
  width: 62px;
  height: 16px;
  padding: 2px 15px 2px 13px;
  border-radius: 0px 6px 0px 6px;
}
.savecard_im img{
  width: 40px;
  height: 40px;
}

.sc_select_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.sc_bankname
{
font-size: 14px;
font-weight: 500;
color: #121212;
text-align: left;

}
.sc_accountno
{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #6B6B6B;
  margin-top: 6px;
}
.sc_card_icon
{
    max-width: 34px;
}
.sc_bank_icon {
    width: 40px;
    position: relative;
    top: -11px;
}
.sc_cvvcon
{
    display: flex;
    justify-content: space-between;

}
.sc_cvvcon p
{
  font-size: 12px;
  font-weight: 500;
  color: #121212;
  text-align: left;
}
.sc_cvvcon a
{
  color: #1976D2;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
}
.scc_input_con
{
    width: 100%;
    margin-top: 5px;
}
.cvv_input
{
  width: 100%;
  /* padding: 12px; */
  color: #B4B4B4;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: #FFFFFF;
  padding: 16px 18px;
}
.scc_input_con .cvv_input:focus {
    outline: none;
    border-bottom: 1px solid #A6A6A6;
  }
.scc_input_con .cvv_input::placeholder
{
font-size: 12px;
font-weight: 400;
color: #B4B4B4;
font-family: "Nunito", sans-serif;
}
.acc_container {
    margin-top: 10px;
}
.clk_cvv_enter
{
    display: none;
}
button.new_card_con
{
  -webkit-tap-highlight-color: transparent;
  color: #3C67D9;
  font-size: 12px;
  background: unset;
  border: unset;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
    width: 100%;
    max-width: 550px;
    /* padding: 10px; */
    border: 1px solid #1976D2;
    border-radius: 6px;
    padding: 13px 10px;
}
.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: 250px;
  }

.sc_bank_icon {
  width: 33px;
  position: relative;
  top: 0px;
  margin-left: 5px;
}
.card_headr_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
  /* padding: 10px 0; */
}
.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: 32px;
  position: absolute;
  top: 7px;
  right: 12px;
}
.balence_pop_fun_bj {
  padding: 30px 8px 24px 8px;
  background: #F5FAFF;
  border-radius: 20px;
  box-shadow: -1px 3px 18px 0px #00000012;
  border: 1px solid #E5E7EA
}
.balence_img_fun {
  text-align: center;

}
.balence_pop_fun_bj h5 {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.con_cvv_p
{
  padding: 10px 20px;
  color: #6B6B6B;
  font-size: 12px;
  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
{
    padding: 16px 2px 0px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.form-group {
    margin-bottom: 10px;
}
.card_botmspace{
  margin-bottom: 18px;
}

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 + 0.75rem + 12px);
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /* color: #282828; */
  border-bottom: 1px solid #E5E7EA;
  -webkit-appearance: none;
  /* border: 1px solid #888888; */
  border-radius: 8px;

  border: 1px solid #EFEDED;
  color: #444444;
}
.form-control:focus {
  outline: none;
  border: 1px solid #888888;
  }
  .form-control::placeholder
{
  color: #908F8D;
  font-family: "Nunito", sans-serif;
font-size: 12px;
font-weight: 400;

}
.cardtab_newcard .labl_con
{
display: flex;
align-items: center;
gap: 5px;
margin-bottom: 8px;
}
.d-flex {
display: flex;
justify-content: space-between;
align-items: center;
gap: 8px;
}
.formcard_wid{
  width: calc(26.5em - 2.75rem + 10px);
}
.d-flex .form-group {
    flex-basis: 46%;
}
.check-sec {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.check-sec label
{
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #121212;
  position: relative;
  cursor: pointer;
}
.labl_con a
{
text-decoration: underline;
font-size: 11px;
font-weight: 500;
text-align: left;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
font-size: 11px;
font-weight: 400;
text-align: left;
text-decoration: underline;
color: #1976D2;
}
/* .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: #F8F9FD;
    -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: #3C67D9;
}
input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
} */
.labl_con label
{
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  color: #121212;
}



.check-sec {
  margin-top: 10px;
  display: flex;
  justify-content: normal;
  align-items: center;
  background: transparent;
  border: none;
  gap: 8px;
  padding: 0px;
}

.switch {
  margin-right: 5px;
  float: right;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}
.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%;
  background: #FFFFFF;

}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 1px;
    background: #C1C1C1;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;
}
input:checked+.slider {
  background: #1976D2;
}
input:checked+.slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
/* input:checked + .slider.round:before {
  border-radius: 0;
}
input:checked + .slider:before {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid black;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 5px;
  color: #000000;
  background: transparent;
}
input:checked + .slider {
  background-color: #6C50DD1A;
  border: 1px solid #6C50DD;
} */
/*input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}*/
.labl_con label {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  color: #121212;
}
.check-sec label {
  text-transform: none !important;
  color: #121212;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
  
.allbanks_sec {
  background: #fff;
  box-shadow: 0px 0px 40px 0px #C8C6D140;
  border-radius: 20px;
  padding: 0 15px 15px;
  margin: 20px;
}

.justify_space
{
    justify-content: space-between !important;
}
svg.input_logo {
  position: absolute;
  top: 13px;
  right: 0;
}
.card_inpt_bx {
  position: relative;
}
.bank_pop.selected {
  border: 1px solid #1976D266;
    background: #ECF6FF;
}
.bank_nam_insde{
  display: flex;
    align-items: center;
    gap: 10px;
}
.chose_bank img {
  max-width: 20px;
  max-height: 20px;
  margin-left: 5px;
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.border_set
{
  border: 1px solid #3C67D9 !important;
}
.success_page_scrl{
  overflow: hidden auto;
}
.crdt_cd_secur {
  padding-bottom: 0;
}

@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%;
    max-width: 122px;
    }
    .money_ddd {
      transform: translateY(-18px);
    }
}
@media (min-width: 320px) and (max-width: 359px) {
  .upi_pymnt_syntx {
    font-size: 11px;
  }
  .money_3d_img {
    width: 100%;
    max-width: 145px;
  }
  .acc_amt_pay h3 {
    font-size: 25px;
  }
}

@media (min-width: 551px) {
.done_fxedbtn {
  position: unset;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 20px 10px;
}
.payme2_comm_sucess_fai.index_failer_sec {
  padding: 100px;
}
.upi_failed_scrll{
   padding-bottom: 5px !important;
}
.success_page_scrl{
  padding-bottom:10px !important;
}


}

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

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

.error {
  border: 1px solid red !important;
}
.add_cad_txt {
  color: #1976D2;
  font-size: 16px;
  font-weight: 800;
}
.add_new_card_bttnn {
  padding: 7px 16px 7px;
}
.crdit_crd_cntn_py {
  margin-bottom: 10px;
  /* padding: 14px 16px; */
  padding: 20px 16px 10px;
}
.failed_sec_upi {
  margin-bottom: 20px;
}
.buttn_card {
  color: #B4B4B4;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #EFEDED;
  border-radius: 8px;
  width: 100%;
  padding: 10px;
  text-align: center;
  cursor:pointer;
}
.select_model_card {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
}
.buttn_card.selected {
  background: #6C50DD1A;
  border: 1px solid #6C50DD;
  color: #6C50DD;
}
.slect_the_card_dts {
  margin: 5px 0 0px;
  padding-bottom: 15px;
}
/* .nick_name_card{
  display: none;
} */
.banks_lst_dpdn ul::-webkit-scrollbar {
    background: #F0F0F0;
    width: 6px;
    padding: 1px 0.67px 658px 1.33px;
    border-radius: 20px;
    margin-top: 20px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
    /* background: #6C50DD; */
    margin-top: 20px;
    background: #7d7d7d33;
    border-radius: 20px;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 550px) {
    .payment2_main_section {
      background: #F3F1FB;
    }
  }
}
/* new css */
.rt_waiting_payment_animation_container {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.rt_shield_icon_animation_wrap {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.rt_shield_icon_animation_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1.2px solid #ccc;
  border-top-color: #4CAF50;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
.rt_waiting_payment_desc {
  color: #666666;
  font-size: 10px !important;
  font-weight: 400;
  text-align: center;
}
.rt_or_option {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.rt_or_option .rt_dash_line {
  width: 57px;
  border: 1px solid #0000001F;
  margin: 0 10px;
}
.bold_or {
  color: #909090;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.arrowcontainer
{
  transform: rotate(0deg);
  transition: all 0.6s;
}
.focUs_ValUTxt
{
  background: #FFF;
  border: 1px solid #888888;
}

@media screen and (max-width: 460px){
  .formcard_wid{
    /* width: calc(20em - 2.5rem + 30px); */
    width: calc(16em - 2.5rem + 30px);
  } 
}
@media screen and (max-width: 359px){
  .formcard_wid{
    width: calc(13em - 2.5rem + 28px);
  }  
}
.net_popularbk{
  border-radius: 20px;
    margin: -9rem 16px 0;
}
.img_upipay img {
  width: 20px;
  height: 20px;
}
.upi_failed_scrll {
  overflow-y: auto;
}