@font-face {
  font-family: "sf-pro-rounded";
  src: url("../fonts/sf-pro-rounded.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "sf-pro-rounded";
  src: url("../fonts/sf-pro-rounded-heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "sf-pro-rounded";
  src: url("../fonts/sf-pro-rounded-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "sf-pro-rounded";
  src: url("../fonts/sf-pro-rounded-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "sf-compact-rounded";
  src: url("../fonts/SF_Compact_Rounded_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "sf-compact-rounded";
  src: url("../fonts/SF-Compact-Rounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
body {
  font-family: "sf-pro-rounded";
}
.payment2_section {
  height: 100dvh;
  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;
  background: #f2f2f2;
}

.payment2_sec_sub {
  height: 95%;
  overflow-y: auto;
}

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: radial-gradient(circle, #906bff 0%, #38190830 100%);
}

.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;
  padding-top: 7px;
}
.upi_title h1 {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  color: #252525;
}

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

.acc_amt_pay {
  margin: 0px 16px;
  background-image: url("../image/dis_scr.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 16px;
  border-radius: 20px;
}
.payble_amont_wrap {
  padding: 20px 0px;
}
.payble_amt_txt_jk {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment_methods_selct_newr.pay_qrcodemn {
  margin: 20px 0px;
}
.acc_amt_pay h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #b3b3b3;
  font-family: "sf-compact-rounded";
}

.pay_rgt_scan {
  border-radius: 8px;
  padding: 15px 20px;
  cursor: pointer;
  background: #906bff;
}

.pay_qrcodemn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pay_rgt_scan {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pay_rgt_scan img {
  width: 100%;
  max-width: 20px;
}
.pay_rgt_scan p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "sf-compact-rounded";
}
.acc_amt_pay h3 {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  font-family: "sf-compact-rounded";
}

.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: 8px 16px 0px;
  border-radius: 16px;
  padding: 16px 0px;
  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-image: url("../image/dis_scr.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ffffff99;
  color: #fff;
  border-radius: 16px;
  padding: 16px 12px;
}

.paym_qr_ele h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.paymet_sm_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  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: #fff;
}

.Qr_code_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background-color: #242424;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 12px;
  margin-top: 5px;
}

.Qr_code_text span:nth-child(2) {
  color: #f02c3d;
  font-weight: 600;
}

.qr_scanner {
  border: 1px solid #e3e3e3;
  display: flex;
  background: #ffffff;
  border-radius: 16px;
  margin: 10px;
  padding: 16px;
}

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

.paytm_btn_bi {
  width: 100%;
  background: #906bff;
  padding: 16px 10px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
}

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

.active_upiapp_bor {
  transition: all 0.5s;
  background: #1b2000 !important;
  border: 1px solid #97b400 !important;
}

.paym_upi_apps h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000;
   font-family: "sf-compact-rounded";
}

.paym_upi_apps .app_paylist {
  padding: 12px 0 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.app_paylist li {
  list-style-type: none;
  cursor: pointer;
  gap: 12px;
  width: 100%;
  background: #f2f2f2;
  backdrop-filter: blur(5.400000095367432px);
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e1ef;
}
.app_paylist li:hover{
  background-color: #906BFF;
}
.app_paylist li:hover span{
  color: #fff;
}
.app_paylist li:hover .payment_arw img {
    filter: brightness(0) invert(1);
}
.payment_arw {
  display: flex;
}
.payment_arw img {
  width: 10px;
}
.app_paylist li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #252525;
}

.img_upipay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.img_upipay img {
  max-width: 24px;
  height: 24px;
}

.payment2_paynow {
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.payment2_paynow_btn {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 10px 16px 10px;
  background: transparent;
}
.success__pymtn_sec {
  margin-bottom: 60px;
}

@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

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

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

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

.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;
}
.payble_amt_txt_jk2 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.payble_amt_txt_jk2 img {
  width: 23px;
}
.payble_amt_txt_jk2 h3 {
  padding: 14px 0px;
  color: #38d200;
  font-size: 32px;
   font-family: "sf-compact-rounded";
}
.payble_amt_txt_jk2 p {
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 400;
  font-family: "sf-compact-rounded";
}
.payble_amt_txt_jk3 {
  text-align: center;
}
.payble_amt_txt_jk3 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.payble_amt_txt_jk3 img {
  width: 23px;
}
.payble_amt_txt_jk3 h3 {
  padding: 14px 0px;
  color: #ed1c2e;
  font-size: 32px;
}
.payble_amt_txt_jk3 p {
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 400;
  max-width: 75%;
  margin: 0 auto;
  font-family: "sf-compact-rounded";
}
.payble_amt_txt_jk3 h2 span {
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 500;
}
.payment2_pay_com_p1 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #755847;
}

.payment2_comm_trans {
  border: 1px solid #e5e1ef;
  border-radius: 8px;
  padding: 16px 12px;
}
.payment2_comm_trans h5 {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #97b400;
}
.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;
  gap: 16px;
}

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

.pay2_trans_sp_lef {
    font-weight: 400;
    font-size: 14px;
    color: #6f6f6f;
    font-family: "sf-compact-rounded";
}

.pay2_trans_sp_rig {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #252525;
  font-family: "sf-compact-rounded";
}

.pay2_button_sucess button {
  border: transparent;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-transform: capitalize;
  padding: 16px 10px;
  border-radius: 8px;
  background: #906bff;
  font-family: "sf-compact-rounded";
}

.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: 5px;
}
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;
  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;
  gap: 15px;
}
.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 15px 10px;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.bank_pymnt_txt {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-top: 15px;
}
.bank_lg_icn {
  width: 100%;
  max-width: 30px;
}
.bank_pop {
  position: relative;

  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 14px;
  cursor: pointer;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 61.54%, #F6F3FF 100%);
  border: 0.82px solid #e5e1ef;
}
.bank_pop:hover {
    background: #D4C7FF;       
    border-color: #C6B5FF;
}
.bank_pop_src:hover::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 1;
    width: 48px!important;
    height: 48px!important;
}
.bank_pop:hover::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 1;
    width: 50px;
    height: 50px;
}
.bank_pop_src {
  padding: 18px;
}

