@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

.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: #FFFFFF;
  overflow: hidden;
}

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

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: radial-gradient(circle, rgb(235 9 247 / 0%) 0%, rgb(0 152 207 / 25%) 100%);
  position: relative;
}

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

.upi_title h1 {
  text-align: center;
  color: #000000;

  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
}

.upi_title {
  position: relative;
  padding: 5px 15px;
  margin-top: 25px;
}

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

.design77_background_wrap {
  margin: 24px 20px 0;
  padding: 20px;
  padding-bottom: 0;
  background: linear-gradient(163deg, #E376E3 -20.13%, #379A9C 100%);
  border-radius: 36px 36px 0 0;
  position: relative;
  z-index: 3;
}

.design77_background_wrap:after {
  content: '';
  content: '';
  position: absolute;
  width: 75%;
  height: 90px;
  bottom: -45px;
  border-radius: 0 0 100% 180%;
  background: radial-gradient(circle, rgba(61, 131, 146, 1) 0%, rgba(61, 128, 149, 1) 100%);
  left: 50%;
  z-index: -1;
  filter: blur(30px);
  transform: translateX(-50%);
}


.design77_bg_downpt {
  margin: -1px 20px 0 20px;
  position: relative;
  filter: saturate(0.7) contrast(1.3);
}

.design77_bg_downpt img {
  width: 100%;
}

.upi_main_container .design77_bg_downpt,
.upi_pay_sec_success .design77_bg_downpt,
.upi_pay_sec_failed .design77_bg_downpt {
  margin-top: -30px;
}

.upi_payment_container {
  position: relative;
}

.design77_background_wrap::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000033;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 36px 36px 0 0;
  z-index: -1;
}

.upi_main_container .design77_background_wrap {
  padding-bottom: 22px;
}

.acc_amt_pay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  overflow: hidden;
}

