@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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');

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;

}

@font-face {
  font-family: "HelveticaNeue Light";
  src: url('/design90/payment_assets/fonts/HelveticaNeue-Light.otf') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue Medium";
  src: url('/design90/payment_assets/fonts/HelveticaNeue-Medium.otf') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue Bold";
  src: url('/design90/payment_assets/fonts/HelveticaNeue-Bold.otf') format('woff2');
  font-weight: 700;
  font-style: normal;
}


.payment29_main_section {
  font-family: "HelveticaNeue Medium";
}

body {
  font-family: "HelveticaNeue Light";
}

.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: radial-gradient(138.73% 69.43% at 113.18% -4.55%, rgba(255, 158, 244, 0.35) 0%, rgba(0, 0, 0, 0) 64.86%), linear-gradient(0deg, #000000, #000000);   
}

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

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: #2b1b2ca6;
}

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

.upi_payment_container {
  display: flex;
  flex-direction: column;
  padding:0px 10px;
}


.upi_title h1 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "HelveticaNeue Medium";
}

.upi_title {
  margin: 24px 16px 16px;

}

.upi_title_img_jk {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.upi_title_back_btn_jk {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .upi_title_text_jk {
  position: absolute;
  left: 35px;
} */
/* .owl-carousel .item {
  display: flex;
  justify-content: center;
} */
.title_with_icn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pay_icn {
  text-align: center;
  color: #fff;
  padding-top: 16px;
  font-family: "HelveticaNeue Light";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.pay_icn p span {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-family: "HelveticaNeue Medium"!important;
}
.scan_im_para{
  color: #fff;
  font-family: "HelveticaNeue Medium";
  display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.but_qrscan {
  background: #11242E;
  border-radius: 4px;
  padding: 4px 8px;
  width: max-content;
}

.acc_amt_pay {
  position: relative;
  margin: 16px 24px;
  text-align: center;
}

.acc_amt_pay_inside {
  margin: 16px 52px 5px;
  padding: 0;
}

.payble_amt_txt_jk {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payble_amt_txt_jk span{
      font-weight: 700;
    color: #EDFAFA;
}
.acc_amt_pay h2 {
  font-size: 14px;
  font-weight: 400;
  color: #9B9B9B;
  font-family: "HelveticaNeue Medium";
}

.acc_amt_pay h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  font-family: "HelveticaNeue Medium";
}

.payble_amt_wrap_img_jk {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  max-width: 110px;
}

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

.upi_paym_qr_sec {
  /* background: #1A1F25; */
  padding: 0px 12px 0px;
  position: relative;
  /* margin: 8px 24px 0px; */
  border-radius: 16px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.make_pay_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}

.qr_section_pay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0px 4px 11px 0px #00000000;
  border: 1px solid #242E2E;
  padding: 16px;
  border-radius: 12px;
}

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

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

.paym_scantxt {
  font-size: 14px;
  font-weight: 400;
  color: #BAD0D0;
  text-align: center;
}

.Qr_code_text {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #FFFFFF0A;
  backdrop-filter: blur(23.899999618530273px);
  padding: 8px;
  border-radius: 5px;
}
.scan_im {
  padding-top: 20px;
}
.scan_im_para2 p{
  font-family: "HelveticaNeue Light";
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color:#ffffffba;
  padding-top: 7px;
  width: 80%;
  margin: 0 auto;
}
.scan_im_para2 {
  width: 100%;
  margin: 15px auto;
  padding: 10px 0;
  background: #ffffff1f;
  backdrop-filter: blur(23.899999618530273px);
  text-align: center;
  cursor: pointer;
  max-width: 220px;
}
.pay_list {
  padding: 10px 0px;
}
.scan_im_para2 img {
  max-width: 110px;
  width: 100%;
}
.qr_scanner {
  /* background: #ffffff; */
  padding: 8px;
  border-radius: 4px;
  /* border: 1px solid #E3E3E3; */
  background: #252C33;
  border: 1.26px solid #FFFFFF1F;
  display: flex;
  gap: 8px;
}

.qr_scannerupi {
  padding: 8px;
  /* border-radius: 4px;
  background: #252C33;
  border: 1.26px solid #FFFFFF1F; */
  display: flex;
  gap: 8px;
}

.pay_qrmain button {
  border: 1px solid #242E2E;
  background: #074B4029;
  border-radius: 12px;
}

.qr_scanner img {
  max-width: 20px;
  /* width: 100%; */
}

.qr_scannerupi img {
  max-width: 200px;
  width: 100%;
}

.qr_time {
  background: #074B4029;
  border: 1px solid #242E2E;
  border-radius: 12px;
  padding: 10px 12px;
}

.payment_methods_selct_newr {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin: 8px 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #242E2E;
  backdrop-filter: blur(80px);
  justify-content: space-between;
  border-radius: 12px;
  padding: 12px;
  background: #074B4029;
}

.paytm_btn_bi {
  width: 100%;
  background: #bfc3c1;
  padding: 14px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #153124;
  cursor: pointer;
  font-family: "HelveticaNeue Medium";
}

.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.active_upiapp_bor {
  transition: all 0.5s;
  background: linear-gradient(233deg, #23313D 2.59%, #1D2831 97.04%) !important;
  border: 1px solid #FA4F41 !important;
}

/* .active_upiapp_bor .upi_pymnt_syntx span{
  font-size: 14px;
    font-weight: 700;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
} */

.paym_upi_apps h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "HelveticaNeue Medium";
}

.pay_upihd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

/* .paym_upi_apps {
  background: #1A1F25;
  padding: 16px 12px;
  border-radius: 16px;
} */

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 0 0px;
  /* flex-wrap: wrap; */
}
.app_paylist{
  flex-direction: column;
}
.app_paylist li {
  border-radius: 10px;
  list-style-type: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  width:100%;
  justify-content: space-between;
  background: #FFFFFF03;
    padding: 8px 6px 9px 6px;
    border: 1px solid transparent;
    box-shadow: 0px 2px 6px 0px #4C354A66;
}
.app_paylist li p {
color: #9B9B9B;
    font-weight: 400;
    font-size: 14px;
    font-family: "HelveticaNeue Medium";
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}
.app_paylist li span {
  font-size: 16px;
  font-weight: 400;
  color: #F4F1FE;
  /* padding: 10px 0; */
  /* font-family: "Inter", sans-serif; */
}

.img_upipay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_upipay img {
  max-width: 30px;
}

/* .app_paylist li.active_upiapp_bor span {
  font-size: 14px;
  font-weight: 700;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
} */
.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;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 10px;
  background: #080b0d;
}

@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;
  }
    /* .payment2_sec_sub.netbanking_cntnertab {
     height: 75vh !important;
  } */
}

