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

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
html, body{
  height:100%;
}
.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: #181A1D;
  font-family: "Open Sans", sans-serif;
}

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

.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_payment_container {
  padding: 20px 0 25px;
  background: #181A1D;
}

.upi_title h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 40px 0px;
  color: #fff;
}

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

.acc_amt_pay {
  margin: 25px 15px 15px 15px;
  position: relative;
  padding: 16px;
  background: linear-gradient(95.69deg, #8A9598 0%, #C9C0B3 57.85%, #E7E9EB 93.29%, #8A9598 120.14%);
  border-radius: 16px;
}
/* .acc_amt_pay::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1.6px;
  background: linear-gradient(92.81deg, #5C50D5 -0.46%, #8C87D7 46.95%, #9E5BCA 101.49%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
} */
.acc_amt_pay h2 {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #121212;
}

.acc_amt_pay h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #121212;
  padding: 6px 0;
}
.money_3d_img{
  max-width:82px;
}
.hand_img, .money_ddd {
  position: absolute;
  top: 0;
  right: 12px;
}

.upi_paym_qr_sec {
  padding: 20px 16px 0px;
  position: relative;
  box-shadow: 0px 4px 11px 0px #00000000;
  background: #8A85D71F;
  border-radius: 36px;
  border: 1px solid rgb(85 83 83 / 16%);
  background: #34353B;
}
.upi_pay_sec_bg{
  background: #34353B;
  /* border: 1px solid rgb(85 83 83 / 16%); */
  /* padding: 20px 40px; */
  position: relative;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  /* background-image: url(../image/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px; */
  padding: 24px 24px 0px 24px;
  border-radius: 36px 36px 0px 0px;
}
.qr_section_pay {
  /* padding: 15px 0 0 0; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* width: 80%; */
  margin: 10px auto;
  gap: 10px;
  background: #FFFFFF;
    padding: 12px 16px 12px 16px;
    border-radius: 16px;
}

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

.paym_qr_ele h6 {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
}
.payment32_upi_sec {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
}
.paym_qr_ele p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #D62626;
}

.paym_qr_ele p span {
  font-weight: 600;
  color: #D62626;
  margin-left: 5px;
}

/* .qr_scanner {
  box-shadow: 0px 0px 12px 0px #00000026;
  background: #ffffff;
  padding: 7px;
  border-radius: 5px;
} */

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

.paytm_btn_bi {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  background: #BFED8E;
  color: #000000;
}

/* add class */
.pay_btn_disabled {
  /* opacity: 0.5; */
  cursor: not-allowed;
  pointer-events: none;
  background: #676866;
  color: #fff;
}

.active_upiapp_bor {
  /* background: #3C2C7A!important;
  border: 1px solid #533DA933!important; */
  background: #181A1D !important;
  border: 2px solid #BFED8E !important;
}

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

.paym_upi_apps {
  padding: 15px;
  background: #34353B;
  box-shadow: 0px 4px 11px 0px #00000000;
  margin-bottom: 20px;
  /* border-radius: 8px; */
  /* border: 1px solid rgb(85 83 83 / 16%); */
}

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

.app_paylist li {
  border-radius: 12px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-basis: calc(50% - 8px);
  gap: 5px;
  align-items: center;
  padding: 8px 0;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-tap-highlight-color: transparent;
  background: #4C4C52;
  box-shadow: 0px 4px 11px 0px #00000000;
}

.app_paylist li span {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color:#fff;
}

