@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "Aileron_Regular";
}

@font-face {
  font-family: "Aileron_SemiBold";
  src: url(../font/aileron/Aileron-SemiBold.otf);
}
@font-face {
  font-family: "Aileron_Bold";
  src: url(../font/aileron/Aileron-Bold.otf);
}
@font-face {
  font-family: "Aileron_Regular";
  src: url(../font/aileron/Aileron-Regular.otf);
}
@font-face {
  font-family: "Aileron_Thin";
  src: url(../font/aileron/Aileron-Thin.otf);
}
@font-face {
  font-family: "HelveticaNeue_Regular";
  src: url(../font/helveticaneue_regular/HelveticaNeue_Regular.ttf);
}

.fs10_fw400 { font-size: 10px; font-weight: 400; }

.fs12_fw400 { font-size: 12px; font-weight: 400; }

.fs13_fw300 { font-size: 13px; font-weight: 300; }
.fs13_fw400 { font-size: 13px; font-weight: 400; }

.fs14_fw400 { font-size: 14px; font-weight: 400; }

.fs16_fw400 { font-size: 16px; font-weight: 400; }
.fs16_fw600 { font-size: 16px; font-weight: 600; }

.fs20_fw400 { font-size: 20px; font-weight: 400; }

.fs32_fw700 { font-size: 32px; font-weight: 700; }

.fs36_fw700 { font-size: 36px; font-weight: 700; }