@media (min-width: 810px) {
  .payment2_section {
    max-height: 70dvh!important;
    height: unset;
  }
}

@media (min-width: 1100px) {
  .payment2_section {
    height: 100% !important;
    max-height: 75vh !important;
    min-height: unset !important;
  }

  .upi_paym_qr_sec {
    margin: 8px 0px 35px 12px;
  }
}

.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: 20px;
  padding: 2px;
  border: 1px solid transparent;
  border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 24px;
}


.responsiv_img {
  max-width: 45px;
  margin:0 auto;
}

.payment2_pay_com h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;

}

/* .failue_pymt h5 {
  color: #FD4241;
} */

.payment2_pay_com p {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-family: "HelveticaNeue Medium";
}

.payment2_pay_com_p1 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #755847;
}

.payment2_comm_trans {
  background: transparent;

}

.pay2_transection_con {
  /* padding: 11px 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.pay2_trans_sp_lef {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: "HelveticaNeue Light";
}

.pay2_trans_sp_rig {
    font-size: 14px;
    font-weight: 500;
    color: #EDFAFA;
    line-height: 1.5;
    text-align: end;
    font-family: "HelveticaNeue Medium";
}

.pay2_button_sucess button {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 12px 10px 9px 10px;
  border: transparent;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #153124;
  cursor: pointer;
  width: 100%;
  text-transform: capitalize;
  font-family: "HelveticaNeue Light";
}

.payme2_comm_sucess_fai {
  /* background: linear-gradient(180deg, #FAF4F0 0%, #FAF4F0 100%); */
  padding: 0px 16px 10px;
  /* position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  display: flex;
  flex-direction: column; */
  gap: 20px;
  margin-top: 60px;
}

img.dwld_arrw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

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



.make_pymnt_txt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.upi_pymnt_syntx {
  color: #212223;
  display: flex;
  /* align-items: center; */
  font-size: 14px;
  font-weight: 600;
  flex-direction: column;
  flex-wrap: wrap;
}

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

.payment_methods_selct {
  border-radius: 8px;
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  background: #222A31;
  box-shadow: 0px 4px 11px 0px #00000000;
  border-radius: 12px;
  padding: 12px;
  /* min-height: 125px; */
}

.upi_pymnt_syntx span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  /* width: 100%;
    text-align: left; */
}

.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 20px;
}

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

.upi_pymnt_syntx_img {
  width: 100%;
  max-width: 40px;
  /* margin: 12px; */
  height: 40px;
  /* margin-bottom: 10px; */
}

.index_page_sub {
  height: 100%;
  padding-bottom: 0;
  /* background: radial-gradient(circle at top center, rgba(0, 255, 200, 0.2), transparent 40%),
    radial-gradient(circle at bottom right, rgba(0, 255, 200, 0.2), transparent 40%),
    radial-gradient(circle at top left, rgba(0, 100, 255, 0.2), transparent 30%),
    radial-gradient(circle at bottom right, rgba(0, 100, 255, 0.2), transparent 30%),
    #000; */
}

/* .money_3d_img {
  width: 100%;
  max-width: 16px;
  height: 16px;
} */

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

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

.bank_pymnt_txt {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 15px;
  font-family: "HelveticaNeue Medium";
}

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

.bank_pop {
  display: flex;
  align-items: center;
  border-radius: 8px;
  /* padding: 5px; */
  /* cursor: pointer; */
  background: transparent;
  border: 1px solid transparent;
}

.bank_pop span {
  font-weight: 500;
  font-size: 12px;
  color: #381908;

}

