@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=Red+Hat+Display:ital,wght@0,300..900;1,300..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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  /* font-family:"Inter"; */
  font-family: "Roboto", sans-serif;

}

.payment2_section {
  /* background-image: url(../image/bg.png);
  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; */
  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: #ECF6FA; */
  /* background:#F1F1F1; */
  background: #ffffff;
  font-family: "Inter", 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-color:#F1F1F1; */
  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 25px; */
  padding: 20px 0 40px;
   background-image: url(../image/pay22bg.png);
  background-repeat:round;
  /* background-position: 50% 50%; */
  background-size: cover;
  /* border-radius: 0% 0% 50% 50% / 10% 10% 10% 10%;  */
  height:200px;
}

.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;
  width:100%;
  max-width:25px;
}

.acc_amt_pay {
  padding: 20px 15px 25px;
  /* position: relative; */
  /* text-align:center; */
  padding-bottom:0px;
}

.acc_amt_pay h2 {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.acc_amt_pay h3 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  padding: 4px 0;
}


.upi_paym_qr_sec {
  background: #fff;
  padding: 20px 12px;
  /* position: relative; */
  margin:0px 16px;
  padding-bottom:26px;
  /* bottom:25px; */
  margin-top:-52px;
  /* border: 1px solid #E1E1E1;
  border-radius: 10px; */
}
.qr_scanner_holder{
  /* background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px #0000001A;
  padding:0px 7px;
  border-radius: 5px;
  display:flex;
  align-items:center; */
}
.qr-image{
   background: #FFFFFF;
   box-shadow: 0px 0px 24px 0px #00000036;
  /* padding:8px; */
  border-radius: 5px;
}
.qr_section_pay {
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  width: 80%;
  margin: 0 auto; */
  gap:8px;
}
.up_images {
  display: flex;
  gap:22px;
}
.paym_qr_ele h5 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  /* margin-bottom: 6px; */
  color: #1D1D1D;
}

.paym_qr_ele h6 {
  font-size: 11px;
  font-weight: 400;
  color: #767676;
}

.paym_qr_ele p {
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  text-align: center;
}

.paym_qr_ele p span {
  color: #FF3333;
    font-size: 12px;
    font-weight: 600;
}

.qr_scanner {
  box-shadow: 0px 0px 12px 0px #00000026;
  background: #ffffff;
  padding: 10px 11px;
  border-radius: 8px;
  display:flex;
  flex-direction:column;
  border: 1px solid #E1E1E1;
}

.qr_scanner img {
  /* max-width: 136px; */
  max-width:100px;
}
.upi_main_container .upi_paym_qr_sec{
  background-color:transparent;
}
.upi_main_container .app_paylist li{
  height:53px;
  border-radius:8px;
}
.img_upipay img {
  width: 24px;
  height: 24px;
}

