
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'),
       url('../fonts/GeneralSans-Extralight.woff') format('woff'),
       url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2'),
       url('../fonts/GeneralSans-Light.woff') format('woff'),
       url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('../fonts/GeneralSans-Regular.woff') format('woff'),
       url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
       url('../fonts/GeneralSans-Medium.woff') format('woff'),
       url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Semibold.woff') format('woff'),
       url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Bold.woff') format('woff'),
       url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'GeneralSans-Variable';
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'),
       url('../fonts/GeneralSans-Variable.woff') format('woff'),
       url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}



* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: 'GeneralSans';
}

.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: #f1f1f1;
  font-family: "Montserrat", 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-position: top left;
  background-size: cover;
  padding: 0px 0 15px;
  overflow-x: hidden;
}

.upi_title h1 {
  text-align: center;
  color: #1E1A1A;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 18px;
line-height: 28px;

}

.upi_title {
  position: relative;
  padding:15px;
  background: #FFFFFF;
  display: flex;
gap:30px;
z-index: 99999999;
}

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

.acc_amt_pay {
  margin: 15px 15px 15px;
  position: relative;
  /* border: 2px solid rgba(78, 84, 200, 0.2); */
  padding: 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:#fff;
  flex-direction: column;
    align-items: start;
padding:16px 12px;
/* align-items: center; */
gap:10px;
}

.acc_amt_pay h2 {
  color: #1E1A1A;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 16px;
line-height: 24px;
vertical-align: middle;


}

.acc_amt_pay h3 {
  color: #1E1A1A;
  padding: 6px 0;
  font-family: 'GeneralSans';
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;  
}

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

.upi_paym_qr_sec {
  background: transparent;
  margin: 15px 16px 0px;
  position: relative;
  border-radius: 16px;
  background:#fff;
  padding: 10px;
}

.qr_section_pay {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* width: 80%; */
  margin: 0 auto;
  gap: 10px;
  border-bottom:1px solid #E6E6E6;
}

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

.paym_qr_ele h6 {
  text-align: center;
  color: #1E1A1A;
  font-family: 'GeneralSans';
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  margin: 8px 0px;
}

.paym_qr_ele p {
  color: #1E1A1A;
  margin: 8px 0px;
  font-family: 'GeneralSans';
  line-height: 12.19px;
font-weight: 500;
font-size: 12px;
width: fit-content;
    background: #FFFAEB;
    padding: 6px 12px;
    border-radius: 12px;
}

.paym_qr_ele p span {
  color: #F5281B;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 20px;
}

.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_section_pay .rt_qr_scanner_new {
  background: #fff;
  padding: 5px;
  display: flex;
  border-radius: 5px;
}

.img_upipay {
  display: flex;
padding-top: 12px;
padding-right: 9px;
padding-bottom: 12px;
padding-left: 9px;
gap: 10px;
border-radius: 12px;
border: 2px solid #E6E6E6;
}
.img_upipay_img
{
width:33px;
height: 32px;
}
.img_upipay:hover{
  border-radius: 12px;
  border: 2px solid #FCCA2D;
  background:#FFFAEB;
}
.qr_scanner img {
  max-width: 80px;
}

.active_netccard
{
  border-radius: 12px!important;
  border: 1px solid #FCCA2D!important;
  background:#FFFAEB!important;
}
.paytm_btn_bi {
  width: 100%;
  background: #FCCA2D;
  border: transparent;
  font-size: 16px;
  text-align: center;
  color: #1E1A1A;
  cursor: pointer;
  font-family: 'GeneralSans';
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
padding-top: 14px;
padding-right: 12px;
padding-bottom: 14px;
padding-left: 12px;
border-radius: 12px;

}

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

.active_upiapp_bor .img_upipay {
  border-radius: 12px!important;
  border: 2px solid #FCCA2D!important;
  background:#FFFAEB;
}

p.or_tag {
  color: #7D79AA;
  font-size: 10px;
  /* margin: 14px 0 0px 0; */
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.37px;
  text-align: center;
  padding: 5px;
}

.paym_upi_apps h4 {

  text-align: center;
  color: #000;
  color: #FFFFFF;
  margin: 10px 0;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;

}

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

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

