@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

}

body {
  font-family: 'Proxima Nova Alt', sans-serif;

}
@font-face {
  font-family: 'Proxima Nova Alt';
  src: url('../../payment_assets/fonts/proxima/ProximaNovaA-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
.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: #050D18;   
}

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

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: #444444;
}

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

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

.payble_amt_wrap_jk {
    margin-left: 20px;
}

.upi_title h1 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

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

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

.pay_icn {
    padding: 4px 8px;
    width: max-content;
    text-align: center;
    margin: 10px auto;
}

.pay_icn span {
  color: #BAD0D0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.but_qrscan {
  background: #11242E;
  border-radius: 4px;
  padding: 4px 8px;
  width: max-content;
}
.acc_amt_pay {
  background-image: url(../image/topback.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 16px;
  }

.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: #FFFFFF;

}

.acc_amt_pay h3 {
    font-size: 34px;
    font-weight: 700;
        color: #FFFFFF;
}
.acc_amt_pay p {
    font-size: 14px;
    font-weight: 400;
        color: #FFFFFF;
}
.acc_amt_pay span {
    font-size: 14px;
    font-weight: 400;
    color: #BFFB1D;
}

.payble_amt_wrap_img_jk {
      display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: url('../image/topback.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 30px 10px 65px;
}

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

.upi_paym_qr_sec {
  padding: 0px 12px 0px;
  position: relative;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.make_pay_wrap, .pay_bg_back {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
        background: #1E222D;
    box-shadow: 0px 0px 14px 0px #1142BA14;
    padding: 16px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
}

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

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

.paym_scantxt {
  font-size: 14px;
    font-weight: 400;
    color: #ECF1F7;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

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

.Qr_code_text span {
  color: #FF4141;
  font-weight: 400;
}

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

.qr_scannerupi {
  padding: 8px;
  display: flex;
  gap: 8px;
}

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

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

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

.qr_time {
      width: 50%;
    margin: 0 auto;
    position: relative;
        padding-bottom: 10px;
}
.qr_time::after{
  content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgba(54, 60, 77, 0) 0%, #3A4156 50.48%, rgba(54, 60, 77, 0) 100%);
    position: absolute;
    bottom: -8px;
    left: 0;
}
.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%;
  box-shadow: 0px 4px 10px 0px #00000001;
  padding: 14px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
      display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
        background: #171B24;
    border: 1px solid #7FA810;
    border-radius: 50px;
}
.pay_down_qr{
  background: #7FA810;
      border: 1px solid #7FA810;
}
.crdit_card_pybtn {
  background-color: #7FA810;
}
.crdit_card_addnewcard {
    border: 1px solid transparent;
}
.netbank_btn {
  background-color: #7FA810;
      border: 1px solid transparent;
}
.netbank_btn_2{
    background-color: #7FA810;
        border: 1px solid transparent;
}
.pay_btn_disabled {
      color: #FFFFFF;
    background: #171B24;
  cursor: not-allowed;
  pointer-events: none;
}

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

.paym_upi_apps h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

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

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0 0px;
  flex-direction: column;
      padding-bottom: 20px;
}

.app_paylist li {
      border-radius: 12px;
    list-style-type: none;
    display: flex;
    flex-basis: calc(25% - 10px);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 16px 7px;
    gap: 5px;
    width: 100%;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0.2) 0%, rgba(142, 142, 142, 0.2) 100%);
    border: 1px solid #373737;
}
.upipay_sec_img {
      display: flex;
    gap: 10px;
    align-items: center;
}
.app_paylist li span {
  font-size: 16px;
  font-weight: 400;
  color: #F4F1FE;
}

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

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

.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: row;
  gap: 20px;
  justify-content: center;
      padding: 10px 16px 20px;
  background: transparent;
}

@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: 62vh !important;
  }
}

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

  .pay_upibuttoncen {
    padding: 12px 4vw;
  }
}
@media (min-width: 1600px) {
  .pay_upibuttoncen {
    padding: 12px 3vw !important;
  }
}

.payment2_sec_scss_fail {
  height: 100%;
  padding-bottom: 10px;
}

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

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

.payment2_pay_com {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  padding: 24px;
  width: 100%;
}

.pay_successline {
        border-bottom: 2.2px dashed #3A4156;
}

.responsiv_img {
  max-width: 80px;
}