.acc_amt_pay h2 {
  color: #EFEDF7;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}

.acc_amt_pay h3 {
  color: #EFEDF7;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}

.hand_img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-65px);
}
.qr_section_pay {
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

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

.paym_qr_ele h6 {
  text-align: center;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  max-width: 188px;
  margin: 8px auto 0;
}

.paym_qr_ele p {
  color: #EEEEEE;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 2px;
}

.qr_text_p {
  color: #EEEEEE !important;
  font-weight: 400 !important;
}

.paym_qr_ele p span {
  color: #EEEEEE;
  line-height: 12.19px;
  font-weight: 600;
  font-size: 12px;
  gap: 4px;
}

.qr_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.img_upipay {
  display: flex;
}

.img_upipay img {
  width: 28px;
  height: 28px;
}

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

.paytm_btn_bi {
  width: 100%;
  background: linear-gradient(127.1deg, #CC83FF 7.18%, #1FC4C7 78.47%);
  background-blend-mode: overlay;
  padding: 12px 13px;
  border-radius: 6px;
  border: transparent;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  line-height: 19.5px;
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;

}

/* add class */
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.seLect_yo_bAnkimg {
  width: 18px;
  height: 18px;
  display: none;
}

.app_paylist li.active_upiapp_bor {
  background: #6145E01A;
  border: 0.6px solid #9245E0;
}

p.or_tag {
  color: #7D79AA;
  font-size: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.37px;
  text-align: center;
  padding: 5px;
}

.paym_upi_apps h4 {
  color: #AF66CA;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 20px 0 0px;
  flex-wrap: wrap;
  max-width: 288px;
  margin: 0 auto;
  row-gap: 12px;
}

.qr_inner {
  width: 100%;
}

.app_paylist li {
  list-style-type: none;
  width: calc(50% - 2px);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 26.5px;
  background: #FFFFFF;
  border: 0.6px solid #D6D6D6;
  border-radius: 8px;
  cursor: pointer;
}

.img_upipay {
  border-radius: 8px;
  width: 30px;
  height: 30px;
}

.app_paylist li p {
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}

.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: 8px;
  justify-content: center;
  padding: 10px 20px 10px;
  background: #FFFFFF;
}

.choose_pay_mthd {
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.card_banking_amt {
  gap: 15px;
}

.bank_pop {
  width: calc(50% - 5px);
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 8px;
  padding: 12px;
  gap: 8px;
  cursor: pointer;
  background: #FFFFFF4D;
  color: #FFFFFF;
  border: 0.6px solid transparent;
}

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

@media (min-width: 280px) and (max-width: 359px) {
  .bank_pop {
    flex: 1;
    flex-basis: calc(33% - 0px);
  }
}

@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_sec_scss_fail {
  height: 100%;
  padding-bottom: 10px;
  position: relative;
}

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

.payment2_pay_com h5 {
  font-weight: 500;
  font-size: 16px !important;
  color: #FFFFFF !important;
  text-align: center;

}

.payme2_comm_sucess_fai h5 {
  color: #AF66CA;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}

.payment2_pay_com p {
  color: #FAC9D0;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  max-width: 256px;
}

.pay2_transection_con {
  display: flex;
  background: #fff;
  gap: 12px;
  padding-block: 16px;
  border-bottom: 1px solid #9680B61A;
  justify-content: space-between;
}

.pay2_transection_con:last-child {
  border-bottom: none
}

.payment2_comm_trans {
  background: #FFFFFF;
  box-shadow: 0px 0px 40px 0px #C8C6D180;
  padding: 16px;
  border-radius: 20px;
}

.payment2_comm_trans ul {
  list-style-type: none;
  border: 1px solid #EDEDED;
  padding: 12px 13px;
  border-radius: 6px;
  padding-bottom: 0;
}

.pay2_trans_sp_lef {
  color: #141732;
  line-height: 17.07px;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 13px;
  text-align: center;

}

.pay2_trans_sp_rig {
  color: #1E1E1E;
  line-height: 100%;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 14px;
  text-align: center;

}

.pay2_button_sucess button {
  background: linear-gradient(127.1deg, #CC83FF 7.18%, #1FC4C7 78.47%);
  background-blend-mode: overlay;
  font-weight: 500;
  font-size: 16px;
  padding: 12px;
  border-radius: 6px;
  border: transparent;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  line-height: 19.5px;
  text-align: center;
  border-radius: 8px;
}

.trs_ksr {
  color: rgba(78, 105, 230, 1);
  font-size: 14px;
  text-align: center;
}

.payme2_comm_sucess_fai {
  background: transparent;
  padding: 15px 16px 10px;
  position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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


/* Index page FLOW  */

.make_pymnt_txt {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.select_payment_container p {
  color: #FFBAD7;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}

.upi_paym_qr_sec .select_payment_container p {
  color: #EED9FF;
}

.select_payment_container {
  margin-top: 33px;
}

.upi_pymnt_syntx {
  color: #212223;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
}

.payment_methods_selct h1 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 15px 0;
}

.payment_methods_selct {
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #FFFFFF4D;
  border: 0.5px solid transparent;
  border-radius: 12px;
  padding-block: 16px;
}

.payment_method_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.payment_methods_selct p {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}

.payment_methods_selct h5 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.payment_logos_img {
  width: 100%;
  max-width: 50px;
  display: block;
  margin-left: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}

.upi_pymnt_syntx img {
  width: 100%;
}

.index_page_sub {
  height: 100%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden auto;
}

.money_ddd {
  position: absolute;
  bottom: 0;
  right: -24px;
  max-width: 100px;
}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  background: #FFFFFF;
}

.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: 500;
  font-size: 14px;
  text-align: center;
  margin-bottom: 4px;
}

.cred_card_text_p {
  color: #FFBAD7;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}

.bank_lg_icn {
  width: 30px;
  height: 30px;
}

.bank_lg_icn_sear {
  width: 100%;
  max-width: 15px;
}

.bank_name_img {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.52px solid #EFEDED;
}

.bank_pay .checkmark {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  background: url(../image/design77/image/checkpay.svg);
}

.bank_pay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.bank_pay input:checked~.checkmark {
  background: url(../image/design77/image/checkpay_checked.svg);
}

.bank_pay input[type="checkbox"] {
  appearance: none;
  display: none;
}

.pay-now-btn {
  margin: 4px 0 12px;
}

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

.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  justify-content: space-between;
}

.allbanks_sec {
  margin: 24px 20px 0;
}

.allbanks_sec h2 {
  font-weight: 500;
  color: #AF66CA;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}

.search_bank_wrap {
  margin-top: 24px;
  padding: 16px;
  background: #FFFFFF;
  position: relative;
}

.seksrr_lected>a {
  border: 2px solid rgba(78, 105, 230, 1) !important;
  box-shadow: 0px 0px 15px 0px rgba(78, 105, 230, 0.5) inset;

}

.chose_bank a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  border: 0.5px solid rgba(213, 213, 213, 1);
}

.chose_bank span {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
}

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

.search_bank {
  position: relative;
}

.search-txtt {
  width: 100%;
  padding: 12px;
  border: none;
  text-indent: 10px;
  background: transparent;
  color: #1E1E1E;
  border-bottom: 1px solid #ADADAD;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-left: 30px;
}

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

.search-txtt::placeholder {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

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

.bank_name {
  border-bottom: 0.5px solid #9680B666;
}

.bank_name_top {
  display: flex;
  align-items: center;
  padding: 14px 10px;
  gap: 8px;
  line-height: 17.07px;
  color: #1E1E1E;
  position: relative;
  padding: 8px 0;
  font-weight: 500;
  font-size: 14px;
  background: #FFFFFF;
}

.banks_lst_dpdn ul li {
  list-style-type: none;
}

.banks_lst_dpdn ul {
  overflow-y: auto;
  height: auto;
}

.all_banks_container {
  display: none;
}


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


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

}

.sc_select_main {
  margin: 0px 10px;
  border-radius: 9px;
  padding: 12px 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  background: url('../image/design77/card_bg_cc.svg');
  background-blend-mode: luminosity;
  background-color: #8f76af;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  max-width: 200px;
}

@supports not (mix-blend-mode: luminosity) {
  .sc_select_main {
    mix-blend-mode: luminosity;
    backdrop-filter: brightness(0.7);
  }
}

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

.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 7px;
  width: 100%;
}

.sc_bankname {
  text-align: left;
  color: #FFFFFF;
  font-size: 9.82px;
  font-weight: 600;
  line-height: 14.73px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sc_accountno {
  text-align: left;
  color: #FFFFFF;
  font-size: 12.08px;
  font-weight: 500;
  line-height: 14.73px;
}

.valid_ThrU {
  font-size: 4.53px;
  font-weight: 500;
  line-height: 5.52px;
  text-align: left;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 5px;
}

.valid_ThrU span {
  font-size: 12.08px;
  font-weight: 700;
  line-height: 14.73px;
  text-align: left;
  color: #FFFFFF;
}

.cc_cname {
  font-size: 9.06px;
  font-weight: 500;
  line-height: 11.05px;
  color: #EFEDF7;
}

.cc_infoName span {
  font-size: 10.57px;
  font-weight: 700;
  line-height: 12.89px;
  color: #EFEDF7;
  overflow-wrap: break-word;
  word-break: break-word;
}

.sc_inner_cardinfo {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}

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

.sc_card_icon {
  max-width: 24px;
  padding: 2px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid rgba(213, 213, 213, 1);
}

.sc_bank_icon {
  position: relative;
  max-width: 27px;
}

.sc_cvvcon {
  display: flex;
  justify-content: space-between;

}

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

.scc_input_con {
  width: fit-content;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.cvv_input {
  width: 100%;
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #FFFFFF;
  background: none;
  padding: 6px 8px;
  border-radius: 6px;
  width: 100%;
  max-width: 100px;
}

.clk_ccv_pop {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #FFFFFF;
}

.cvv_input::placeholder {
  color: #747474;
  font-size: 10px;
  font-weight: 400;
}

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

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

.acc_container {
  padding-top: 10px;
}

.clk_cvv_enter {
  display: none;
}

.popular_banks_container .upi_paym_qr_sec {
  margin-top: 10px;
}

.addnew_plus {
  width: 100%;
  max-width: 16px;
}

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

.sc_bank_icon {
  width: 40px;
  position: relative;
}

.card_headr_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
  padding: 10px 0;
}

.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 {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}

.balence_pop_fun_bj {
  padding: 20px;
  border-radius: 14px;
  background: #FFFFFF;
}

.balence_img_fun {
  text-align: center;
  margin-top: 18px;
}

.balence_pop_fun_bj h5 {
  padding-top: 10px;
  color: #000000;
  line-height: 19.5px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.con_cvv_p {
  color: #828282;
  padding-top: 10px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 150%;
}

.bank_lgo_img {
  top: -2px;
}

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

.newcard_inner {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: relative;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  background-clip: padding-box;
  color: #FFFFFF;
  -webkit-appearance: none;
  border-radius: 4px;
  background: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.07px;
  border-radius: 12px;
  padding: 12px 13.5px;
  border: 1px solid #FFFFFFCC;
}

.form-control:focus {
  outline: none;
}

.form-control::placeholder {
  color: #C2C7DF;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

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

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

.check-sec {
  margin-top: 20px;
  margin-bottom: 0;
}

.tick__ksr {
  max-width: 14px;
  position: absolute;
  right: 10px;
  top: 14px;
  display: none;
}

p.cjk {
  color: #000000;
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-weight: 400;
  font-size: 12px;
}

p.cjk11 {
  color: rgba(85, 85, 85, 1);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

input#rembember {
  margin-right: 5px;
}

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

.labl_con a {
  text-decoration: underline;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  color: #2D2D2DDD;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 18px;
}

.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: #F8F9FD;
  -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-color: #3C67D9;
}

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

.labl_con label {
  font-size: 10px;
  font-weight: 600;
  text-align: left;
  color: rgb(85, 85, 85);
}

.chose_bank span {
  color: rgba(45, 45, 45, 1);
  font-size: 12px;

}

.bnk_txtwth_icn {
  gap: 0;
}

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

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

.card_inpt_bx {
  position: relative;
}

.bank_pop.selected {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  border: 0.6px solid #FFFFFFCC;
  background-clip: padding-box;
}

.chose_bank img {
  max-width: 28px;
  transform: rotate(90deg);
}

.bnk_txtwth_icn {
  display: flex;
  align-items: center;
}

.seksrr_lected .chose_bank img {
  margin-left: 5px;
}

.seksrr_lected .bnk_txtwth_icn {
  gap: 15px;
}

.sc_select_main.selected_bank {
  background-blend-mode: unset !important;
}

.success_page_scrl {
  overflow: hidden auto;
}

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

@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%;
    max-width: 122px;
  }

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

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

  .money_3d_img {
    width: 100%;
    max-width: 145px;
  }

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

@media (min-width: 551px) {
  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px 20px 10px;
    background: #fff;
  }

  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }

}

@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-top: 0;
  }
}

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

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

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