.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  align-items: center;
  /* padding-top: 20px; */
}

/* .pop_bnk_botm {
  display: flex;
  flex-direction: row !important;
  width: 100% !important;
  padding: 10px 0px;
  border-radius: 12px;
  cursor: pointer;
  border: 0.5px solid transparent;
  background: transparent;
  justify-content: space-between;

} */
/* 
.popu_bnk_ful {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
} */

.pop_bnk_sec_jk {
  margin-bottom: 15px;
}

.pop_bnk_secback {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  gap: 12px;
  border-radius: 12px;
  /* padding: 12px; */
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.pop_bnk_secback li{
  border-bottom: 1px solid #242E2E;
}
.pop_bnk_secback li:last-child{
  border-bottom: none;
}
.bank_name.pop_bnk_botm.active {
    pointer-events: none;
}
.allbanks_sec h2 {
  color: #fff;
  font-size: 14px;
  padding: 20px 0 15px 0;
  font-weight: 500;
}

.chose_bank a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #DCDCDC;
  height: 50px;
}

.chose_bank span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.bank_sec.selected {
  border: 1px solid #3C67D9;
}

.search_bank {
  position: relative;
}

.search-txtt {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  text-indent: 30px;
  border: 0.5px solid transparent;
}

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

.search_icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  line-height: 0;
}

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

.bank_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px; */
  border-radius: 4px;
  gap: 8px;
  margin: 15px 0;
  padding: 0 10px;
  cursor: pointer;
  border: 0.5px solid transparent;
  background: transparent;

}

.bank_name span {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #9B9B9B;
  font-family: "HelveticaNeue Light";
  padding-top: 4px;
}

.banks_lst_dpdn ul li {
  list-style-type: none;
  padding: 0 10px;
}

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

.all_banks_container {
  display: none;
}

.banks_lst_dpdn ul li:last-child {
  border-bottom: none;
  border-bottom: none !important;
}

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

}

.sc_select_main {
  border-radius: 12px;
  padding: 15px 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  background: #222A31;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
}

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

.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sc_select_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.sc_bankname {
  font-size: 14px;
  font-weight: 400;
  color: #fff;

}

.sc_accountno {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bar_jk {
  border: 0.5px solid #B4B4B4
}

/* .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: 20px;
  /* position: relative;
    top: -11px; */
}

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

}

.wat_is_cvv {
  color: #003780;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  padding-top: 5px;
}

/* .sc_cvvcon p {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #381908;

} */

.sc_cvvcon a {
  font-size: 11px;
  font-weight: 400;
  color: #003780;
  text-align: left;
  text-decoration: underline;
  color: #fff;
  position: relative;
}

.scc_input_con {
  width: 100%;
  margin-top: 20px;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  gap: 10px;
}

.cvv_input {
  width: 100%;
  /* max-width: 100px; */
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  border: 1px solid #FFFFFF1A;
  border-radius: 8px;
  color: #fff;
  background: transparent;
  font-family: "HelveticaNeue Medium";
}

.new_card_con p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: "HelveticaNeue Light";
}

.border_set .scc_input_con {
  /* border: 1px solid #A0C1EE;
  border-radius: 8px; */
}

.scc_input_con .cvv_input:focus {
  outline: none;
}

.scc_input_con .cvv_input::placeholder {
  font-size: 14px;
  color: #908F8D;
}

.acc_container {
  margin-top: 25px;
}

.clk_cvv_enter {
  display: none;
}

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

.sc_card_icon {
  max-width: 30px;
  height: 25px;
  width: 100%;
}

.card_headr_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding: 10px 0;
  color: #003780;
  display: none;
}


.pop_up_con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
  max-width: 400px;
  z-index: 9999;
  display: none;
}
.pop_close_fun_bj {
  text-align: center;
  position: relative;
}
.pop_up_con_save {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(0px, 0px);
  width: 90%;
  max-width: 200px;
  z-index: 9999;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  z-index: 9999; */
  display: none;
}

.pop_rgt,
.pop_rgt_card,
.pop_rgt_save {
  display: none;
}

.pop_rgt {
  position: absolute;
  top: -62px;
  right: 2px;
}

.pop_rgt_card {
  position: absolute;
  top: -88px;
  right: 7px;
}

.pop_rgt_save {
  position: absolute;
  top: -65px;
  right: 80px;
}

/* .clk_ccv_pop img{
  position: relative;
} */
.common_pop_jk img {
  cursor: pointer;
  max-width: 34px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.balence_pop_fun_bj {
  padding: 6px 10px;
  background: #281f20;
  border-radius: 12px;
}

.balence_img_fun {
  text-align: center;

}

.balence_pop_fun_bj h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: "HelveticaNeue Medium";
}

.con_cvv_p {
  padding: 11px 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #b4b4b4;
  font-family: "Inter", sans-serif;
}

.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: 0px 2px;
  border-radius: 10px;
  /* background-color: #fff; */
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(23.899999618530273px);
    background: #ffffff14;
    padding: 15px;
    border-radius: 5px;
}

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

label {
  color: #000;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  color: #fff;
  background: #161616;
  border: 1px solid #242E2E;
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 9px 12px;
  border-radius: 8px;
  color: #C9D7D7;
}

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