.txt_clr_white { color: #ffffff; }
.txt_clr_dark { color: #000000; }  
.txt_clr_dark1 { color: #70788F; }  
.txt_clr_dark2 { color: #2a2a2a; }  
.txt_clr_dark3 { color: #626262; } 
.txt_clr_dark4 { color: #2C2F38; } 
.txt_clr_dark5 { color: #0C0F0C; } 
.txt_clr_failed { color: #E33535; }
.txt_clr_succ { color: #B8EDD2; }

.curs_pointer {
  cursor: pointer;
}
.lineHeight {
  line-height: 1.5;
}
.dflex {
  display: flex;
}
.dflex_fdcol {
  display: flex;
  flex-direction: column;
}
.txt_center {
  text-align: center;
}
.fnt_fmly_bld {
  font-family: "Aileron_Bold";
}
.fnt_fmly_smbld {
  font-family: "Aileron_SemiBold";
}
.gap_8 {
  gap: 8px;
}

.payment2_section {
  height: 100vh;
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  background: url(../image/main_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.upi_pay_sec_success{
  background: url(../image/success_bg.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.upi_pay_sec_failed {
  background: url(../image/failed_bg.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.payment2_sec_sub {
  height: 95%;
  overflow-y: auto;
  overflow-x: hidden;
}

.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;
}
.upi_title {
  margin: 24px 16px 26px;
  
}
.upi_title_img_jk {
  align-items: 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;
}

.acc_amt_pay {
  margin: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.payble_amt_txt_jk {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 0 12px 0;
}
.payble_pic img{
  width: 100%;
  max-width: 95px;
  padding-bottom: 4px;
}
.pay_qrcodemn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payble_amont_wrap {
    position: relative;
}
.pay_rgt_scan{
  background: #ffffff;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 24px 16px;
}
.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 {
  position: relative;
  margin: 8px 16px 0px;
  border-radius: 16px;
  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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0px 4px 11px 0px #00000000;
  background: #fff;
  border: 1px solid #4E5D01;
  border-radius: 20px;
  padding: 16px 12px;
}
.paymet_sm_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.paymet_sm_wrap img {
    width: 100%;
    max-width: 24px;
}
.paytm_sm {
  max-width: 50px !important;
}
.bhim_sm {
  max-width: 50px !important;
}
.shar__btn {
  border-radius: 4px;
  padding: 12px 25px;
  background: #fff;
  text-decoration: unset;
  border: 1px solid #09B7F3;  
  text-align: center;
}
.dwnlod_btn {
    background: #09B7F3;
    padding: 12px;
    border-radius: 4px;
    text-decoration: unset;
}
.share_dwnlod_dvv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
        padding: 10px 0px 5px;
}
.qr_scanner {
    padding: 7px;
}

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

.paytm_btn_bi {
    width: 100%;
    height: 48px;
    background: #0C8D48;
    padding: 12px;
    border-radius: 100px;
    border: transparent;
    cursor: pointer;
}

.pay_btn_disabled {
  cursor: not-allowed;
  pointer-events: none;
  background:#D4D4D4!important;
  color:#ffffff!important;
}

.active_upiapp_bor {
  transition: all 0.5s;
  background: #1B2000 !important;
  border: 1px solid #97B400 !important;
}
.paym_upi_apps .app_paylist {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
  padding: 12px 0 0px;
}

.app_paylist li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    gap: 6px;
    border-radius: 16px;
    padding: 4px 0;
    border: 4px solid transparent;
    background: #fff;
    justify-content: center;
}
.app_paylist li:hover{
  background: #D9E7DE;
  border: 4px solid #FFFFFF3D;
}

.payment_vw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pamnt_img {
  max-width: 42px ;
}
.upi_bnk_img {
  max-width: 35px;
}
.payment2_paynow {
  width: 100%;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}

.payment2_paynow_btn {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 10px 24px 10px;
}

.payment2_sec_scss_fail {
  height: 100%;
  padding-bottom: 10px;
}
.payment2_sec_scss_fail {
  height: fit-content;
  position: relative;
  overflow-y: auto;
}
.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;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 24px 16px;
}
.pay_bg{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 6px;
}
.card_img_details img{
  width: 100%;
}
.crddbt_card_desgn {
    padding-bottom: 40px;
}

.success__pymtn_sec {
  border: 1px solid transparent;
  border-radius: 8px;
  padding-bottom: 15px;
  background: #ffffff;
  padding: 16px;
}
.pay2_transection_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0px;
  border-bottom: 1px dashed #E8E8E8;
}
.pay2_transection_con:first-child {
  padding: 7px 0px 13px 0;
}
.pay2_transection_con:last-child {
  border-bottom:0px;
  padding: 13px 0px 7px 0;
}
.payment_success_amt_jk {
  list-style-type: none;
  margin: 12px 0px 0px;
}
.pay2_button_sucess button {
  border: transparent;
  text-align: center;
  cursor: pointer;
  width: 100%;
  padding: 12px 10px;
  background: #0C8D48;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.done_butn_stl{
      width: 50%;
}
img.dwld_arrw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

span.pay2_trans_sp_rig::before {
  content: attr(data-value);
}
.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.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;
}
.money_3d_img {
  width: 100%;
  max-width: 32px;
  height: 32px;
  }
.done_fxedbtn {
      position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 24px 15px;
    background: transparent;
    display: flex;
    flex-direction: row;
    gap: 15px;

}
.share_succss_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex: 1;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.bank_pymnt_txt {
  margin-bottom: 26px;
  padding: 16px 0 0 16px;
}
.bank_lg_icn {
  width: 100%;
  max-width: 30px;
}
.bank_pop {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 12px 16px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #0000001F;
}
.bank_pop:hover {
  border: 1px solid #12BCF6;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
.paymnt_head{
  border: 1px solid #101D14;
  background: #1C482B;
  padding: 5px 12px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 28px;
}
.pop_bnk_sec_jk {
  padding: 12px 0 0px;
}
.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;
}
.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: #7F7F7F;
}
.search_icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  line-height: 0;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  gap: 8px;
  cursor: pointer;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  border-radius: 12px;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  height: 100%;
  min-height:30dvh;
  max-height: 65dvh;
  padding-bottom: 15px;
  overflow-y: auto;
  padding-right: 6px;
}
.all_banks_container{
   display: block;
}
.sc_select_main {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: space-between;
    background: #191E05;
    padding: 16px 12px;
    border-radius: 8px;
    border: 1px solid #3D4902;
}
.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_accountno {
    display: flex;
    align-items: center;
    gap: 5px;
}
.bar_jk {
  border: 0.5px solid #B4B4B4
}
.sc_bank_icon {
    width: 23px;
    margin: 5px 0px;
}
.sc_cvvcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wat_is_cvv {
  text-align: right;
  padding-top: 5px;
}
.sc_cvvcon a {
  text-decoration: underline;
}
.scc_input_con {
    width: 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.cvv_input {
  width: 100%;
  height: 52px;
  -webkit-appearance: none;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #0000001F;
  padding: 16px;
}
.savd_card_odd{
    background: #fff!important;
    box-shadow: 0px 4px 4px 0px #E8DFF51F;
    border: 0px solid transparent;
}
.scc_input_con .cvv_input:focus {
    outline: none;
}
.scc_input_con .cvv_input::placeholder {
  font-size: 14px;
  color: #908F8D;
}
.acc_container {
    background: #F7F6F6;
    backdrop-filter: blur(79.29388427734375px);
    padding: 16px;
    border-radius: 16px;
    gap: 12px;
}
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%;
  }
  .sc_card_icon {
    max-width: 30px;
    height: 25px;
    width: 100%;
}
.qr_scan_pop {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 400px;
  z-index: 9999;
  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: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  z-index: 9999;
  display: none;
}
.pop_close_fun_bj {
  text-align: center;
  position: relative;
}
.common_pop_jk img {
  cursor: pointer;
  position: absolute;
    top: -10px;
    right: -5px;
}
.cvv_info_visib
{
      margin:10px 0px;
}
.balence_pop_fun_bj {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px 16px;
    display:flex;
    box-shadow: 0px 0px 10px 0px #0000001A;
}
.balence_img_fun {
  text-align: center;

}
.bank_lgo_img{
   top: -2px;
}
.cards_tabcontainer .cardtab_newcard {
    position: relative;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.form-group {
    margin-bottom: 16px;
}
.choose-section .form-control {
    background: #DFDFDF!important;
    border-radius: 10px!important;
    width: 100%!important;
}
.form-control {
  display: block;
  width: 100%;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  border-radius: 24px;
  background: transparent;
  border: 1px solid #0000001F;
  padding:16px;
  border-radius: 8px;
}
.form-control:focus {
  outline: none;
  background: #FFFFFF;
}
.form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #898989 !important;
}
.cardtab_newcard .labl_con
{
display: flex;
align-items: center;
gap:5px;
margin-bottom: 6px;
}
.d_flex_sec {
display: flex;
justify-content: space-between;
align-items: center;
    gap: 12px;
}
.name_and_expy {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.d_flex_sec .form-group {
    flex-basis: 48%;
}
.check-sec {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-tap-highlight-color: transparent;
    border: 0.5px solid #010101;
  }
.slider.round {
    border-radius: 45px;
    padding: 8px;
}
.slider.round:before {
    border-radius: 50%;
    border:2px solid #fff;
}
.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 0px;
    background-color: #333333;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 2px 0px #0000004D;
}
input:checked+.slider {
  background: #141414;
}
.justify_space
{
    justify-content: space-between !important;
}
svg.input_logo {
  position: absolute;
  top: 13px;
  right: 0;
}
.card_inpt_bx {
  position: relative;
}
.bank_pop.selected {
    transition: all 0.5s;
    border: 1px solid #12BCF7;
}
.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% !important;
}
.cvv_sec_wrap {
    width: 40%;
}
.wrap_of_cvv_about {
    display: flex;
    align-items: center;
    gap: 10px;
}
.card_icon_container
{
  width: 100%;
  max-width: 110px;
}
.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;
}
.upi_arrow_crosnew {
  width: 13px;
  margin-right: 12px;
}

.card_addnew_con{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.selected_bank {
    border-radius: 20px;
    padding: 0px!important;
}
.popular_banks_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payme2_comm_sucess_fai {
  margin: 24px;
  gap: 24px;
}
.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;
}
.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;
}
.bar_jk1 {
  top: -5px;
}
.border_jk {
  border: 1px dashed #c4c4c4;
  margin: 16px 0px;
}
.btm_bar_jk {
  margin-top: 8px;
}
.pay2_fail_btn_jk {
  background: #C7402E1F;
  color: #C7402E;
}

.clk_ccv_pop_jk {
    display: flex;
    align-items: center;
    position:absolute;
    right:5px;
}
.cp_bank_icon_container {
  display: flex;
  align-items: center;
}
.pay_card_in{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 16px 0px 0px;
  gap: 16px;
}
.add__cards_desn, .net_bnk_sec_mn{
    width: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    padding: 12px 0;
    background: #fff;
    border: 4px solid transparent;
}
.add__cards_desn:hover, .net_bnk_sec_mn:hover {
  background: #D9E7DE;
  border: 4px solid #FFFFFF3D;
}
.add_new_card_save{
    width: 100%;
    margin: 0;
    background: transparent;
    border-radius: 100px;
    padding: 12px;
    gap: 8px;
    border: 1px solid #2A2A2A;
    backdrop-filter: blur(80.30000305175781px);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.se_slt_inner_jk {
  display: flex;
  align-items: center;
  gap: 15px;
}
.raido_btn_jk_card {
  position: absolute;
    right: 20px;
}
.add_newcard_pay_jk {
  background: transparent;
  display: flex;
    align-items: center;
    justify-content: center;
}
.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;
}
.label_con_jk {
  display: flex;
  gap: 5px;
}
.lbl_cvv_jk {
  display: flex;
  align-items: center;
  position: relative;
}
.what_is_cvv_card {
  position: absolute;
  right: 10px;
}
.what_is_cvv_card_jk{
  display: flex;
  align-items: center;
}
.what_is_cvv_card_jk img {
  width: 100%;
  max-width: 16px;
}
.cards_dvin {
    flex: 1;
}
.bank_pop_jk {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.viewall_sec {
  text-align: center;
  padding-top: 20px;
}
.srh_bx_jk::placeholder {
  color: #9F9F9F;
  font-weight: 400;
  font-size: 14px;
}
.srh_bx_jk {
  height: 36px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #00000029;
  padding: 8px 12px;
}
.bank_name.active{
  background: #DCF3E7;
  border: 1px solid #0C8D48;
  outline: none;
} 
.bans_txt_al {
    padding: 10px 0px 0px 15px;
}

.upi_paym_qr_sec_jk {
  background: #1A1F25;
  padding: 0px 12px 0px;
  position: relative;
  margin: 8px 24px 0px;
  border-radius: 16px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
}
.banks_lst_dpdn_jk {
    border-radius: 8px;
    background: transparent;
}
.bank_name_img_jk {
    padding: 5px;
    display: flex;
    align-items: center;
}
.bank_name_img_jk img, .search_icon_jk img {
  width: 100%;
  max-width: 22px;
}

.page_jk {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  width:100%;
}
.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;
}
.upi_pynw_btn_new{
  display: none;
}
 .index_cnt_btn {
  display: none;
}
.rk_succs_page_dv {
    overflow-y: auto;
}
.payment2_paynow_btn.saved_card_pay.test_jk_1 {
    flex-direction: column;
}
/* .card {
    width: 100%;
    height: 168px;
    border-radius: 12px;
    background: linear-gradient(57.67deg, #5E7101 2.15%, #5E7101 97.85%);
    position: relative;
    color: white;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.card-logo {
    width: 90px;
}
.card-number {
    position: absolute;
    top: 65px;
    left: 20px;
    letter-spacing: 1px;
    z-index: 1;
}
.card-number h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.card-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    z-index: 1;
}
.card-info > div {
    flex-grow: 1;
} */
.card_holder_name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}
.card_holder_name .validity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}
.card_holder_name p, .expiry p {
    margin: 0;
}
.type_and_name {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.visa-logo {
    width: 53px;
}
.visa-logo img {
    width: 100%;
}
.try_again_bn button {
    width: 100%;
    width: 100%;
    padding: 14px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.savd_card_even {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(215, 235, 150, 0.3) 0%, rgba(102, 124, 30, 0.3) 100%);
    box-shadow: 0px 4px 4px 0px #E8DFF51F;
    border: unset;
}
.paymt_usng_card {
    padding-bottom: 10px;
}
.card_number_sec {
    flex-basis: 65% !important;
}
.expiry_date_sec
 {
    flex-basis: 48% !important;
}
.qr_scanner_sec {
  align-items: center;
  width: 100%;
  gap: 17px;
}
.qr_scanner_info_sec {
  align-items: center;
  gap: 8px;
}
.qr_scanner_imgsec {
  display: flex;
  align-items: center;
  gap:10px;
  justify-content: space-around;
  width: 100%;
}
.qr_timer_sec {
  display: flex;
  align-items: center;
  gap: 6px;
}
.qr_scanner_img {
  box-shadow: 0px 0px 6px 0px #0000002E;
  border-radius: 18px;
  padding: 11px 10px;
}
.qr_scanner_imgef {
  display: flex;
}
.tmer_img {
  width: 13px;
}
.allbanks_dropdown {
  background: #F6F6F6;
  border-radius: 4px;
  padding: 12px 5px 12px 16px;
  border-radius: 16px;
}

.balance_icon {
    position: absolute;
    right: 15px;
}
.payble_amt_wrap_payinfo {
  margin-bottom:15px;
}
.saved_card_sliders {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  gap:20px;
}
.savedcard_banner {
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  width:100%;
  min-height: 135px;
  border-radius: 12px;
  padding:15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 70%;
}
.savedcard_banner1 {
  background-image:url('../image/frame1.svg');
}
.savedcard_banner2 {
  background-image:url('../image/frame2.svg');
}
.savedcard_banner3 {
  background-image:url('../image/frame3.svg');
}
.savedcard_presec
{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.savedcard_presec_img
{
  width:150px;
  max-width:150px;
}
.scroll-wrapper {
  position: relative;
}

.saved_card_sliders {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

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

.custom-scrollbar {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 6px;
    background: #12BCF733;

  border-radius: 3px;
  overflow: hidden;
}

.custom-thumb {
  height: 100%;
  width: 15px;
  background: #12BCF7;
  border-radius: 3px;
  position: relative;
  left: 0;
  transition: left 0.1s linear;
}

#saved_cards {
  padding: 26px 16px;
}

.scroll-wrapper {
  position: relative;
      margin: 0px -17px;
}
.qr_code_popupclose img
{
    top: 10px!important;
    right: 10px!important;
}

.clk_ccv_pop_popup {
    display: flex;
    position: absolute;
    right: 5px;
}

.cvv_tooltip {
  position: absolute;
  background: url(../image/tooltip_cvv.svg) no-repeat center;
  background-size: 100% 100%;
  width: 200px;
  padding: 20px 16px;
  border-radius: 6px;
  white-space: normal;
  word-wrap: break-word;
  display: none;
  z-index: 1000;
  top: -50px;
  right: -8%;
  min-height: 80px;
  line-height: 1.4;
  text-align: center;
}
.cvv_tooltip1 {
  right: -4% !important;
}
.cvv_tooltip.show {
  display: block;
}
.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 5px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-track {
  background: #F0F0F0;
  border-radius: 10px;
}

.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
  background: #6C6A6A;
  border-radius: 10px;
}

.banks_lst_dpdn ul::-webkit-scrollbar-thumb:hover {
  background: #12BCF7;
}
.dashed_brder {
    border-bottom: 1px dashed #ebe6e6;
}
.pay2_button_fail {
  flex-direction: column;
}
.pay2_button_sucess .cancel_bn {
  background: transparent;
  border: 1px solid #2A2A2A;
}
.upi_title_text_jk_net {
    text-indent: 40px;
}
.contner_pdn_bm {
  margin: 24px;
  gap: 12px;
}
.card_cntner_sed {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(80.30000305175781px);
  height: 500px;
}

.tooltip_wrapper {
  position: relative;
  display: flex;
}
.tooltip {
  cursor: pointer;
}
.dynmac_crd_txt {
    text-indent: 40px;
}
.card_dtls_sec {
  align-items: center;
  gap: 8px;
}
.card_logo {
  max-width: 42px;
}
.card_dtls_txt {
  gap: 2px;
}
.svd_crd_head {
  padding-bottom: 26px;
  gap: 7px;
}
.toggle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}
.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EBEBEB;
  transition: .4s;
  border-radius: 34px;
  border: transparent;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
.toggle input:checked + .slider {
  background-color: #0C8D48;
}

.toggle input:checked + .slider:before {
  transform: translateX(12px);
}
.test_jk {
  padding: 10px 40px 10px;
}
.ful_dtls_crd_sec {
    align-items: center;
    justify-content: space-between;
}
.bnk_crd_dtls_mn {
    align-items: center;
    gap: 5px;
}
.bnk_dtls_sec {
    gap: 3px;
}
.scroll-wrapper {
  overflow: visible;
}

.saved_card_sliders .item {
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
}

.saved_card_sliders .owl-stage-outer {
  overflow: visible;
}

.custom-carousel-wrapper {
  max-width: 900px;
  margin: auto;
}
.owl-carousel .item img {
   width: 35px !important; 
}
.cardtab_newcard.show_newcard {
    padding: 16px;
}
@media (min-width: 280px) and (max-width: 359px) {
  .bank_pop {
      padding: 10px;
  }
  .payment_methods_selct h1 {
    padding: 10px 0;
    min-height: 42px;
  }
  .payble_amt_wrap_img_jk {
    max-width: 95px;
  }
  .qr_scanner {
    padding: 3px 3px 3px 3px;
  }
  .qr_scanner img {
    max-width: 60px;
  }
  .paymet_sm_wrap img {
    max-width: 15px;
  }
  .qr_section_pay {
    padding: 6px;
  }
  .fs12_fw400 { 
    font-size: 10px 
  }
  .fs13_fw300, .fs13_fw400 { 
    font-size: 11px
  }
  .fs14_fw400 { 
    font-size: 12px
  }
  .fs16_fw400, .fs16_fw600 { 
    font-size: 14px
  }
  .fs20_fw400 { 
    font-size: 18px
  }
  .fs32_fw700 { 
    font-size: 28px
  }
  .fs36_fw700 { 
    font-size: 30px
  }
}

@media (min-width: 360px) and (max-width: 375px) {
  .contner_pdn_bm_jk {
    gap: 10px;
  }
  .border_jk {
    margin: 10px 0px;
  }
  .banks_lst_dpdn ul {
    max-height: 55dvh;
  }
}

@media only screen and (max-width:500px) {
  .cvv_tooltip {
    right:-12%;
  }
  .cvv_tooltip1 {
    right: -7% !important;
  }
}

@media (max-width: 550px) {
  .payment2_main_section {
    background: #fff;
  }
}

@media (min-width: 551px) {
  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    background: transparent;
  }
  .payment2_sec_scss_fail {
    padding-bottom: 0px !important;
  }
  .savedcard_banner {
    min-height: 180px;
  }
}

@media only screen and (max-width: 589px) {
  .payment2_sec_scss_fail {
    height: 100dvh;
  }
}

@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }  
  .index_sectn {
    max-height: 92dvh;
    height: inherit;
  }
  .upi_paym_qr_sec.contner_pdn_bm{
    margin-bottom:10px;
  }
}

@media (max-width: 590px) {
  .payment2_section {
    border-radius: unset;
  }
}

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

@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;
  }
  .upi_paym_qr_sec {
    margin: 8px 24px 15px;
  }
}