.paytm_btn_bi {
  width: 100%;
  background: linear-gradient(180deg, #8E20E1 0%, #7B1169 100%);
  padding: 12px;
  border-radius: 4px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

/* add class */
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.active_upiapp_bor {
  border: 1px solid #A121C6 !important;
  transition: all 0.5s;
  box-shadow: 0px 0px 20px 0px #4F4F4F26;
}

.paym_upi_apps h4 {
  color: #292929;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.paym_upi_apps {
  padding: 5px 0 0px;
}

.paym_upi_apps .app_paylist {
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  gap: 12px;
  padding: 10px 0 0px;
}

.app_paylist li {
  background: #ffffff;
  border-radius: 6px;
  list-style-type: none;
  display: flex;
  gap: 5px;
  /* flex-direction: column; */
  /* flex-basis: calc(50% - 10px); */
  align-items: center;
  padding: 12px;
  cursor: pointer;
  border: 1px solid #E7E8EA;
  height:80px;
  width:100%;
  justify-content: space-between;
}
.img_upipay {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app_paylist li span {
  color: #606060;
  font-weight: 400;
  font-size: 12px;
}

.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: #ffffff;
  /* background:#F1F1F1; */
}

@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 {
  border: 1px solid #e5e7ea;
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 12px 16px 12px;
  border-radius: 10px;
}

.pay2_transection_con {
  border-bottom: 1px solid #f1f1f1;
  padding: 11px 0;
  display: flex;
  justify-content: space-between;
}

.payment2_comm_trans ul {
  list-style-type: none;
}

.payment2_comm_trans ul li:last-child {
  border-bottom: none;
}

.pay2_trans_sp_lef {
  color: #212223;
  font-size: 12px;
  font-weight: 400;
}

.pay2_trans_sp_rig {
  font-size: 14px;
  font-weight: 500;
  color: #212223;
}

.pay2_button_sucess button {
  background: linear-gradient(180deg, #8E20E1 0%, #7B1169 100%);
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
}

.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: #1D1D1D;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  text-align:center;
}
.upi_pymnt_syntx {
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  justify-content:center;
}
.upi_sub_txt{
  font-size:9px;
  font-weight:400;
  /* color: #A9A9A9; */
  color: #29292966;

}
.upi_left_holder{
  display:flex;
  gap:7px;
  flex-direction: column;
  align-items: center;
}
.payment_methods_selct h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
  /* margin-top:10px; */
}
.payment_methods_selct {
  border-radius: 8px;
  padding: 16px;
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #4F4F4F26;
}
.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.payment_logos_img {
  width: 100%;
    max-width: 50px;
    display: block;
}
.upi_pymnt_syntx img {
  width: 100%;
  max-width: 26px;
}
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}
.money_ddd{

}
.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding:11px 15px 10px;
  background:#ffffff;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.bank_pymnt_txt {
  color:#161719;
  font-weight:500;
  font-size: 16px;
  padding-bottom: 15px;
  text-align: center;
  /* display:inline-block; */

}
.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}
.bank_pop {
  display: flex;
  /* flex-direction:column; */
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 8px;
  gap: 8px;
  /* flex: 0 0 33.33%;
  flex-basis: calc(33.33% - 7px); */
  cursor: pointer;
  height:50px;
  box-shadow: 0px 2px 12px 0px #0000001A;
  width: 100%;
  justify-content: space-between;
  border: 1px solid transparent;
}
.bank_pop span {
  color:#1F2732;
  font-weight: 500;
  font-size:13px;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.allbanks_sec h2 {
  color: #161719;
  font-size: 16px;
  padding: 20px 0 15px 0;
  font-weight: 500;
  text-align: center;
}
.allbanks_close{
  float:right;
  cursor: pointer;
  padding-bottom: 14px;
}
.chose_bank a{
  /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
  /* border-radius: 6px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px; */
  text-decoration: none;
  /* border: 1px solid #B5B5B5; */
  background: linear-gradient(88.84deg, rgba(230, 232, 246, 0.2) 1.84%, rgba(243, 245, 252, 0.2) 97.63%), linear-gradient(0deg, rgba(253, 246, 255, 0.5), rgba(253, 246, 255, 0.5));
  border: 1px solid #3A458A33;
  border-radius: 8px;
  padding: 14px;
  /* border: 1px solid #A121C6; */
  box-shadow: 0px 0px 20px 0px #4F4F4F26;
}

.chose_bank span {
  color: #161719;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter";
}
.bank_sec.selected {
  border: 1px solid #3C67D9;
}
.search_bank {
  position: relative;
}
.search-txtt {
  /* width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: none;
  text-indent: 25px;
  border:1px solid #B5B5B5;
  height: 50px; */
  width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: none;
    text-indent: 25px;
    /* border: 1px solid #B5B5B5; */
    height: 50px;
    box-shadow: 2px 2px 5px 0px #7F15811A inset;
    background: #FDF6FF80;
    border: 1px solid transparent;
}
.search_icon {
  position: absolute;
  top: 15px;
  left: 12px;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
  padding: 10px;
  /* border-radius: 4px; */
  gap: 20px;
  margin: 5px 0;
  cursor: pointer;
  /* border:1px solid #0000000f; */
  border-bottom: 1px solid #A3A3A34D;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  /* max-height: 260px; */
}
.all_banks_container{
   display: none;
}


.dlm_image{
  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 {

    /* background: #FEFCF6; */
    margin: 0px 10px;
    border-radius: 6px;
    box-shadow: 0px 4px 11px 0px #00000000;
    padding: 16px 10px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 4.3px 0px #0000001F;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 0 0 10px 0;
    /* background: #F3F3F3; */
    box-shadow: 0px 2px 12px 0px #0000001A;
    background: #FFFFFF;

}
.selected_bank{
  background:#FFFFFF;
}
.sc_select_innermain
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc_select_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.sc_bankname
{
font-size: 14px;
font-weight: 500;
line-height: 1.5;
text-align: center;

}
.sc_accountno
{
  font-size: 12px;
  font-weight: 400;
  line-height: 18.52px;
  text-align: left;
  color: #747474;
  border-right: 0.5px solid #C7C7C7;
  padding-right: 5px;
}
.sc_card_icon
{
    max-width: 38px;
    background: #fefcf6;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000014;
    width: 100%;
}
.sc_bank_icon {
    width: 40px;
    position: relative;
    top: -11px;
}
.sc_cvvcon
{
    display: flex;
    justify-content: space-between;

}
.sc_cvvcon p
{
  font-size: 12px;
  color: #2D2D2D;
  font-weight: 400;
  text-align: left;
}

.sc_cvvcon a
{
  font-size: 11px;
  font-weight: 400;
  color: #191F35;
  text-align: left;
  text-decoration: underline;
}
.scc_input_con
{
  border-radius: 6px;
  width: 100%;
  margin-top: 5px;
  display: flex;
  border: 1px solid #B5B5B5;
  padding: 14px 10px;
  box-shadow: 2px 2px 5px 0px #7F15811A inset;
  background: #FDF6FF80;
  border: 1px solid transparent;
}
.cvv_input
{
    width: 100%;
    border: none;
    color: #121212;
    font-size: 12px;
    font-weight: 500;
    -webkit-appearance: none;
     border-radius: 0;
     background: transparent;

}
.scc_input_con .cvv_input:focus {
    outline: none;
    /* border-bottom: 1px solid #A6A6A6; */
  }
.scc_input_con .cvv_input::placeholder
{
font-size: 14px;
color: #C2C7DF;
font-weight: 500;
}
.acc_container {
    margin-top: 10px;
    width: 100%;
    max-width: 370px;
}
.clk_cvv_enter
{
    display: none;
}
button.new_card_con
{
  -webkit-tap-highlight-color: transparent;
  color: #45AE9F;
  font-size: 12px;
  background: unset;
  border: unset;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* float:right; */
  gap:10px;
  font-weight:bold;
}
.add_new_card{
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.addnew_plus
{
width: 100%;
max-width:16px;
}
.card_ddd{
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-19px);
}
.card_3d_img {
  width: 100%;
  max-width: 140px;
  }
  .sc_card_icon {
    max-width: 38px;
    background: #FEFCF6;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000014;
    width: 100%;
    margin: 0 auto;
}
.sc_bank_icon {
  width: 40px;
  position: relative;
  top: 0px;
}
.card_headr_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #1D1D1D;
  padding: 0 0 10px 0;
  margin-top:16px;
}
.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: 28px;
  position: absolute;
  /* right: 0; */
  right: 5px;
  bottom: -32px;

}
.balence_pop_fun_bj {
  padding: 30px 12px 12px 12px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: -1px 3px 18px 0px #00000012;
  /* background:linear-gradient(240.11deg, #6B96EC 31.99%, #FFFFFF 109.54%); */
  /* background: #FFFFFF; */
  background-image: url(../image/pophead_back.png);
  background-size: 100%;
  background-repeat: no-repeat;
  ;
}
.balence_img_fun {
  text-align: center;
  margin-top: 45px;
}
.balence_pop_fun_bj h5 {
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  /* font-family:"Inter";  */
  margin-bottom:9px;
}
.con_cvv_p
{
  /* color: #2D2D2D; */
  /* font-family:"Inter";  */
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #F5F5F5;

}
.bank_lgo_img{
   /* top: -2px; */
   max-width: 38px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000014;
    width: 100%;
    margin: 0 auto;
}
.cards_tabcontainer .cardtab_newcard
{
    position: relative;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.newcard_inner
{
    padding: 0px 2px;
    border-radius: 10px;
    background-color: #fff;
    /* margin-top:10px; */
    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: 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: none;
    -webkit-appearance: none;
     border-radius: 6px;
     border: 1px solid #B5B5B5
}
.form-control:focus {
    outline: none;
    border: 1px solid #909090
  }
  .form-control::placeholder
{
font-size: 14px;
color: #B5B5B5;
}
.cardtab_newcard .labl_con
{
display: flex;
align-items: center;
gap:5px;
margin-bottom:11px;
justify-content:space-between;
padding-top:12px;
}
.d-flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.d-flex .form-group {
    flex-basis: 46%;
}
.check-sec {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.check-sec label
{
  font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #2D2D2D;
}
.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: linear-gradient(180deg, #CC62F7 0%, #450A4E 100%);
  box-shadow: 0px 0px 4px 0px #C3CBF3 inset;
}
input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
.labl_con label
{
  font-size: 14px;
  font-weight: 400;
  /* text-align: left;
  text-transform: math-auto; */
  color: #212223;
  /* font-family: "Poppins", sans-serif; */
}
.justify_space
{
    justify-content: space-between !important;
}

.card_inpt_bx {
  position: relative;
}
.bank_pop.selected {
  border: 1px solid #A121C6;
  box-shadow: 0px 0px 20px 0px #4F4F4F26;
}
.chose_bank img {
  max-width: 28px;
  margin-left: 5px;
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.border_set
{
  border: 2px solid #45AE9F!important;
}
.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: 95px;
  }
  .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: 87dvh;
    height: inherit;
  }
  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }
  .upi_paym_qr_sec{
    margin-bottom:20px;
    padding-bottom: 15px;
  }
  .success_page_scrl{
    padding-bottom:10px !important;
  }
}
@media (min-width: 768px) {
  .index_sectn {
    /* max-height: 55dvh; */
    height: inherit;
  }
}

