@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@font-face {
  font-family: "Proxima Nova Regular";
  src: url("../fonts/proximanova_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/semibold.otf") format("opentype");
  font-weight: 600; 
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Light";
  src: url("../fonts/proximanova_light.otf") format("opentype");
  font-weight: 300; 
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "Proxima Nova Regular", sans-serif;
  font-weight: 400;
}
body {
  font-family: "Proxima Nova Regular", sans-serif;
  font-weight: 400;
}
.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;
   backdrop-filter: blur(4px);
}
.upi_pay_sec_success{
  background: #fff;
}

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

.main_upi_page {
  height: 100%;
  display: flex;
  justify-content: center;
  background: #97a3c6;
}
.upi_payment_container {
  display: flex;
  flex-direction: column;
}
.payble_amt_wrap_jk {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.upi_title h1 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  font-family: "Proxima Nova Bold";
}

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

.rt_share_icon{
position: absolute;
  right: 0;
}

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

.acc_amt_pay {
  position: relative;
  margin: 16px;
  border-radius: 16px;
}
.payble_amt_txt_jk {
  display: flex;
  flex-direction: column;
  gap: 2px;

}
.acc_amt_pay h2 {
font-weight: 400;
font-size: 14px;
text-align: center;
color:#fff;
}
.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 p{
  font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #2A2A2A;
}
.acc_amt_pay h3 {
font-size: 32px;
text-align: center;
color:#fff;
}
.payble_amt_txt_jk h4 {
font-weight: 400;
font-size: 12px;
text-align: center;
color:#fff;
display: flex;
align-items: center;
justify-content: center;
}
.payble_amt_txt_jk_h4_span
{
font-weight: 700;
font-size: 12px;
margin:0px 5px;
}
.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 {
  padding: 0px 12px 0px;
  position: relative;
  /* margin: 0px 16px 0px; */
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cvv_crds {
  padding: 0px 15px;
}
.make_pay_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.qr_section_pay {
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../image/design102/qr-bg.svg") no-repeat center;
    background-size: cover;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(318.54deg, rgba(255, 255, 255, 0.2) -1.35%, rgba(255, 37, 37, 0.2) 101.13%);
    padding-top: 24px;
}

.paym_qr_ele h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.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;
}

.paym_qr_ele h6 {
      font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #939393;
    margin-top: 20px;
    padding:0px 15px 5px 15px;
}
.shar__btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 12px 25px;
    background: #fff;
    text-decoration: unset;
    border: 1px solid #09B7F3;
    color:#09B7F3;
    text-align: center;
}
.dwnlod_btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    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_code_text {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #939393;
    font-family: "IBM Plex Sans", sans-serif;
}
.rt_upi_sm_wrap img {
  width: 16px;
}
.Qr_code_text span {
  color: #F52929;
  font-weight: 500;
  padding-left: 5px;
  font-family: "IBM Plex Sans", sans-serif;
}

.qr_scanner {
    display: flex;
}

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

