@import url('https://fonts.googleapis.com/css2?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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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.cdnfonts.com/css/satoshi');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..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=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');

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

.payment2_section {
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 100dvh; */
  background: linear-gradient(163deg, #9B8216 49%, #FFFFFF 49%);
  font-family: "Roboto", 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, #818674 0%, #05050566 100%);
} */
.upi_title h1 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.upi_title {
  position: relative;
  padding: 15px 16px;
}

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

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

.acc_amt_pay {
  position: relative;
  background: #FFFFFF33;
  padding: 10px 0px;
  border-radius: 84px;
  text-align: center;
  margin: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.acc_amt_pay p {
  font-size: 14px;
  font-weight: 500;
  color: #F6F6F6;
}

.acc_amt_pay span {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.upi_paym_qr_sec {
  padding: 0px 10px 0px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px 0px #C8C6D140;
  border-radius: 20px;
  margin: 15px;
  padding: 20px 16px 12px;
}

.upi_paym_qr_sec_jk {
  background: none;
  box-shadow: none;
  border-radius: unset;
}

.select_payment_container {
  text-align: center;
}

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

.make_pymnt_txt {
  font-size: 16px;
  font-weight: 500;
  color: #1E1F20;
}

.select_payment_container span {
  font-size: 12px;
  font-weight: 400;
  color: #656565;
  width: 75%;
  max-width: 100%;
}

.make_pay_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}

.paym_qr_ele_p {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: space-between;
  width: 100%;
}

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

.paytm_btn_bi {
  width: 100%;
  background: #9B8216E5;
  padding: 12px 14px;
  border-radius: 28px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #141416;
  cursor: pointer;
  color: #fff;
}

.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.active_upiapp_bor {
  border: 1px solid transparent !important;
  /* transition: all 0.5s; */
  background: #9B8216E5;
}

.active_upiapp_bor .upi_pymnt_syntx span {
  background: #003780;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

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

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

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

.app_paylist li {
  border-radius: 34px;
  list-style-type: none;
  display: flex;
  flex-basis: calc(50% - 8px);
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  border: 1px solid #A58F2E;
  box-shadow: 0px 0px 22px 0px #0404042E;
  padding: 10px 10px 10px 12px;
  transition: all 0.5s;
}

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

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

.img_upipay img {
  max-width: 25px;
  height: 25px;
}

.app_paylist li.active_upiapp_bor span {
  color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  user-select:  none;
}

.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 16px 10px;
  background: #fff;
}

@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(182, 182, 182);
  }

  @media (max-width: 590px) {
    .payment2_section {
      border-radius: unset;
    }
  }
}

@media (min-width: 590px) {
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }

  .payment2_sec_scss_fail {
    padding-bottom: 0px !important;
  }

  .payment2_section.upi_pay_sec_failed {
    padding: 10px 0px;
  }

  .payme2_comm_sucess_fai.failure_pymnt_sec {
    margin-bottom: 15px;
  }
}

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

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

.pay2_button_sucess button {
  background: #9B8216;
  box-shadow: 0px 0px 4px 0px #FFFFFF40 inset;
  box-shadow: 0px 0px 40px 0px #00000040 inset;
  padding: 12px 14px;
  border-radius: 28px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-transform: capitalize;
}

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

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

.payment_methods_selct {
  flex-basis: calc(100% - 10px);
  cursor: pointer;
  border-bottom: 1px solid #F4F3F3
}

.payment_methods_selct_jk {
  border-bottom: unset;
}

.upi_pymnt_syntx span {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  box-shadow: -1px -1px 5px 0px #0000000d;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.payment_logos__img {
  width: 100%;
  max-width: 24px;
  margin: 12px;
}

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

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

.card_details_img_jk img {
  max-width: 20px;
}

.card_dts_jk {
  height: 15px;
}

.more_btn_jk {
  font-size: 9px;
  font-weight: 500;
  color: #6C6C6C;
  text-decoration: none;
}

.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}

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

.bank_pymnt_txt {
  font-size: 15px;
  padding: 0px 0 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

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

.bank_img_sub_jk {
  display: flex;
  align-items: center;
  border-radius: 8px;
  gap: 8px;
  flex-basis: 25%;
  cursor: pointer;
  flex-direction: column;
  margin: 5px 5px;
}

.bank_img_sub_jk span {
  color: #1e1f20;
  font-weight: 400;
  font-size: 12px;
}

.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  overflow: scroll;
}

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

.search_bank {
  position: relative;
  margin-top: 20px;
}

.search-txtt {
  width: 100%;
  padding: 14px;
  font-weight: 400;
  border-radius: 8px;
  text-indent: 25px;
  border: 1px solid #F4F3F3;
  box-shadow: 0px 4px 11px 0px #00000000;
  background: #FFFFFF;
  color: #000;
  margin-bottom: 15px;
}

