@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

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

.payment2_section {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  background: #fff;
  font-family: "Rubik", sans-serif;
  background: linear-gradient(180deg, #ECF2FA 0%, #FFFFFF 109.06%);
}

.payment2_sec_sub {
  height: 100%;
  overflow: scroll;
  background: #180038;
}

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: radial-gradient(circle,
      rgba(9, 21, 121, 0.7959558823529411) 0%,
      rgba(255, 255, 255, 1) 100%);
}

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

.upi_pay_con_jk {
  padding: 12px;
}
.upi_title {
  display: flex;
  align-items: center;
  gap: 20px;
  /* background: #fff; */
  padding: 15px 10px;
}
.upi_title a {
  display: flex;
  align-items: center;
}
.upi_title h1{
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  text-align: center;
}
.upi_title_jk {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.acc_amt_pay {
  padding:16px;
  padding-top:0px;
  position: relative;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.acc_amt_pay h2 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.acc_amt_pay h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

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

.upi_paym_qr_sec {
  background: #fff;
  padding: 12px 12px;
  position: relative;
  border-radius: 8px;
  margin: 30px 15px 0;
  /* box-shadow: 0px 4px 4px 0px #ACACAC40; */
  background: #29234F;
}
.upi_paym_qr_sec_jk {
  background: none;
  box-shadow: none;
  margin: 0px 0 0;
}

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

.paym_qr_ele h5 {
  font-weight: 600;
  text-align: center;
  color: #fff;
font-size: 18px;
}

.paym_qr_ele h6 {
  font-size: 13px;
  font-weight: 400;
  color: #C1C1C1;
  text-align: center;
}

.paym_qr_ele p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #C1C1C1;
}

.paym_qr_ele p span {
  font-weight: 600;
  color: #d4574f;
}
.paym_qr_ele {
  /* background: #fff; */
  /* padding: 12px 11px; */
  /* border-radius: 8px; */
}
.qr_scanner {
  /* background: #EFF5FB; */
  /* padding: 7px; */

}
.qr_sec_txt {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: space-between;
  gap: 6px;
}
.qr_scanner img {
  max-width: 110px;
  /* margin-top: 5px; */
}

.paytm_btn_bi {
  width: 100%;
  background: linear-gradient(90.21deg, #B568FF 15.29%, #7459FE 79.39%);
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* add class */
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: linear-gradient(90.21deg, #B568FF 15.29%, #7459FE 79.39%);
}

.active_upiapp_bor {
  border: 2px solid transparent!important;
  transition: all 0.5s;
  background: linear-gradient(90.21deg, #B568FF 15.29%, #7459FE 79.39%)!important;
}

.paym_upi_apps h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-align: center;
}

.paym_upi_apps {
  padding: 15px 0 0px;
}

.paym_upi_apps .app_paylist {
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
  padding: 10px 0 0px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.app_paylist li {
  background: #726E8B;
  border-radius: 8px;
  list-style-type: none;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 6px 12px;
  cursor: pointer;
  border: solid 1px transparent;
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  flex-direction: column;
  border: 2px solid #8C899F;
}
.img_upipay img {
  display: flex;
  align-items: center;
}
.app_paylist li span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: Rubik;
font-size: 13px;
font-weight: 400;
line-height: 15.41px;
text-align: right;

}

.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;
  justify-content: center;
  padding: 6px 12px 12px;
  background: #180038;
}

@media (min-width: 280px) and (max-width: 320px) {
  .acc_amt_pay h3 {
    font-size: 24px;
  }
}

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

/* sucess---failure */
.payment2_section_jk {
  background: #fff !important;
}

.payment2_sec_scss_fail {
  height: fit-content;
  /* padding-bottom: 60px; */
  position: relative;
  background: #180038;
  overflow-y: auto;
}
.shape_left_jk {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 9;
}
.shape_right_jk {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 9;
}
.pay2_sucs_fail_comm {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.payment2_pay_com {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  padding: 0px 30px;
  /* background:url('/design24/payment_assets/image/pay_24s_ico47.svg');
  background-repeat: no-repeat;
  background-size:cover; */
  height:225px;
  /* border-radius: 25px;
  border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px; */
    justify-content: center;
    text-align: center;
    clip-path: polygon(2.486% 3.774%, 2.299% 3.774%, 2.299% 86.792%, 2.299% 86.792%, 2.359% 88.017%, 2.533% 89.178%, 2.812% 90.261%, 3.186% 91.25%, 3.645% 92.129%, 4.181% 92.884%, 4.784% 93.497%, 5.443% 93.955%, 6.151% 94.241%, 6.897% 94.34%, 91.954% 94.34%, 91.954% 94.34%, 92.7% 94.241%, 93.407% 93.955%, 94.067% 93.497%, 94.669% 92.884%, 95.205% 92.129%, 95.665% 91.25%, 96.039% 90.261%, 96.317% 89.178%, 96.492% 88.017%, 96.552% 86.792%, 96.552% 3.774%, 96.365% 3.774%, 96.365% 3.774%, 92.36% 5.646%, 88.172% 7.353%, 83.812% 8.887%, 79.292% 10.239%, 74.623% 11.404%, 69.815% 12.373%, 64.881% 13.14%, 59.83% 13.697%, 54.674% 14.036%, 49.425% 14.151%, 49.425% 14.151%, 44.176% 14.036%, 39.021% 13.697%, 33.97% 13.14%, 29.035% 12.373%, 24.228% 11.404%, 19.558% 10.239%, 15.038% 8.887%, 10.679% 7.353%, 6.491% 5.646%, 2.486% 3.774%);
    background-color: #29234F;
}
.payment2_pay_com img{
  /* width: 100%; */
  /* max-width: 130px; */
}
.payment2_pay_com h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  color: #fff;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
}

.payment2_pay_com p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 18px;
  padding-top: 5px;
}

.payment2_comm_trans {
  padding:16px;
  margin: 10px 15px 0;
  background:#29234F;
  border-radius: 16px;
}

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

.payment2_comm_trans ul {
  list-style-type: none;
}

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

.pay2_trans_sp_lef {
  color: #9A98A4;
  font-size: 13px;
  font-weight: 300;
}

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

.pay2_button_sucess button {
  background: linear-gradient(90.21deg, #B568FF 15.29%, #7459FE 79.39%);
  padding: 11px 10px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-family: "Rubik", sans-serif;
}
.done_btn_clk_jk {
  background: transparent !important;
  border: 1px solid #707070 !important;
  color: #1a1a1a !important;
}
.payme2_comm_sucess_fai {
  padding: 30px 0px 10px;
  padding-top:0px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0px 3px 0;
}
.payment2_pay_com_jk {
  padding: 0px 65px;
}
.pay_failed_jk {
  color: #FD4241 !important;
}
span.pay2_trans_sp_rig::before {
  content: attr(data-value);
}


/* Index page FLOW  */

.make_pymnt_txt {
  color: #fff;
  font-size: 14px;
  padding-bottom: 20px;
font-size: 18px;
font-weight: 500;
text-align: center;
}
.upi_pymnt_syntx {
  color: #FFFFFF;
  font-size: 12px;
font-size: 13px;
font-weight: 400;
text-align: right;

  font-weight: 500;
}
.payment_methods_selct h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
}
.payment_methods_selct {
  padding: 15px;
  flex-basis: calc(50% - 10px);
  cursor: pointer;
}
.payment_methods_selct_jk {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  background: #726E8B;
  border-radius: 8px;
  border: 2px solid #8C899F;
}
.payment_methods_selct_jk img {
  width: 100%;
  max-width: 40px;
}
.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  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: 26px;
}