.paytm_btn_bi {
    width: 100%;
    background: linear-gradient(90deg, #580000 0%, #250000 100%);
    border: 0.5px solid;
border-image-source: linear-gradient(143.68deg, #938484 -0.89%, #1E1E1E 110.66%);
border-image-slice: 1;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
}

.pay_btn_disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #1A0303 !important;
  color:#fff!important;
}

.active_upiapp_bor {
  transition: all 0.5s;
  background: #1B2000 !important;
  border: 1px solid #97B400 !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-weight: 600;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    font-family: "Proxima Nova Bold";
}

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.app_paylist li {
    list-style-type: none;
    display: flex;
    flex-basis: calc(50% - 6px);
    align-items: center;
    cursor: pointer;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    border: 0.5px solid;
    border-image-source: linear-gradient(90deg, #848484 0%, #1E1E1E 100%);
    border-image-slice: 1;
    background: #0000001F;
    justify-content: start;
    height:45px;
}
.app_paylist li:hover{
  background: #FFFFFF1F;
border: 0.5px solid;
border-image-source: linear-gradient(90deg, #848484 0%, #684444 100%);
border-image-slice:1;
}
.paymnt_bnk_vw {
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    color:#12BCF7;
}

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

.app_paylist li span {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.img_upipay {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_upipay img {
  max-width: 24px ;
  width: 100%;
}
/* .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: 12px;
  justify-content: center;
  padding: 10px 16px 10px;
  background: #090909;
}
.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: -28px;
}
.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
}
.card_logos {
	display: flex;
	margin: 0;
	padding: 0;
	float: right;
  position: absolute;
	top: 36px;
  right:5px;
}
.card_logos li {
	display: none;
}
.is_visa li.card_visa,
.is_mastercard li.card_mastercard,
.is_amex li.card_amex,
.is_discover li.card_discover,
.is_diners li.card_diners,
.is_jcb li.card_jcb {
	display: block;
}
@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

@media (min-width: 590px) {
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }
}

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

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

.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;
}
.pay_bg{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.card_img_details img{
  width: 100%;
}
.payment2_pay_com h5 {
  margin:16px 0px 8px;
font-size: 32px;
text-align: center;
color:#fff;
}
.payment2_pay_com h6 {
  font-size: 14px;
  text-align: center;
  color: #fff;
}


.payment2_pay_com p {
  font-size: 14px;
  font-weight: 400;
color: #898989;
margin-bottom:10px;
text-align: center;


}
.payment2_pay_com_p1 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #755847;
  padding-top: 10px;
}
.crddbt_card_desgn {
    padding-bottom: 40px;
}

.success__pymtn_sec {
       background: linear-gradient(180deg, #003408 0%, rgba(7, 31, 0, 0) 100%);
    padding: 16px;
    margin-top: 44px;
}
.payment2_comm_trans.success__pymtn_sec.failed {
  margin-top: 10px;
}
.success__pymtn_sec.failed{
  background: transparent;
}
.success__pymtn_sec.failed p{
  background: linear-gradient(180deg, #340000 0%, rgba(31, 0, 0, 0) 100%);
  padding: 15px 16px;
}
.payment2_comm_trans.success__pymtn_sec.failed {
  padding: 16px 0px;
}
.payment2_comm_trans h5{
     font-weight: 500;
    font-size: 16px;
    color: #010101;
}
.pay2_transection_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
      line-height: 22px;
      border-bottom: 1px solid #0000001F;
      padding:10px 0px;
}
.pay2_transection_con:last-child
{
  border-bottom:0px;
}
.payment2_comm_trans ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.ttl_pymtn {
    font-size: 14px;
}
.ttl_pymtn_fntwg {
    font-size: 14px;
    font-weight: 500;
}

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

.pay2_trans_sp_lef {
    font-size: 12px;
    color: #CDCDCD;
}

.pay2_trans_sp_rig {
  font-size: 12px!important;
  font-weight: 600;
    text-align: right;
    color: #fff;
    font-family: "Proxima Nova Bold";
}

.pay2_button_sucess button {
 border: transparent;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-transform: capitalize;
    padding: 12px 10px;
    background: transparent;
    border: 0.5px solid;
border-image-source: linear-gradient(143.68deg, #938484 -0.89%, #1E1E1E 110.66%);
border-image-slice: 1;
}
.done_butn_stl{
      width: 50%;
}
.payme2_comm_sucess_fai {
  position: relative;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  /* margin-top: 12px; */
}
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-weight: 400;
    font-size: 14px;
    color: #000000;
}
.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;
}

.upi_pymnt_syntx span {
  color: #fff;
    font-size: 14px;
    font-weight: 500;
 
}
.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;
  /* margin: 12px; */
  height: 40px;
  /* margin-bottom: 10px; */
}
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
  background: url("../image/payment_bg.png") no-repeat;
  background-size: cover;
}
.money_3d_img {
  width: 100%;
  max-width: 32px;
  height: 32px;
  }