.app_paylist li {

  border-radius: 5px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  border: solid 1px transparent;
  padding: 7px;
  gap: 10px;
}



.app_paylist li span {
  color: #1E1A1A;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-align: center;
vertical-align: middle;
}

.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: #2d194b00;
}
.choose_pay_mthd {
  /* border-bottom: 1px solid #7D79A933; */
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.card_banking_amt {
  justify-content: left;
  margin: 15px 15px 0;
}
.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(25% - 10px);
  cursor: pointer;
  /* border: 2px solid rgba(78, 84, 200, 0.2); */
  justify-content: center;
  /* background: #4D468A66; */
  flex-direction: column;
}

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

  .upi_paym_qr_sec {
    padding: 10px 16px 10px;
  }
}
@media (min-width: 280px) and (max-width: 359px) {
  .bank_pop {
    flex:1;
    flex-basis: calc(19% - 0px);
    padding:5px;
  }
}
@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: row;
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
  justify-content: space-between;
}

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

.payment2_pay_com p {
  font-size: 12px;
  font-weight: 500;
}

.payment2_comm_trans {
  margin: 15px 0px 5px;
}

.pay2_transection_con {
  padding: 12px 10px;
  display: flex;
  border-radius: 5px;
  /* background: #4D468A66; */
  margin-bottom: 10px;
  gap: 10px;
  justify-content: space-between;
}

.pay2_transection_con:last-child {
  margin-bottom: 0px;
}

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



.pay2_trans_sp_lef {
  color: #6D6D6D;
  font-family: 'GeneralSans';
  font-size: 14px;
  font-weight: 500;
  line-height: 17.07px;
  letter-spacing: 0.01em;
}

.pay2_trans_sp_rig {
  color: #1E1A1A;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;

}

.pay2_button_sucess button {
  background: linear-gradient(90deg, #4E54C8 0%, #8F94FB 100%);
  padding: 12px;
  border-radius: 6px;
  border: transparent;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: center;
}

.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: transparent;
  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 {
  color: #1E1A1A;
  font-family: 'GeneralSans';
  padding: 5px 8px;
  margin-bottom: 5px;
  padding-left: 0px;
font-weight: 500;
font-size: 16px;
line-height: 24px;

}

.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: 12px;
  padding: 10px;
  /* flex-basis: calc(50% - 10px); */
  width:100%;
  cursor: pointer;
  position: relative;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #FFFFFF;
  gap:10px;
}

.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom:5px;
}

.payment_methods_selct p {
color: #1E1A1A;
font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 20px;
}

.p_t_ext {
  /* margin: 10px 0; */
}

.payment_methods_selct h5 {
  color: #1E1A1A;
font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 20px;
}

.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: transparent !important;
}

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

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

.bank_pymnt_txt {
  padding-bottom: 15px;
  font-family: 'GeneralSans';
  color: #1E1A1A;
padding:5px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
      align-items: center;
      justify-content: space-between;
}

.bank_pymnt_txt_p
{
  color:#1157FC;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 20px;
cursor: pointer;
}

.bank_lg_icn {
  width: 46px;
  height: 46px;
  max-width: 56px;
  max-height: 56px;
  border: 1px solid #E6E6E6;
border-radius: 12px;
border-width: 1px;
padding:8px;
}

.bank_lg_icn_sear {
  width: 100%;
  max-width: 24px;
}



.bank_pop span {
  color: #1E1A1A;
  line-height: 19.5px;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
text-align: center;

}

.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  justify-content: center;
}

.allbanks_sec h2 {
  padding: 10px 0 10px 0;
  color: #1E1A1A;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 16px;
line-height: 24px;


}

.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;
  width:100%;
}

.search-txtt {
  width: 100%;
  text-indent: 25px;
  background: transparent;
  font-family: 'GeneralSans';
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  color: #1E1A1A;
  border: 1px solid #E6E6E6;
border-radius: 12px;
border-width: 1px;
padding:14px;

}

.search_icon {
  position: absolute;
  top: 45%;
  transform: translateY(-46%);
  left: 12px;
  display: flex;
}

