@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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:wght@400;600&family=Poppins&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko&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: #fff;
  font-family: "Inter", sans-serif;
}

.payment2_sec_sub {
  height: 95%;
  overflow-y: auto;
}

.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 {
  background-image: url(./payment_assets/image/bg_26.svg);
  background-position: top left;
  background-size: cover;/* background: rgba(78, 105, 230, 1); */
  padding: 20px 0 25px;
  overflow-x: hidden;
}

.upi_title h1 {
  font-size: 16px;
  font-weight: 500;
  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 {
  padding: 25px 15px 25px;
  position: relative;
}

.acc_amt_pay h2 {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #c5d5ff;
}

.acc_amt_pay h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 6px 0;
}

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

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

.qr_section_pay {
  padding: 15px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  gap: 10px;
}

.paym_qr_ele h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.paym_qr_ele h6 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  COLOR: rgba(68, 68, 68, 1);
}

.paym_qr_ele p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: rgb(68, 68, 68);
}

.paym_qr_ele p span {
  font-weight: 600;
  color: #d4574f;
}

.qr_scanner {
  box-shadow: 0px 0px 12px 0px #00000026;
  background: #ffffff;
  padding: 10px 11px;
  border-radius: 5px;
  border: 2.5px solid rgba(78, 105, 230, 1)
}

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

.paytm_btn_bi {
  width: 100%;
  background: rgba(78, 105, 230, 1);
  padding: 10px 13px;
  border-radius: 6px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

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

.active_upiapp_bor {
    border: 2px solid rgba(78, 105, 230, 1) !important;
    box-shadow: 0px 0px 15px 0px rgba(78, 105, 230, 0.5) inset;
}
p.or_tag {
  color: rgba(68, 68, 68, 1);
  font-size: 10px;
  margin: 14px 0 0px 0;
}
.paym_upi_apps h4 {
  font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #000;
    color: rgba(78, 105, 230, 1);
    margin: 10px 0;
}

.paym_upi_apps {
  padding: 5px 0 0px;
}

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

.app_paylist li {
  
    background: #ffffff;
    border-radius: 5px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    border: solid 1px transparent;
    width: calc(50% - 10px);
    flex-wrap: wrap;
    border: 0.5px solid rgba(213, 213, 213, 1);
}

.app_paylist li span {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: rgba(33, 34, 35, 1);
}

.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 20px 10px;
  background: #fff;
}

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

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

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

.payment2_pay_com h5 {
  font-size: 16px;
  font-weight: 500;
}

.payment2_pay_com p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.payment2_comm_trans {
 
}

.pay2_transection_con {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border:1px solid #4e69e638;
  border-radius: 5px;
  background: rgba(248, 249, 250, 1);
  margin-bottom: 5px;
}

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