.done_fxedbtn {
      position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 10px;
    background: #101010;
    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 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.bank_lg_icn {
  width: 100%;
  max-width: 24px;
}
/* .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;
} */
.bank_pop span {
  font-weight: 500;
  font-size: 12px;
  color: #381908;

}
.pop_bnk_sec {
  display: grid;
 grid-template-columns: repeat(2, 1fr);
      gap: 12px;
 /* padding-top: 20px; */
}
.paymnt_head{
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 24px auto 16px;
}

.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;
  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%;
  transform: translateY(-50%);
  left: 10px;
  line-height: 0;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    cursor: pointer;
    border-bottom: 1px solid #0000001F;
position: relative;
}
.bank_name span
{
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #fff;
    
}
.banks_lst_dpdn ul li {
  list-style-type: none;
  margin:0px 5px 0px 0px;
}
.banks_lst_dpdn ul li:last-child{
  border-bottom: 1px solid none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 400px;
}

/* .banks_lst_dpdn ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 100px;
	background: #373D1F;
}

.banks_lst_dpdn ul::-webkit-scrollbar
{
	width: 8px;
	background: #373D1F;
} */

.banks_lst_dpdn ul::-webkit-scrollbar-thumb
{
	border-radius: 100px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background: #97B400;
}
.banks_lst_dpdn ul {
    padding-bottom: 15px;
}
.all_banks_container{
   display: block;
}

.cardtab_savedcard .cpayment_p
{
    font-size: 16px;
    font-weight: 500;
    line-height: 21.17px;
    text-align: left;
    color: #121212;
    
}
.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_bankname
{
font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #131313;

}
.sc_accountno
{
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #131313;
    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 {
  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;
}
.scc_input_con
{
    width: 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.cvv_input
{
width: 100%;
    font-size: 12px;
    font-weight: 400;
    font-family: "IBM Plex Sans", sans-serif;
    -webkit-appearance: none;
    color: #fff;
    background: #0000001F;
    padding: 14px 10px;
    border: 0.5px solid #696969;
}

.clk_cvv_enter{
font-size: 12px;
  color: #fff;
}

.new_card_con p {
  font-size: 14px;
  font-weight: 500;
  color: #381908;
  text-decoration: underline;
}
.add_new_card_save{
      border: 1px solid #252525;
    border-radius: 100px;
    padding: 16px 10px;
    margin: 10px 24px;
}
.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: 12px;
color: #adadad;
}


button.new_card_con
{
  -webkit-tap-highlight-color: transparent;
    background: unset;
    border: unset;
    /* margin: 0 auto; */
    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%;
}
.card_headr_txt {
  font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 10px 0;
    color: #003780;
}
.qrcode_popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  z-index: 9999;
  display: none;
}
.popuop_overlay_rk {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background: #090909a1;
    backdrop-filter: blur(6px); 
    -webkit-backdrop-filter: blur(6px);
}

.rt_popup_overlay {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background: #090909a1;
    backdrop-filter: blur(6px); 
    -webkit-backdrop-filter: blur(6px);
}

.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;
}
.rt_dlex{
display: flex;
flex-direction: column;
gap: 4px;
}

.rt_dlex p{
color: #fff;
font-size: 12px;
}


.balence_pop_fun_bj {
    background: transparent;
    border-radius: 6px;
    margin-top: 20px;
    display:flex;
    align-items: center;
    gap: 20px;
}
.balence_img_fun {
  text-align: center;

}
.balence_pop_fun_bj h5 {
      font-weight: 500;
    font-size: 14px;
    color: #1E1E1E;
    
    display:flex;
    gap:5px;
}
.rt_dlex p.con_cvv_p
{
    color: #adadad;
}
.bank_lgo_img{
   top: -2px;
}
.cards_tabcontainer .cardtab_newcard
{
    position: relative;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.newcard_inner
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: linear-gradient(180deg, #340000 0%, rgba(31, 0, 0, 0) 100%);
    padding: 16px;
    margin: 24px 15px 0px 15px;
}
.form-group {
    margin-bottom: 16px;
}
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);
    font-size: 12px;
    font-weight: 400;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    padding: 16px 12px;
    border-radius: 24px;
    color: #fff;
    background: #0000001F;
