
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
button{
  cursor: pointer;
}
html,
body {
  transition: all 0.3s ease-in-out;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  color: rgba(255, 255, 255, 1);
}
.payment_container {
  max-width: 550px;
  width: 100%;
  min-height: 800px;
  background: rgba(2, 12, 41, 1);
  padding: 0 16px;
  position: relative;
}
.pay_current_window {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 15px 0 15px 0;
}
.pay_timer{
  background-color: rgba(252, 252, 252, 0.24);
  padding: 4px;
  border-radius: 12px;
  line-height: 0;
  width: 60px;
}
.pay_timer > div{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pay_timer > img{
  width: 12px;
  height: 12px;
}
.pay_timer > div .timer{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
}
.back_btn {
  width: 24px;
  height: 24px;
}
.showModalBtn {
  cursor: pointer;
}
.pay_current_title{
  text-align: center;
}
.pay_current_title h6 {
  font-family: "Plus jakarta sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}
.pay_current_title span{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  vertical-align: middle;
  padding-top: 6px;
  color: rgba(137, 151, 183, 1);
}

.pay_amount_scan {
  border-radius: 24px;
  position: relative;
}

.pay_amount_scan h6{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 1);
  padding: 0 0 12px 0;
}
.pay_amount_show {
  display: flex;
  align-items: end;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  gap: 12px;
}
.pay_total {
  padding: 16px 0 16px 0px;
}
.pay_total p {
  font-family: "plus jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(137, 151, 183, 1);
}
.pay_total h3 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  padding-top: 8px;
}
.pay_total h3,
.pay_total span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-align: left;
}
p.pay_total_req{
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  vertical-align: middle;
  color: rgba(137, 151, 183, 1);
  padding-top: 11px;
  gap: 6px;
}
.pay_amount_qrlist::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: 24px;
  background: linear-gradient(
    132.46deg,
    #be3bdd -0.47%,
    rgba(255, 255, 255, 0) 49.52%,
    #2b98cc 98.88%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.pay_amount_qrlist {
  position: relative;
  background-color: #fcfcfc26;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border-radius: 23px;
  z-index: 1;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.qr_behind_one{
  position: absolute;
  width: 85px;
  height: 65px;
  top: 10px;
  right: -10px;
  object-fit: cover;
}
.qr_behind_two{
  position: absolute;
  width: 58px;
  height: 58px;
  bottom: 50px;
  left: -15px;
  object-fit: cover;
}
.pay_qr {
  width: 170px;
  height: 170px;
  background: transparent;
  border-radius: 14.17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay_qr img {
  width: 153px;
  border-radius: 12.4px;
}
.pay_qr_ct h6 {
  font-family: 'Plus Jakarta Sans',sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: rgba(137, 151, 183, 1);
  padding: 14px 0 0 0;
}
.pay_qr_ct p,
.pay_qr_ct span {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
}
.pay_qr_ct span {
  color: rgba(199, 64, 46, 1);
  font-weight: 600;
}
.pay_qr_modes {
  padding: 12px 0;
}
.payment_type_list h6 {
  font-family: "plus jakarta sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.upi_pay_wrapper {
  padding: 16px 0px 24px 0px;
}
.upi_pay_wrapper p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.upi_pay_list {
  width: 100%;
}
.upi_pay_list ul {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 12px;
}

.upi_pay_list ul li a {
  width: 73px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 16px;
  padding: 13px 22px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  gap: 6px;
  color: rgba(255, 255, 255, 1);
}
.upi_pay_list ul li a img {
  width: 28px;
  height: 28px;
}
.payment_types {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
  padding: 11px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 0 0;
  border-radius: 12px;
  cursor: pointer;
}
.payment_types.cards:nth-child(1) {
  margin-top: 0;
}
.payment_type_ct {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.payment_type_ct p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}
.arrow_icon {
  width: 60px;
  height: auto;
}
.arrow_icon img {
  width: 100%;
}
.payment_pay_btn {
  max-width: 100%;
  width: 100%;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  padding-inline: 16px;
}
.pay_btn {
  width: 100%;
  border-style: none;
  padding: 12px 0;
  border-radius: 12px;
  cursor: pointer;
  background: linear-gradient(90deg, #8D2BFC 0%, #1D38E5 100%);
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 21px 0px rgba(67, 48, 233, 0.25);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
.pay_btn.disabled, .all_saved_pay .pay_btn.disabled{
  background: rgba(75, 84, 111, 1);
  color: rgba(255, 255, 255, 1);
  box-shadow: none;
}
.payment_type_list {
  padding-bottom: 57px;
}

.upi_pay_list ul li a.mode_clicked,
.payment_types.mode_clicked,
.card_banks_options.mode_clicked, .bank_active.mode_clicked {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.upi_pay_list ul li a.mode_clicked::before,
.payment_types.mode_clicked::before,
.card_banks_options.mode_clicked::before, .bank_active.mode_clicked::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(125.01deg, #C63EE0 1.8%, #39AFDF 98.2%);
  z-index: -1;
  border-radius: 16px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 1px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.secured{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 14px 0 10px 0;
}
.secured p{
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  color: rgba(156, 156, 156, 1);
}
.netbank_wrapper .secured{
  padding: 14px 0 0 0;
}
/* card payment css */
#card_wrapper {
  transition: display 0.3s ease-in-out;
}
#card_wrapper .pay_amount_qrlist.card_paylist::before, #card_wrapper .pay_amount_qrlist.card_paylist::after{
  background: none;
}
.pay_amount_qrlist.card_paylist {
  width: 100%;
  display: inline-block;
  padding: 16px;
}
.pay_amount_qrlist.card_paylist h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.card_banks_options {
  width: 100%;
  background-color: rgba(28, 28, 28, 1);
  border: 1px solid rgba(167, 167, 167, 0.12);
  backdrop-filter: blur(10.800000190734863px);
  padding: 6.5px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
}
.card_pay_banks {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card_bank_info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.card_bank_name p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: left;
}
.card_bank_name span {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  text-align: left;
  color: rgba(220, 220, 220, 1);
}
.card_bank_cvv {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 12px 40px;
  display: none;
}
.card_bank_cvv form {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.card_bank_cvv form input {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border-style: none;
  padding: 12px;
  caret-color: #fff;
  color: rgba(255, 255, 255, 1);
}
.card_bank_cvv form input::placeholder {
  color: rgba(185, 186, 187, 1);
}
.card_bank_cvv form input:focus,
.card_new_filling input:focus {
  outline: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.14);
}
.netbank_search input:focus, .card_new_cvv input:focus{
  outline: 0;
}
.card_bank_info img {
  width: 30px;
  height: 30px;
}
.other_pay_wrapper.card_pay_wrapper {
  display: none;
}
.netbank_wrapper .other_pay_wrapper{
  width: 100%;
}
.payment_pay_btn.card_pay_btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* padding-inline: 0; */
}
.pay_btn.add_new_btn {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(90deg, #8D2BFC 0%, #1D38E5 100%);
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 21px 0px rgba(67, 48, 233, 0.25);
}
.saved_hide {
  display: none;
}
.card_pay_new_wrapper p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: rgba(169, 169, 169, 1);
  padding-bottom: 16px;
}
.card_new_number p,
.card_new_duration p,
.card_new_cvv p,
.card_new_rbi p, .card_new_name p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  padding-bottom: 2px;
  color: rgba(137, 151, 183, 1);
}
.card_new_rbi p {
  cursor: pointer;
}
.card_new_number input,
.card_new_duration input,
.card_new_cvv input, .card_new_name input {
  background-color: rgba(255, 255, 255, 0.14);
  border-style: none;
  border-radius: 12px;
  padding: 12.5px 10px;
  margin-top: 6px;
  caret-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}
.card_new_number input , .card_new_name input {
  width: 100%;
}
.card_validity_list {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.card_new_rbi {
  display: flex;
  align-items: end;
  gap: 8px;
}
.card_new_rbi input {
  width: 16px;
  height: 16px;
}
.card_new_duration{
  width: 100%;
}
.card_valid_input, .card_new_cvv {
  /* max-width: 144px; */
  width: 100%;
}
.card_valid_input input, .card_new_cvv input {
  width: 100%;
}
.card_new_cvv {
  position: relative;
}
.card_new_cvv img {
  position: absolute;
  right: 10px;
  top: 0px;
  transform: translateY(-2.5px);
  width: 16px;
}
.card_new_rbi p {
  padding: 17px 0 0 0;
}
.card_pay_new_wrapper.real_card_new h6{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.saved_card_add{
  padding: 8px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: transparent;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
/* card payment css */
/* netbanking css */
.netbank_search {
  background-color: rgba(255, 255, 255, 0.14);
  /* max-width: 328px; */
  width: 100%;
  margin: auto;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 16px;
  border-radius: 12px;
}
.netbank_search form {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.netbank_search input {
  background-color: transparent;
  border-style: none;
  caret-color: #fff;
  color: #fff;
  width: 90%;
}
.netbank_search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.upi_pay_wrapper.netbank_list_wrapper {
  padding: 0;
  border: 0;
}
.net_pay_flex{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.view_all_bnk, .upi_pay_wrapper.netbank_list_wrapper p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.net_pay_list ul {
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  row-gap: 16px;
  padding: 16px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.net_pay_list ul li {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.net_pay_list ul li a {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.12);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding: 13px 9px;
}
.pay_amount_qrlist.net_bank_list::before{
  content: none;
}
.pay_amount_qrlist.net_bank_list {
  padding: 18px 0px 14px 0px;
  background-color: transparent;
}
.payment_type_list.net_type_list {
  display: none;
}
.pay_current_window.net_current_window {
  padding-bottom: 18px;
}
.net_current_window span{
  width: 68px;
  height: 5px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: auto;
}
.net_bank_search_wrapper {
  background: rgba(23, 29, 77, 1);
  max-width: 550px;
  width: 100%;
  height: calc(100% - 160px);
  transform: translateY(100%);
  transition: transform 0.4s ease;
  border-radius: 16px 16px 0 0;
  padding: 13px 16px;
}
.net_bank_search_wrapper .netbank_search {
  max-width: unset;
  padding: 13px;
  margin: 0;
}
.all_bank_list {
  position: relative;
}
.all_bank_list p{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  padding: 12px 0;
}
.all_bank_list ul {
  max-height: clamp(300px, 60vh, 590px);
  overflow-y: auto;
  scroll-behavior: smooth;
  padding-bottom: 65px;
}
.all_bank_list ul::-webkit-scrollbar {
  display: none;
}
.all_bank_list ul li {
  margin-bottom: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 12px;
}
.all_bank_list ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(255, 255, 255, 1);
  padding: 8px 12px;
}
.all_bank_list ul li a img {
  width: 32px;
  height: 32px;
}
.alphabets {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.alphabets ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 100%;
  text-align: center;
  color: rgba(143, 238, 255, 1);
  padding-bottom: 8px;
  cursor: pointer;
}
/* netbanking css */
/* failed css */
.pay_fail_msg {
  background: transparent;
  margin: 71.76px 0 0 0;
  border-radius: 16px;
}
.fail_amt_info {
  background: rgba(252, 252, 252, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 16px 12px;
  max-width: 328px;
  width: 100%;
  margin: 7px auto;
}
.fail_amt_info ul{
  display: flex;
  justify-content: space-between;
}
.fail_amt_info ul li {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.fail_amt_info ul li:nth-child(even) p, .fail_amt_info ul li:nth-child(even) span{
  text-align: right;
}
.fail_amt_info ul li p{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  vertical-align: middle;
  color: rgba(137, 151, 183, 1);
  width: 100%;
  text-align: left;
}
.fail_amt_info ul li:last-child {
  padding-bottom: 0;
}
.pay_fail_msg h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: rgba(245, 245, 245, 1);  
}
.pay_fail_msg p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  padding: 6px 0 0 0;

}
.fail_main_msg {
  padding: 22px 14px 24px 14px;
}
.amt_failed_wrapper .fail_main_msg{
  max-width: 250px;
  margin: auto;
}
.amt_failed_wrapper .pay_fail_msg p{
  line-height: 24px;
}

.payment_failed_wrapper .pay_current_window::before{
  content: '';
  background: url('../images/popper.svg') no-repeat;
  width: 100%;
  position: absolute;
  height: 250px;
  top: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.payment_failed_wrapper .pay_current_window{
  justify-content: center;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.fail_img {
  text-align: center;
  margin-top: -30px;
}
.fail_amt_info p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  width: 50%;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
}
.fail_amt_info span {
  font-family: 'Plus Jakarta Sans',sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding-top: 4px;
}
.fail_amt_info.success_amt_info span img{
  width: 118px;
}
.fail_amt_info span.msg_bg {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 30, 0, 1);
  padding: 6px 10px;
  background-color: rgba(199, 64, 46, 0.12);
  border-radius: 23px;
}
.fail_amt_info span.msg_bg.success_bg {
  color: rgba(65, 209, 149, 1);
  background-color: rgba(65, 209, 149, 0.12);
}
.pay_btn.result_btn {
  background: linear-gradient(90deg, #8D2BFC 0%, #1D38E5 100%);
  box-shadow: 0px 4px 21px 0px rgba(67, 48, 233, 0.25);
  font-family: "plus jakarta Sans", sans-serif;
}
.line {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.16);
  height: 1px;
}

.full_details li span {
  color: #fff;
  font-weight: 500;
}
.full_details {
  padding: 8px 0;
}
.fail_amt_info.success_amt_info {
  margin: 7px auto 16px auto;

}
.fail_img.success_img {
  margin-top: -50px;
}
.download_receipt{
  width: 100%;
  text-align: center;
  padding-top: 13px;
}
.download_receipt a{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.download_receipt a img{
  width: 20px;
  height: 20px;
}
.payment_failed_wrapper.amt_failed_wrapper .pay_current_window::before{
  content: none;
}

/* failed css */
/* cvv */
.cvv-card {
  max-width: 360px;
  width: 100%;
  background:rgba(23, 29, 77, 1);
  color: white;
  padding: 16px;
  border-radius: 16px;
  text-align: center;
  position: relative;
}

.cvv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.cvv-header span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  width: 100%;
  color: rgba(255, 255, 255, 1);
}
.close-btn {
  background: none;
  border: none;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.cvv-image {
  width: 100px;
  margin: 0 auto;
}
.cvv-image img {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.cvv-text p {
  font-family: 'Plus Jakarta Sans',sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: rgba(137, 151, 183, 1);
  padding-bottom: 18px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 550px;
  width: 100%;
  margin: auto;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
/* cvv */
/* custom radio */

.radio-wrapper {
  cursor: pointer;
  display: inline-block;
}

input[type="radio"] {
  display: none;
}

.custom-radio {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease-in-out;
  background-color: transparent;
}

.custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #4efcd3;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}
input[type="radio"]:checked + .custom-radio {
  border-color: #4efcd3;
}

input[type="radio"]:checked + .custom-radio::after {
  transform: scale(1);
}
.card_bank_choose {
  line-height: 0;
}

/* custom radio */
/* custom checkbox */
.checkbox-wrapper {
  display: inline-block;
  cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.custom-checkbox svg {
  display: none;
  width: 10px;
  height: 10px;
  stroke: white;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox {
  background: linear-gradient(90deg, #8D2BFC 0%, #1D38E5 100%);
  box-shadow: 0px 4px 21px 0px rgba(67, 48, 233, 0.25);
  border: 1px solid #1D38E5;
}
.checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox svg {
  display: block;
}
.back-option {
  padding: 14px 0 14px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(35, 138, 156, 1);
  color: rgba(35, 138, 156, 1);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.pay_amount_scan.card_payment_banks {
  margin-bottom: 90px;
}
.card_new_filling{
  margin: 24px 0 0 0;
}
.card_new_number, .card_new_name{
  padding: 0 0 20px 0;
}
.card_nav_tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.tab-pane { display: none; }
.tab-pane.active { display: block; }
.card_nav_tab ul li{
  width: 50%;
}

.tab-link{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  padding: 12px 0;
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
  display: flex;
  justify-content: center;
}
.tab-link.active{
  background-color: rgba(255, 255, 255, 1);
  color: rgba(48, 54, 233, 1);
}
.netbank_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* dark overlay */
  display: none;
  justify-content: center;
  align-items: flex-end; /* important for bottom up */
  z-index: 9999;
  overflow: hidden;
}
.netbank_overlay.active .net_bank_search_wrapper {
  transform: translateY(0);
}
.pay_amount_qrlist.card_paylist.savedcard_list{
  background-color: transparent;
  padding-inline: 0;
}
.pay_amount_qrlist.card_paylist.savedcard_list::before{
  content: none;
}
.card_pay_new_wrapper.real_card_new{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* custom checkbox */
 /* Card Slider */
 .card_slide {
  display: flex;
  align-items: center;
  /* width: auto !important; */
}

.swiper {
  max-width: 100%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-slide-active .card{
  border: 1px solid #fff;
  transform: scale(1.05);
}
.card {
  width: 100%;
  height: 168px;
  border-radius: 12px;
  background: rgba(164, 0, 71, 1);
  position: relative;
  color: white;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  z-index: 1;
}
.card:nth-child(even){
  background: rgba(25, 52, 95, 1);
}

.card_type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90%;
  line-height: 0;
}

.chip {
  width: 23px;
  height: 18.5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #333;
  z-index: 1;
}

.chip img {
  width: 100%;
}

.visa-logo {
  width: 53px;
}

.visa-logo img {
  width: 100%;
}

.card-number {
  position: absolute;
  top: 65px;
  left: 20px;
  /* font-size: 21px; */
  letter-spacing: 1px;
  z-index: 1;
}

.card-number h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.card-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  z-index: 1;
}

.card_holder_name p,
.expiry p {
  font-size: 10px;
  margin: 0;
}

.card-info .name h6 {
  font-size: 12px;
  margin: 15px 0 0 0;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.slick-list.draggable {
  padding: 20px 0 !important;
}
.card_holder_name{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.card_holder_name .validity{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.card_holder_name .validity h6{
  padding: 0;
  margin: 0;
  font-size: 10px;
}
.card-logo{
  width: 90px;
}
.card-logo img{
  width: 100%;
}
.type_and_name{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.card-info > div{
  flex-grow: 1;
}
.card.slick-active{
  border: 1px solid #fff;
  backdrop-filter: blur(14.5600004196167px)
}
.card_new_cvv.card_cvv_wrap{
  max-width: unset;
  margin: 24px 0 0 0;
  padding-inline: 16px;
}
.card_new_cvv.card_cvv_wrap img{
  right: 20px;
}
.all_saved_pay{
  flex-direction: column;
}
/* card slider */
/* responsive */
@media (max-width: 768px) {
  body {
    align-items: center;
  }
  .payment_pay_btn {
    width: 100%;
    bottom: 0;
    padding: 16px 16px 20px 16px;
    background: rgba(2, 12, 41, 1);
  }
  .payment_pay_btn.card_pay_btn {
    padding: 16px 16px 20px 16px;
  }

}
@media (max-width: 575px) {
  body {
    max-width: 100%;
    background: linear-gradient(168.55deg, #1e252d 0%, #0f1215 100%);
    align-items: start;
  }
  .upi_pay_list ul {
    justify-content: center;
    gap: 12px;
  }
  .pay_total h3,
  .pay_total span {
    font-size: 21px;
  }
  .payment_pay_btn {
    max-width: 100%;
    position: fixed;
    bottom: 0;
  }
  .payment_container {
    max-width: 100%;
    min-height: 100vh;
  }
  .net_bank_search_wrapper{
    max-width: 100%;
    height: calc(100% - 80px);
  }
  .modal-overlay{
    align-items: end;
  }
  .cvv-card{
    border-radius: 16px 16px 0 0;
  }
  .card-info, .card-number, .card_type {
    left: 15px;
    width: 85%;
  }
}
@media(max-width: 359px){
  .net_pay_list ul li a, .upi_pay_list ul li a{
    width: 65px;
  }
  .upi_pay_list ul{
    gap: 9px;
  }
}
@media (max-width: 330px) {
  .payment_container {
    padding: 0 10px;
  }
  .upi_pay_list ul li a{
    width: 60px;
  }
  .qr_behind_one{
    right: 3px;
  }
  .net_pay_list ul{
    gap: 10px;
  }
}
@media (max-width: 290px) {
  .net_pay_list ul {
      gap: 6px;
      row-gap: 14px;
  }
}
/* responsive */