.bank_pop_src img {
  max-width: 20px;
}
.bnk_tlee{
  font-family: "sf-compact-rounded";
  color: #252525;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
}
.bank_pop span {
  font-weight: 500;
  font-size: 12px;
  color: #381908;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.pay_nt_bnk_se{
  overflow-x: auto;
   overflow-y: hidden;
}
.pay_nt_bnk_se::-webkit-scrollbar{
  display: none;
}
.paymnt_head2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  font-family: "sf-compact-rounded";
}
.paymnt_head {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000;
   font-family: "sf-compact-rounded";
}
.pop_bnk_sec_jk {
  padding: 12px 0 0px;
}
.allbanks_sec h2 {
  color: #fff;
  font-size: 14px;
  padding: 20px 0 15px 0;
  font-weight: 500;
}
.chose_bank a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  height: 50px;
}
.chose_bank span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.bank_sec.selected {
  border: 1px solid #3c67d9;
}
.search_bank {
  position: relative;
}
.search-txtt {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  text-indent: 30px;
  border: 0.5px solid transparent;
}
.search-txtt::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #7f7f7f;
}
.search_icon {
  position: absolute;
  top: 46px;
  left: 12px;
  transform: translateY(-50%);
  line-height: 0;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  padding: 7px 8px;
  border-radius: 12px;
  gap: 8px;
  cursor: pointer;
  border: 0.5px solid transparent;
  background: transparent;
}
.bank_name span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #252525;
  text-align: left;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
  border-bottom: 1px solid #a7a7a72b;
}
.banks_lst_dpdn ul li:last-child {
  border-bottom: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 400px;
}

.all_banks_container {
  display: block;
}

.select_payment_container {
  display: none !important;
}

