@import url('https://fonts.googleapis.com/css2?family=Noto+Emoji:wght@300..700&family=Onest:wght@100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "Onest", sans-serif;
}
@font-face {
    font-family: 'BRCandor_Regular';
    src: url('../fonts/BRCandor-Regular.ttf') format('truetype');
}
.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: #181818;
  font-family: "Onest", sans-serif;
}
.payment2_sec_sub {
  height: 95%;
  overflow-y: auto;
}
.payment2_sec_sub::-webkit-scrollbar {
  display: none;
}
.payment2_sec_sub {
  padding-bottom: 20px;
}
.payment2_main_section {
  background: radial-gradient(circle,
      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 {
  background-position: top left;
  background-size: cover;
  padding: 15px 0 15px;
  overflow-x: hidden;
  padding-bottom: 0px;
}
.upi_title {
  position: relative;
  padding: 5px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upi_title a {
  position: absolute;
   left: 15px;  
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.count_spn_txt {
  position: absolute;
  right: 15px; 
  top: 50%;
  transform: translateY(-50%);
}
.acc_amt_pay {
  margin-top: 19px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.hand_img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-65px);
}
.upi_paym_qr_sec {
  background: transparent;
  position: relative;
  border-radius: 5px;
  margin: 20px 16px 0;
}
.qr_section_pay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 10px;
}
.qr_section_pay .rt_qr_scanner_new {
  padding: 5px;
  display: flex;
  border-radius: 5px;
}
.img_upipay {
  display: flex;
}
.paytm_btn_bi {
  width: 100%;
  background: #59FBA6;
  padding: 12px 13px;
  border-radius: 6px;
  border: transparent;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 19.5px;
}
/* add class */
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.active_upiapp_bor {
  background: #2B2B2B;
  border: 0.5px solid #59FBA666;
  box-shadow: 0px 0px 8px 0px #59FBA6AD inset;
}
.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.app_paylist li {
  background: #2B2B2B;
  border-radius: 4px;
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 7px 8px;
  cursor: pointer;
  width: calc(50% - 10px);
  flex-wrap: wrap;
  border: 0.5px solid #FFFFFF66;
  gap: 12px;
}
.app_paylist li:hover {
  background: #2B2B2B;
  border: 0.5px solid #59FBA666;
  box-shadow: 0px 0px 8px 0px #59FBA6AD inset;
}
.payment2_paynow {
  width: 100%;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.payment2_paynow_btn {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 16px 10px;
  background: #2d194b00;
}
.card_banking_amt {
  justify-content: left;
  gap: 15px;
  margin: 15px 15px 0;
}
.bank_pop {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
  flex: 0 0 50%;
  flex-basis: calc(50% - 5px);
  cursor: pointer;
  border: 1px solid #4B4B4B;
 background: #2B2B2B;
}

/* sucess---failure */
.payment2_sec_scss_fail {
  height: 100%;
  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;
  flex-flow: row;
  align-items: start;
  gap: 10px;
  margin: 10px 0px;
}
.payment2_comm_trans {
  background: #2B2B2B;
  border-radius: 8px;
  padding: 20px 8px 8px;
}
.pay2_transection_con {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pay2_transection_con:last-child {
  margin-bottom: 0px;
}
.payment2_comm_trans ul {
  list-style-type: none;
}
.pay2_button_sucess button {
  padding: 12px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.download_receipt {
  border: 1px solid #59FBA6;
  background: transparent;
}
.done_btn_clk, .try_agn_indx {
  background: #59FBA6;
  border: none;
}
.payme2_comm_sucess_fai {
  background: transparent;
  margin: 25px 16px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
span.pay2_trans_sp_rig::before {
  content: attr(data-value);
}

/* Index page FLOW  */

.make_pymnt_txt {
  margin: 20px 0 0;
  text-align: center;
}
.payment_methods_selct {
  border-radius: 4px;
  padding: 12px;
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  position: relative;
  border: 0.5px solid #FFFFFF66;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #2B2B2B;
}
.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: stretch;
}
.payment_logos_img {
  width: 100%;
  max-width: 50px;
  display: block;
  margin-left: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}
.index_page_sub {
  height: 100%;
  /* padding-bottom: 0; */
}
.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: transparent !important;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.bank_pymnt_txt {
  text-align: center;
}
.bank_lg_icn {
  background: #474747;
  border-width: 0.5px;
  border-style: solid;
  border-color: transparent;
  border-image-source: linear-gradient(90deg, rgba(89, 251, 166, 0) 13.5%, #59FBA6 49.67%, rgba(89, 251, 166, 0) 100%);
  border-image-slice: 1;
  border-radius: 4px;
  padding:5px;
  border-top:0px;
}
.bank_lg_icn img {
  vertical-align: middle;
}
.bank_lg_icn_sear {
  width: 100%;
  max-width: 24px;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  justify-content: center;
}
.all_bnk_hd {
  padding: 10px 0 10px 0;
}
.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);
}
.bank_sec.selected {
  border: 1px solid #3C67D9;
}
.search_bank {
  position: relative;
}
.search-txtt {
  width: 100%;
  padding: 14px 10px;
  border-radius: 4px;
  border: none;
  text-indent: 25px;
  border: 0.5px solid #AAAAAA;
  background: #212121;
}
.search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  display: flex;
}
.search-txtt::placeholder {
  color: #AAAAAA;
  font-size: 12px;
  font-weight: 400;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  padding: 14px 10px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border-bottom: 0.5px solid #4B4B4B;
  position: relative;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 300px;
}
.all_banks_container {
  display: none;
}
.savedcard_inner::-webkit-scrollbar {
  display: none;
}
.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: #FFFFFF1A;
  width: 200px;
  max-width: 200px;
  border:0.5px solid transparent;
}
@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_accountno {
  margin:3px 0px;
}
.sc_inner_cardinfo {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
  min-height: 100px;
  justify-content: space-between;
}
.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;
}
.scc_input_con {
  width: 100%;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cvv_input {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  background: #212121;
  border: 0.5px solid #AAAAAA;
}
.cvv_input::placeholder {
  color:#AAAAAA;
  font-size: 12px;
  font-weight: 400;
}
.scc_input_con .cvv_input:focus {
  outline: none;
}
.acc_container {
  margin-top: 10px;
}
.clk_cvv_enter {
  display: none;
}
button.new_card_con {
  width: 100%;
  background: transparent;
  padding: 12px 13px;
  border-radius: 6px;
  border: 1px solid #59FBA6;
  text-align: center;
  cursor: pointer;
}
.popular_banks_container .upi_paym_qr_sec {
  margin-top: 16px;
  margin-bottom: -16px;
}
.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;
}
.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;
  position: absolute;
  top: -15px;
  right: -10px;
}
.balence_pop_fun_bj {
  padding: 20px;
  background: #2B2B2B;
  border-radius: 8px;
  margin :15px 0;

}
.balence_img_fun {
  text-align: center;
}
.con_cvv_p {
  padding-top: 5px;
}
.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;
}
label {
  color: #000;
  text-transform: uppercase;
}
.choose-section .form-control {
  background: #DFDFDF !important;
  border-radius: 10px !important;
  width: 100% !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 16px 18px;
  background-clip: padding-box;
  -webkit-appearance: none;
  outline: none;
  border: none;
  letter-spacing: 0.01em;
  background: #212121;
  border-radius: 4px;
  border: 0.5px solid #AAAAAA;
}
.form-control:focus {
  outline: none;
}
.form-control::placeholder {
  font-family: "Onest", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #AAAAAA;
}
.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: 10px 0 0;
}
.tick__ksr {
  max-width: 14px;
  position: absolute;
  right: 10px;
  top: 14px;
  display: none;
}
p.cjk {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
input#rembember {
  margin-right: 5px;
}
.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);
}
.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:hover {
  background: #2B2B2B;
  border: 0.5px solid #59FBA666;
  border-radius: 4px !important;
  box-shadow: 0px 0px 8px 0px #59FBA6AD inset;
}
.bank_pop.selected {
  background: #2B2B2B;
  border: 0.5px solid #59FBA666;
  border-radius: 4px !important;
  box-shadow: 0px 0px 8px 0px #59FBA6AD inset;
}
.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 {
  border: 0.5px solid #59FBA6;
  background: url(../image/design104/card_bg.png);
  background-blend-mode: color-burn;
  background-color: #2a4138;
  background-size: cover;
  background-repeat: no-repeat;
}
.success_page_scrl {
  overflow: hidden auto;
}
.rtyuierror {
  border: 1px solid red !important;
}
.error {
  border: 1px solid red !important;
}
.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;
  gap: 10px;
}
.upi_AliGn_coNT {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.payment_methods_selct:hover {
  border: 0.5px solid #59FBA666;
  box-shadow: 0px 0px 8px 0px #59FBA6AD inset;
}
.QR_upi_inFo {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 16px 0px 0px;
  width: fit-content;
  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;
}
.pad_sucfai {
  border-radius: 5px;
}
.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: 6px;
  height: 4px;
  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);
}
.clk_ccv_pop {
  position: absolute;
  right: 8%;
}
.flex_3_align {
  flex: 3;
  flex-basis: 10% !important;
}
.flex_1_align {
  flex: 1;
  flex-basis: 10% !important;
}
.cjk {
  position: relative;
  display: inline-block;
}
.cjk input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #59FBA6;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  outline: none;
}
.cjk input[type="checkbox"]:checked {
  background: #59FBA6;
  border-color: #59FBA6;
}
.cjk input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.banks_lst_dpdn ul {
  margin-top: 10px;
  border-radius: 5px;
}
.banks_lst_dpdn ul li:last-child .bank_name {
  border-bottom: none !important;
}
.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: "";
  background: url('/design64/payment_assets/image/design64/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-color: 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: 12px;
  right:5px;
}
.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;
}
.counter_upi {
  border: 1px solid #FF0101;
  border-radius: 6px;
  padding: 4px 8px;
  display: inline-flex;
  width: 55px;
  justify-content: center;
}
.index_img{
  width:24px;
  height: 24px;
}
.qr_div_sec {
  display:flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.paym_qr_ele {
  background: url(../image/design104/upi_banner.png) no-repeat center top;
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 12px;
  box-sizing: border-box;
  border-radius: 8px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.qr_share_sec {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding: 0 12px;
}
.qr_share_txt {
  display: flex;
  align-items: center;
  gap:6px;
  cursor: pointer;
}
.bg_showcard_tab {
  background: url(../image/design104/upi_banner.png) no-repeat center top;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 12px;
  box-sizing: border-box;
}
.cardtab_bg_pos {
  padding: 20px 0 0;
}
.cvv_input_info {
  margin-bottom:10px;
}
.savedcard_inner {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 16px;
}
.savedcard_indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 8px;
}
.savedcard_indicators span {
  width: 10px;
  height: 10px;
  background: #555555;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.savedcard_indicators span.active {
  background: #fff;
  width:30px;
  border-radius: 25px;
}
.saved_card_pay {
  gap:10px;
}
.cvv_info_svg {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.card_num_txt {
  margin-bottom: 10px;
  margin-top:10px;
}
.show_newcard {
  background: url(../image/design104/upi_banner.png) no-repeat center top;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}
.select_payment_container_bg {
  background: url(../image/design104/upi_banner.png) no-repeat center top;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 16px;
  box-sizing: border-box;
  min-height: 160px; 
}
.allbanks_sec_bg {
  background: url(../image/design104/upi_banner.png) no-repeat center top;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  min-height: 160px; 
}
.allbank_sec_alig {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
.allbank_sec_alig_p {
  text-decoration: none;
}
.tick_img {
  width: 15px;
  height: 15px;
  position:absolute;
  right:15px;
}
.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 3px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
  background: #212121;
  border-radius: 10px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
  border-radius: 100px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  background: #59FBA6;
}
.banks_lst_dpdn ul::-webkit-scrollbar-track {
  background: #212121;
  border-radius: 10px;
}
.cc_card_radio input[type="radio"] {
  display: none;
}
.cc_card_radio label {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  text-align: center;
}
.cc_card_radio input[type="radio"]:checked + label {
  background: #59FBA6;
  border-color: #59FBA6;
}
.cc_card_radio input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 8%;
  width: 18px;
  height: 14px;
  background-image: url(../image/design104/tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.success_info_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:5px;
}
.pay2_transection_suc {
  border-bottom: 1px solid #4B4B4B;
  justify-content: center;
  padding: 0 8px 12px;
}
.download_receipt {
  background: transparent;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #59FBA6;
  text-align: center;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.pay2_button_sucess_align {
  display: flex;
  gap:10px;
}
.comm_fnt_sz {
  font-size: 12px;
  font-weight: 400;
}
.comm_fnt_sz1 {
  font-size: 12px;
  font-weight: 500;
}
.comm_fnt_sz2 {
  font-size: 12px;
  font-weight: 600;
}
.comm_fnt_sz3 {
  font-size: 13px;
  font-weight: 400;
}
.comm_fnt_md {
  font-size: 14px;
  font-weight: 400;
}
.comm_fnt_md1 {
  font-size: 14px;
  font-weight: 500;
}
.comm_fnt_md2 {
  font-size: 14px;
  font-weight: 600;
}
.comm_fnt_lg {
  font-size: 16px;
  font-weight: 600;
}
.comm_fnt_xl {
  font-size: 20px;
  font-weight: 500;
}
.comm_fnt_xl1 {
  font-size: 28px;
  font-weight: 700;
}
.comm_fnt_xl2 {
  font-size: 32px;
  font-weight: 700;
}
.comm_txt_clr {
  color: #fff;
}
.comm_txt_clr1 {
  color: #AAAAAA;
}
.comm_txt_clr2 {
  color: #252525;
}
.comm_txt_clr3 {
  color: #212121;
}
.comm_txt_clr4 {
  color: #181818;
}
.comm_txt_clr5 {
  color: #FF0101;
}
.comm_txt_clr6 {
  color: #FF282E;
}
.comm_txt_clr7 {
  color: #59FBA6;
}
.comm_txt_clr8 {
  color: #00BA2E;
}
.txt_algn {
  text-align: center;
}
.fnt_fmly {
  font-family: 'BRCandor_Regular';
  margin: 20px 0 12px;
}
.txt_algn_lft {
  text-align: left;
  padding-bottom: 16px;
}
.bank_name.selected span {
    color: #59FBA6;
}
.make_pymnt_spn_txt {
  width: 80%;
}
.acc_amt_pay_succ_fail {
  gap: 12px;
}
.comm_wth_st {
  width: 80%;
}
@media (min-width: 280px) and (max-width: 359px) {
  .bank_pop {
    flex:1;
    flex-basis: calc(33% - 0px);
  }
  .comm_fnt_sz, .comm_fnt_sz1, .comm_fnt_sz2, .cvv_input::placeholder, .form-control::placeholder, .search-txtt::placeholder{
    font-size: 10px;
  }
  .comm_fnt_sz3 {
    font-size: 11px;
  }
  .comm_fnt_md, .comm_fnt_md1, .comm_fnt_md2 {
    font-size: 12px;
  }
  .comm_fnt_lg {
    font-size: 14px;
  }
  .comm_fnt_xl {
    font-size: 16px;
  }
  .comm_fnt_xl1 {
    font-size: 24px;
  }
  .comm_fnt_xl2 {
    font-size: 28px;
  }
}
@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }
  .index_sectn {
    max-height: 85dvh;
    height: inherit;
  }
  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }
}

@media (max-width: 590px) {
  .payment2_section {
      border-radius: 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;
  }
}

@media (min-width: 280px) and (max-width: 319px) {
  .money_3d_img {
    width: 100%;
    max-width: 122px;
  }
  .money_ddd {
    transform: translateY(-18px);
  }
  .app_paylist li {
     padding: 8px 7px;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .money_3d_img {
    width: 100%;
    max-width: 145px;
  }
}

@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: 768px) {
  .index_sectn {
    max-height: 70dvh;
    height: inherit;
  }
}

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