/* Wallet Page Styles - Harvest Era Theme */
.wallet_container {
  margin: 3% auto;
}

.wallet_container .wallet_tabs {
  border-bottom: none !important;
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px !important;
  justify-content: center;
}
.wallet_container .amount-error {
  font-size: 12px;
}

.wallet_container .wallet_tabs .tab_content {
  margin: 0 auto;
}

.wallet_container .wallet_tabs .nav-item {
  margin: 0;
}

.wallet_container .wallet_tabs .nav-link {
  border: 1px solid #e8e8e8 !important;
  border-radius: 3px !important;
  padding: 7px 24px !important;
  color: #202020 !important;
  font-size: 16px;
  font-weight: 500;
  background: #e8e8e8;
  transition: 0.3s;
  min-width: 140px;
  text-align: center;
}

.wallet_container .wallet_tabs .nav-link:hover {
  background: transparent
    linear-gradient(180deg, #62327a 0%, #75438e 42%, #3a0057 100%) 0% 0%
    no-repeat padding-box !important;
  color: #ffffff !important;
  border: 1px solid #62327a !important;
}

.wallet_container .wallet_tabs .nav-link.active {
  background: transparent
    linear-gradient(180deg, #62327a 0%, #75438e 42%, #3a0057 100%) 0% 0%
    no-repeat padding-box !important;
  color: #ffffff !important;
  border: 1px solid #62327a !important;
  box-shadow: 0px 4px 10px #09558f33;
}

.wallet_container .wallet_header {
  background: #fff6e1 !important;
  border-radius: 0px;
  color: #fff !important;
  border-color: #d29c1d !important;
  display: flex;
  justify-content: space-evenly;
  padding: 10px 0 50px;
  gap: 12px;
}

.wallet_container .amount-wrapper {
  display: flex;
  flex-direction: column;
}

.wallet_container .box {
  /* box-shadow: 0px 0px 6px #00000029; */
  /* border-radius: 18px; */
  width: 100%;
}

.wallet_container .add_money_section {
  padding: 20px 20px;
  width: 421px;
  margin: auto;
}

.wallet_container .wallet_section_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #323232;
}
.wallet_container .amount_input_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  border: 0.5px solid #818181 !important;
  border-radius: 5px;
}

.wallet_container .rupee_icon {
  width: 60px;
  height: 40px;
  background: #f5dfad;
  color: #d29c1d;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
}

.wallet_container .upi-img-wrapper {
  background: #ffffff;
  border: 0.5px solid #8181818e !important;
}

.wallet_container .upi-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wallet_container .wallet_amount_input {
  height: 40px;

  border: none !important;
  border-radius: 0 !important;
  font-size: 14px;
  box-shadow: none !important;
  background: #f5f5f5;
  box-shadow: inset 0px 0px 6px #9c9c9c !important;
}

.wallet_container .quick_amount_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 25px;
}

.wallet_container .amount_btn {
  min-width: 185px;
  height: 40px;
  border-radius: 8px;
  background: transparent
    linear-gradient(
      180deg,
      #bfbfbf 0%,
      #fefefe 7%,
      #ffffff 15%,
      #e5e5e5 33%,
      #aeaaaa 100%
    )
    0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
  border-radius: 5px;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}

.wallet_container .amount_btn.active {
  background: transparent
    linear-gradient(
      180deg,
      #ffd982 0%,
      #ffe3a8 8%,
      #ffe9b9 50%,
      #ffe4a5 87%,
      #ffdc8b 100%,
      #ef6100 100%
    )
    0% 0% no-repeat padding-box !important;
  border: 1px solid #c99f3c !important;
  border-radius: 5px;
  border: none;
}

.wallet_container .popular_tag {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #75438e;
  color: #fff;
  font-size: 10px;
  padding: 0px 8px;
}

.wallet_container .wallet_add_btn_wrapper {
  display: flex;
  justify-content: center;
}

.wallet_container .balance_amount {
  font-size: 35px;
  font-weight: 600;
  color: black !important;
  text-align: center;
}

.wallet_container .balance_label {
  font-size: 18px;
  color: black !important;
  font-weight: 500 !important;
}

.wallet_container .action_buttons_container {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin: 2rem 0;
}

.wallet_container .Green_btn_holder .Green_btn {
  background: transparent
    linear-gradient(
      180deg,
      #3a3a3a 0%,
      #5a5a5a 23%,
      #676767 50%,
      #5a5a5a 76%,
      #3a3a3a 100%
    )
    0% 0% no-repeat padding-box !important;
}
.wallet_container .Green_btn_holder .Green_btn:hover {
  background: transparent
    linear-gradient(180deg, #75438e 0%, #9a66b4 50%, #75438e 100%) 0% 0%
    no-repeat padding-box !important;
  border: 1px solid #00000000 !important;
}

.wallet_container .error-text {
  font-size: 12px;
}

.wallet_container .transaction_history_card {
  overflow: hidden;
  margin-top: 2rem;
}

.wallet_container .transaction_history_card .table-body-wrapper {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}

.wallet_container .Table_holder thead {
  position: sticky;
  top: 0;
  z-index: 12;
}

.wallet_container .Table_holder .table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: max-content;
}