.payment2_pay_com h5 {
  font-size: 18px;
  font-weight: 600;
  color:#FFFFFF;
  margin-top: 20px;
}


.payment2_pay_com p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #BDBDBD;
}

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

.payment2_comm_trans {
  background: transparent;
  margin-top: 20px;
  width: 100%;
}

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

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

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

.pay2_trans_sp_lef {
    font-size: 14px;
    font-weight: 400;
    color: #BDBDBD;
}

.pay2_trans_sp_rig {
    text-align: end;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #FFFFFF;
}

.pay2_button_sucess button {
  box-shadow: 0px 4px 10px 0px #00000001;
  padding: 14px;
  border: transparent;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  text-transform: capitalize;
  background: #171B24;
    border: 1px solid #7FA810;
    border-radius: 50px;
}

.payme2_comm_sucess_fai {
  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: 25px;
}

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: 14px;
  font-weight: 500;
  color: #fff;
}
.make_bank_txt{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
     padding: 15px 20px 0;
}

.upi_pymnt_syntx {
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  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 {
  width: 100%;
  cursor: pointer;
  box-shadow: 0px 4px 11px 0px #00000000;
  background: #1E222D;
  color: white;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;  
  border: 1px solid transparent;
}
.credit_payment_outer {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  width: 100%;
}
.home_select{
  width: 50%;
}
.upi_pymnt_syntx span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.upi_left_holder_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  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;
  height: 40px;
}

.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  background: transparent;
  display: flex;
  flex-direction: row;
  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: 14px;
  font-weight: 500;
  color: #F4F8FF;
  margin-bottom: 10px;
}

.bank_lg_icn {
  width: 100%;
   max-width: 100%;
    max-height: 32px;
    object-fit: contain;
}

.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;
  align-items: center;
}

.popu_bnk_ful {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
   pointer-events: auto;
    cursor: pointer;
}

.pop_bnk_sec_jk {
  margin-bottom: 15px;
}

.pop_bnk_secback {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  gap: 12px;
  border: 1px solid #242E2E;
  backdrop-filter: blur(80px);
  border-radius: 12px;
  padding: 12px;
  background: #074B4029;
  flex-wrap: wrap;
}

.pop_bnk_secback li:last-child{
  border-bottom: none;
}
.bank_name_img_jk.active {
       background: linear-gradient(0deg, #151B11, #151B11);
    border: 1px solid #7FA810;
}
.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;
  height: 50px;
      background: transparent;
    border: 1px solid #3A4156;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.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: center;
  border-radius: 12px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border: 0.5px solid transparent;
  background: transparent;
  position: relative;
  pointer-events: none;
}

.bank_name span {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ECF1F7;
}



.banks_lst_dpdn ul {
  overflow-y: auto;
  max-height: 500px;
}

.all_banks_container {
  display: none;
}

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

.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 25px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-track {
  background: #3B3F4A;
  border-radius: 25px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
  background: #949EBD;
  border-radius: 25px;
}

.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_bank_icon {
  width: 20px;
}

.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 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: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cvv_input {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  border: 1px solid #FFFFFF1A;
  border-radius: 8px;
  color: #fff;
  background: transparent;
  font-family: "Inter", sans-serif;
}

.new_card_con p {
  font-size: 14px;
  font-weight: 500;
  color: #381908;
  text-decoration: underline;
}


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

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

.acc_container {
  margin-top: 10px;
}

button.new_card_con {
  -webkit-tap-highlight-color: transparent;
  background: unset;
  border: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

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

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

.popuop_overlay_rk {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  background: #2a2929f5;
  width: 100%;
  z-index: 999;
  display: none;
}

.pop_up_con {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  max-width: 400px;
  z-index: 9999;
  display: none;
}
.qr_scan_pop {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  z-index: 9999;
  display: none;
}
.pop_up_con_save {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(0px, 0px);
  width: 90%;
  max-width: 200px;
  z-index: 9999;
  display: none;
}

.pop_close_fun_bj {
  text-align: center;
}

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

.common_pop_jk img {
  cursor: pointer;
  max-width: 24px;
  position: absolute;
  top: 60px;
  right: -4px;
}

.balence_pop_fun_bj {
  padding: 6px 10px;
  background: #141414;
  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: "Inter", sans-serif;

}

.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;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.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: #074B4029;
  border: 1px solid #242E2E;
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 9px 12px;
  border-radius: 8px;
  color: #C9D7D7;
      border: 1px solid #3A4156;
    background: transparent;
    border-radius: 8px;
}
.formcard_number, .formcard_name{
   position: absolute;
  right: 10px;
  top: 26%;
}