font-family: "IBM Plex Sans", sans-serif;
border: 0.5px solid #B1B1B1;
padding:14px 10px;
border-radius: 4px;

}
.form-control:focus {
    outline: none;
    background: #0000001F;
  }
  .form-control::placeholder{
font-size: 12px;
color: #adadad !important;
font-weight: 300 !important;
font-family: "IBM Plex Sans", sans-serif;
}

.whatiscvv_onclick{
color: #fff;
font-size: 12px;
font-weight: 250;
cursor: pointer;
}


.cardtab_newcard .labl_con
{
display: flex;
align-items: center;
gap:5px;
margin-bottom: 6px;
}
.d_flex_sec {
display: flex;
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;
}
.check-sec label
{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #1E1A1A;
}
.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: #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;
}
input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
        background: #fff;
        width: 11px;
    height: 11px;
    bottom: 1px;
}
.labl_con label
{
  font-weight: 400;
    font-size: 12px;
    color: #fff;
    
}
.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; */
}

.bank_pop_jk.selected{
background: #FFFFFF1F;
border: 0.5px solid;
border-image-source: linear-gradient(90deg, #848484 0%, #684444 100%);
border-image-slice: 1;
}

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

.owl-stage{
display: flex !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
background: #616161;
}

.loop_slider_container {
    margin-top: 24px;
}

.bank_icon_appnd {
    display: none;
}
.payment2_sec_sub.netbanking_cntnertab{
   height: 100% !important;
   background: #090909;
}
.cvv_sec_wrap {
    width: 40%;
}
.wrap_of_cvv_about {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contner_pdn_bm{
padding: 16px;
}

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

.payble_amt_wrap_img_jk {
  max-width: 95px !important;
}
.upi_pymnt_syntx span {
  font-size: 9px !important;
}
.card_details_p {
  font-size: 8px !important;
}
.qr_scanner {
  padding: 3px 3px 3px 3px !important;
}
.qr_scanner img {
  max-width: 60px !important;
}
.paymet_sm_wrap img {
  max-width: 15px;
}
.qr_section_pay {
  padding: 6px !important;
}
.scan_pay_h4 {
  font-size: 12px !important;
}

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

.payment2_pay_com p {
  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) {
  .dwnlod_btn,.shar__btn {
    font-size: 12px;
  }
  .upi_pymnt_syntx {
    font-size: 11px;
  }

  .upi_pymnt_syntx span{
    font-size: 12px;
  }
  .card_details_p {
    font-size: 10px !important;
  }
  .sc_bankname {
    font-size: 12px;
}
.payment2_pay_com p {
  font-size: 12px;
}

.pay2_trans_sp_rig_jk {
  font-size: 15px;
}
.pay2_trans_sp_rig {
  font-size: 11px;
}
.share_btn span {
  font-size: 12px;
}

.pay_card_in{
  gap:3px
}
.add__cards_desn{
  gap:4px;
}

 .payment2_comm_trans {
  overflow-y: scroll;
  /* height: 75dvh; */
}
}

@media (min-width: 551px) {
.done_fxedbtn {
  position: unset;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 15px 10px;
  background: transparent;
}
.pay2_padsucess{
  padding: 10px 16px 10px;
}
.payme2_comm_sucess_fai.index_failer_sec {
  padding: 100px;
}
  .payment2_sec_scss_fail {
    padding-bottom: 0px !important;
  }
    .success__pymtn_sec{
      margin-bottom: 25px;
    }
  .banks_lst_dpdn ul {
    max-height: 35dvh;
  }
}

@media (min-width: 590px) {
  .index_sectn {
    max-height: 92dvh;
    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%;
  }


}
@media (min-width: 768px) {
  .index_sectn {
    max-height: 60dvh;
    height: inherit;
  }
}
@media only screen and (max-width: 589px) {
  .payment2_sec_scss_fail {
    height: 100dvh;
  }
}
@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;
}
.rk_succss_spt{
  margin-bottom: 70px;
}
}