.rtyuierror {
  border: 1px solid red !important;
}

.error {
  border: 1px solid red !important;
}


/* ==UPI==== */

.qs_top,.qs_bottom{
  display: flex;
  justify-content: flex-start;
  align-items:center;
  gap:14px;
}
.qs_top{
  justify-content:center;
}
.paym_qr_ele {
  border-radius: 6px;
  padding: 0px 16px 16px 16px;
  /* position: relative;
  bottom:25px; */
  margin-top:-50px;
}

/* ==Sucess== */
.payment3_su_fa_main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* overflow: hidden; */
}
.payment3_su_fa_header {
  margin-top: 15px;
}
.payment3_su_fa_header img{
  cursor: pointer;
}
.payment3_su_fa_section {
  padding: 25px 0px 20px;
  border-radius: 10px;
  background: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin:0px 20px;
  box-shadow: 0px 0px 35px 0px #00000024;
}
.payment3_su_fa_img {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.payment3_su_fa_img_failed {
  padding: 0px 50px;
}
.payment3_su_fa_img img{
  width: 48px;
}
.payment3_su_fa_text, .payment3_su_fa_amt {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.payment3_su_fa_amt {
  padding: 15px 0px 0px 0px;
}
.success_line{
  border-top: 1px solid #E5E7EA;
    width: 100%;
}
.payment3_su_fa_text h1 {
  color: #1E1E1E;
  font-weight: 400;
  font-size: 14px;
}
.payment3_su_fa_text p {
  color: #747474;
  font-weight: 400;
  font-size: 12px;
  padding: 12px 16px;
}
.payment3_su_fa_amt p{
  color: #45AE9F;
  font-size: 26px;
  font-weight: 600;
}
.payment3_su_fa_amt_failed p{
  color: #E52F2E;
}
.payment3_su_fa_amt span{
  color: #747474;
  font-size: 14px;
  font-weight: 400;
}
.payment3_su_fa_content_common {
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.91px solid #E0E0E0;
  padding: 10px 0 12px;
}
.payment3_su_fa_content_common p{
  font-size: 13px;
  font-weight: 400;
  color: #747474;
}
.payment3_su_fa_content_common span{
  font-size: 14px;
  color: #747474;
  font-weight: 400;
}
.payment3_su_fa_paynow{
  background: #366FE0;
  width: 100%;
  padding: 15px;
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
span.payment3_su_fa_value::before { 
  content: attr(data-value); 
}
.payment3_qr_scanner img
{
max-width: 84px;
}

/* Failed */

.pay_fu_su_iMG {
  height: unset;
  justify-content: center;
}
.pOsitioN_stiCky {
  position: sticky;
  bottom: 0;
  padding: 15px;
} 
.payment3_su_fa_paynow {
  background: linear-gradient(180deg, #8E20E1 0%, #7B1169 100%);
  width: 100%;
  padding: 15px;
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.payment3_su_fa_main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* overflow: hidden; */
}

@media screen and (min-width:590px) {
  .payment3_su_fa_main {
    overflow: hidden;
  }
}


/* ==saved credit card== */
.wcvv {
  display: flex;
  justify-content: end;
  /* margin-top: 10px; */
}
a.clk_ccv_pop {
  -webkit-appearance: none;
  color: #2D2D2D;
  font-size:12px;
  font-weight: 400;
}

.enter_card_details{
  font-size: 16px;
  font-weight: 500;
  /* color:#121212; */
  color: #1D1D1D;
  /* font-family:"Inter";  */
  margin-top:14px;
  text-align: center;
}
button.new_card_con{
  margin-top:22px;
}

.upi_paym_qr_sec{
  margin-bottom:20px;
}
.payment_typ{
  border-radius: 10px;
  border: 1px solid #E1E1E1;
}
.card_payments_tab{
  padding-top:7px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
}

/* ==Sucess== */
.upi_payment_container.upi_success_header {
  padding: 28px 0 28px;
}
.visa_cad_mg {
  width: 30px;
}
.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.border_set .secu_wall {
  display: none;
}
.border_set .secu_wallact {
  display: block !important;
}

@media screen and (max-width:550px) {

.payment3_su_fa_section {
  padding: 16px 0px 16px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  gap: 20px;
  margin: 0px 20px;
  justify-content: center;
  align-items: center;
}
.payment2_main_section {
  background:#F1F1F1;
}
/* .qr_section_pay{
  gap:5px;
} */

}


.pay_fu_su_iMG {
  height: unset;
  justify-content: center;
  background: #fff;
  padding:16px 0px;
  margin:0 15px;
  border-radius: 10px;
}

.form-group.check-sec label{
  /* font-family: "poppins"; */
  font-optical-sizing: auto;
}


.index_page_sub{
  /* background:#F1F1F1; */
  background: #FFFFFF;
}
.upi_main_container .upi_paym_qr_sec{
  padding:20px 0px;
}
.upi_pay_sec_success .upi_payment_container{
  height:210px;
}

.upi_pay_sec_success .payment3_su_fa_section,.upi_pay_sec_failed .pay_failure_section {
  margin-top:-50px;
}


.upi_pay_sec_failed  .upi_payment_container{
  height:210px;
}

.upi_main_container .upi_paym_qr_sec{

  margin-top:-27px;
}
.all_banks_container.allbanks_si {
  margin: 0px 11px;
}


/* .payment2_section:has(.allbanks_si) {
  display:block;
} */


@media (min-width: 768px) {
  .index_sectn {
    max-height: 70dvh;
    height: inherit;
  }
}


.all_banks_container.allbanks_si {
  margin: 24px 11px;
}

.net_allbankslst {
  height: 59vh;
  overflow-y: scroll;
  padding-top: 0px;
  padding-right: 10px;
}

@media (max-width: 551px) {
  .net_allbankslst {
      height:100vh;
  }
}

.net_allbankslst::-webkit-scrollbar {
  background: #9680B633;
  width: 8px;
  padding: 1px 0.67px 658px 1.33px;
  border-radius: 10px;
}

.net_allbankslst::-webkit-scrollbar-thumb{
  background: #DDDDDD;
  border-radius: 10px;
}

@media screen  and (max-width:359px){
  .qr_section_pay {
    display: flex;
    flex-direction: column;
    width: 80%;
}
.paym_qr_ele h6{
  font-size:10px;
}
.paym_qr_ele p{
  font-size:9px;
}
.qr_scanner img{
  max-width:80px;
}
.payment3_su_fa_section{
  border-radius:6px;
}
.pay_detail_top {
  padding: 10px 15px !important;
}
}

.qr_scanner_holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:319px) {
  .qr_section_pay {
    gap: 3px;
}
}
.payment2_section_active{
  background-color:#FFFFFF;
}
.upi_paym_qr_sec_active{
  margin-top:0px;
 padding:0px;
}

.netback_active{
  margin:0px;
  padding: 0;
  border: 1px solid transparent !important;
}

.payment2_section_netadded{
  background-color:#FFFFFF;
}

.chose_bank img {
  max-width: 28px;
  margin-left: 5px;
  max-height: 27px;
}
.bankselected{
  color:#161719;
  font-weight:400;
}
.bank_name span{
  color: #242424;
  /* font-family: Poppins; */
  font-size: 14px;
  font-weight: 500;
}

.search-txtt::placeholder{
  color:#B5B5B5;
  /* font-family: Poppins; */
  font-size: 14px;
  font-weight: 400;
}
.search-txtt{
  color: #3E3E3E;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
/* extra */
.payme_head1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
.payme_head1 span {
  /* backdrop-filter: blur(4px); */
  padding: 8px 13px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 400;
  /* font-family: "Rubik", sans-serif;
  border: 1px solid #FFFFFF33; 
  border-radius: 90px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.upi_title a img {
  transform: translateY(20%);
  max-width: 24px;
}
.acc_amt_pay_cen{
  margin: 28px 0px 0px 0px;
  text-align: left;
}
.select_payment_container p{
  color: #767676;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}
.upi_left_holder img {
  width: 32px;
}
.up_images img {
  width: 16px;
}
.qr_sm_wid{
  width: 25px !important;
}
.up_images {
  gap: 16px;
}
.qr_time{
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  padding: 16px;
  color: #FFFFFF;
  margin: 6px 0px 10px;
  background: #ffffff;
  position: relative;
}
.paym_upi_apps p {
  color: #767676;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin: 8px 16px;
}
.app_play li{
  box-shadow: 0px 0px 20px 0px #4F4F4F26;
  padding: 16px;
  border-radius: 8px;
}


.arrow_iconact {
  display: none; 
}

.active_upiapp_bor .arrow_icon {
  display: none;
}

.active_upiapp_bor .arrow_iconact {
  display: inline-block; 
}
.payment3_su_fa_amt {
  padding: 20px 15px 25px;
  /* position: relative; */
  /* text-align:center; */
  padding-bottom:0px;
}

.payment3_su_fa_amt span {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.payment3_su_fa_amt p {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  padding: 4px 0;
}
.pay_suces_detail{
  border-radius: 10px;
  background: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 20px;
  border: 1px solid #D7D7D7;
  margin-top: 36px;
  padding: 6px 18px;
  position: relative;
}
span.payment3_su_fa_value {
  color: #535353;
}
.payment3_su_fa_content_common:last-child {
  border-bottom: unset;
}
.pay_detail_top{
  border: 1px solid #D7D7D7;
  padding: 10px 30px;
  border-radius: 88px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
}
.savedcard_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.cp_bank_icon_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.newcard_bor{
  border: 1px solid #A121C6 !important;
  box-shadow: 0px 0px 40px 0px #00000026;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
  max-width: 370px;
  color:#A121C6 !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;

}
.card_input_bordr input{
  box-shadow: 2px 2px 5px 0px #7F15811A inset;
  background: #FDF6FF80;
  border: 1px solid transparent;
}
@media (min-width: 400px) {
  .balence_img_fun {
    text-align: center;
    margin-top: 75px;
  }
}
.bank_popname{
  display: flex;
  align-items: center;
  gap: 10px;
}
.upi_paym_qr_sec.upi_paynetback {
  border-radius: 10px;
  border: 1px solid #E1E1E1;
}
.allbanks_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
input#search_bank::placeholder {
  color: #2D2D2D;
}
.pay_ok{
  border: 1px solid transparent;
  padding: 4px;
  border-radius: 88px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
}
.pay_ok p{
  color: #454545;
}
.sc_select_main.sc_cvv_value.selected_bank {
  border: 1px solid #A121C6;
}
/*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:3px;
}

.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;
}

.carddeta_head_ p{
  /* padding: 8px; */
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.bank_pop .banksec .banksecx .selected .allbanks_sec .chose_bank a{
    border: 1px solid #A121C6;
}

@media (max-width: 450px) {
  .sc_select_main {
      /* max-width: 100%;  */
      max-width: 145px;
      padding: 10px 8px;
  }
  .sc_accountno {
    font-size: 9px;
  } 
  .cp_bank_icon_container {
    gap: 2px;
  }
  .newcard_bor {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 359px) {
  .sc_select_main {
    max-width: 120px;
    padding: 10px 8px;
  }
  .sc_inner_card {
    gap: 2px;
 }
 .sc_bankname {
  font-size: 12px;
 }
 .sc_accountno {
  font-size: 8px;
 }
 .save_bnktyp {
  width: 20px;
 }
 .bank_lgo_img {
  max-width: 30px;
 }
 .upi_sub_txt {
  font-size: 10px;
 }
 .payment_methods_selct {
  padding: 16px 2px;
 }
}
.highlighted{
  border: 1px solid #A121C6 !important;
  box-shadow: 0px 0px 20px 0px #4F4F4F26;
}
.pay_detail_top p {
  font-size: 14px;
  font-weight: 400;
  color: #1E1E1E;
}
input#search_bank::placeholder {
  font-family: "Roboto", sans-serif;
}
.bank_ppular{
  border: 1px solid #1C25601A;
  max-width: 30px;
  background: #FFF;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px #00000014;
  width: 100%;
  margin: 0 auto;
}