.card_section_jk {
  background: #fff;
}
.acc_amt_pay_jk {
  /* background: #f0f5fc; */
}
.upi_pay_sec_jk {
  /* border: 1px solid #F4F4F4; */
  /* box-shadow: 0px 4px 4px 0px #ACACAC40; */
  background: #29234F;
  padding: 0 12px;
}
.selected_bank {
  background: linear-gradient(90.21deg, #B568FF 15.29%, #7459FE 79.39%)!important;
  border:0px!important;
}
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}
.money_3d_img {
  width: 100%;
  max-width: 62px;
}
.shape_jk {
  position: absolute;
  right: 0;
  top: 105px;
}
.shape_img {
  width: 100%;
  max-width: 110px;
}
.acc_pay_jk {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px 25px;
  background: #180038;
  display: flex;
  gap: 10px;
}

.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.bank_pymnt_txt {
  color: #FFFFFF;
  font-weight: 600;
  padding: 0 0 10px;
  text-align: center;
font-size: 18px;
font-weight: 600;
}
.bank_pymnt_txt_jk {
  padding: 10px 0;
}
.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}
.bank_pop {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 8px;
  padding: 10px 8px;
  gap: 8px;
  flex: 0 0 33.33%;
  flex-basis: calc(33.33% - 7px);
  cursor: pointer;
  justify-content: center;
  background: #726E8B;
  border: 1px solid #8C899F;
}
.bank_pop span {
  color: #201C3E;
  font-weight: 400;
  font-size: 10px;
  color:#fff;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.allbanks_sec h2 {
  color: #fff;
  padding: 20px 0 15px 0;
  font-family: Rubik;
font-size: 14px;
font-weight: 400;
line-height: 16.59px;
}
.chose_bank a{
  background: transparent;
  border: 1px solid #8C899F;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
}
.chose_bank span {
  color: #8D8D8D;
  font-size: 14px;
  font-weight: 400;
}
.bank_sec.selected {
  border: 1px solid #3C67D9;
}
.search_bank {
  position: relative;
  padding-bottom:15px;
}
.search-txtt {
  width: 100%;
  background: #29234F;
  padding: 15px;
  border-radius: 8px;
  border: none;
  text-indent: 25px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #8C899F;
}
.search-txtt::placeholder
{
  color:#8D8D8D;
}
.search_icon {
  position: absolute;
  top: 15px;
  left: 12px;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  background: #726E8B;
  padding: 10px;
  border-radius: 8px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border: 1px solid #8C899F;
font-size: 14px;
font-weight: 400;
color:#fff;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 300px;
}
.all_banks_container{
   display: none;
}





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