/* .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
{
font-size: 14px;
color: #fff;
text-align: center;
margin-bottom: 16px;
font-family: "IBM Plex Sans", sans-serif;
  }
.upi_arrow_crosnew
{
  width: 13px;
  margin-right: 12px;
}

.card_addnew_con{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.selected_bank
{
    /* background: #191E05; */
    /* border: 1px solid #97B400; */
    border-radius: 20px;
    padding: 0px!important;
    /* border: 1px solid #010101 !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 {
  border: 1px solid #FFFFFF29;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 14px;
  width: 100%;
  font-weight: 700;
  font-size:16px;
  cursor: pointer;
}
.share_btn img {
  width: 20px;
}
.share_btn span{
display:flex;
font-size: 14px;
font-weight: 500;
color: #fff;
}
.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;
  background: url("../image/success.png") no-repeat;
    background-size: cover;
}

.payment2_sec_scss_fail.rk_succs_page_dv.failed {
  background: url("../image/failed.png") no-repeat;
    background-size: cover;
}

h6.rt_mt_24 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
}

.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 {
  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 dashed #c4c4c4;
  margin: 16px 0px;
}
.pay2_trans_sp_rig_jk{
  font-size: 14px;
  font-weight: 500;
}
.pay2_succ_btn_jk {
  color: #fff;
  font-size: 12px!important;
  font-weight: 600;
}
.paymtn__suc {
    display: flex ;
    align-items: center;
    gap: 6px;
}
.btm_bar_jk {
  margin-top: 8px;
}
.pay2_fail_btn_jk {
  background: #C7402E1F;
  color: #C7402E;
}

.clk_ccv_pop_jk {
        display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #131313;
    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: 12px 0px 0px;
        gap: 12px;
}
/* .add__cards_desn, .add_new_card_save{
      width: 100%;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
   
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #0000001F
} */

.add__cards_desn p, .add_new_card_save p{
        font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #010101;
}

.add_new_card_save{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    background: transparent;
    padding: 16px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  border: 0.5px solid;
border-image-source: linear-gradient(143.68deg, #938484 -0.89%, #1E1E1E 110.66%);
border-image-slice: 1;
}
.add_new_card_save p{
        font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
  color:#fff;
}
.se_slt_inner_jk {
  display: flex;
  align-items: center;
  gap: 15px;
}
.raido_btn_jk_card {
  position: absolute;
    right: 20px;
}
/* .sc_main_sec_jk1 {
  display: flex;
  align-items: center;
  gap: 10px;
} */
.add_newcard_pay_jk {
  background: transparent;
  display: flex;
    align-items: center;
    justify-content: center;
}
.card_dls_jk {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.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;
}
.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;
}
.bank_pop_jk span{
      font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    
}
.cards_dvin {
    flex: 1;
}
.bank_pop_jk {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #0000001F;
  border: 0.5px solid;
border-image-source: linear-gradient(90deg, #848484 0%, #1E1E1E 100%);
border-image-slice: 1;
    padding: 10px 16px;
    cursor: pointer;
}
.viewall_sec {
  text-align: center;
  padding-top: 20px;
}
.view_all_text {
  font-size: 14px;
  font-weight: 600;
  color: #FA4F41;
  text-decoration: none;
}
/* .search_allbank_jk {
  margin: 10px 16px;
} */
.srh_bx_jk::placeholder {
  color: #ADADAD;
font-weight: 300;
font-size: 12px;
font-family: "IBM Plex Sans", sans-serif;
}
.srh_bx_jk {
    background: #0000001F;
    border: 0.5px solid #696969;
    color: #D1D1D1;
    font-size: 12px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
}
.bank_name.active{
background: #FFFFFF1F;
border: 0.5px solid;
border-image-source: linear-gradient(90deg, #848484 0%, #684444 100%);
border-image-slice: 1;
outline: none;
} 

.search_result_title{
color: #fff;
font-size: 14px;
margin: 24px 0px 16px;
text-align: center;
}
.bans_txt_al {
    font-size: 14px;
    font-weight: 600;
    color: #1E1E1E;
    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;
  /* gap: 12px; */
}
.banks_lst_dpdn_jk {
    background: #0000001F;
}
.bank_name_img_jk {
    padding: 5px;
    display: flex;
    align-items: center;
}

.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;
}
.failer__pg__hm{
  background: #fff;
}
.payment2_pay_com.failue_pymt h5 {
    color: #000000;
}
.ttl_pymtn_fntwg_fl {
    color: #010101;
    font-size: 26px;
    font-weight: 600;
}
@media (min-width: 360px) and (max-width: 375px) {
.contner_pdn_bm_jk {
  gap: 10px;
}
  
.pay2_trans_sp_rig_jk {
  font-size: 15px;
}
.border_jk {
  margin: 10px 0px;
}

 .payment2_comm_trans {
  overflow-y: scroll;
   /* height: 70dvh; */
}
}


.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-weight: 250;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}
.form_group_jk label:before {
  content: '';
  background-color: transparent;
  border: 1px solid #640606;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  vertical-align: middle;
  margin-right: 12px;
  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 #640606;
  background: #640606;

}
.form_group_jk input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
    top: 2px;
    left: 8px;
    width: 5px;
    height: 13px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.payment_methods_selct_newr {
    flex-basis: calc(50% - 10px);
    box-shadow: 0px 4px 11px 0px #00000000;
    min-height: 100%;
    width: 100%;
    border-radius: 8px;
}
.upi_pynw_btn_new{
  display: none;
}
/* .pay_crdit_card_addnewcard{
  display: block;
} */
 .index_cnt_btn {
  display: none;
}
.rk_succs_page_dv {
    overflow-y: auto;
}