.form-control:focus {
  outline: none;
}

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

.cvv_info_rdbtn {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #BDBDBD;
}

.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: 30px;
  height: 16px;
  margin-right: 5px;
}

.switch {
  float: right;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #B2B2B2;
  -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: 10px;
  width: 10px;
  left: -1px;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;
}

input:checked+.slider {
  background: #7FA810;
}

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;

}

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

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

.card_inpt_bx {
  position: relative;
}

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

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

.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_code_text {
    font-size: 7px !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;
  }

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

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

  .pay2_trans_sp_rig_jk {
    font-size: 14px !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;
  }

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

  .Qr_code_text {
    font-size: 11px;
  }

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

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

  .pay2_trans_sp_lef {
    font-size: 11px;
  }

  .pay2_trans_sp_rig_jk {
    font-size: 15px;
  }

  .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;
  }
  .app_paylist li {
    flex: 0 0 45% !important;
  }
.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 20px;
  }

  .payfail_spce{
    padding: 16px;
  } 
  .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.contner_pdn_bm {
    margin-bottom: 10px;
  }

  .payment2_pay_com p {
    max-width: 80%;
  }

  .payme2_comm_sucess_fai {
    gap: 10px !important;
    margin-top: 15px !important;
  }

  .payment2_comm_trans ul {
    gap: 4px !important;
  }

  .payment2_pay_com {
    gap: 5px !important;
  }
}

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

@media (max-width: 550px) {

  .payment2_main_section {
      /* 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; */
    background: #000;
  }
  .payment_methods_selct_newr,.upi_paym_qr_sec_jk,.banks_lst_dpdn_jk{
    margin: 8px 14px 0px !important;
  }
  .search_allbank_jk{
     margin: 8px 0px !important;
  }
  .Qr_code_text {
    line-height: 20px;
}
}

.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(90deg, #29323C 0%, #485563 100%) !important;
  border: 1px solid #229384 !important;
}


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

.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: 8px 16px 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-bottom: 1px solid #0000001F;
  margin: 10px 0px;
}

.pay2_trans_sp_rig_jk {
      font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #FFFFFF;
}

.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: "gilroy_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: #074B4029;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #242E2E;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  box-shadow: unset;
}
.pay_cardin {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.pay_cardin div{
  width: 100%;
}
.pay_cardin p {
    color: #EDFAFA;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Satoshi";
}
.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;
}

.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;
  padding-bottom: 10px;
}

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

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

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

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


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

.srh_bx_jk {
  background: transparent;
  border: 1px solid #3A4156;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.upi_paym_qr_sec_jk {
  padding: 0px 12px 0px;
  position: relative;
  margin: 8px 16px 0px;
  border-radius: 16px;
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
}

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

.bank_name_img_jk {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  background: #343842;
  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) {

  .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;
    margin-top: 15px;
  }

  .responsiv_img {
    max-width: 65px;
  }

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

  .pay2_trans_sp_rig_jk {
    font-size: 15px;
  }

  .payment2_comm_trans ul {
    gap: 10px;
  }

  .border_jk {
    margin: 10px 0px;
  }

  .payment2_comm_trans {
    padding: 15px 16px;
  }

  .pay_upibuttoncen span {
    font-size: 13px !important;
  }
}

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

.form_group_jk label {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #BAD0D0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  text-align: center;
}

.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: "Satoshi";
}

.pop_bnk_bord .bank_pop_jk {
  border-bottom: 1px solid #242E2E;
}

.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;
  overflow-x: scroll;
  overflow-y: hidden;
}

