@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');



* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

.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: #141846;
  background: linear-gradient(180deg, rgba(20, 24, 70, 1) 4%, rgba(15, 16, 20, 1) 100%);
  font-family: "Lato", sans-serif;
  padding: 16px;
}

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

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: #444444;
}

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

.payble_amont_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.upi_title h1 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #494949;
}

.upi_title>a>img {
  position: absolute;
}

.payme_head1 {
  text-align: center;
}

.payme_head1 span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.payme_head1.success span {
  color: #32CC02 !important;
}

.payme_head1.failed span {
  color: #F45252 !important;
}

.upi_title {
  position: relative;
  padding: 15px 0px;
  margin-bottom: 10px;
}

.upi_title a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 5px;
  padding: 5px;

}

.payble_amont_wrap_new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 16px;
}

.acct_num {
  width: 100%;
}

.payble_amont_wrap_new .icon_box {
  position: relative;
  width: 58%;
  text-align: right;
}

.payble_amont_wrap_new .icon_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-image: url('/design110/payment_assets/image/icon_border.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

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

.acc_amt_pay h2 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

.acc_amt_pay h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

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

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


.qr_section_pay {
  padding: 12px 8px;
  margin: 8px auto 16px;
  border-radius: 12px;
  background: #1a1d2d;
  box-shadow: 0px 4px 4px 0px #00000040;
  text-align: center;
}

.qr_section_pay .qr_vali_con {
  color: #D9D9D9;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
  margin: 8px 0px 0px;
}

.qr_timer_txt {
  background: #0F121E;
  padding: 6px 10px;
  border: 1px solid #132032;
  border-radius: 20px;
}

.counter_upi {
  font-size: 14px;
  font-weight: 400;
  color: #D4574F;
}

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

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

.paym_qr_ele h6 {
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
}

.paym_qr_ele p {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #9A0101;
}

.paym_qr_ele p span {
  font-weight: 600;
  color: #d4574f;
}

/* .qr_scanner {
  background: #ffffff;
  padding: 7px 7px 3px 7px;
  border-radius: 10px;
  border: 1.25px solid #CAE8F3;
} */

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

.paytm_btn_bi {
  width: 100%;
  background: #0A0F46;
  padding: 14px;
  border-radius: 6px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-family: "Figtree", sans-serif;
  text-transform: capitalize;
}

.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: #2C2C2C;
}

.paym_upi_apps h4 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #FFFFFF;
}

.paym_upi_apps .app_paylist {
  padding: 12px 6px;
  background: #FFFFFF0D;
  border-radius: 6px;
  border: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}

.paym_upi_apps .app_paylist:last-child {
  margin-bottom: 8px;
}

.app_paylist .app_pay_list {
  text-align: center;
  position: relative;
  flex-basis: 33%;
  border: 1px solid transparent;
  padding: 10px;
  cursor: pointer;
}

.app_paylist .app_pay_list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-image: url(/design110/payment_assets/image/icon_border.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.app_paylist .app_pay_list:first-child::before {
  content: none;
  display: none;
}

.app_pay_list .pay_typ_name {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}

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

.img_upipay img {
  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;
  justify-content: center;
  padding: 10px 0px 10px;
}

.payment2_paynow_btn.add_new_cd {
  padding: 0px;
}

.upi_pymnt_syntx span {
  color: #14181A;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}

.paym_upi_apps.pay_upi_section {
  background: #1a1d2d;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 10px 8px;
  border-radius: 8px;
  margin: 10px 0px;
}

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

  .payment_method_wrapper {
    gap: 6px !important;
  }

  .upi_pymnt_syntx span {
    font-size: 12px;
  }
}

@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 {
    padding-bottom: 20px;
  }
}

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

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

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

.payment2_pay_com {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  padding: 12px 20px;
  margin: 8px 0px 12px;
  width: 100%;
  background: #FFFFFF0D;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 8px;
}

.payment2_pay_com .success_txt h5,
.payment2_pay_com .failed_txt h5 {
  color: #FFFFFF;
  text-align: left;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
}

.payment2_pay_com .success_txt p,
.payment2_pay_com .failed_txt p {
  color: #D9D9D9;
  text-align: left;
}

.payment2_pay_com>img {
  max-width: 54px;
}