.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_type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 90%;
    line-height: 0;
}
.chip {
    width: 23px;
    height: 18.5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #333;
    z-index: 1;
}
.chip img {
    width: 100%;
}
.card-logo {
    width: 90px;
}

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



.type_and_name {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.card-info .name h6 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    padding: 0 0 12px 0;
}
/* .pay_card_in div{
  width: 100%;
} */

@media (min-width: 375px) and (max-width: 500px) and (max-height:590px) {
.banks_lst_dpdn ul {
    max-height: 60dvh;
}

}

.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 {
    font-size: 14px;
    font-weight: 500;
    color: #010101;
    padding-bottom: 10px;
}
.card_cntner_sed {
    padding: 0px;
}
.cvv_plcehl {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.card__sectin__wrap {
    background: #090909;
}
.card_number_sec {
    flex-basis: 65% !important;
}
.expiry_date_sec
 {
    flex-basis: 48% !important;
}
/* .qr_scanner_img
{
  box-shadow: 0px 0px 6px 0px #0000002E;
  background:#fff;
} */
.qr_scanner_sec
{
  display:flex;
  flex-direction: row;
    width: 100%;
    justify-content:space-evenly;
    gap:10px;
}
.qr_scanner_info_sec
{
display: flex;
flex-direction: column;
text-align: left!important;
justify-content: space-around;
}
.qr_scanner_imgsec
{
  display: flex;
  align-items: center;
  gap:10px;
  justify-content: space-around;
    width: 100%;
}
.qr_scanner_p
{
font-weight: 600!important;
font-size: 14px!important;
}
.qr_scanner_imgp
{
font-weight: 400!important;
font-size: 12px!important;
color:#898989!important;
}
.qr_scanner_info_sec p
{
  text-align: left!important;
}
.qr_timer_sec
{
  display:flex;
  align-items: center;
  gap:3px;
}
.qr_timer_text
{
font-weight: 600!important;
font-size: 10px!important;
color:#FF4141!important;
}
.qr_scanner_imgef
{
  box-shadow: 0px 0px 6px 0px #0000002E;
  border-radius: 4px;
}

.balance_icon
{
    position: absolute;
    right: 15px;
}

.payble_amt_wrap_payinfo
{
  margin-bottom:15px;
}

.payble_amt_wrap_payinfo_h5
{
    
    font-weight: 400!important;
    font-size: 16px!important;
    text-align: center!important;
    color: #fff!important;
}
.payble_amt_wrap_payinfo_h3
{
    
    font-weight: 600!important;
    font-size: 40px!important;
    text-align: center!important;
    color: #fff!important;
}
.payble_amt_wrap_payinfo_h4
{
font-weight: 400!important;
    font-size: 12px!important;
    text-align: center!important;
    color: #fff!important;
    
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}
.card_headr_txtdyn{
font-weight: 400;
font-size: 14px;
color:#fff!important;
margin-bottom:16px;
}

.savedcard_text
{
  display:flex;
  flex-direction: column;
  gap:15px;
}
.savedcard_presec
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.savedcard_text h4{
font-weight: 600;
font-size: 12px;
vertical-align: middle;
font-family: "IBM Plex Sans", sans-serif;
color:#FFFFFF;

}

.savedcard_text h3{
font-weight: 600;
font-size: 16px;
letter-spacing: 13%;
vertical-align: middle;
color:#FFFFFF;
font-family: "IBM Plex Sans", sans-serif;
}

.savedcard_text h3 span{
font-family: "IBM Plex Sans", sans-serif;
}
.savedcard_presec h4{
font-weight: 600;
font-size: 12px;
vertical-align: middle;

color:#ffffff;
}

.round {
  position: relative;
}

.round label {
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  right: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #4569f5;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #fff;
  border-color: #fff;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
} 

       .RtCoverflowSwiper {
            width: 1200px;
            max-width: 100%;
        }

.RtCoverflowSwiper .swiper-slide {
  background: url('../image/design102/card-bg.svg') no-repeat center/cover;
  border-radius: 12px;
  text-align: center;
  width: 300px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}

.swiper-pagination {
  bottom: 10px !important;
}


  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -30px !important;
  }
  
  .swiper-pagination-bullet{
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  border-radius: 0px !important;
  }
  
  .swiper-pagination-bullet-active{
  width: 23px !important;  
  background: #616161 !important;
  }
  