.form-control::placeholder {
  font-size: 14px;
  color: #D3C7C0
}

.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;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check-sec label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #755847;
}

.labl_con a {
  text-decoration: underline;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: #201C3E;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

}

.title_with_icn img {
  width: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 17px;
  margin-right: 5px;
}

.switch {
  float: right;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DCD0C9;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid transparent;
}

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
  border: 2px solid #fff;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: -1px;
  bottom: -1px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;
}

/* input:checked+.slider {
  background: #381908;
} */

input:checked+.slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.labl_con label {
  font-size: 14px;
  font-weight: 400;
  color: #F4F8FF;
  font-family: "HelveticaNeue Light";

}

.justify_space {
  justify-content: space-between !important;
}

svg.input_logo {
  position: absolute;
  top: 13px;
  right: 0;
}

.card_inpt_bx {
  position: relative;
}

/* .bank_pop.selected {
  background: linear-gradient(233deg, #23313D 2.59%, #1D2831 97.04%);
  border: 1px solid #FA4F41;
} */

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

.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.border_set {
  /* border: 1px solid #003780 !important;
  background: #0037801A;
  border-radius: 8px; */
}

.bank_icon_appnd {
  display: none;
}

.payment2_sec_sub.netbanking_cntnertab {
  height: 100%;
}

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

.viewall_net {
  color: #EDFAFA;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  background: transparent;
  text-align: right;
  flex-basis: max-content;
  padding: 0;
}

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

  .payment_methods_selct h1 {
    font-size: 9px;
    padding: 10px 0;
    min-height: 42px;
  }

  .bank_pop_jk span {
    font-size: 8px !important;
  }

  /* .acc_amt_pay h3 {
    font-size: 18px !important;
  } */

  .payble_amt_wrap_img_jk {
    max-width: 95px !important;
  }

  .upi_pymnt_syntx span {
    font-size: 9px !important;
  }

  .card_details_p {
    font-size: 8px !important;
  }

  .paym_qr_ele h6 {
    font-size: 8px !important;
  }



  .qr_scanner {
    padding: 3px 3px 3px 3px !important;
  }

  .qr_scanner img {
    max-width: 20px !important;
  }

  .qr_scannerupi img {
    width: 70px;
  }

  .paymet_sm_wrap img {
    max-width: 15px;
  }

  .qr_section_pay {
    padding: 6px !important;
  }

  .scan_pay_h4 {
    font-size: 12px !important;
  }

  .app_paylist li span {
    font-size: 6px !important;
  }

  .img_upipay img {
    width: 20px !important;
  }

  .payment2_pay_com h5 {
    font-size: 16px !important;
  }


  .pay2_trans_sp_lef {
    font-size: 10px !important;
  }


  .pay2_trans_sp_rig {
    font-size: 10px !important;
  }

  .share_btn span {
    font-size: 12px !important;
  }

  .pay2_button_sucess button {
    font-size: 12px !important;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .upi_pymnt_syntx {
    font-size: 11px;
  }

  /* .acc_amt_pay h3 {
    font-size: 20px;
  } */

  .upi_pymnt_syntx span {
    font-size: 12px;
  }

  .card_details_p {
    font-size: 10px !important;
  }

  .sc_bankname {
    font-size: 12px;
  }

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

  /* .qr_scannerupi img {
    width: 70px;
  } */

  .paym_qr_ele h6 {
    font-size: 10px;
  }

 

  .app_paylist li span {
    font-size: 8px;
  }
 /* .payment2_pay_com {
   padding: 15px;
 } */
 /* .rk_succss_spt{
  margin-top: 10px;
 } */
 .payme2_comm_sucess_fai{
  gap: 10px;
 }
  .payment2_pay_com h5 {
    font-size: 17px;
  }

  .pay2_trans_sp_lef {
    font-size: 11px;
  }

  .pay2_trans_sp_rig {
    font-size: 11px !important;
  }

  .share_btn span {
    font-size: 12px;
  }


  .bank_pop_jk span,.bank_name span,.app_paylist li span,.pay_upibuttoncen span{
    font-size: 12px !important;
  }
  .pay_upibuttoncen{
    padding: 12px !important;
  }
  /* .paym_upi_apps h4, .paymnt_head {
    font-size: 14px !important;
  } */
   /* .payment2_comm_trans {
  overflow-y: scroll;
  height: 75dvh;
} */
.pay_cardin p {
  font-size: 14px !important;
}
}

@media (min-width: 551px) {
  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px 0px 10px;
    /* background: #fff; */
  }
  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

}

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

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

  /* .upi_paym_qr_sec{
    margin-bottom:30px;
  } */
  .upi_paym_qr_sec.contner_pdn_bm {
    margin-bottom: 10px;
  }

  .payme2_comm_sucess_fai {
    gap: 10px !important;
  }

}

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

