
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
html,
body {
  transition: all 0.3s ease-in-out;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  font-family: "IBM Plex Sans", "Poppins", 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: linear-gradient(168.55deg, #1e252d 0%, #0f1215 100%);
  padding: 0 16px;
  position: relative;
}
.pay_current_window {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  padding: 15px 0 15px 0;
}

.back_btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.showModalBtn {
  cursor: pointer;
}
.pay_current_window span {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}
.pay_amount_scan::before {
  content: "";
  background: #8bc8dd;
  width: 70px;
  height: 60px;
  filter: blur(60px);
  position: absolute;
  z-index: -10;
  border-radius: 50%;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.pay_amount_scan {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  position: relative;
  backdrop-filter: blur(48px);
}
.pay_amount_scan::after {
  content: "";
  background: #565af9;
  width: 50px;
  height: 50px;
  filter: blur(60px);
  position: absolute;
  z-index: -10;
  border-radius: 50%;
  top: 50%;
  right: 20%;
  transform: translate(-50%, -50%);
}
.pay_amount_show {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  gap: 12px;
}
.coin_img {
  width: 32px;
  aspect-ratio: 1 / 1;
}
.pay_total {
  padding: 16px 0 16px 16px;
}
.pay_total p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.pay_total h3 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  padding-top: 6px;
}
.pay_total h3,
.pay_total span {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: left;
}
.pay_cash_img {
  max-width: 113px;
  line-height: 0;
}
.pay_cash_img img {
  width: 100%;
  height: auto;
}
.pay_amount_qrlist {
  padding: 18px 20px 32px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.pay_qr {
  width: 109px;
  height: 109px;
  background: rgba(27, 28, 33, 1);
  border-radius: 4.15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10.38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay_qr img {
  width: 89px;
  aspect-ratio: 1 / 1;
}
.pay_qr_ct h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}
.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;
}
.other_pay_wrapper{
  width: 100%;
}
.other_pay_wrapper h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  padding: 18px 0 16px 0;
}
.upi_pay_wrapper {
  background: rgba(88, 88, 88, 0.04);
  border: 1px solid rgba(167, 167, 167, 0.12);
  /* backdrop-filter: blur(10.800000190734863px); */
  padding: 16px 12px;
  border-radius: 4px;
}
.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%;
  padding: 12px 0 0 0;
}
.upi_pay_list ul {
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 21px;
}
.upi_pay_list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 4px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  color: rgba(160, 160, 160, 1);
}
.upi_pay_list ul li a {
  width: 52px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  /* backdrop-filter: blur(15.600000381469727px); */
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 10px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
}
.payment_types {
  background: rgba(88, 88, 88, 0.04);
  border: 1px solid rgba(167, 167, 167, 0.12);
  backdrop-filter: blur(10.800000190734863px);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 0 0;
  border-radius: 4px;
  cursor: pointer;
}
.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: 16px;
  height: 16px;
}
.arrow_icon img {
  width: 100%;
}
.payment_pay_btn {
  /* max-width: 328px; */
  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: 4px;
  cursor: pointer;
  background: rgba(35, 138, 156, 1);
  color: rgba(255, 255, 255, 1);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.pay_btn.disabled {
  background: rgba(20, 48, 56, 1);
  color: rgba(55, 104, 114, 1);
}
.payment_type_list {
  padding-bottom: 80px;
  margin-bottom: 50px;
}
.upi_pay_list ul li a.mode_clicked,
.payment_types.mode_clicked,
.card_banks_options.mode_clicked {
  border: 1px solid rgba(35, 138, 156, 1);
  background: rgba(0, 0, 0, 0.8);
}
/* card payment css */
#card_wrapper {
  transition: display 0.3s ease-in-out;
}
.pay_amount_qrlist.card_paylist {
  width: 100%;
  display: inline-block;
  padding-bottom: 16px;
}
.pay_amount_qrlist.card_paylist h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  padding-bottom: 8px;
}
.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,
.netbank_search input:focus,
.card_new_filling input:focus {
  outline: 0;
}
.card_bank_info img {
  width: 30px;
  height: 30px;
}
.other_pay_wrapper.card_pay_wrapper {
  display: none;
}
.payment_pay_btn.card_pay_btn {
  gap: 12px;
  display: flex;
  justify-content: center;
}
.pay_btn.add_new_btn {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(35, 138, 156, 1);
  gap: 10px;
  background-color: rgba(33, 33, 33, 1);
  color: rgba(35, 138, 156, 1);
}
.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 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 0px;
}
.card_new_rbi p {
  cursor: pointer;
}
.card_new_number input,
.card_new_duration input,
.card_new_cvv input {
  background-color: rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 12px;
  margin-top: 6px;
  caret-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}