.cardtab_savedcard .cpayment_p {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.17px;
  text-align: left;
  color: #121212;
}
/* Card */
.but_savecrd {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.card_acamt {
  margin: 0px !important;
}
.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: 15px 7px;
  border: 1px dashed #2a2a2a;
  background: #fff;
  border-radius: 12px;
  margin-right: 12px;
  width: 25%;
  text-align: center;
}
.new_card_con span {
  font-size: 12px;
  font-weight: 400;
  color: #252525;
}
.card_holder_box {
  background-repeat: no-repeat;
  background-size: cover;
  width: 155px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
}
.card_bg_one {
  background: #0e0e0e;
}
.card_holder_data {
  display: flex;
  flex-direction: column;
}
.save_card_type {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
.card_holder_box p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.card_specific_logo {
  width: 20px;
}
.save_carddetails {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_savedcard_conta {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  align-items: center;
  gap: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.savedcard_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  overflow-x: auto;
  overflow-y: hidden;
}

.card_cvv_detl {
  background-image: url("../image/card_detail.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  padding: 17px;
}
.save_card_type2 {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}
.card_holder_name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.card_holder_name .validity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.card_holder_name p,
.expiry p {
  font-size: 10px;
  margin: 0;
}
.card_number2 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.card_exp {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.card_type {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0px;
  font-family: "sf-compact-rounded";
}
.card_specific_logo2 {
  width: 30px;
}
.tabcard_section {
  padding: 0px !important;
}
/* End Card */

.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: 14px;
  font-weight: 400;
  text-align: left;
  color: #381908;
  font-family: "sf-compact-rounded";
}
.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: 14px;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  background: #fff;
  padding: 14px 12px;
  border-radius: 8px;
  color: #252525;
  border: 1px solid #e6e6e6;
}
.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;
}
.scc_input_con .cvv_input:focus {
  outline: none;
}
.scc_input_con .cvv_input::placeholder {
  font-size: 14px;
  color: #908f8d;
}
.acc_container2 {
  margin-top: 15px;
}
.clk_cvv_enter {
  display: none;
}

.addnew_plus {
  width: 100%;
  max-width: 16px;
}
.card_ddd {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-19px);
}
.card_3d_img {
  width: 100%;
  max-width: 160px;
}
.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;
}
.qr_scan_pop {
  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;
  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;
  max-width: 22px;
  padding-bottom: 10px;
}
.balence_pop_fun_bj {
  background: #0e0e0e;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 16px 12px;
}
.balence_img_fun {
  text-align: center;
}
.balence_pop_fun_bj h5 {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #b3b3b3;
  padding: 0px 0px 20px;
}
.con_cvv_p {
  padding: 11px 0;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #f1f1f1;
  max-width: 80%;
  margin: 0 auto;
  font-family: "sf-compact-rounded";
}
.bank_lgo_img {
  top: -2px;
}
.cards_tabcontainer .cardtab_newcard {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.what_is_cvv_card {
  margin-right: 5px;
}
.newcard_inner {
  padding: 0px 2px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.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%;
  font-size: 14px;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  background: #fff;
  padding: 14px 12px;
  border-radius: 8px;
  color: #252525;
  border: 1px solid #e6e6e6;
}
.form-control:focus-visible {
  outline: none;
}
.form-control::placeholder {
  font-size: 14px;
  color: #b6b6b6 !important;
}
.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
}
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-flex .form-group {
  flex-basis: 46%;
}
.check-sec {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.check-sec label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #755847;
}
.labl_con a {
  text-decoration: underline;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: #201c3e;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.title_with_icn img {
  width: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 17px;
  margin-right: 5px;
}
.switch {
  float: right;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dcd0c9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid transparent;
}
.slider.round {
  border-radius: 20px;
}
.slider.round:before {
  border-radius: 50%;
  border: 2px solid #fff;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: -1px;
  bottom: -1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 1px 2px 0px #0000004d;
}
input:checked + .slider {
  background: #381908;
}
input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.labl_con label {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  color: #252525;
  font-family: "sf-compact-rounded";
}
.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;
  background: #906BFF66!important;
  border: 1px solid #CBBCF7!important;
}
.chose_bank img {
  max-width: 28px;
  margin-left: 5px;
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bank_icon_appnd {
  display: none;
}


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

@media (min-width: 590px) {
  .index_sectn {
    max-height: 92dvh;
    height: inherit;
  }
  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }
}
@media (min-width: 768px) {
  .index_sectn {
    max-height: 68dvh;
    height: inherit;
  }
}
@media only screen and (max-width: 589px) {
  .payment2_sec_scss_fail {
    height: 100dvh;
  }
}
@media (max-width: 550px) {
  .payment2_main_section {
    background: #fff;
  }
}