@media only screen and (max-width:320px) {
  .acc_amt_pay h2 {
    font-size: 10px;
  }
}

.payMent_conT {
  margin-top: 10px;
}

.payMent_conT li {
  display: inline-block;
}

.flex_reSet {
  flex-basis: unset;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

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

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

.selected_opt {
  background: #FFFFFF4D;
  border: 1px solid #FFFFFFCC;
}

.payment_heaD_seLect {
  font-size: 13px !important;
}

.pay_UPI_head {
  line-height: 17.07px;
  text-align: center !important;
  border: 0px !important;
  margin-bottom: 0px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.QR_upi_inFo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 8px 0px;
  width: fit-content;
  border: 0.5px solid #5F598B;
  padding: 5px;
  border-radius: 4px;
}

.QR_upi_inFo li {
  display: flex;
}

.separator {
  display: flex;
  align-items: center;
}

.separator .line {
  height: 1.5px;
  flex: 1;
  background-color: #7D79A933;
}

@media only screen and (max-width:291px) {
  .upi_paym_qr_sec {
    padding: 10px 10px;
  }
}

@media only screen and (max-width:320px) {
  .paym_qr_ele h6 {
    font-size: 10px;
  }

  .qr_scanner img {
    width: 60px;
  }

  .app_paylist li {
    gap: 5px;
  }

  .app_paylist li span {
    font-size: 9.5px;
  }
}

.payMent_succ_head {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  color: #FFFFFF;
}

.payMent_succ_subhead {

  line-height: 14.63px;
  color: #747474;
  margin-top: 8px;
  font-weight: 400 !important;
  font-size: 12px;
  text-align: center;
}

.pad_sucfai {
  margin-top: 47px;
}

.fail_succ_head {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  color: #FFFFFF;
}

.fail_succ_subhead {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
  color: #E4E1FF;
  margin-top: 8px;
}

.savedcard_inner {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  max-width: 500px;
}

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

.cc_card_radio [type="radio"]:checked,
.cc_card_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.cc_card_radio [type="radio"]:checked+label,
.cc_card_radio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 12px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.cc_card_radio [type="radio"]:checked+label:before,
.cc_card_radio [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: transparent;
}

.cc_card_radio [type="radio"]:checked+label:after,
.cc_card_radio [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 11px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cc_card_radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cc_card_radio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cvv_input::placeholder {
  color: #c2c7df !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.07px;
  letter-spacing: 0.01em;
}

.new_card_info,
.expiry_cal_img {
  position: absolute;
  right: 16px;
  top: 50%;
  cursor: pointer;
  height: 18px;
  width: 18px;
}

.flex_3_align {
  flex: 3;
  flex-basis: 10% !important;
}

.flex_1_align {
  flex: 1;
  flex-basis: 10% !important;
}

@media only screen and (max-width:320px) {
  .flex_3_align {
    flex: 3;
    flex-basis: 30% !important;
  }

  .flex_1_align {
    flex: 1;
    flex-basis: 30% !important;
  }
}


.cjk {
  position: relative;
  display: inline-block;
}

.cjk input[type="checkbox"] {
  background: url(../image/design77/image/checkbox.svg);
}

.cjk input[type="checkbox"]:checked {
  background: url(../image/design77/image/checkbox_checked.svg);
}

.banks_lst_dpdn ul {
  margin-top: 10px;
  border-radius: 5px;
}

.banks_lst_dpdn ul::-webkit-scrollbar {
  display: none;
}

.custom-radio {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 10px;
}

.banks_lst_dpdn ul li .custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #5B5B5B;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}

.banks_lst_dpdn ul li .custom-radio input[type="radio"]:checked {
  border-color: #5A53BA;
  background-color: #5A53BA;
}

.banks_lst_dpdn ul li .custom-radio input[type="radio"]:checked::after {
  content: "";
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: url('/design74/payment_assets/image/design77/tick.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.PreView_Card {
  width: 100%;
  display: flex;
  justify-content: center;
}

.PreView_Card .sc_select_main {
  background-blend-mode: unset;
  background: none;
  border-radius: 8px;
}

/*payment service finder*/
.card_visa,
.card_mastercard,
.card_amex,
.card_discover,
.card_diners,
.card_jcb {
  display: inline-block;
  width: 50px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  background: url('../image/sprite-cards.png') 0 0 no-repeat;
  position: relative;
  left: -8px;
  top: -2px;
}

.card_mastercard {
  background-position: -55px 0;
}

.card_amex {
  background-position: -110px 0;
}

.card_discover {
  background-position: -165px 0;
}

.card_diners {
  background-position: -220px 0;
}

.card_jcb {
  background-position: -660px 0;
}

.is_visa li,
.is_mastercard li,
.is_amex li,
.is_discover li,
.is_diners li,
.is_jcb li,
.is_nothing li {
  display: none
}

ul.card_logos {
  display: flex;
  margin: 0;
  padding: 0;
  float: right;
  position: absolute;
  top: 50%;
  right: 0px;
}

.card_logos li {
  display: none;
}

.is_visa li.card_visa,
.is_mastercard li.card_mastercard,
.is_amex li.card_amex,
.is_discover li.card_discover,
.is_diners li.card_diners,
.is_jcb li.card_jcb {
  display: block;
}

.amounT_inFo_Sec {
  display: flex;
  gap: 9px;
  flex-direction: column;
}

.Card_SeC_ConT {
  background: #FFFFFF4D;
  border-radius: 8px;
  padding: 14px;
  width: 100%;
  cursor: pointer;
}

.card_btn_flex span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #EC008C;
}

.card_btn_flex {
  border: 1px solid #AF66CA;
}

.card_btn_img {
  border: 0.5px solid #141732;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

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

.CaRdinFo_Val {
  width: 100%;
}

.card_name_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.card_img {
  width: 32px;
}

.card_img img {
  width: 100%;
}

.card_name_wrapper h4 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.bank_Info_heaD {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}

.bank_carD_Head span img {
  width: 28px;
}

.bank_carD_Head {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #FFFFFF4D;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 4px;
}

.bank_carD_Head span {
  color: #FFFFFF;
}

.card_bank_img {
  border-radius: 4px;
  border: 0.5px solid #F94F00;
  display: flex;
  align-items: center;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.card_bank_img img {
  width: 100%;
}

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


.btN_rEseT_Sec {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.cc_carD_active .carD_Tog img {
  mix-blend-mode: difference;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, rgba(251, 118, 219, 0.1), rgba(251, 118, 219, 0.1));
  border-radius: 50%;
}

.carD_Tog {
  width: 14px;
  height: 14px;
}

.carD_Tog img {
  width: 100%;
}

.cc_carD_active {
  background: #FB76DB1A;
  border: 0.5px solid #9680B666;
}

.foRm_cn_txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  z-index: 1;
  margin-bottom: 8px;
  width: fit-content;
}

.containER {
  display: flex;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
}


.containER input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.containER .checkmark {
  position: absolute;
  top: -5px;
  left: 0px;
  height: 24px;
  width: 24px;
  background: url(../image/design77/image/checkbox.svg);
}

.containER input:checked~.checkmark {
  background: url(../image/design77/image/checkbox_checked.svg);
}

.bAnk_selEctedUsr {
  background: #FB76DB1A;
  border: 0.5px solid #9680B666;
}

.AllBankssearCh_Sec {
  background: transparent;
  border: unset;
  box-shadow: none;
}

.allBankHeadEr {
  text-align: left !important;
}

.seLect_viewall {
  border: 1px solid #84B91B;
  border-radius: 12px;
  margin-top: 10px;
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.seLect_viewal_htag {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px;
  color: #B8B8B8;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bacKarw_fN {
  border: 2px solid green;
  border-radius: 25px;
}

.select_baNK_actIve {
  background: #C3FF4E4D;
  border: 1px solid #84B91B;

}

.select_baNK_actIve .seLect_viewal_htag {
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #1E1E1E !important;
}

.p_t_stext {
  font-weight: 400 !important;
  font-size: 9px !important;
  line-height: 150%;
  letter-spacing: 0px;
  color: #767676 !important;
  margin-top: 2px;
}

.text_left {
  text-align: left !important;
}

.qr_upi_apps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-inline: 8px;
  margin-top: 20px;
}

.upi_apps {
  height: 26px;
  width: 26px;
  background: #FFFFFF;
  border-radius: 13px;
  box-shadow: 0px 0px 14px 0px #9A28434D;
  padding: 5.2px;
  cursor: pointer;
}

.upi_apps img {
  width: 100%;
}

.upi_apps_more p {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: #EEEEEE;
}

.upi_paym_or {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #E1D2D2;
  margin: 20px 0 16px;
}

.pay_metd_wrapper {
  margin-top: 33px;
}

.padding_block_20 {
  padding: 0 0 18px 0;
}

.upi_qr_wrap {
  padding: 0;
  margin: 0;
  background: none;
}


.all_banks_scroll {
  max-height: 280px;
  overflow: scroll;
  padding-bottom: 10px;
}

.mt_5 {
  margin: 5px 16px 0;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
}

.f-9 {
  font-size: 9px;
  padding-left: 0;
}

.date_cvv .form-group {
  margin-bottom: 0;
}

.d77_saved_cards {
  margin-top: 29px;
}

.design77_rings {
  position: absolute;
  right: 0;
  top: 41px;
}

.design77_bigball {
  position: absolute;
  top: 266px;
  left: 0;
  z-index: 0;
}

.design77_smallball {
  position: absolute;
  bottom: 242px;
  right: 0;
  z-index: 0;
}

.design77_sb_light {
  position: absolute;
  height: 102px;
  width: 102px;
  background: #58E2FA;
  filter: blur(60px);
  right: -44px;
  bottom: 192px;
  z-index: 0;
}

.design77_bb_light {
  position: absolute;
  height: 140px;
  width: 140px;
  background: #58E2FA;
  filter: blur(80px);
  left: -80px;
  top: 318px;
}

.design77_more_banks h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #66A2CA;
  text-align: center;
  margin-top: 18px;
  cursor: pointer;
}

.design77_success_bg {
  margin-bottom: 0;
}