background: #726E8B;
    margin: 0px 10px;
    border-radius: 6px;
    border: 2px solid #8C899F;
    box-shadow: 0px 4px 11px 0px #00000000;
    padding:20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 0 0 10px 0;
}
.sc_select_innermain
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc_select_card {
    display: flex;
    flex-direction: row;
    gap: 7px;
}
.sc_bankname
{
line-height: 16.59px;
text-align: left;
color: #FFFFFF;
font-size: 14px;
font-weight: 400;
}
.sc_accountno
{
font-size: 14px;
font-weight: 400;
text-align: left;
color: #fff;
line-height: 16.59px;

}
.sc_card_icon
{
    max-width: 38px;
    /* background: #fefcf6; */
    padding: 5px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 4px 0px #00000014; */
    width: 100%;
}
.sc_bank_icon {
    width: 40px;
}
.sc_bank_icon_jk {
  width: 30px;
}
.sc_cvvcon
{
    display: flex;
    justify-content: end;

}
.sc_cvvcon p
{
  font-size: 13px;
  font-weight: 400;
  color: #2D2D2D;
  text-align: left;
}
.sc_cvvcon a
{
  font-size: 11px;
  font-weight: 400;
  color: #191F35;
  text-align: left;
  text-decoration: underline;
  color: #DCD0FF;
  margin-top:5px;
}
.scc_input_con
{
    width: 100%;
    margin-top: 5px;
}
.cvv_input
{
    width: 100%;
    padding: 12px 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    -webkit-appearance: none;
    background: #513D85;
    border: 1px solid #6F65AF;
    margin-top:5px;
}
.scc_input_con .cvv_input:focus {
    outline: none;
  }