.failue_pymt h5 {
  color: #1C1C1C;
}

.payment2_pay_com p {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #819097;
  margin-top: 8px;
}

.pay2_transection_con {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}

.payment2_comm_trans ul {
  list-style-type: none;
  border-radius: 12px;
}

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

.pay2_trans_sp_lef {
  font-size: 14px;
  font-weight: 400;
  color: #D9D9D9;
  max-width: 110px;
  width: 100%;
}

.pay2_trans_sp_rig {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  max-width: 130px;
  width: 100%;
}

.pay2_transection_con::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 30px;
  background-image: url(/design110/payment_assets/image/icon_border.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.pay2_button_sucess button {
  background: #0A0F46;
  backdrop-filter: blur(20px);
  padding: 15px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
}

.payme2_comm_sucess_fai {
  padding: 0px 0px 10px;
  position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  display: flex;
  flex-direction: column;
}

img.dwld_arrw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

span.pay2_trans_sp_rig::before {
  content: attr(data-value);
}

.make_pymnt_txt {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 10px;
  color: #ffffff;
}

.upi_pymnt_syntx {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  flex-direction: row;
  gap: 12px;
  width: 100%;
}

.payment_methods_selct h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
}

.payment_methods_selct {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 12px 12px;
  align-items: center;
}

.payment_methods_upi {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #1a1d2f;
  border-radius: 8px;
  padding: 16px 8px;
  margin-bottom: 10px;
}

.upi_payment {
  width: 100%;
}

.upi_payment_typ {
  padding: 12px 6px;
  background: #FFFFFF0D;
  border-radius: 6px;
  border: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.upi_typ {
  text-align: center;
  position: relative;
  flex-basis: 25%;
}

.upi_typ p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
}

.upi_typ img {
  max-width: 30px;
  height: 30px;
  cursor: pointer;
}

.payment_method_wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}

.upi_typ::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-image: url(/design110/payment_assets/image/icon_border.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.upi_payment_typ .upi_typ:first-child::before {
  content: none;
  display: none;
}

.payment_logos_img {
  width: 100%;
  max-width: 50px;
  display: block;
  margin-left: auto;
}

.upi_pymnt_syntx img {
  width: 100%;
  max-width: 32px;
}

.payment_methods_other {
  margin: 10px 0px 0px;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #1a1d2f;
  border-radius: 8px;
  padding: 8px;
}

.payment_methods_other .make_pymnt_txt {
  padding: 0px 0 5px;
}

.payment_methods_other .payment_methods_selct {
  padding: 12px 14px !important;
  background: #FFFFFF0D;
  border-radius: 6px;
  border: transparent;
  margin: 8px 0px 16px;
  padding: 8px;
}

.payment_methods_other .payment_methods_selct:last-child {
  margin-bottom: 0;
}

.index_page_sub {
  height: 100%;
  padding-bottom: 0;
  background: #141846;
  background: linear-gradient(180deg, rgba(20, 24, 70, 1) 4%, rgba(15, 16, 20, 1) 100%);
}

.money_3d_img {
  width: 100%;
}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  background: rgba(15, 16, 20, 1) 100%;
}

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

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

.bank_pymnt_txt {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.allbanks_sec .bank_pymnt_txt {
  margin-top: 20px;
}

.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}

.bank_pop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  padding: 12px;
  gap: 8px;
  flex-wrap: wrap;
  cursor: pointer;
  background: #FFFFFF0D;
  border: 1px solid transparent;
}

.bank_pop span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
}

.pop_bnk_sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.allbanks_sec h2 {
  color: #FFFFFF;
  font-size: 16px;
  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: #242424;
}

.bank_sec.selected {
  border: 1px solid #3C67D9;

}

.search_bank {
  position: relative;
}

.search-txtt {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  text-indent: 25px;
  border: 0.5px solid transparent;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  background: #FFFFFF0F;
}

.search-txtt::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  display: flex;
}

.search-txtt:focus-visible {
  outline: none !important;
}

.bank_name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  gap: 8px;
  cursor: pointer;
}

.banks_lst_dpdn ul li {
  list-style-type: none;
  position: relative;
  width: calc(33.33% - 10px);
  background: #FFFFFF0D;
  border-radius: 4px;
}