.search-txtt::placeholder {
  color: #b8b8b8;
}

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

.search_icon {
  position: absolute;
  top: 13px;
  left: 12px;
}

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

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

.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 50vh;
  padding: 10px;
}

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

.sc_select_main {
  padding: 6px 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #A3A3A34D;
  list-style: none;
}

.sc_select_main:last-child {
  border-bottom: unset;
}

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

.sc_inner_card {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

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

.sc_bankname {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #000;
}

.sc_card_icon {
  max-width: 32px;
  width: 100%;
  max-height: 32px;
}

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

.wat_is_cvv {
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  padding-top: 5px;
}

.sc_cvvcon p {
  font-size: 12px;
  font-weight: 400;
  color: #1d1d1d;
  text-align: left;
}

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

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

.cvv_pop_jk {
  position: absolute;
  right: 15px;
  top: 17px;
}

.cvv_input {
  width: 100%;
  padding: 17px 16px;
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 500;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #F4F3F3;
  border-radius: 100px;
  background: #FFFFFF;
}

.new_card_con p {
  font-size: 12px;
  font-weight: 500;
  color: #A58F2E;
}

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

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

.acc_container {
  margin-top: 10px;
}

button.new_card_con {
  -webkit-tap-highlight-color: transparent;
  background: #FFFFFF;
  margin: 20px auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px dashed #A58F2E;
  width: 100%;
  max-width: 150px;
  padding: 12px 20px;
  border-radius: 38px;
}

.card_3d_img {
  width: 100%;
  max-width: 150px;
}

.card_headr_txt {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #000;
}

.card_headr_spn {
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  padding: 10px 0;
  color: #A4A39E;
}

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

.balence_pop_fun_bj {
  padding: 18px 28px;
  background: #fff;
  border-radius: 14px;
}

.balence_img_fun {
  text-align: center;
}

.balence_pop_fun_bj h5 {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #9d851d;
}

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

.bank_lgo_img {
  top: -2px;
}

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

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

label {
  color: #000;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 500;
  color: #141414;
  border-radius: 100px;
  border: 1px solid transparent;
  outline: 1px solid #E7E8EA;
}

.form-control:focus {
  /* outline: none; */
  border: 1px solid transparent !important;
  outline: 1px solid #E7E8EA;
}

.form-control::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: #c7c7c7;
}

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

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

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

.labl_con a {
  text-decoration: underline;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: #201c3e;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.title_with_icn img {
  width: 15px;
}

.labl_con label,
a {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #212223;
}

.labl_con a {
  font-weight: 500;
}

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

.card_inpt_bx {
  position: relative;
}

.bank_pop.selected {
  border: 1px solid #9D841C;
  background: #FFFFFF;
}

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

@media (min-width: 280px) and (max-width: 319px) {
  .payment_methods_selct h1 {
    font-size: 9px;
    padding: 10px 0;
    min-height: 42px;
  }
}

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

  .payment2_sec_scss_fail {
    height: 95%;
    overflow-y: auto;
  }
}

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

  .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: 70dvh;
    height: inherit;
  }
}

/* @media (max-width: 550px) {
  .payment2_main_section {
    background: #000!important;
  }
} */
.rtyuierror {
  border: 1px solid red !important;
  border-radius: 8px;
}

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

.inTerNal_sec {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.upi_pymnt_syntx .payment_logos_det_img {
  width: 60px;
  position: absolute;
  right: 10px;
}

.payment_methods_select_p2 {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: left;
  color: #656565;
}

.payment_methods_select_p1 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.001em;
  text-align: left;
  color: #1E1F20;
}

.scan_pay_con {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #d4d7d6;
}

.counter_upi {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #FF6B00;
  width: 42px;
}

.payment2_sec_scss_fail .upi_title {
  margin-top: 15px;
}

.sc_py {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

.qr_card_holder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  max-width: 380px;
  margin: 0 auto;
}

.qrcode_image {
  background-color: #FFFFFF;
  border-radius: 9px;
  padding: 8px;
  width: 170px;
  margin: 0 auto;
  box-shadow: 0px 0px 19px 0px #00000038;
  display: flex;
}

.qr_image {
  width: -webkit-fill-available;
}

.payment_methods {
  position: absolute;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 10px 0px;
}

.top,
.bottom {
  display: flex;
  justify-content: space-between;
}

.scan_qr_tile {
  color: #656565;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 13px;
  line-height: 16px;
}