.wallet_container .Table_holder {
  max-height: 300px;
  overflow: auto;
  /* border: 1px solid #2e2e2e; */
  height: 70vh;
}

.wallet_container .Table_holder .table-responsive {
  scroll-behavior: smooth;
  height: 100%;
  position: relative;
  overflow: auto;
}

.wallet_container .transaction_table {
  width: 100%;
  border-collapse: collapse;
}

.wallet_container .transaction_table th {
  padding: 0 15px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid #dfdfdf;
  text-wrap-mode: nowrap;
  text-align: center;
  background: white;
}

.wallet_container .transaction_table td {
  padding: 1rem;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  border-bottom: none;
  text-wrap-mode: nowrap;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}

.wallet_container .transaction_table .gren-text {
  color: #8fae1e;
}

.wallet_container .transaction_table .red-text {
  color: #ae1e1e;
}

.wallet_container .transaction_table .blue-text {
  color: #09558f;
}

.wallet_container .credit_amount {
  color: #28a745;
  font-weight: bold;
}

.wallet_container.wallet_container .debit_amount {
  color: #dc3545;
  font-weight: bold;
}

.wallet_container .credit_badge {
  background: #28a745;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bold;
}

.wallet_container .debit_badge {
  background: #dc3545;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wallet_container {
    margin: 3% auto;
  }

  .wallet_container .wallet_header {
    padding: 10px 35px;
  }

  .wallet_container .add_money_section {
    padding: 15px 35px 20px;
  }

  .wallet_container .balance_amount {
    font-size: 22px;
  }

  .wallet_container .balance_label {
    font-size: 16px;
  }

  .wallet_container .wallet_section_title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .wallet_container .quick_amount_wrapper {
    gap: 15px;

    margin-bottom: 20px;
  }

  .wallet_container .wallet_tabs .nav-link {
    padding: 7px 16px !important;
    font-size: 14px;
    min-width: 115px;
  }

  .wallet_container .amount_btn {
    min-width: 168px;
    height: 36px;
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .wallet_container .wallet_header {
    padding: 10px 30px;
  }

  .wallet_container .add_money_section {
    padding: 12px 30px 20px;
  }

  .wallet_container .balance_amount {
    font-size: 20px;
  }

  .wallet_container .balance_label {
    font-size: 15px;
  }

  .wallet_container .wallet_section_title {
    font-size: 14px;
    margin-bottom: 13px;
  }

  .wallet_container .quick_amount_wrapper {
    gap: 13px;
    margin-bottom: 15px;
  }

  .wallet_container .amount_btn {
    min-width: 128px;
    height: 33px;

    font-size: 14px;
  }

  .wallet_container .transaction_table td {
    font-size: 13px;
  }

  .wallet_container .transaction_table th {
    font-size: 15px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .wallet_container .wallet_tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 5px;
  }

  .wallet_container .wallet_tabs::-webkit-scrollbar {
    display: none;
  }

  .wallet_container .wallet_tabs .nav-item {
    flex: 0 0 auto;
  }

  .wallet_container .wallet_tabs .nav-link {
    white-space: nowrap;
  }

  .wallet_container .wallet_tabs .nav-link {
    padding: 6px 10px !important;
    font-size: 14px;
    min-width: 126px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .wallet_container .wallet_title {
    font-size: 18px;
  }

  .wallet_container .balance_label {
    font-size: 13px;
  }

  .wallet_container .balance_amount {
    font-size: 20px;
  }

  .wallet_container .wallet_header {
    padding: 10px;
  }

  .wallet_container .add_money_section {
    padding: 10px;
    padding-bottom: 20px;
  }

  .wallet_container .wallet_section_title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .wallet_container .wallet_amount_input {
    height: 35px;
  }

  .wallet_container .rupee_icon {
    width: 50px;
    height: 35px;
    font-size: 19px;
  }

  .wallet_container .amount_btn {
    min-width: 95px;
    height: 32px;
    font-size: 14px;
  }

  .wallet_container .quick_amount_wrapper {
    gap: 10px;
    margin-bottom: 10px;
  }

  .conatiner-section {
    padding: 0;
  }

  .wallet_container .wallet_tabs {
    gap: 6px;
    margin-bottom: 15px !important;
  }

  .wallet_container {
    margin: 2% auto;
  }

  .wallet_container .wallet_tabs {
    justify-content: start;
  }

  .wallet_container .wallet_tabs .nav-link {
    font-size: 13px;
    min-width: 100px;
  }

  .wallet_container .transaction_table td {
    padding: 10px;
    font-size: 12px;
  }

  .wallet_container .amount-wrapper {
    text-align: center;
  }

  .wallet_container .transaction_table th {
    font-size: 14px;
  }

  .wallet_container .transaction_history_card {
    margin-top: 10px;
  }
}