.banks_lst_dpdn ul li.selected {
  border: 1px solid #F5FBFD;
}

.banks_lst_dpdn ul li:last-child {
  margin-bottom: 0;
}

.banks_lst_dpdn ul {
  overflow-y: auto;
  display: flex;
  justify-content: start;
  text-align: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 10px;
}

.banks_lst_dpdn ul li span {
  color: #FFFFFF;
}

.all_banks_container {
  max-height: 240px;
  background: transparent;
  overflow-y: scroll;
  border-radius: 15px;
}

.all_banks_container_afterselect {
  background: #fff;
  overflow-y: scroll;
  border-radius: 15px;
  padding: 10px;
  margin-top: 10px;
}

.cardtab_savedcard {
  background: #FFFFFF0D;
  padding: 16px;
  border-radius: 6px;
}

.cardtab_savedcard .bank_pymnt_txt {
  margin-bottom: 0 !important;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}

.selct_card_name p {
  color: #939393;
  font-size: 12px;
  font-weight: 400;
}

.bank_saved_cards.active .active_select {
  display: block;
}

.bank_saved_cards .inactive_select {
  display: block;
}

.bank_saved_cards.active .inactive_select {
  display: none;
}

.bank_saved_cards .active_select {
  display: none;
}

.bank_saved_cards.active .for_slct_card {
  display: block;
}

.bank_saved_cards .for_slct_card {
  display: none;
}

.bank_saved_debit {
  margin: 10px 0;
}

.cardtab_savedcard .saved_selct_bnk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

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

.sc_select_main {
  border-radius: 6px;
  padding: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  background-color: #FFFFFF0D;
  border: 1px solid #1C25600D;
}

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

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

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

.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.sc_bankname {
  max-width: 120px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sc_accountno {
  font-family: "Nunito", sans-serif;
}


.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; */
  position: relative;
  top: 0px;
  right: 10px;
}

.wat_is_cvv {
  font-size: 10px;
  font-weight: 500;
  text-align: right;
  color: #14181A;
  font-family: "Nunito", sans-serif;
  /* padding-top: 5px; */
}

.tooltip {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.sc_cvvcon p {
  font-size: 12px;
  font-weight: 500;
  color: #14181A;
  font-family: "Nunito", sans-serif;
  text-align: left;
}

.sc_cvvcon a {
  font-size: 11px;
  font-weight: 500;
  color: #1976D2;
  text-align: left;
  text-decoration: underline;
}

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

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

.cvv_input::placeholder {
  color: #819097;
}

.new_card_con p {
  color: #FFFFFF;
  text-align: left;
  font-family: "Figtree", sans-serif;
}

.new_card_con .add_lg_txt {
  font-size: 16px;
  font-weight: 600;
}

.new_card_con .add_sm_txt {
  font-size: 14px;
  font-weight: 500;
  color: #939393;
}

.border_set .scc_input_con {
  /* border: 1px solid #A0C1EE; */
  /* border-radius: 8px; */
}

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

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

.acc_container {
  margin-top: 10px;
  position: relative;
}

.clk_cvv_enter {
  display: none;
}

button.new_card_con {
  -webkit-tap-highlight-color: transparent;
  background: #FFFFFF0D;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 18px;
  border: 1px solid transparent;
  text-align: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 6px;

}

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

.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_lft {
  width: 40px;
}

.card_headr_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #FFFFFF;
  /* margin-bottom: 10px; */
}

.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;
  width: 28px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.balence_pop_fun_bj {
  padding: 30px 12px 12px 12px;
  background: #252633;
  border-radius: 12px;
  box-shadow: 0px 0px 8px 0px #0000001A;
  border: 1px solid transparent
}

.balence_img_fun {
  text-align: center;
  position: relative;

}

.balence_pop_fun_bj h5 {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;

}

.con_cvv_p {
  padding: 11px 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
}

.cards_tabcontainer .cardtab_newcard {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}

.newcard_inner {
  /* padding: 0px 2px; */
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* padding: 10px 16px; */
}

/* add card */
.add_card_details {
  background: #FFFFFF0D;
  padding: 16px;
}

.form-group {
  margin-bottom: 10px;
}

label {
  color: #000;
  /* text-transform: uppercase; */
}