.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 {
  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;
  background: linear-gradient(90deg, #3C908A 0%, #69DA8E 100%);
}

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

.acc_container {
  margin-top: 24px;
}

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

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

.scc_input_con {
  width: 100%;
  margin-top: 5px;
}

.cvv_input {
  width: 100%;
  padding: 18px 10px;
  color: #C9D7D7;
  font-size: 12px;
  font-weight: 500;
  -webkit-appearance: none;
  border: 1px solid #3A4156;
  box-shadow: 0px 4px 11px 0px #00000000;
  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;
}
button.new_card_con {
  -webkit-tap-highlight-color: transparent;
  border: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  padding: 45px 7px;
  border: 2.7px dashed #658299;
  border-radius: 8px;

  background: #074B4029;
  border-radius: 7px;
  border-style: dashed;
  margin-right: 12px;
}

.new_card_con p {
  font-size: 12px;
  font-weight: 500;
  color: #141414;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  rotate: 180deg;
}

.pay_upimain {
  width: 100%;
  max-width: 100%;
    align-items: center;
    justify-content: center;
}
.payble_amt_im{
    position: absolute;
    bottom: 0;
    right: 0;
}
.payble_amt_im img{
  width: 96px;
  height: 109px;
    max-width: 100%;
}
.pay_upibuttoncen {
         width: 100%;
    cursor: pointer;
    box-shadow: 0px 4px 11px 0px #00000000;
    background: #253340;
    color: white;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;

}

.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: flex;
  z-index: 99;
}
.tooltip {
  cursor: pointer;
      position: absolute;
    top: 30px;
    right: 10px;
}
.con_cvv_p {
  display: none;
  position: absolute;
      bottom: -22px;
    left: 50%;
    transform: translateX(-226px);
      background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #00000033;
      color: #0C0F0C !important;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  width: 220px;
  z-index: 999;
  white-space: normal;
  text-align: center;
      line-height: 18px;
}

/* 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::after {
  left: 95%;
}
.download_qr span img {
  display: flex;
}
@media (max-width: 550px) {
 .con_cvv_p {
    left: -55px;
    width: 290px;
}
.con_cvv_p::after {
  left: 71%;
}
.con_cvv_p_jk {
  left: 35px;
  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;
}

.new_saveblck{
  display: block;
}

.paym_upi_apps {
    padding: 0px 15px;
}

.apps_paylist li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    margin: 10px 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px #1142BA14;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
}
.apps_paylist .upipay_sec_img {
    display: flex;
    align-items: center;
    gap: 5px;
}
.payment_arw {
    width: 18px;
    height: auto;
}
.payment_arw img {
    width: 100%;
}
.app_paylist {
  display: flex;
  flex-wrap: wrap;       
  gap: 15px;             
  padding: 0;
  margin: 0;
  list-style: none;
}

.app_paylist li {
  flex: 0 0 48%;          
  box-sizing: border-box; 
  display: flex;
  flex-direction: unset;
  justify-content: space-between;
  align-items: center;
  background: #1E222D;
  border: 1px solid transparent;
  border-radius: 6px;
      padding: 10px;
}
.upipay_sec_img p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.sec-hr {
  margin: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.sec-hr p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
    color: #EDFAFA;
}
.sec-hr img{
  width: 100%;
}
.upiid_container {
      margin: 20px 0;
      padding: 0px 15px;
}

.upiid_container p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
}

.pos_rel {
  position: relative;
  margin-top: 14px;
}

.enterupi_inp {
  border: 1px solid #91bebe;
  padding: 10px 10px 10px 20px;
  border-radius: 8px;
  width: 100%;
  background-color: transparent;
  height: 45px;
  color: #C9D7D7;
  font-size: 14px;
  font-weight: 400;
}

.enterupi_inp::placeholder {
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF80;

}

.enterupi_inp:focus {
  outline: none;
}
.pop_bnk_secback {
    display: flex;             
    flex-wrap: wrap;          
    gap: 12px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid transparent;
    backdrop-filter: blur(80px);
    border-radius: 12px;
    padding: 12px;
    background: #1E222D;
    box-shadow: 0px 0px 14px 0px #1142BA14;
    padding-left: 0;
    justify-content: space-between;
}

.pop_bnk_secback > li {
    flex: 0 1 calc(25% - 12px);  
    box-sizing: border-box;
    list-style: none;          
}
.pop_bnk_secbackallbanks.popu_bnk_ful{
  flex-direction: row;
}
.pop_bnk_secbackallbanks.pop_bnk_secback > li {
    flex: 0 1 calc(100% - 0px); 
    box-sizing: border-box;
    list-style: none;  
          
}
.pop_bnk_secbackallbanks .popu_bnk_ful {
    display: flex;
    flex-direction: row; 
    align-items: center;  
    gap: 10px;           
    padding: 0;
}
.pop_bnk_secbackallbanks .bank_name{
   border-bottom: 1px solid #3A4156;
    justify-content: left;
}
.pop_bnk_secbackallbanks .bank_name_img_jk {
    background: unset;
    border-left: none;
    border-right: none;
}
.pop_bnk_secbackallbanks{
   background: #1E222D;
   border: none;
   backdrop-filter: unset;
   gap: 0;
}
.paynetbank{
      flex: 0 1 calc(25% - 12px);
    box-sizing: border-box;
    list-style: none;
        display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    gap: 8px;
    margin: 5px 0;
    cursor: pointer;
    border: 0.5px solid transparent;
    background: transparent;
}
.paynetbank span{
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}
.upi_pynw_btn_new {
    display: none;
}

.payble_amont_wrap {
    padding: 36px 0px 16px 0px;
    position: relative;
}
.done_btn_clk, .try_agn_indx{
  background: #7FA810 !important;
}
.scan_main_container{
  display: none;
}
/* saved slider */
.cards-slider {
  display: flex;
  overflow-x: hidden;
  gap: 15px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  margin: 0 -16px;
}