.timer_out {
  padding: 1px 0px;
  max-width: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  border: 1px solid black;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 0px none transparent;
  border-radius: 30px;
  background-image: linear-gradient(white, white), linear-gradient(180deg, #656565, #FFFFFF, #656565);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.timer_inner {
  display: flex;
  padding: 3px 0px;
  gap: 7px;
  align-items: center;
}

.counter_upi {
  color: #FF6B00;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-right: 5px;
}

.timer_inner p {
  color: #FF6B00;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.or {
  color: #5F5A5A;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 14px;
}

.or::before {
  content: " ";
  display: block;
  height: 1px;
  width: 45%;
  position: absolute;
  top: 50%;
  left: 0;
  background: linear-gradient(251deg, #E7E7E7 18.59%, #303030 125.42%);
  border-color: transparent;

}

.or::after {
  content: " ";
  display: block;
  height: 1px;
  width: 45%;
  position: absolute;
  top: 50%;
  right: 0;
  background: linear-gradient(-251deg, #E7E7E7 18.59%, #303030 125.42%);
  border-color: transparent;
}

.order_data span:nth-child(1),
.order_data span:nth-child(2) {
  color: #202122;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

@media screen and (min-width:280px) and (max-width:350px) {
  .qrcode_image {
    width: 168px;
  }
}

@media screen and (min-width:551px) {
  .qrcode_image {
    width: 150px;
  }

  .card_details_img_jk img {
    max-width: 24px;
  }

  .payment_methods_select_p1 {
    font-size: 14px;
  }

  .payment_methods_select_p2 {
    font-size: 12px;
  }

  .inTerNal_sec {
    gap: 2.5px;
  }

  .pmt_cont_jk {
    margin-bottom: 20px;
  }

  .scan_qr_tile {
    margin-top: 60px;
    font-size: 13px;
  }

  .payment_methods {
    padding: 0;
  }

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

  .app_paylist li {
    padding: 14px 0px;
  }

  .paytm_btn_bi {
    padding: 18px 14px;
  }

  .upi_paym_qr_sec {
    padding: 20px 16px 12px;
  }
}

/* ==Suceess== */
.paysuccess {
  text-align: center;
}

.pa_complete {
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.pc_status_msg {
  color: #2EA577;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 12px 12px;
}

.pc_status_txt {
  color: #202122;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.pod_top {
  display: flex;
  justify-content: space-between;
}

.order_data span:nth-child(1),
.order_data span:nth-child(2) {
  color: #202122;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.payorder_details {
  border: 1px solid #169B68;
  padding: 18px 12px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0px 16px;
}

.ps_line {
  width: 100%;
  height: 1px;
  background: #169B68;
  border: transparent;
}

.succ_fail_scrn_jk {
  margin-top: 80px;
}

/* Failure screen */
.payorder_details.failure {
  border: 1px solid #D33D33;
}

.ps_line.failure {
  background: #D33D33;
}

.failure_txt {
  color: #D33D33;
}


.bank_pop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #F4F3F3;
}

.upi_paym_qr_sec_sub_jk {
  padding: 18px 16px 8px;
}

.upi_paym_bk_list_jk {
  overflow: scroll;
  height: 35dvh;
}

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

.form_group_jk input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form_group_jk label {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  color: #212223;
}

.form_group_jk label:before {
  content: '';
  background-color: transparent;
  border: 1.2px solid #C1C1C1;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.form_group_jk input:checked+label:before {
  border: 1px solid #A58F2E;
  background: #A58F2E;
}

.form_group_jk input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.bg_remover_cards_jk {
  background: unset;
  box-shadow: unset;
  margin: unset;
}

.rt_card_swipe_container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.rt_cards_wrap {
  position: relative;
  width: 320px;
  height: 200px;
  perspective: 1000px;
}

.rt_swipe_card {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 170px;
  background: linear-gradient(145deg, #121212, #2e2e2e);
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: scale(0.85) translateY(30px);
  transition: transform 0.6s ease, opacity 0.6s ease;
  color: #fff;
  font-size: 18px;
  padding: 12px;
  text-align: left;
  z-index: 0;
  pointer-events: none;
}

.rt_swipe_card.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 2;
  pointer-events: auto;
}

.rt_swipe_card.next {
  opacity: 0.6;
  transform: scale(0.95) translateY(15px);
  z-index: 1;
}

.rt_swipe_card.last {
  opacity: 0.4;
  transform: scale(0.9) translateY(30px);
  z-index: 0;
}

.pagination {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #141414;
}

.rt_card_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  user-select: none;
}

.rt_card_content .rt_card_content_text {
  margin: 5px 0;
}

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

.card_main_logo_jk p {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}

.card_num_jk {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

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

.valid_date_jk span {
  font-size: 5px;
  font-weight: 500;
  color: #fff;
}

.valid_date_jk p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.name_sec_jk {
  display: flex;
  justify-content: space-between
}

.name_sec_jk span {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}

.name_sec_jk p {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

.name_sec_logo_jk {
  display: flex;
  align-items: end;
}

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