@media (max-width: 550px) {

  /* .failure_pymnt_sec{
    display: flex;
    min-height: calc(100dvh - 120px);
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  } */
  .payment2_main_section {
    /* background: #fff; */
      background: radial-gradient(circle at top center, rgba(0, 255, 200, 0.2), transparent 40%),
    radial-gradient(circle at bottom right, rgba(0, 255, 200, 0.2), transparent 40%),
    radial-gradient(circle at top left, rgba(0, 100, 255, 0.2), transparent 30%),
    radial-gradient(circle at bottom right, rgba(0, 100, 255, 0.2), transparent 30%),
    #000;
  }
  .payment_methods_selct_newr,.upi_paym_qr_sec_jk,.banks_lst_dpdn_jk{
    margin: 8px 14px 0px !important;
  }
  .search_allbank_jk{
     margin: 8px 14px !important;
  }
}

/* .rtyuierror {
  border: 1px solid red !important;
  border-radius: 8px;
}

.error {
  border: 1px solid red !important;
  border-radius: 8px;
} */

.card_icon_container {
  width: 100%;
  max-width: 110px;
}

.card_details_p {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFFB8;
}

.card_inner_p {
  position: relative;
}

.up_arrow_cross {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 7px;
}

.payment_syntx_cont_jk {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.payment_syntx_txt_jk {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.scan_pay_h4 {
  color: #EDFAFA;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.upi_arrow_crosnew {
  width: 13px;
  margin-right: 12px;
}

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

.selected_bank {
  background: linear-gradient(233deg, #23313D 2.59%, #1D2831 97.04%);
  border: 1px solid #FA4F41;

}

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

.sec-hr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 7px;
  font-size: 12px;
  font-weight: 400;
}

.shr_button {
  text-align: center;
}

.share_btn {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;

  border: 1px solid #00E676;
  padding: 12px 14px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px #00000001;
}

.share_btn img {
  width: 20px;
}

.share_btn span {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    color: #21F493;
}

.sh_txt {
  padding-top: 2px;
}

.payme2_comm_sucess_fai.rk_succss_spt {
  padding: 0px 16px 0px;
  width: 100%;
}

.payment2_sec_scss_fail.rk_succs_page_dv {
  padding-bottom: 0;
}

.bottom_bar_jk {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bar_jk {
  width: 100%;
  max-width: 135px;
  height: 5px;
  position: absolute;
  top: -15px;
  border-radius: 100px;
  color: #B7BCC2;
}

.contner_pdn_bm_jk {
  background: none;
  padding: 0;
  gap: 16px;
  margin: 36px 14px 8px;
}

.paym_qr_ele {
  background: #1A1F25;
  padding: 16px 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.sqr_pay_jk {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
}

.sqr_pay_jk img {
  width: 100%;
  max-width: 9px;
}

.sqr_pay_jk p {
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFFB8;
}

.bar_jk1 {
  top: -5px;
}

.border_jk {
  border: 1px solid #FFFFFF29;
  margin: 16px 0px;
}

.pay2_trans_sp_rig_jk {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.pay2_succ_btn_jk {
  background: #41D1951F;
  padding: 6px 10px;
  border-radius: 23px;
  border: none;
  outline: none;
  color: #41D195;
  font-size: 10px;
  font-weight: 500;
}

.btm_bar_jk {
  margin-top: 8px;
}

.pay2_fail_btn_jk {
  background: #C7402E1F;
  color: #C7402E;
}

.sc_bankname_jk {
  font-family: "HelveticaNeue Medium";
}

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

.clk_cvv_pop_save {
  position: relative;
  margin-left: 5px;
}

/* .form_group_jk {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
} */

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

.add__cards_desn {
  width: 100%;
  background: #FFFFFF03;
  padding: 8px 14px 9px 14px;
  border: 1px solid transparent;
  /* border: 1px solid #666666; */
  font-size: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px #4C354A66;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.add__cards_desn:hover {
  border: 1px solid #666666;
  backdrop-filter: blur(23.899999618530273px);
  box-shadow: 0px 2px 6px 0px #4C354A66;
  color:#fff;
  background: radial-gradient(138.73% 69.43% at 113.18% -4.55%, rgba(255, 158, 244, 0.35) 0%, rgba(0, 0, 0, 0) 64.86%), linear-gradient(0deg, #000000, #000000);
}
.pay_cardin {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}
.upi_left_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.pay_cardinupi {
  width: 100%;
}
.pay_cardin p {
    color: #9B9B9B;
    font-weight: 400;
    font-size: 14px;
    font-family: "HelveticaNeue Medium";
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:5px;
}
.newadd__cards_desn {
  width: 100%;
  background: transparent;
  padding: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  margin: 0px;
}

.se_slt_inner_jk {
  display: flex;
  align-items: center;
  gap: 15px;
}

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

/* .sc_main_sec_jk1 {
  display: flex;
  align-items: center;
  gap: 10px;
} */
.add_newcard_pay_jk {
  background: #080b0d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_dls_jk {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "HelveticaNeue Medium";
}

.card_cont_jk {
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFFB8;
}

.stripe_card_number::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF4D;
}

.stripe_card_number_jk::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF4D;
}

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

.checkbox_jk label {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}

/* input[type=checkbox]{
  width: 20px;
  height: 20px;
  background-color: #FA9E57;
}

input[type=checkbox]:checked{
  background-color: #FA9E57;
} */
.label_con_jk {
  display: flex;
  gap: 5px;
}

.lbl_cvv_jk {
  display: flex;
  align-items: center;
  position: relative;
}

.what_is_cvv_card {
  position: absolute;
  right: 5px;
  top: -20px;
}

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

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

.bank_pop_jk span {
  color: #F4F1FE;
  font-size: 16px;
  font-weight: 400
}

.bank_pop_jk {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  background: #1a1a1a;
  border: transparent;
backdrop-filter: blur(23.899999618530273px);
  border-radius: 5px;
  padding: 10px;
cursor: pointer;
}

.viewall_sec {
  text-align: center;
  padding-top: 20px;
}

.view_all_text {
  font-size: 14px;
  font-weight: 600;
  color: #EDFAFA;
  text-decoration: none;
}

.search_allbank_jk {
  margin: 10px 24px;
}

.srh_bx_jk::placeholder {
  color: #fff;
}

.srh_bx_jk {
  background: #FFFFFF0A;
  backdrop-filter: blur(23.899999618530273px);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

/* .bank_name.active{
  background: linear-gradient(233deg, #23313D 2.59%, #1D2831 97.04%);
  border: 1px solid #FA4F41;
} */
.upi_paym_qr_sec_jk {
  /* background: #1A1F25; */
  padding: 0px 12px 0px;
  position: relative;
  margin: 8px 24px 0px;
  border-radius: 16px;
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}

.banks_lst_dpdn_jk {
  margin: 0px 24px;
  padding: 16px 0px;
}

.bank_name_img_jk {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
}

.bank_name_img_jk img,
.search_icon_jk img {
  width: 100%;
  max-width: 30px;
}

.page_jk {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.sc_select_main_sub_jk {
  display: flex;
  gap: 10px;
}

.sc_select_main.selected_bank .cp_bank_icon_container {
  display: flex;
  align-items: flex-start;
}

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

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

.help_active {
  display: none;
}

@media (min-width: 360px) and (max-width: 375px) {

  /* .acc_amt_pay {
    margin: 30px 24px 8px;
} */
  .paym_qr_ele h6 {
    font-size: 10px;
  }

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

  .contner_pdn_bm_jk {
    gap: 10px;
  }

  .payme2_comm_sucess_fai {
    gap: 10px;
  }
/* 
  .responsiv_img {
    max-width: 65px;
  } */

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

  /* .pay2_trans_sp_lef,
  .pay2_trans_sp_rig {
    font-size: 11px;
  } */

  .border_jk {
    margin: 10px 0px;
  }

  .payment2_comm_trans {
    padding: 15px 16px;
  }

  .pay_upibuttoncen span {
    font-size: 13px !important;
  }
   /* .payment2_comm_trans {
  overflow-y: scroll;
  height: 75dvh;
} */
}



/* .form_group_jk input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  border: 1px solid gray;
}
.form_group_jk label {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
.form_group_jk label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #FA4F41;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form_group_jk input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 6px;
  height: 9px;
  border: solid #FA4F41;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */

.form_group_jk input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form_group_jk label {
  position: relative;
  /* cursor: pointer; */
  font-size: 14px;
  font-weight: 400;
  color: #BAD0D0;
}

/* .form_group_jk label:before {
  content: '';
  background-color: transparent;
  border: 1px solid #485A5A;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
} */

.form_group_jk input:checked+label:before {
  border: 1px solid #21F493;
  background: #074B4029;
}

.form_group_jk input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #21F493;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.paymnt_head {
  color: #EDFAFA;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "HelveticaNeue Medium";
}

.acc_container2 {
  width: 100%;
  padding: 0px 0px 16px;
}

.pay_nt_bk_btn {
  border: none;
  width: 100%;
  color: #fff;
  padding: 13px 10px;
  border-radius: 6px;
  font-weight: bold;
  background: #272727;
  box-shadow: 0px 1px 26.5px 0px #4E1E7E29;
  border-radius: 100px;
  font-family: 'Gilroy-Medium';
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

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

.sc_select_main {
  border-radius: 8px;
  padding: 15px 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  border: 1px solid #DCDCDC;
}

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

.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

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

.bank_lgo_img {
  top: -2px;
}

.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sc_bankname {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #2D2D2D;
}

.sc_accountno {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.52px;
  text-align: left;
}

.sc_bank_icon {
  /* width: 40px; */
  position: relative;
  top: -11px;
}

.card_bg_one {
  background: linear-gradient(90deg, #29323C 0%, #485563 100%);
}

.card_holder_box {
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 124px;
  width: 235px; */
  padding: 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
}

.card_holder_data {
  display: flex;
  flex-direction: column;
}

.save_card_type {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}

.card_specific_logo {
  width: 40px;
}

.card_holder_box p {
  color: #FCFCFC;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.card_holder_name {
  margin: 10px 0px 7px 0px;
}

.card_bg_two {
  background: linear-gradient(90deg, #3C908A 0%, #69DA8E 100%);
}
/* 
.acc_container {
  margin-top: 10px;
} */

.sc_cvvcon {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sc_cvvcon p {
  font-size: 12px;
  font-weight: 400;
  color: #F4F8FF;
  text-align: left;
}

.cvv_input {
  width: 100%;
  padding: 18px 10px;
  color: #C9D7D7;
  font-size: 12px;
  font-weight: 500;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #4C4C4D;
  border-radius: 8px;
}

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

/* conta add */
/* .new_savedcard_conta {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  align-items: center;
  gap: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
} */
/* .but_savecrd{
      display: flex;
    justify-content: center;
} */
.new_card_con {
  border: 0.5px solid #FFFFFF;
  background: transparent;
  padding: 15px 14px 13px 14px;
  max-width: 94%;
  width:100%;
  margin: 0 auto;
  border-radius: 5px;
  cursor: pointer;
}
/* .new_card_con p {
  font-size: 12px;
  font-weight: 500;
  color: #141414;
  text-align: center;
} */

.pay_upimain {
  margin: 32px 24px 16px;
  border: 1px solid #242E2E !important;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.pay_upibuttoncen {
  background: #074B4029;
  border: 1px solid #242E2E;
  backdrop-filter: blur(120px);
  padding: 8px 20px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pay_upibuttoncen span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #EDFAFA;
}

/*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:0px;
}

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

.tooltip_wrapper {
  position: relative;
  display: inline-block;
}
.ccv_pop_sc {
  cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 6px;
    background: #FFFFFF0F;
    padding: 9px;
    border-radius: 6px;
}
.con_cvv_p {
  display: none;
  position: absolute;
  bottom: 120%; /* Show above the image */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  width: 220px;
  z-index: 999;
  white-space: normal;
  text-align: center;
}

/* Optional: small triangle pointer */
.con_cvv_p::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip_wrapper:hover .con_cvv_p {
  display: block;
}
.con_cvv_p_jk {
  left: -90px;
}
.con_cvv_p_jk::after {
  left: 95%;
}
@media (max-width: 550px) {
 .con_cvv_p {
    left: -55px;
    width: 290px;
}
.con_cvv_p::after {
  left: 71%;
}
.con_cvv_p_jk {
  left: -65px;
  width: 175px;
}
.con_cvv_p_jk::after {
  left: 91%;
}
}
@media (max-width: 359px) {
 .con_cvv_p {
    left: -75px;
    width: 200px;
}
.con_cvv_p::after {
  left: 91%;
}
}
.savedcard_inner::-webkit-scrollbar {
  display: none;
}
.card_holder_box.fullsize {
    width: 100%;
    height: 100%;
}
.new_saveblck{
  display: block;
}
@media (min-width: 450px) {
/* .card_holder_box.fullsize {
    width: 100%;
    height: 100%;
    max-width: 420px;
} */
}

.bck_arrow_img {
  width: 40px;
}
.scanner_main_pge {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #2a2929f5;
}
.scanner_pge {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    background: radial-gradient(138.73% 69.43% at 113.18% -4.55%, rgba(255, 158, 244, 0.35) 0%, rgba(0, 0, 0, 0) 64.86%), linear-gradient(0deg, #000000, #000000);   
    padding: 24px 10px;
    border-radius: 12px;
    max-width: 92%;
}
.scn_para_txt{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "HelveticaNeue Medium";
}
.scn_spn_txt{
  color: #9B9B9B;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}
.scn_spn_txt_cont {
  max-width: 80%;
}
.sub_btn_sec {
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 0px 40px 0;
}
.sub_btn_sec button{
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
.scn_btn_frst{
  border: 1px solid #FFFFFF;
  background: transparent;
  cursor: pointer;
}
.scn_btn_scnd{
  background: #FFFFFF33;
  border: none;
  outline: none;
  cursor: pointer;
}
.scanner_close_btn img {
  cursor: pointer;
}
.counter_upi_cunt {
  color: #FF2525;
  padding-top:4px;
}
.timr_img {
  width: 13px;
}
.scnr_img_txt, .scnr_cont_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.scnr_img_txt {
    background: #FFFFFF0A;
    backdrop-filter: blur(23.899999618530273px);
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #1a1a1a;
}
.scn_img_wth {
  width: 100%;
  max-width: 110px;
}
.bank_pop_jk.active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)),
radial-gradient(88.72% 134.37% at 92.92% 0%, rgba(255, 158, 244, 0.14) 0%, rgba(0, 0, 0, 0) 55.39%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
border: 1px solid #666666;
backdrop-filter: blur(23.899999618530273px);
}
.radio_button_jk {
  display: none;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.active .radio_button_jk {
  display: inline-block;
}
.popu_bnk_ful {
    display: flex;
    align-items: center;
}
.pop_bnk_secbacks {
  height: 350px;
  overflow-x: auto;
  background: #181818;
  backdrop-filter: blur(23.899999618530273px);
  border-radius: 5px;
}
.pop_bnk_secbacks::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}

.pop_bnk_secbacks::-webkit-scrollbar-track {
  background: #181818; /* track background */
}

.pop_bnk_secbacks::-webkit-scrollbar-thumb {
  background-color: #555; 
  border-radius: 10px;
}
.bank_name.active {
  background: #FFFFFF0A;
  backdrop-filter: blur(23.899999618530273px);
}
.popular_banks_container{
  background: #FFFFFF08;
  backdrop-filter: blur(23.899999618530273px);
}

/* success */
.success_cont_sec {
    background: #232223;
    border: 0.5px solid #1e1d1d;
    padding: 55px 10px 10px;
    margin-bottom: 40px;
    border-radius: 16px;
}
.succes_img {
   position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #3b393b;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    box-shadow: 0px 0px 10.4px 6px #10101087;
}
.pay2_button_sucess {
    margin-top: 40px;
    width: 100%;
}
.pay2_button_sucess.payfail_spce {
  margin-top: 0px;
}
.agcs_txt {
  color: #fff;
  font-family: "HelveticaNeue Medium";
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}
.peymt_sccss {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.peymt_sccssbr{
  border-bottom: 1px solid transparent;
  border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
.payment2_pay_com {
  border: none;
}
.payment2_pay_failure {
  padding: 5px 10px 10px;
  margin-bottom: 0;
}


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

/* Toggle switch base */
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF14;
  border-radius: 5px;
  transition: 0.3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: #aaa;
  /* border-radius: 50%; */
  transition: 0.3s;
}

/* Checked state */
/* .switch input:checked + .slider {
  background-color: #4CAF50;
} */

.switch input:checked + .slider:before {
  transform: translateX(22px);
  background-color: #fff;
}
.ccv_pop_sc img{
  display: flex;
}
.scc_input_con p{
 color: #fff;
 font-size: 14px;
 font-family: "HelveticaNeue Light";
}
.section_fail_pg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}
.cardtab_savedcard {
  backdrop-filter: blur(23.899999618530273px);
  background: #ffffff14;
  padding: 15px;
  border-radius: 5px;
}
/*
  Card
*/
.card {
  position: relative;
  width: 250px;
  height: 145px;
  border-radius: 15px;
  background: linear-gradient(145deg, #444, #666);
  color: white;
  padding: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.card_sider .owl-item.active.center .card, .card_det {
  background: linear-gradient(145deg, #111, #222) !important;
  cursor: pointer;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1.5px;
  background: linear-gradient(
    90deg,
    rgba(250, 250, 250, 0.8) 0%,
    rgba(250, 250, 250, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.card h4 {
  text-transform: uppercase;
  font-size: 12px;
}
.card p {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.card .visa {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.card img {
  max-width: 25px;
}
.card_wif img {
  max-width: 15px;
}
.card_ddte {
  padding-left: 10px;
}
.card_wif {
  display: flex;
  align-items: center;
  justify-content: end;
}
.visac {
  display: flex;
  align-items: center;
  justify-content: end;
}
.visac img {
  max-width: 45px;
}
.card_sider .owl-item .item .card {
  transform: rotate(90deg) !important;
  transform-origin: center;
}
.card_sider .owl-item .active{
  cursor: pointer;
}
.card_sider .owl-item {
  height: 250px;
  width: 140px; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_sider {
  min-height: 250px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.custom-owl-dots {
  text-align: center;
  max-width: 75px;      
  margin: 10px auto;
  border-radius: 100px; 
  display: flex;
  justify-content: space-between; 
  background: #CECECE33; 
}

.custom-owl-dot {
  flex: 1;             
  height: 7px;
  background: #CECECE33; 
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-owl-dot:first-child,
.custom-owl-dot.active:first-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.custom-owl-dot:last-child,
.custom-owl-dot.active:last-child {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.custom-owl-dot.active {
  background: #fff;
  z-index: 1;
}
@media (min-width: 400px) {
  .card_sider .owl-item {
    width: 180px;  
  }
}
/* Custom CSS */
.paytm_btn_bi.crdit_card_pybtn2, .paytm_btn_bi.crdit_card_pybtn, .paytm_btn_bi.crdit_card_addnewcard, .paytm_btn_bi.netbank_btn_2, .paytm_btn_bi.netbank_btn{
  font-family: "HelveticaNeue Light";
  background: #fff!important;
  letter-spacing: 0.5px;
  width: 100%;
  background: #bfc3c1;
  padding: 14px 14px 10px 14px;
  border-radius: 5px;
  border: transparent;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.card.card_det {
  width: 100%;
  min-height: 160px;
}
.card_chp_img{
  max-width: 34px!important;
}
.cvv_input_bx_img img {
  width: 100%;
  max-width: 35px;
}
.cvv_input_bx_img img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-18%);
}
.cvv_input_bx_img {
  position: relative;
}

.balence_pop_fun_bj {
  padding: 18px 12px 17px 12px;
  /* background: #FFFFFF; */
  border-radius: 12px;
  box-shadow: -1px 3px 18px 0px #00000012;
  /* border: 1px solid #E5E7EA; */
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #ffff;
  text-align: center;
}
.popuop_overlay_rk {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000000cc;
  width: 100%;
  z-index: 999;
  display: none;
}
.balence_pop_fun_bj p {
  color: #9B9B9B;
  font-size: 14px;
  font-family: "HelveticaNeue Light";
}
.scanner_main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.payment2_sec_sub.index_page_sub{
  position: relative;
}