.choose-section .form-control {
  background: transparent;
  width: 100% !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #FFFFFF;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #FFFFFF17;
  background: transparent;
}

.newcard_inner input:-webkit-autofill,
.newcard_inner input:-webkit-autofill:hover,
.newcard_inner input:-webkit-autofill:focus,
.newcard_inner input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  color: #FFFFFF;
}

.form-control:focus {
  outline: none;
  border-bottom: 1px solid #454545
}

.form-control::placeholder {
  font-size: 14px;
  color: #6C6C6C;
  font-weight: 400;
}

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

.d-flex .form-group {
  flex-basis: 46%;
}

.check-sec {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin: 10px 0;
}

.check-sec label,
.check-sec p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
}

.what_is_cvv_card {
  font-size: 10px;
  font-weight: 400;
  color: #201C3E;
  text-align: right;
}

.what_is_cvv_card a {
  color: #1976D2;

}

.title_with_icn img {
  width: 15px;
}

.switch {
  position: relative;
  display: inline-flex;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #C1C1C1;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;
  /* border: 1px solid #92ABCC; */
}

.slider.round {
  border-radius: 20px;
  width: 25px;
  height: 15px;
}

.slider.round:before {
  border-radius: 50%;
  /* border:2px solid #fff; */
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 1.7px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;
}

input:checked+.slider {
  /* background-color: #fff; */
  background: #C1C1C1;
}

input:checked+.slider:before {
  -webkit-transform: translateX(10.5px);
  -ms-transform: translateX(10.5px);
  transform: translateX(10.5px);
}

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

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

.card_inpt_bx {
  position: relative;
}

.bank_pop.selected {
  border: 1px solid #F5FBFD;
}

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

.bank_icon_appnd {
  display: none;
}

.payment2_sec_sub.netbanking_cntnertab {
  height: 100% !important;
}

.payment2_comm_trans {
  background: #FFFFFF0D;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 12px 20px;
  border-radius: 8px;
}

.check-sec .checkbox-container {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.check-sec .checkbox {
  display: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.6px solid #555;
  background: #FFFFFF1F;
  border-radius: 4px;
  transition: background-color 0.3s, border-color 0.3s;
}

.check-sec .checkbox:checked+.checkmark {
  background: #FFFFFF1F;
  border-color: #555;
}

.check-sec .checkbox:checked+.checkmark::after {
  content: '\2713';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: white;
}

.cvv_info {
  position: relative;
}

.allbank_methods_selct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px !important;
  background: #FFFFFF0D;
  border-radius: 6px;
  border: transparent;
  margin: 16px 0px 8px;
  padding: 8px;
}

.banks {
  color: #FFFFFF;
  margin: 10px 0;
}

.all_banks_container::-webkit-scrollbar {
  width: 5px;
  border-radius: 25px;
}

.all_banks_container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 25px;
}

.all_banks_container::-webkit-scrollbar-thumb {
  background: #CDCDCD;
  border-radius: 25px;
}

.rtyuierror {
  border-bottom: 1px solid red !important;
}

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

li.bank_activated {
  border: 1px solid #FFFFFF;
}

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

  .money_3d_img {
    width: 100%;
  }

  .money_ddd {
    transform: translateY(-18px);
  }

  .upi_payment_container {
    height: 210px !important;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .upi_pymnt_syntx {
    font-size: 11px;
  }

  .money_3d_img {
    width: 100%;
  }

  .acc_amt_pay h3 {
    font-size: 25px;
  }

  .failure_pymnt_sec {
    display: flex;
    min-height: calc(100dvh - 120px);
    justify-content: center;
    align-items: center;
  }

  .tooltip .tooltiptext {
    width: 224px;
    right: -101px;
  }

  .cvv_info_txt {
    text-align: left;
    font-size: 12px;
  }
}

@media (min-width: 551px) {

  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px 0px 0px;
    /* background: #FFFFFF; */
  }

  .failure_button {
    /* padding-bottom:10px; */
    padding: 10px;
  }

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

  /* .scanpay_h2, .scanpay_h1{
  text-align: center!important;
} */
  .qr_section_pay {
    gap: 25px;
  }

  .payment2_comm_trans {
    /* padding: 0px 0px 0px 0px !important; */
    margin-bottom: 0px;
  }

}

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

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

  .upi_paym_qr_sec {
    margin-bottom: 15px;
  }

  .upi_paym_qr_sec.contner_pdn_bm {
    margin-bottom: 10px;
  }
}

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