.card-item {
  flex: 0 0 80%;
  max-width: 400px;
  background: linear-gradient(135deg, #5a00ff, #340096);
  border-radius: 16px;
  color: #fff;
  padding: 20px;
  scroll-snap-align: center;
  margin: 0 auto;
}

.card_detials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.card-item .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}

.bank-name {
  font-weight: 600;
}

.card-brand {
  height: 30px;
}

.card-number {
  font-size: 20px;
  letter-spacing: 3px;
  margin: 5px 0;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 20px 20px 0px;
  width: 100%;
}

.visa {
     background: linear-gradient(90deg, #3C908A 0%, #69DA8E 100%);
}

.mastercard {
  background: linear-gradient(90deg, #662D91 0%, #B182D5 100%);
}
.mastertwo{
  background: linear-gradient(135deg, #3449E8 0%, #07134A 100%);
}

.cvv-container {
  margin-top: 20px;
  text-align: left;
}

.cvv-container label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #444;
}

.cvv-container input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.cards-slider .owl-carousel .owl-item img {
    max-width: 52px;
    width: 100%;
}

.cards-slider .owl-theme .owl-dots .owl-dot.active span,
.cards-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #7FA810;
}
.cards-slider .owl-theme .owl-dots .owl-dot span {
  background: #7FA8101A;
}
.cards-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.cards-slider .owl-item.active.center {
  transform: scale(1.1) !important;
  transition: transform 0.3s ease-in-out;
}

.cards-slider .owl-item {
  transform: scale(0.9) !important;
  transition: transform 0.3s ease-in-out;
}
.cvv_main_full{
      background: #1E222D;
    border-radius: 12px;
    padding: 24px 20px;
}
.payment2_savepage{
      display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
 .payment2_paynow_btn.saved_card_pay, .payment2_paynow_btn.clk_newcard {
    width: 50%;
       
}
 .payment2_paynow_btn.clk_newcard{
  cursor: pointer;
}
.payment2_paynow_btn.add_newcard_pay{
  width: 100%;
}

form#card-form {
    box-shadow: 0px 0px 14px 0px #1142BA14;
    padding: 24px 20px;
    background: #1E222D;
    border-radius: 12px;
}
.net_allbg{
      border-radius: 12px;
    padding: 12px;
    background: #1E222D;
    box-shadow: 0px 0px 14px 0px #1142BA14;

}
.allbanks_sec.popular_seccc_innerchild.payment_backwh {
    width: 100%;
    margin: 0 auto;
}
.tick_img {
  width: 15px;
  height: 15px;
  position:absolute;
  right:15px;
}
.allbanks_full {
    background: #1E222D;
    box-shadow: 0px 0px 14px 0px #1142BA14;
    margin: 20px 0;
    border-radius: 12px;
}
.payment_methods_selct:hover, .app_paylist li:hover{
  background: #151B11;
  border: 1px solid #7FA810;
}

.chs_bnk{
  background: transparent;
   color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.cards-slider .owl-stage{
  display: flex;
}
.cards-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}
.netbankin_sectiin .pay_btn_disabled{
   color: #464646 !important;
}
@media screen and (max-width: 590px){
  .payment2_paynow_btn.paym_btn_sec {
    padding: 10px 15px 10px;
    background: #050d18;
  }
  .done_fxedbtn {
  padding: 10px 15px 10px;
  background: #050d18;
}
}