.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-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #b3b3b3;
}
.upi_arrow_crosnew {
  width: 13px;
  margin-right: 12px;
}

.card_addnew_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selected_bank {
  background: #906bff;
  border: 1px solid #fff;
}
.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;
}
.payme2_comm_sucess_fai.rk_succss_spt .acc_amt_pay {
  margin: 0px !important;
}
.payme2_comm_sucess_fai.failure_pymnt_sec .acc_amt_pay {
  margin: 0px !important;
}
.payment2_sec_scss_fail.rk_succs_page_dv {
  padding-bottom: 0;
}
.payble_amt_txt_jk2 h2 span {
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 500;
}
.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;
}
.sqr_pay_jk p {
  font-size: 10px;
  font-weight: 400;
  color: #ffffffb8;
}
.bar_jk1 {
  top: -5px;
}

.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: 10px;
}
.cp_bank_icon_container {
  display: flex;
  align-items: center;
}
.pay_card_in {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0px 0px;
  gap: 12px;
}
.add__cards_desn {
  background: #fff;
  border-radius: 12px;
  padding: 12px 10px;
  color: #000;
  width: 100%;
  border: 1px dashed #2a2a2a;
  cursor: pointer;
}
.add__cards_desn:hover{
  background: #906BFF66;
  border: 1px solid #C6C6CA;
}
.add__cards_desn:hover img{
  filter: brightness(0) invert(1);
}
.add__cards_desn:hover p{
  color:#fff
}
.add_new_card_save {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 8px;

  background: #303030;
  border-radius: 8px;
  padding: 16px 20px;
  border: 1px solid transparent;
}
.add__cards_desn p,
.add_new_card_save p {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #000;
}
.add__cards_desn p {
  padding-top: 5px;
}
.add_new_card_save {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  color: #252525;
  margin: 0;
  border: 1px solid #97b400;
  background: transparent;
  border-radius: 8px;
  padding: 16px 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 8px;
}
.add_new_card_save p {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #97b400;
}
.se_slt_inner_jk {
  display: flex;
  align-items: center;
  gap: 15px;
}
.raido_btn_jk {
  display: flex;
  align-items: center;
}

.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;
}
.label_con_jk {
  display: flex;
  gap: 5px;
}
.lbl_cvv_jk {
  display: flex;
  align-items: center;
  position: relative;
}

.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: #252525;
}
.bank_pop_jk {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 20%;
  flex-shrink: 0;
}
.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: #5959594d;
}
.srh_bx_jk {
  background: #fff;
  border-radius: 8px;
  padding: 16px 12px;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #e5e1ef;
}
.bank_name.active {
  border-radius: 0px;
  background: #ebeaff;
}
.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 {
  margin: 0px 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e5e1ef;
}
.bank_name_img_jk {
  padding: 5px;
  display: flex;
  align-items: center;
}
.bank_name_img_jk img,
.search_icon_jk img {
  width: 100%;
  max-width: 20px;
}

.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 (max-width: 319px) {
 .paymnt_head2{
  font-size: 12px;
 }
}

.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: 400;
  font-size: 14px;
  line-height: 100%;
  color: #252525;
  display: flex;
  align-items: center;
}
.form_group_jk label:before {
  content: "";
  background-color: transparent;
  border: 1px solid #c6b9ff;
  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 #906bff;
  background: #906bff;
}
.form_group_jk input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  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: 12px;
  padding: 7px 0px;
}
.payment_methods_selct_newr2 {
  flex-basis: calc(50% - 10px);
  box-shadow: 0px 4px 11px 0px #00000000;
  min-height: 100%;
  width: 100%;
  background: #242424;
  border-radius: 12px;
  padding: 7px 16px;
  margin-top: 20px;
}
.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: row;
}

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

.type_and_name {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.visa-logo {
  width: 53px;
}
.visa-logo img {
  width: 100%;
}

.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 {
  flex: 1;
}
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 550px) {
    .payment2_section{
      min-height: 100dvh!important;
      height:100dvh!important;
    }
    .banks_lst_dpdn ul{
      height:70dvh!important;
    }
  }
}