@media (max-width: 550px) {
  .failure_pymnt_sec {
    display: flex;
    /* min-height: calc(100dvh - 120px); */
    min-height: calc(100dvh - 510px);
    justify-content: center;
    align-items: center;
  }

  .payment2_main_section {
    background: #fff;
  }

  .upi_payment_container {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }

  .payble_amont_wrap_new {
    padding: 12px 8px;
    display: flex;
    justify-content: space-between;
  }

  .scanpay_h1 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #819097;
  }

  .scanpay_h2 {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #787878;
    margin: 5px 0px;
  }

  .wait_pa_con {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .qr_vali_con {
    font-size: 14px;
    font-weight: 400;
    color: #14181A;

  }

  .qr_timer_txt {
    color: #819097;
    font-size: 12px;
    font-weight: 400;
  }

  .arrowcontainer {
    transform: rotate(0deg);
    transition: all 0.6s;
  }

  .arrowcontainer.rotate_arrow {
    transform: rotate(180deg);
  }

  .cvv_arrow_con_pop {
    position: absolute;
    top: 28px;
  }

  .ps_selected_con {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
  }

  .checkcon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: flex;
  }

  .checkcon img {
    max-width: 16px;
  }

  .cp_bank_icon {
    max-width: 60px;
  }

  .more_con {
    font-size: 8px;
    font-weight: 400;
    text-align: left;
    color: #787878;
  }

  .cp_bank_icon_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }

  input:checked+.slider {
    background-color: #3398CC;
  }

  .pay_txt_suc img {
    width: 14px;
  }

  .pay_txt_suc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .payment_methods_selct:hover:first-child {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }

  .payment_methods_selct:hover .apps_title_sec p {
    color: #3398CC;
  }

  span.trans_dets_txt {
    color: #383838;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 0 0 4px 0;
  }

  .share_btn_con {
    text-align: center;
    width: 100%;
    padding: 5px 0px;
  }


  .pay2_button_sucess.done_fxedbtn {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .failed_image {
    max-width: 60px !important;
  }

  .failled_msg {
    color: #819097;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 14px;
  }

  .card_bank_image {
    width: 25px;
  }

  /* Netbanking */
  .bank_name span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
  }

  .banks {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .allbanks_search {
    margin: 24px 0px 10px;
  }


  /* tootlip */

  .tooltip .tooltiptext {
    position: absolute;
    width: 265px;
    background-color: #FFFFFF;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    transition: opacity 0.6s;
    visibility: hidden;
    border: 1px solid #3398ce;
    top: -66px;
    right: -123px;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #028090 transparent transparent transparent;
  }

  .cvv_info_in {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px;
  }

  .cvv_info_txt {
    color: #14181A;
    font-size: 10px;
    font-weight: 400;
    margin-top: -2px;
    text-align: left;
  }



  .saved_card_tooltip .tooltip-top::after {
    left: 97.5%;
  }

  .apps_title_sec {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .apps_title_sec>p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
  }

  .apps_title_sec>span {
    font-size: 12px;
    font-weight: 400;
    color: #819097;
    font-family: "Nunito", sans-serif;
  }

  .share_btn_con .sb_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 600;
    font-size: 16px;
    color: #3398CC;
    width: 100%;
    border: 1px solid #3398CC;
    border-radius: 6px;
    padding: 12px;
    background: transparent;
  }
}

@media screen and (max-width: 359px) {
  .cvv_info_in {
    width: fit-content;
    gap: 8px;
  }

  .newcard_inner {
    padding: 0px;
  }

  .tooltip-top::after {
    left: 56%;
  }

  .saved_card_tooltip .tooltip-top::after {
    left: 96%;
  }
  .all_banks_container{
    height: 400px !important;
    max-height: 380px;
  }
}

.utr_details {
  margin-top: 0px !important;
}

.all_banks_container {
  height: 300px;
}


.acc_container {
  display: none;
}

/* .selected_bank */

.selected_bank .acc_container {
  display: block;
}
.app_pay_list.active_upiapp_bor {
    padding: 10px;
    border-bottom: 1px solid #fff;
}