.scc_input_con .cvv_input::placeholder
{
font-size: 14px;
color: #8D8D8D;
}
.acc_container {
    margin-top: 10px;
}
.clk_cvv_enter
{
    display: none;
}
.add_card_nw_jk {
  display: flex;
  justify-content: center;
}
button.new_card_con
{
  -webkit-tap-highlight-color: transparent;
  background: unset;
  border: unset;
  /* margin: 0 auto; */
  /* width: 100%; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  padding: 5px 0 15px;
  /* margin-left: 375px; */
}
button.new_card_con p
{
  font-size: 14px;
  font-weight: 500;
  color: #A284FF;
  font-family: "Cabin", sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 17.01px;
text-align: left;

}
.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: 100px;
  /* border-bottom: 1px solid #64B4F5; */
  padding: 0 0 15px;
  }
  .sc_card_icon {
    max-width: 38px;
    /* background: #FEFCF6; */
    padding: 5px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 4px 0px #00000014; */
    width: 100%;
}
.card_headr_txt {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.popuop_overlay_rk {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000000cc;
  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;
  margin-bottom: 25px;
}
.balence_pop_fun_bj {
  padding: 30px 12px 12px 12px;
  border-radius: 12px;
  background: #29234F;
  box-shadow: -1px 3px 18px 0px #00000012;
}
.balence_img_fun {
  text-align: center;
  margin-top: 10px;
}
.balence_pop_fun_bj h5 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.con_cvv_p
{
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  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;
}
.newcard_inner
{
    padding: 6px 2px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.form-group {
    margin-bottom: 15px;
}
label {
    color: #000;
}
.choose-section .form-control {
    background: #DFDFDF!important;
    border-radius: 10px!important;
    width: 100%!important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 8px;
  outline: none;
  border: 1px solid #8C899F;
  background: transparent !important;
}
.form-control:focus {
    outline: none;
    border-bottom: 1px solid #909090
  }
  .form-control::placeholder
{
font-size: 14px;
font-weight: 500;
  color: #8D8D8D;
  opacity: 1;
}
.cardtab_newcard .labl_con
{
display: flex;
align-items: center;
justify-content: space-between;
gap:5px;
margin-bottom: 5px;
}
.d-flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.d-flex .form-group {
    flex-basis: 46%;
}
.check-sec {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.check-sec label
{
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  text-transform: math-auto;
  color:#fff;

}
.labl_con a
{
text-decoration: underline;
font-size: 11px;
font-weight: 500;
text-align: left;
color: #2D2D2DDD;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.clk_ccv_pop_jk{
  color: #A284FF !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}
.switch {
    float: right;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8a809d;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-tap-highlight-color: transparent;
    /* box-shadow: 0px 0px 4px 0px #C3CBF3 inset; */
}
.slider.round {
    border-radius: 20px;
}
.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 2px 0px #0000004D;
}
input:checked+.slider {
  background: linear-gradient(90deg, #4ED17E 0%, #81D8A1 99.99%);
}
input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
.labl_con label
{
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #fff;

}
.justify_space
{
    justify-content: space-between !important;
}
.card_inpt_bx {
  position: relative;
}
.bank_pop.selected {
  background: linear-gradient(90.21deg, #B568FF 15.29%, #7459FE 79.39%);
  border: 0px!important;
}
.chose_bank img {
  max-width: 28px;
  margin-left: 5px;
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 10px;
}
@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;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .upi_pymnt_syntx {
    font-size: 11px;
  }
  .acc_amt_pay h3 {
    font-size: 25px;
  }
}
@media (min-width: 370px) and (max-width: 390px) {
  .payme2_comm_sucess_fai {
    gap: 5px;
}
}
@media (max-width: 390px) {
  .payment2_pay_com img {
    /* max-width: 100px; */
}
.shape_left_jk img {
  max-width: 75px;
}
.shape_left_jk {
  top: 100px;
}
.pay2_transection_con {
  padding: 8px 0;
}
.payment2_pay_com h5 {
  margin-top: 20px;
}
.money_3d_img {
  max-width: 45px;
}
.shape_img {
  max-width: 80px;
}
.shape_jk {
  top: 100px;
}
.upi_paym_qr_sec {
  margin: 25px 15px 0;
}
.upi_paym_qr_sec_jk {
  padding: 0;
}
.payment2_paynow_btn {
  padding: 6px 15px 10px;
}
  }
@media (min-width: 551px) {
.done_fxedbtn {
  position: unset;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 20px 10px;
  background: #180038;
}
.payme2_comm_sucess_fai.index_failer_sec {
  padding: 100px;
}
.payment2_sec_scss_fail{
  padding-bottom: 0px !important;
}

}

@media (min-width: 590px) {
  .index_sectn {
    max-height: 85dvh;
    height: inherit;
  }
  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }
  .upi_paym_qr_sec{
    margin-bottom:20px
  }
}
@media (min-width: 768px) {
  .index_sectn {
    max-height: 55dvh;
    height: inherit;
  }
}



.upi_payment_container
{
  position:relative;
  margin: 30px 15px 0;
  background: url(../image/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0% 0% 50% 50% / 10% 10% 10% 10%;
  border-top-right-radius: 5%;
}

.payMent_WraPPer_MetHod
{
  padding: 16px 12px;
  background: #29234F;
  border-radius: 8px;
}
.upi_paym_QR_SeC
{
  background:transparent!important;
}
.sc_inner_card
{
  display:flex;
  flex-direction: column;
  gap:7px;
}
.cc_Pay_icon
{
  width:unset!important;
}
.pos_eye_pwd_sEC
{
  position:relative;
}
.pos_eyE_pwd
{
  position: absolute;
    top: 18px;
    right: 3%;
    cursor: pointer;
}
.pos_eyE_pwdO
{
  position: absolute;
    top: 12px;
    right: 3%;
    cursor: pointer;
    display: none;
}
.Add_TeXt
{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.card_Text_Change
{
  display:flex;
  flex-direction: row;
  justify-content: center;
}
.card_Text_Change span{
  margin-left:3px;
}
.pos_CC_NuMber
{
  position: absolute;
    top: 10px;
    right: 9px;
}
.clo_aliGn
{
  position: absolute;
  right:10px;
  top:10px;
}

.pos_CC_NuMber img {
  mix-blend-mode: normal; /* Default blend mode */
}
.pos_CC_NuMber img.blend-screen {
  filter: brightness(1.5);
}
.focUs_ValUTxt
{
  background: #393267!important;
  border: 1px solid #6F65AF!important;
}

.saVED_CC
{
  font-family: Rubik;
font-size: 14px;
font-weight: 400;
line-height: 16.59px;
text-align: left;
color:#fff;
margin-bottom:5px;
}

.close_SeArch
{
  display: none;
  position:absolute;
  top:17px;
  right:15px;
}



/*switch css*/

.tabs {
  max-width: 400px;
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tab-nav {
  display: flex;
  list-style-type: none;
  position: relative;
  background: #29234F;
  border-radius: 16px;
}
.tab-link {
  flex: 1;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  transition: color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
font-size: 14px;
font-weight: 500;
line-height: 16.59px;
text-align: left;

}
.tab-link.active {
  color: #fff;
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90.21deg, #B568FF 15.29%, #7459FE 79.39%);
  transition: left 0.3s linear;
  z-index: 0;
  border-radius: 8px;
}
.tab-content {
  display: none;
  padding: 20px;
  background-color: #29234F;
  margin-top:20px;
  border-radius: 16px;
}
.tab-content.active-content {
  display: block;
  animation: fade-in 0.3s ease-in;
}
@keyframes fade-in {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.tab_Upi_apps
{
  background: #29234F;
  border-radius: 16px;
  padding:5px 10px;
}
.paym_upi_APPs_reSet
{
  padding:0px!important;
}
.pad_AligN
{
  padding:10px 12px!important;
}
.Qr_iCon_li
{
  display: flex;
  gap: 15px;
  list-style-type: none;
}
.bank_lg_icn_acTive
{
  filter: brightness(3.5);
}

.aligN_sharE
{
  position: absolute;
  right: 20px;
}
.paymEnt_Suc_InFo
{
  margin-top: 30px;
}
.payment_DetaIls
{
  font-family: Rubik;
font-size: 16px;
font-weight: 500;
line-height: 18.96px;
text-align: center;
color:#fff;
}

.paymEnt_FaIled
{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.payMENt_FaiLed_Img
{
  max-width: 30px;
}
.payment_2Section
{
  background: #180038 !important;
}
.upi_paym_qr_sec.upi_pay_sec_jk.cedt_crd_yl {
  margin-bottom: 10px;
}
.rtyuierror {
  border: 1px solid red !important;
}

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

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