/* .savedcard_banner
{
  background-image:url('../image/design102/card-bg.svg');
  background-repeat: no-repeat;
  background-size:cover;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: .7s;
  min-height: 160px;
  padding: 16px;
} */

#saved_cards
{
  margin-top:10px;
  background: linear-gradient(180deg, #340000 0%, rgba(31, 0, 0, 0) 100%);
padding: 16px;
}

.qr_code_popupclose img
{
    top: 10px!important;
    right: 10px!important;
}

/* .clk_ccv_pop_popup {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #131313;
    position: absolute;
    right: 5px;
} */

.cvv_pop_container{
 position: absolute;
  background: url("../image/cvv_bg.png") no-repeat center;
  background-size: 100% 100%;
  width: 300px;
  height: 205px;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  display: none;
  border: 1px solid;
  border-image-source: linear-gradient(318.54deg, rgba(255, 255, 255, 0.2) -1.35%, rgba(255, 37, 37, 0.2) 101.13%);
}

.cvv_pop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

.cvv_pop_close{
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}

.cvv_pop .title{
color: #fff;
font-size: 14px;
margin: 16px 0px 8px;
}
.cvv_pop .dsc{
color: #adadad;
font-size: 12px;
}


.rt_cardpay_method_container{
display: grid;
grid-template-columns: repeat(2, 1fr);
margin: 24px 0px 24px;
row-gap: 20px;
}

.rt_cardpay_method_item{
padding: 5px 0px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
border-right: 0.5px solid;
border-image-source: linear-gradient(178.41deg, rgba(81, 81, 81, 0) 1.35%, #848484 50%, rgba(81, 81, 81, 0) 98.65%);
border-image-slice: 1;
cursor: pointer;
}

.rt_cardpay_method_item:nth-child(even) {
  border-right: none;
}


.rt_cardpay_method_item .item_name{
color: #c4c4c4;
font-size: 14px;
}

.pay_upi_section{
background: linear-gradient(180deg, #340000 0%, rgba(31, 0, 0, 0) 100%);
padding: 16px;
}

.rt_hover_effect img,.item_name{
transition: all 0.3s linear;
}

/* .rt_hover_effect:hover img, .rt_hover_effect:hover .item_name{
transform: scale(1.05);
} */

.rt_upi_sm_wrap{
display: flex;
align-items: center;
gap: 10px;
margin: 8px 0px 20px;
}

.rt_paydetails_title{
font-size: 14px;
color: #fff;
text-align: center;
}

.pay2_button_sucess button.tryagain_btn{
background: linear-gradient(90deg, #580000 0%, #250000 100%);
border: 0.5px solid;
border-image-source: linear-gradient(143.68deg, #938484 -0.89%, #1E1E1E 110.66%);
border-image-slice: 1;
}


.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 8px;
}

.banks_lst_dpdn ul::-webkit-scrollbar-track {
  background: #FFFFFF1F;
  border-radius: 10px;
}

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

.banks_lst_dpdn ul::-webkit-scrollbar-thumb:hover {
  background: #640606;
}



/* saved cards */
.saved-cards-container {
  text-align: center;
  padding: 5px;
}

.saved-title {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
}

.cards-slider {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
}

.card-item {
  flex: 0 0 80%;
  max-width: 400px;
  background: url("../image/design102/card-bg.svg") no-repeat center / cover;
  color: #fff;
  padding: 16px;
  scroll-snap-align: center;
  margin: 0 auto;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 170px;
    border: 1px solid #FFFFFF33;
    transform: scale(0.9);
}

.owl-item{
opacity: 0.3;
  transition: opacity 0.3s ease;
}
.owl-item.active.center {
  opacity: 1;
  transform: scale(1.1);
}

.card_detials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.masked-number{
font-family: "IBM Plex Sans", sans-serif;
font-size: 18px;
}

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

.owl-carousel .owl-item .card-header img{
  height: auto;
  width: 30px;
}

.owl-carousel .owl-item .card-header .visa_logo{
width: 38px;
height: auto;
}

.card-number {
  font-size: 20px;
}

.card-number .flex_item{
display: flex;
align-items: center;
gap: 10px;
}

.card-number sup{
font-size: 12px;
}

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

.card-footer p{
display: flex;
flex-direction: column;
}

.card-footer p .span1{
color: #fff;
font-weight: 400;
font-size: 10px;
}

.card-footer p .span2{
color: #fff;
font-weight: 500;
font-size: 12px;
font-family: "Proxima Nova Bold";
padding-top:2px;
}

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

.cards-slider .owl-theme .owl-dots .owl-dot.active span,
.cards-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #616161;

}

.owl-carousel .owl-dots.disabled{
display: block;
}

.owl-theme .owl-dots .owl-dot.active span{
width: 23px;
}

.owl-theme .owl-dots .owl-dot span{
border-radius: 0px;
margin: 5px 3px;
background: #292929;
}

.owl-theme .owl-nav.disabled+.owl-dots{
margin-top: 20px;
}
.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;
}
.upi_paym_qr_sec.upi_paym_qr_index{
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 359px){
  .masked-number{
  font-size: 14px;
  }
.owl-carousel .owl-item .card-header img {
    height: auto;
    width: 20px;
}
.card-item{
height: 130px;
padding: 12px;
}
.app_paylist li{
padding: 8px;
}
.rt_hover_effect img{
width: 26px;
}
.payment2_paynow_btn{
gap: 12px;
}
.add_new_card_save{
padding: 12px;
}
.paytm_btn_bi{
padding: 9px;
}
.balence_pop_fun_bj{
gap: 10px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 14px;
}
.pay2_transection_con{
padding: 6px 0px;
}
}

.progress-bar {
  width: 100%;
  height: 5px;
  background: transparent; 
  overflow: hidden;
  margin-top: 6px;
}

.progress-fill {
  height: 100%;
  width: 100%;
  background: #096A17;
  transition: width 1s linear;
}
.contner_pdn_bm.contner_pdn_bgg {
  background: linear-gradient(180deg, #340000 0%, rgba(31, 0, 0, 0) 100%);
  margin: 20px 15px;
}
.paymnt_head.pplur__bnktxt {
  font-weight: 400;
}