.search-txtt::placeholder {
  color: #6D6D6D !important;
   font-family: 'GeneralSans';
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
}

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

.bank_name {
  display: flex;
  align-items: center;
  padding: 14px 10px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  font-family: 'GeneralSans';
  color: #1E1A1A;
  position: relative;
font-weight: 500;
font-size: 14px;
line-height: 20px;
border: 1px solid #E6E6E6;
background:#fff;
border-radius: 12px;
}

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

.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 400px;
  /* max-height: 260px; */
}

.all_banks_container {
  display: none;
}


.savedcard_inner::-webkit-scrollbar {
  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: 9px;
  padding: 12px 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  background-color: #8f76af;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  max-width: 200px;
}

@supports not (mix-blend-mode: luminosity) {
  .sc_select_main {
    mix-blend-mode: luminosity;
    backdrop-filter: brightness(0.7);
    /* Simulate luminosity effect */
  }
}

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

.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 7px;
  width: 100%;
}

.sc_bankname {
  text-align: left;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 9.82px;
  font-weight: 600;
  line-height: 14.73px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sc_accountno {
  text-align: left;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 12.08px;
  font-weight: 500;
  line-height: 14.73px;
}

.valid_ThrU {
  font-family: Montserrat;
  font-size: 4.53px;
  font-weight: 500;
  line-height: 5.52px;
  text-align: left;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 5px;
}

.valid_ThrU span {
  font-family: Montserrat;
  font-size: 12.08px;
  font-weight: 700;
  line-height: 14.73px;
  text-align: left;
  color: #FFFFFF;
}

.cc_cname {
  font-family: Montserrat;
  font-size: 9.06px;
  font-weight: 500;
  line-height: 11.05px;
  color: #EFEDF7;
}

.cc_infoName span {
  font-family: Montserrat;
  font-size: 10.57px;
  font-weight: 700;
  line-height: 12.89px;
  color: #EFEDF7;
  overflow-wrap: break-word;
  word-break: break-word;


}

.sc_inner_cardinfo {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}

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

.sc_card_icon {
  max-width: 24px;
  padding: 2px;
  border-radius: 4px;
  width: 100%;
}

.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: 16px;
  border: none;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  border-radius: 5px;
  background: #4D468A66;
}

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

a.new_card_con {
  -webkit-tap-highlight-color: transparent;
  font-family: 'GeneralSans';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color:#1157FC;
  display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: transparent;
    border: 0px;
    text-decoration: none;
}

.popular_banks_container .upi_paym_qr_sec {
  margin-top: 0;
  margin-bottom: 16px;
}

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

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

.card_3d_img {
  /* width: 100%;
  max-width: 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: 99999999999999;
  display: none;
}

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

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

.common_pop_jk img {
  cursor: pointer;
  /* width: 14px; */
  position: absolute;
  right: 15px;
  top:13px;
}

.balence_pop_fun_bj {
  padding: 10px 20px;
  background: #fff;
  border-radius: 24px;
}

.balence_img_fun {
  text-align: center;

}

.balence_pop_fun_bj h5 {
  text-align: center;
  color: #1E1A1A;
  font-family: 'GeneralSans';
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 10px;
  font-size: 14px;

}

.con_cvv_p {
  color: #1E1A1A;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  font-family: 'GeneralSans';

}

.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: 5px 2px;
  border-radius: 10px;
  /* background-color: #fff; */
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.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%;
  padding: 16px 12px;
  background-clip: padding-box;
  color: #1E1A1A;
  -webkit-appearance: none;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  outline: none;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 20px;

}

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

.form-control::placeholder {
  font-family: 'GeneralSans';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color:#6D6D6D;
}

.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  /* margin-bottom: 5px; */
  position: relative;
}

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

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

.check-sec {
  margin-top: 20px;
  display: flex;
    justify-content: space-between;
}

.tick__ksr {
  max-width: 14px;
  position: absolute;
  right: 10px;
  top: 14px;
  display: none;
}

p.cjk {
  color: #FFFFFF;
  /* margin-left: 5px; */
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;

}

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;
  position: absolute;
  top: 18px;
}