.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 20px 10px;
  background: #34353b;
}
.make_pymnt_txt {
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.payment_methods_selct {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 16px 10px;
  background: #4C4C52;
  margin: 15px 0px;
  border-radius: 12px;
  border: 2px solid transparent;
}
.payment_methods_selct:last-child{
  margin-bottom: 0px;
}
.payment_method_wrapper {
  padding-top: 5px;
}
.cho_titl {
  display: flex;
  flex-direction: column;
  gap:2px;
}
.cho_text {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
span.cho_para {
  font-size: 12px;
  color: #A8A8A8;
  font-weight: 400;
}
.upi_pymnt_syntx {
  display: flex;
  align-items: center;
}
.payment_methods_selct:hover, .payment_methods_selct:focus {
  background: #181A1D;
  border: 2px solid #BFED8E;
  cursor: pointer;
}
.money_ddd:before{
  content: '';
  position: absolute;
  right: -12px;
  background: url(../image/head_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 140px;
  height: 90px;
}
.sc_select_innermain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.sc_card_icon {
  width: 40px;
}
.sc_select_main {
  margin: 0px 10px;
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 20px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  background: #181A1D;
  border: 1px solid #000;
  border-radius: 12px;
}
.sc_select_main.sc_cvv_value.selected_bank{
  background: #181A1D;
}
.clk_cvv_enter {
  display: none;
}

.acc_container {
  margin-top: 10px;
}
.sc_cvvcon {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.scc_input_con {
  width: 100%;
  margin-top: 5px;
}
.sc_bank_icon {
  /* width: 40px; */
  position: relative;
}
.new_card_con{
  background: unset;
  border:unset;
  margin: 7px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_card_con p{
  -webkit-tap-highlight-color: transparent;
  /* color: #3C67D9; */
  font-size: 12px;
  /* border: 1px solid #B5ABDF; */
  cursor: pointer;
  color: #BFED8E;
  font-weight: 500; 
  padding: 5px;
  border-radius: 4px;
  max-width: 130px;
  margin:0 auto;
  font-size: 14px;
  font-weight: 600;
}
.card_headr_txt, .card_headr_txt_cd {
  color: #FFFFFF;
  font-size: 15px;
  text-align: left;
  font-weight:600;
}
.savedcard_inner{
  padding-top:15px;
}
.sc_inner_card p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
}
p.sc_accountno{
  color: #A8A8A8;
}
.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sc_cvvcon p {
  color: #A8A8A8;
  font-size: 12px;
  font-weight:500;
}
.scc_input_con input {
  background: #34353B;
  padding: 14px 10px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  border: 1px solid #BFED8E
}
.scc_input_con input:focus-visible {
  outline:none;
}
.cvv_aa{
  text-align: right;
}
.clk_ccv_pop {
  font-size: 12px;
  color: #BFED8E;
  font-weight:500;
}
/* .cp_bank_icon_container img {
  width: 30px;
} */
.form-group {
  margin-bottom: 10px;
}
.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}
.labl_con label {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: math-auto;
  color: #B8B5C3;

}
.card_inpt_bx {
  position: relative;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 12px);
  padding: 16px 10px;
  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;
  border: none;
  background: #181A1D;
  -webkit-appearance: none;
  border-radius: 8px;
  border: 1px solid #4C4C52;
}
.card_focus_ipt:-webkit-autofill{
  background-color: #533DA933!important;
}
input:focus-visible {
  outline: none;
}
svg.input_logo {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  filter: brightness(1.7);
  width: 20px;
}
.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: 500;
  text-align: left;
  text-transform: math-auto;
  color: #B8B5C3;
}
.switch {
  float: right;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.labl_con.justify_space{
  justify-content: space-between;
}
.labl_con a {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #BFED8E;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.newcard_inner {
  padding-top: 15px;
}
.slider.round {
  border-radius: 20px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #696969;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0px 0px 4px 0px #C3CBF3 inset;
}
.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;
  border: 1px solid transparent;
}
input:checked+.slider {
  background-color: #fff;
}
input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #000000;
}
.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;
}
.balence_pop_fun_bj {
  padding: 10px 12px 12px 12px;
  background: #34353B;
  border-radius: 32px;
  box-shadow: -1px 3px 18px 0px #00000012;
}
.balence_pop_fun_bj h5 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.con_cvv_p {
  color: #A8A8A8;
  text-align: center;
  padding: 12px 0px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.common_pop_jk img {
  cursor: pointer;
  width: 22px;
  position: absolute;
  top: -25px;
  right: 2px;
}
.pop_close_fun_bj {
  text-align: center;
  position: relative;
}
.balence_img_fun {
  text-align: center;
}
.card_3d_img {
  /* width: 100%;
  max-width: 80px; */
  padding:7px
}
.bank_pymnt_txt {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top:15px;
}
.bank_pop {
  display: flex;
  align-items: center;
  /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
  border-radius: 4px;
  padding: 10px 0px;
  gap: 8px;
  flex: 0 0 25%;
  flex-basis: calc(25% - 7px);
  /* border: 1px solid transparent; */
  cursor: pointer;
  /* background: #533DA933; */
  flex-direction: column;
}
.bank_lg_icn {
  width: 100%;
  max-width: 28px;
  /* max-width: 38px; */
}
.bank__sec_lgo .bank_lg_icn{
  height: auto;
  width: 48px;
  max-width: 100%;
}
.bank_pop span {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
}
.allbanks_sec h2 {
  color: #fff;
  font-size: 14px;
  /* padding: 0px 0 15px 0; */
  font-weight: 500;
}
.chose_bank a {
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  background: #4C4C52;
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #FFFFFF;
  font-size: 14px;
}
.chose_bank img {
  max-width: 28px;
  margin-left: 5px;
}


.bank_pop.banksec.banksecx.selected .bank__sec_lgo {
  background: #FBFFF8;
  cursor: pointer;
  /* border: 2px solid #BFED8E; */
  border-radius: 12px;
  outline: 2px solid #BFED8E;
  outline-offset: 4px;
}
/* .all_banks_container {
  display: none;
} */
.search_bank_wrap{
  padding-top:5px;
}
.search-txtt {
  width: 100%;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  padding: 15px;
  /* border-radius: 4px; */
  /* border: none; */
  text-indent: 25px;
  /* background: #533DA933; */
color:#fff;
background: #181A1D;
border: 1px solid #4C4C52;
border-radius: 15px;
}
.search_bank {
  position: relative;
  padding: 0;
  margin: 15px 0px 15px 0px;
  border-radius: 0;
  background: transparent;
  box-shadow: unset;
}
.search-txtt::placeholder {
  color: #fff;
}
.search_icon {
  position: absolute;
  top: 15px;
  left: 12px;
}
.banks_lst_dpdn ul {
  /* overflow-y: auto; */
  overflow: visible;
  height: auto;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.bank_name {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  padding: 10px;
  border-radius: 4px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border: 1px solid #0000000f;
  background: #533DA933;
  color: #fff;
  box-shadow: 0px 4px 11px 0px #00000000;
  font-size: 14px;
  font-weight: 500;
  background: #4C4C52;
  border-radius: 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 (max-width: 550px) {
  .payment2_main_section_thk, .payment2_main_section{
    background: #0A0128;
  }
  .sucs_button {
    background: #34353b;
}
}
@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 */
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}
.payment32_section{
  padding: 20px;
}
.payment32_su_fa_main_section {
  color: #fff !important;
}
.payment32_su_fa_section {
  position: relative;
}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 10px;
  background: #0A0128;
}
.payment32_su_fa_head {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  position: relative;
  /* z-index: 99; */
  display: flex;
  align-items: center;
  gap: 30px;
}

.payment32_su_fa_head p {
  font-size: 18px;
  font-weight: 600;
  color:#fff;
  /* text-align: center; */
}

.payment32_su_fa_head img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.payment32_su_fa_success_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.payment32_su_fa_success_icon {
  display: flex;
}
.payment32_su_fa_success_icon img {
  width: 100px;
}

.payment32_su_fa_sec_sub {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.payment32_su_fa_paynow {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(94.1deg, #523DA7 8.92%, #3C2C7A 98.89%);
}
.payment32_paynow {
  width: 100%;
  padding: 15px;
  background: linear-gradient(90deg, #543EAB 0%, #3A2B77 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.payment32_su_fa_success_cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  padding: 10px 45px;
  background: #34353B;
  box-shadow: 2px 2px 25.5px 0px #0000000F;
  padding: 18px;
  border-radius: 24px;
  width: 100%;
}

.payment32_su_fa_success_cont p {
  font-size: 16px;
  color: #22F87B;
  font-weight: 600;
}

.payment32_su_fa_failed_cont p {
  color: #FD4241;
}

.payment32_su_fa_success_cont span {
  font-size: 12px;
  font-weight: 400;
  background: #181A1D;
  padding: 12px;
  border-radius: 12px;
  color: #A4ACB3;
}


.payment32_su_fa_amt_sec p {
  font-size: 14px;
  font-weight: 600;
  color:#fff;
  margin-top: 5px;
}

.payment32_su_fa_amt_sec span {
  font-size: 24px;
  font-weight: 700;
  color:#fff;
}

.payment32_su_fa_upi_option {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 0px;
}

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

.payment32_su_fa_upi_common p {
  font-size: 14px;
  color: #A4ACB3;
  font-weight: 400;
}

.payment32_su_fa_upi_common span {
  font-size: 12px;
  font-weight: 600;
  color:#fff;
}


.payment32_su_fa_paynow {
  font-size: 16px;
  background: #BFED8E;
  color: #000000;
  font-weight: 600;
  text-align: center;
}

.payment_su_fa_value::before {
  content: attr(data-value);
}
.payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section{
  height:100%;
  overflow: hidden scroll;
}
.payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section::-webkit-scrollbar {
  display: none;
}
@media (min-width: 551px) {
  .done_fxedbtn {
      position: unset;
      bottom: 0;
      display: flex;
      justify-content: center;
      padding-left: 0px;
      padding-right: 0px;
  }
  .payment32_sec_sub.payment32_su_fa_sec_sub{
    padding-bottom:0px!important;
  }
    .payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section.kar__fal_sec_nw {
        height: fit-content;
        overflow-y: auto;
    }
  .net_bankall{
    height: 400px;
    overflow-y: scroll;
    padding-top: 0px;
  }
}
.net_bankall::-webkit-scrollbar {
  display: none;
}
/* .pay33_container{
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
  margin: 24px;
} */
.pay_cardsback{
  background: #34353B;
  padding: 18px 16px 18px 16px;
  border-radius: 36px 36px 0px 0px;
  border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    /* height: calc(100% - 25%); */
    margin: -27px 0 0;
    border: none;
}

.pay_savecard{
  border-radius: 32px;
}

.upi_paym_qr_sec .pay_newcardspace {
  background: #34353B;
    padding: 18px 16px 18px 16px;
    border-radius: 36px 36px 0px 0px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    /* height: calc(100vh - 30vh); */
    margin: -27px 0 0;
    border: none;
}

.upi_paym_qr_sec .pay_savecard {
  margin: 0 15px;
  padding: 20px 16px 0px;
  position: relative;
  box-shadow: 0px 4px 11px 0px #00000000;
  border-radius: 36px;
  border: 1px solid rgb(85 83 83 / 16%);
  background: #34353B;
}
.upi_paym_qr_sec.pay_cardsecbac {
  padding: 0;
  position: relative;
  box-shadow: unset;
  border-radius: unset;
  border: unset;
  background: #181A1D !important;
}
.upi_paym_qr_sec .pay_netspace {
  /* margin: 0 15px; */
  padding: 20px 16px;
  position: relative;
  box-shadow: 0px 4px 11px 0px #00000000;
  border-radius: 16px;
  border: 1px solid rgb(85 83 83 / 16%);
  background: #34353B;
}

.qr_right{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.amt_sucs{
  background: transparent !important;
}
.pay_success_detail h3{
font-size: 18px;
font-weight: 600;
text-align: left;
color: #FFFFFF;
}
.sucs_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background: transparent;
  width: 100%;
  padding: 10px 0px;
}
/* .pay2_button_sucess button {
  padding: 12px;
  border-radius: 32px;
  border: transparent;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
} */
.done_btn_clk {
    text-align: center;
    padding: 15px;
    background: #000000;
    color: #fff;
    border: 1px solid #E5E7EA;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 4px 11px 0px #00000000;
}
.pay_amtfail{
  color: #FF5B69 !important;
}
.upi_paynetback {
  padding: 0;
  margin: 0px 15px 15px 15px;
  border-radius: 0;
  background: transparent;
  box-shadow: unset;
}
.extra_sect {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bank__sec_lgo {
  background: #FBFFF8;
  /* border: 1px solid #D0DEC1; */
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border:1px solid transparent;
}

.in_full{
  background: #34353B;
}
.upi_payback{
  background: #34353B; 
    padding: 18px 16px 18px 16px;
    /* border-radius: 36px 36px 0px 0px; */
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    /* height: calc(100% - 25%); */
    margin: -27px 0 0;
    border: none;
}
.payment2_section.upi_pay_sec_init.upi_main_container.in_full {
  /* padding: 0px 0 25px; */
  background: #34353B;
}
.upi_qrborder{
  padding: 18px 16px;
  border: none;
  border-radius: 36px 36px 0px 0px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  margin: -27px 0 0;
}

.upi_paym_qr_sec.pay_cardsecbac.in_full {
  background: none;
}
.allbanks_space{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .cardtab_newcard.show_newcard.pay_newcardspace {
  height: 68dvh;
} */
/* .payment2_section.upi_pay_sec_init.credit_card_section {
  background: #0A0128;
} */
.pay_saveback{
  background: transparent;
}
.net_bck{
  background: transparent;
}
.upi_paym_qr_sec.pay_cardsecbac.upi_paynetback {
  background: transparent !important;
}
.upi_paymentback{
  background: transparent;
}
.upi_bck_clr{
  background: transparent;
}
.su_fa_but{
  background: #181a1d;
}
.img_upipay {
  display: flex;
}
@media (max-width: 590px) {
  .upi_paym_qr_sec .pay_newcardspace {
    /* height: calc(100vh - 30vh);
      overflow-y: hidden;  */
      height: calc(100dvh - 244px);
      overflow: auto;
  }
}
@media (max-width: 320px) {
  .sc_inner_card p {
    font-size: 12px;
}
.sc_card_icon {
  width: 30px;
}
.sc_bank_icon {
  width: 36px;
}
}
.drop_arrow.active {
  transform: rotate(180deg); /* Adjust as needed for the desired rotation */
  transition: transform 0.7s; /* Smooth transition */
}
.drop_arrow
{
  transition: transform 0.7s; /* Smooth transition */
}
.rtyuierror {
  border: 1px solid red !important;
  border-radius: 8px;
}

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