.card_new_number input {
  width: 100%;
}
.card_validity_list {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.card_new_rbi {
  display: flex;
  align-items: end;
  gap: 8px;
}
.card_new_rbi input {
  width: 16px;
  height: 16px;
}
.card_valid_input {
  display: flex;
  gap: 8px;
}
.card_valid_input input {
  width: 64px;
}
.card_new_cvv {
  position: relative;
}
.card_new_cvv input {
  width: 110px;
}
.card_new_cvv img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(5px);
}
.card_new_rbi p {
  padding: 16px 0 0 0;
}
/* card payment css */
/* netbanking css */
.netbank_search {
  background-color: rgba(34, 37, 43, 1);
  /* max-width: 300px; */
  width: 100%;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 14px;
}
.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;
}
.upi_pay_wrapper.netbank_list_wrapper p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.view_all_bnk {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: rgba(35, 138, 156, 1);
  padding: 22px 0 0 0;
}
.net_pay_list ul {
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  row-gap: 12px;
  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;
  padding: 0 7px;
}
.net_pay_list ul li a {
  /* backdrop-filter: blur(15.600000381469727px); */
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.12);
  height: 52px;
}
.pay_amount_qrlist.net_bank_list {
  padding: 18px 14px 14px 14px;
}
.payment_type_list.net_type_list {
  display: none;
}
.pay_current_window.net_current_window {
  padding-bottom: 18px;
}
.net_bank_search_wrapper .netbank_search {
  /* max-width: 328px; */
  padding: 13px;
}
.all_bank_list {
  position: relative;
}
.all_bank_list ul {
  max-height: clamp(300px, 70vh, 590px);
  overflow-y: auto;
  scroll-behavior: smooth;
}
.all_bank_list ul::-webkit-scrollbar {
  display: none;
}
.all_bank_list ul li {
  padding-bottom: 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: 4px 0;
}
.all_bank_list ul li a img {
  width: 40px;
  height: 40px;
}
.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;
}
.all_bank_list ul li a.bank_active {
  background: rgba(0, 0, 0, 1);
  border: 1px solid rgba(35, 138, 156, 1);
  border-radius: 12px;
  width: calc(100% - 14px);
}
/* netbanking css */
/* failed css */
.pay_fail_msg {
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(48px);
  margin: 71.76px 0 0 0;
  border-radius: 16px;
}
.fail_amt_info {
  background: rgba(88, 88, 88, 0.04);
  border: 1px solid rgba(167, 167, 167, 0.12);
  backdrop-filter: blur(10.800000190734863px);
  border-radius: 12px;
  padding: 16px 12px;
  max-width: 296px;
  width: 100%;
  margin: 7px auto;
}
.fail_amt_info ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.fail_amt_info ul li:last-child {
  padding-bottom: 0;
}
.pay_fail_msg h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.pay_fail_msg p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  padding-top: 6px;
}
.fail_main_msg {
  padding: 22px 14px 24px 14px;
}
.payment_failed_wrapper {
  padding-inline: 10px;
}
.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: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}
.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: rgba(35, 138, 156, 1);
  font-family: "poppins", sans-serif;
}
.line {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.16);
  height: 1px;
}
.full_details li p,
.full_details li span {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.72);
}
.full_details li span {
  color: #fff;
  font-weight: 500;
}
.full_details {
  padding: 16px 0;
}
.fail_amt_info.success_amt_info {
  margin: 7px auto 16px auto;
}
.fail_img.success_img {
  margin-top: -50px;
}
/* failed css */
/* cvv */
.cvv-card {
  width: 328px;
  background: linear-gradient(168.55deg, #1e252d 0%, #0f1215 100%);
  color: white;
  padding: 16px;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  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: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  width: 100%;
}
.close-btn {
  background: none;
  border: none;
  color: #aaa;
  font-size: 20px;
  cursor: pointer;
}

.close-btn:hover {
  color: white;
}
.cvv-image {
  width: 178px;
  margin: 0 auto;
}
.cvv-image img {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.cvv-text p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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-color: #2e7d32;
  border: 2px solid #76ff03;
}
.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;
}
/* custom checkbox */
/* responsive */
@media (max-width: 768px) {
  body {
    align-items: center;
  }
  .payment_pay_btn {
    width: 100%;
    bottom: 0;
    padding: 16px 16px 20px 16px;
    background: #0f1215;
  }
  .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: 11px;
  }
  .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;
  }
}
@media (max-width: 330px) {
  .payment_container {
    padding: 0 10px;
  }
  .pay_amount_qrlist {
    gap: 10px;
  }
  .upi_pay_list ul{
    gap: 7px;
  }
  .pay_qr{
    width: 100px;
    height: 100px;
  }
  .pay_qr img{
    width: 80px;
  }
}
@media (max-width: 300px){
  .pay_qr{
    width: 90px;
    height: 90px;
  }
  .pay_qr img{
    width: 70px;
  }
}

/* responsive */