.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: #F5F5F5;
  -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 .bank_lg_icn{
  border: 1px solid #FCCA2D;
  background: #FFFAEB;

}

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

.sc_select_main.selected_bank {
  background-blend-mode: unset !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: 145px;
  }

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

@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: 5px;
    margin-top:0;
  }
}

@media (min-width: 768px) {
  .index_sectn {
    max-height: 70dvh;
    height: inherit;
  }
}

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

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


.payMent_conT {
  margin-top: 10px;
}

.payMent_conT li {
  display: inline-block;
}

.flex_reSet {
  flex-basis: unset;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

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

.upi_AliGn_coNT {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.payment_methods_selct:hover {
  border: 1px solid #FCCA2D;
  background:#FFFAEB;
}


.pay_UPI_head {
  border: 0px !important;
  margin-bottom: 0px !important;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 16px;
line-height: 24px;
color:#1E1A1A;
}

.QR_upi_inFo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 8px 0px;
  width: fit-content;
  border: 0.5px solid #5F598B;
  padding: 5px;
  border-radius: 4px;
}

.QR_upi_inFo li {
  display: flex;
}

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

.separator .line {
  height: 1.5px;
  flex: 1;
  background-color: #7D79A933;
}

@media only screen and (max-width:291px) {
  .upi_paym_qr_sec {
    padding: 10px 10px;
  }
}

@media only screen and (max-width:320px) {
  .paym_qr_ele h6 {
    font-size: 10px;
  }

  .qr_scanner img {
    width: 60px;
  }

  .app_paylist li {
    gap: 5px;
  }

  .app_paylist li span {
    font-size: 9.5px;
  }
}

.payMent_succ_head {
  font-family: 'GeneralSans';
  color: #1E1A1A;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}

.payMent_succ_subhead {
  font-family: 'GeneralSans';
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
  color: #E4E1FF;
  margin-top: 8px;
}

.pad_sucfai {
  padding: 10px;
  border-radius: 16px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
  background:#fff;
}

.fail_succ_head {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  color: #FFFFFF;
}

.fail_succ_subhead {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
  color: #E4E1FF;
  margin-top: 8px;
}

.savedcard_inner {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  max-width: 500px;
  flex-direction: column;
}

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

.cc_card_radio [type="radio"]:checked,
.cc_card_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.cc_card_radio [type="radio"]:checked+label,
.cc_card_radio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 12px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.cc_card_radio [type="radio"]:checked+label:before,
.cc_card_radio [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: transparent;
}

.cc_card_radio [type="radio"]:checked+label:after,
.cc_card_radio [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cc_card_radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cc_card_radio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cvv_input::placeholder {
  color: #c2c7df !important;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.07px;
  letter-spacing: 0.01em;
}

.clk_ccv_pop {
  position: absolute;
  right: 20px;
}

.flex_3_align {
  flex: 3;
  flex-basis: 10% !important;
}

.flex_1_align {
  flex: 1;
  flex-basis: 10% !important;
}

@media only screen and (max-width:320px) {
  .flex_3_align {
    flex: 3;
    flex-basis: 30% !important;
  }

  .flex_1_align {
    flex: 1;
    flex-basis: 30% !important;
  }
}


.cjk {
  position: relative;
  display: inline-block;
}

.cjk input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #3f449e;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.cjk input[type="checkbox"]:checked {
  background-color: transparent;
}

.cjk input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: linear-gradient(180deg, #5A53BA 0%, #4D4A80 100%);
  border-radius: 4px;
}

.banks_lst_dpdn ul {
  margin-top: 10px;
  /* background: #4D468A66; */
  border-radius: 5px;
}

.banks_lst_dpdn ul::-webkit-scrollbar {
  display: none;
}


.custom-radio {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 10px;
}

.banks_lst_dpdn ul li .custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #5B5B5B;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}

.banks_lst_dpdn ul li .custom-radio input[type="radio"]:checked {
  border-color: #5A53BA;
  background-color: #5A53BA;
}

.banks_lst_dpdn ul li .custom-radio input[type="radio"]:checked::after {
  content: "";
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: url('/design72/payment_assets/image/design64/tick.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}
.PreView_Card
{
  width:100%;
  display: flex;
  justify-content: center;
}
.PreView_Card .sc_select_main
{
  background-blend-mode: unset;
  background-color: none;
  border-radius:8px;
}
/*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: 40px;
  right:5px;
}
.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;
}
@media only screen and (max-width:360px)
{
  .app_paylist li span
  {
    font-size:12px;
  }
  .app_paylist li
  {
    padding:0px;
  }
}

@media only screen and (max-width:390px)
{
  .paym_upi_apps .app_paylist
  {
    gap:0px;
  }
}

.upi_seC_aliGn
{
  margin-top:25px;
}

/*switch css*/

.tabs {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
}
.tab-nav {
  display: flex;
  list-style-type: none;
  position: relative;
  background: transparent;
  border-radius: 16px;
}
.tab-link {
  flex: 1;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff#1E1A1A;
  transition: color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
.tab-link.active {
  color: #fff;
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #1E1A1A;
  transition: left 0.3s linear;
  z-index: 0;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
border-radius: 37px;
padding-top: 8px;
padding-right: 12px;
padding-bottom: 8px;
padding-left: 12px;

}
.tab-content {
  display: none;
  background-color: #fff;
  margin-top:20px;
border-radius: 24px;
padding: 12px;
}
.tab-content.active-content {
  display: block;
  animation: fade-in 0.3s ease-in;
}
@keyframes fade-in {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.tab_Upi_apps
{
  background: #fff;
border-radius: 53px;
padding: 8px;

}
.upi_paym_qr_CuS
{
  background:transparent;
  padding:0px;
}
.saVed_DebiT
{
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 16px;
line-height: 24px;
color:#1E1A1A;
margin-bottom:10px;
}
.saVed_DeBit_Sec
{
  font-family: 'GeneralSans';
gap: 12px;
border-radius: 12px;
padding: 12px;
background: #F5F5F5;
margin-bottom:15px;
}
.saVed_DeBit_sUbSec
{
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.saVed_CrediT_sUbSec
{
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.saVed_CrediT_Sec
{
  font-family: 'GeneralSans';
gap: 12px;
border-radius: 12px;
padding: 12px;
background: #F5F5F5;
margin-bottom:15px;
}
.saVed_deBit_AliGN
{
  display:flex;
  gap: 13px;
}
.saVed_crDit_AliGN
{
  display:flex;
  gap: 13px;
}
.saVeD_ParA
{
  display: flex;
  gap:6px;
  flex-direction: column;
}
.saVeD_ParAproP
{
  font-family: 'GeneralSans';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color:#1E1A1A;
}
.saVeD_ParApro
{
  font-family: 'GeneralSans';
font-weight: 400;
font-size: 14px;
line-height: 20px;
text-align: center;
color:#6D6D6D;
}
.tXT_inPut
{
  font-family: 'GeneralSans';
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  border-radius: 12px;
  border-width: 1px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;  
  color:#1E1A1A;
  margin-top: 10px;
width:100%;
}
.tXT_inPut::placeholder
{
color:#6D6D6D;
font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
}
.tXT_inPut:focus, .tXT_inPutc:focus
{
  border: 1px solid #FCCA2D;
}
.tXT_inPut:focus-visible
{
  outline:unset;
}
.tXT_inPutc
{
  font-family: 'GeneralSans';
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  border-radius: 12px;
  border-width: 1px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;  
  color:#1E1A1A;
  margin-top: 10px;
width:100%;
outline: unset;
}
.tXT_inPutc::placeholder
{
color:#6D6D6D;
font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
}
.cvv_poSwh
{
  position: relative;
  display: none;
}
.cvv_wH
{
  font-family: 'GeneralSans';
font-weight: 600;
font-size: 12px;
text-decoration: underline;
  color:#1157FC;
  position: absolute;
  right: 12px;
  top: 25px;
  transform: translate(-50%, 25%);
  cursor: pointer;
}
.clk_newcard
{
  cursor: pointer;
  display: flex;
      text-decoration: none;
      gap: 10px;
      align-items: center;
      font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 20px;
}
.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; 
  justify-content: center;
  align-items: center;
z-index: 99999;
}

.popup-content {
  background: white;
  padding: 20px;
  text-align: center;
  position: absolute;
    bottom: 0;
    width: 100%;
padding-top: 24px;
padding-right: 28px;
padding-left: 28px;
border-top-left-radius: 24px;
border-top-right-radius: 24px;

}
.wrapper {
  position: relative;
  overflow: hidden;
}
.add_new_HeaD
{
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 16px;
line-height: 24px;
color:#1E1A1A;
text-align: left;
}


.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: #F5F5F5;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;

}
.slider.round {
  border-radius: 20px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 1px;
  background-color: #1E1A1A;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;

}
input:checked+.slider {
  background-color: #009305;
  box-shadow: none;
}
input:checked+.slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background:#fff;
  box-shadow: 0px 1px 2px 0px #0000004D;
  height: 20px;
  width: 20px;
}

@media only screen and (max-width:359px)
{
  .labl_con label
  {
    font-size: 10px;
  }
}
.heaDer_TiTle
{
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
color:#1E1A1A;
text-align: left;
margin-bottom:5px;
}
.heaDer_TiTle_pP
{
  font-family: 'GeneralSans';
font-weight: 600;
font-size: 12px;
text-decoration: underline;
color:#1157FC;
cursor: pointer;
text-align: left;
margin-bottom: 5px;
position: unset;
}

.search_Bank
{
border-radius: 12px;
padding-top: 8px;
padding-right: 12px;
padding-bottom: 8px;
padding-left: 12px;
/* border: 1px solid #E6E6E6; */
font-family: 'GeneralSans';
margin-bottom:10px;
}
.search_Bank .search-txtt
{
  background:transparent;
  border: 1px solid #E6E6E6;
}
.search_Bank .search-txtt::placeholder
{
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 16px!important;
line-height: 24px;
letter-spacing: 0%;
color:#6D6D6D!important;

}
.succes_amouUnt
{
  color:#01B84D!important;
  font-family: 'GeneralSans'!important;
font-weight: 600!important;
font-size: 32px!important;
text-align: center!important;
}
.succes_Fail
{
  color:#E92C2D!important;
  font-family: 'GeneralSans'!important;
font-weight: 600!important;
font-size: 32px!important;
text-align: center!important;
}
.succEss_para
{
  color: #6D6D6D;
  font-family: 'GeneralSans';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;  
}
.success_inFo
{
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-align: center;
color:#1E1A1A;
}
.succeSS_download
{
  border: 1px solid #1E1A1A;
border-radius: 12px;
border-width: 1px;
padding-top: 14px;
padding-right: 12px;
padding-bottom: 14px;
padding-left: 12px;
width:134px;
height: 48px;
background-color: transparent;
cursor: pointer;
font-family: 'GeneralSans';
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
color:#1E1A1A;

}
.succeSS_Ok
{
border-radius: 12px;
padding-top: 14px;
padding-right: 12px;
padding-bottom: 14px;
padding-left: 12px;
width:134px;
height: 48px;
  background: #FCCA2D;
  border:unset;
  cursor: pointer;
  font-family: 'GeneralSans';
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
color:#1E1A1A;  
}

.align_suCCessseC
{
  display: flex;
      gap: 10px;
      align-items: center;
      justify-content: center;
}
.faiL_Sec_inFo
{
  background: #FCCA2D;
  width: 280px;
  height: 48px;
  border-radius: 12px;
  padding-top: 14px;
  padding-right: 12px;
  padding-bottom: 14px;
  padding-left: 12px;
  color:#1E1A1A;
font-weight: 500;
font-size: 16px;
line-height: 20px;
letter-spacing: -0.5%;
text-align: center;
border:unset;
cursor: pointer;
}

.success_page_scrl .acc_amt_pay, .upi_pay_sec_failed .acc_amt_pay
{
  align-items:center;
}
.seArch_banK
{
  display:none;
}
.upi_alLBanks_SEc
{
  display:none;
}

.activeNeTwork
{
  background: #FFFAEB;
  border: 1px solid #FCCA2D;
}
.seaRch_BaNK .search_bx
{
  cursor: pointer;
}