.pay2_trans_sp_lef {
  color: rgba(85, 85, 85, 1);
  font-size: 12px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.pay2_trans_sp_rig {
  font-size: 14px;
  font-weight: 500;
  color: rgba(45, 45, 45, 1);
  font-family: "DM Sans", sans-serif;

}

.pay2_button_sucess button {
  background: rgba(78, 105, 230, 1);

  padding: 12px;
  border-radius: 6px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
.trs_ksr {
  color: rgba(78, 105, 230, 1);
  font-size: 14px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
.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: 16px;
}

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


/* Index page FLOW  */

.make_pymnt_txt {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 20px;
  color: rgba(78, 105, 230, 1);
  text-align: center;

}
.upi_pymnt_syntx {
  color: #212223;
  display: flex;
  align-items: center;
  font-size: 14px;
    font-weight: 600;
    gap: 8px;
}
.payment_methods_selct h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
}
.payment_methods_selct {
  border-radius: 8px;
    padding: 10px;
    flex-basis: calc(50% - 10px);
    cursor: pointer;
    position: relative;
    border: 0.5px solid rgba(213, 213, 213, 1);
}
.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: stretch;
}
.payment_methods_selct p{
  font-size: 12px;
  font-weight: 600;
}
.p_t_ext{
  margin: 10px 0;
}
.payment_methods_selct h5 {
  color: rgba(98, 98, 98, 1);
  font-size: 10px;
  font-weight: 400;
}
.payment_logos_img {
  width: 100%;
    max-width: 50px;
    display: block;
    margin-left: auto;
    position: absolute;
    right: 10px;
    top: 10px;
}
.upi_pymnt_syntx img {
  width: 100%;
  max-width: 26px;
}
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}
.money_ddd{
  position: absolute;
    bottom: 0;
    right: -24px;
    max-width: 100px;
}
.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_pymnt_txt {
  font-size: 14px;
  padding-bottom: 15px;
  color: rgba(78, 105, 230, 1);
  text-align: center;
}
.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}
.bank_pop {
  display: flex;
  align-items: center;
  /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
  flex: 0 0 50%;
  flex-basis: calc(50% - 10px);
  border: 1px solid transparent;
  cursor: pointer;
  border: 0.5px solid rgba(213, 213, 213, 1);
}
.bank_pop span {
  font-weight: 500;
    font-size: 12px;
    color: rgba(45, 45, 45, 1);
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.allbanks_sec h2 {
  font-size: 14px;
  padding: 20px 0 15px 0;
  font-weight: 500;
  color: #4E69E6;
  text-align: center;
}
.seksrr_lected > a{
  border: 2px solid rgba(78, 105, 230, 1)!important;
  box-shadow: 0px 0px 15px 0px rgba(78, 105, 230, 0.5) inset;

}
.chose_bank a{
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  border: 0.5px solid rgba(213, 213, 213, 1);
}
.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%;
  /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
  padding: 10px;
  border-radius: 4px;
  border: none;
  text-indent: 25px;
  border: 0.5px solid rgba(161, 161, 161, 1);
}
.search_icon {
  position: absolute;
  top: 10px;
  left: 12px;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    gap: 8px;
    margin: 5px 0;
    cursor: pointer;
    border: 1px solid #0000000f;
    border: 0.5px solid rgba(220, 220, 220, 1);
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 300px;
  /* max-height: 260px; */
}
.all_banks_container{
   display: none;
}





.cardtab_savedcard .cpayment_p
{
    font-size: 16px;
    font-weight: 500;
    line-height: 21.17px;
    text-align: left;
    color: #121212;
    
}
.sc_select_main {
    margin: 0px 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 11px 0px #00000000;
    padding: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 0 0 10px 0;
    border: 0.5px solid rgba(213, 213, 213, 1);
}
.sc_select_innermain
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc_select_card {
    display: flex;
    flex-direction: row;
    gap: 7px;
}
.sc_bankname {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: rgb(18, 18, 18);
}
.sc_accountno
{
  font-size: 10px;
  font-weight: 400;
  line-height: 18.52px;
  text-align: left;
  color: rgba(102, 102, 102, 1);

}
.sc_card_icon
{
  max-width: 24px;
  padding: 2px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid rgba(213, 213, 213, 1);
}
.sc_bank_icon {
    /* width: 40px; */
    position: relative;
    /* top: -11px; */
    max-width: 27px;
}
.sc_cvvcon
{
    display: flex;
    justify-content: space-between;

}
.sc_cvvcon p
{
  font-size: 13px;
  font-weight: 400;
  color: #2D2D2D;
  text-align: left;
}
.sc_cvvcon a
{
  font-size: 11px;
  font-weight: 400;
  color: #191F35;
  text-align: left;
  text-decoration: underline;
}
.scc_input_con
{
  width: 100%;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cvv_input
{
  width: 100%;
  padding: 10px;
  border: none;
  color: #121212;
  font-size: 10px;
  font-weight: 400;
  border-radius: 5px;
  border: 0.5px solid rgba(153, 153, 153, 1);
  width: 100px;
  color: rgba(45, 45, 45, 1);


}
.cvv_input::placeholder{
  color: rgba(153, 153, 153, 1);
  font-size: 10px;
}
.scc_input_con .cvv_input:focus {
    outline: none;
    border-bottom: 1px solid #A6A6A6;
  }
.scc_input_con .cvv_input::placeholder
{
font-size: 14px;
color: #908F8D;
}
.acc_container {
    margin-top: 10px;
}
.clk_cvv_enter
{
    display: none;
}
button.new_card_con
{
  -webkit-tap-highlight-color: transparent;
    color: #3C67D9;
    font-size: 16px;
    background: unset;
    border: unset;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgba(78, 105, 230, 1);
    width: 100%;
    color: rgba(78, 105, 230, 1);
    border-radius: 6px;
    padding: 9px;
}
.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: 75px;
  }

.sc_bank_icon {
  width: 40px;
  position: relative;
  /* top: -11px; */
}
.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: 14px;
  position: absolute;
  top: 13px;
  right: 13px;
}
.balence_pop_fun_bj {
  padding: 20px;
  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 {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: rgba(78, 105, 230, 1);
  font-family: "inter";
}
.con_cvv_p
{
  color:rgba(85, 85, 85, 1);
  text-align: center;
  padding-top: 15px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  font-family: "inter";
}
.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: 12px 2px;
    border-radius: 10px;
    background-color: #fff;
  
    display: flex;
    flex-direction: column;
    gap:10px;
}
.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: 36px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 500;
  background-clip: padding-box;
  color: #282828;
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid rgba(213, 213, 213, 1);
}
.form-control:focus {
    outline: none;
    /* border-bottom: 1px solid #909090 */
  }
  .form-control::placeholder
{
font-size: 12px;
color: rgb(207,207,207);
}
.cardtab_newcard .labl_con
{
display: flex;
align-items: center;
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;
    border: 1px solid #D5D5D5;
    padding: 0 10px 10px 10px;
    border-radius: 10px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}
.tick__ksr{
  max-width: 14px;
    position: absolute;
    right: 10px;
    top: 14px;
    display: none;
}
p.cjk {
  color: rgba(45, 45, 45, 1);
  font-size: 12px;
  /* margin-left: 5px; */
  display: flex;
  align-items: center;
  margin: 10px 0;
}
p.cjk11 {
  color: rgba(85, 85, 85, 1);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}
input#rembember {
  margin-right: 5px;
}
.check-sec label
{
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: math-auto;
  color: #212223DD;
}
.labl_con a
{
text-decoration: underline;
font-size: 11px;
font-weight: 500;
text-align: left;
color: #2D2D2DDD;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.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: 10px;
    font-weight: 600;
    text-align: left;
    text-transform: math-auto;
    color: rgb(85, 85, 85);
}
.chose_bank span{
  color: rgba(45, 45, 45, 1);
  font-size: 12px;

}
.bnk_txtwth_icn{
  gap: 0;
}
.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 #3C67D9;
  box-shadow: 0px 0px 15px 0px rgba(78, 105, 230, 0.5) inset;
}
.chose_bank img {
  max-width: 28px;
  transform: rotate(90deg);
  /* margin-left: 5px; */
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  /* gap: 15px; */
}
.seksrr_lected .chose_bank img {
  margin-left: 5px;
}
.seksrr_lected .bnk_txtwth_icn {
  gap: 15px;
}
.border_set
{
  border: 2px solid rgba(78, 105, 230, 1) !important;
  box-shadow: 0px 0px 15px 0px rgba(78, 105, 230, 0.5) inset;
}
.success_page_scrl{
  overflow: hidden auto;
}

@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;
  background: #fff;
}
.payme2_comm_sucess_fai.index_failer_sec {
  padding: 100px;
}

}

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