/* 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 .wallet_tabs .tab_content {
  margin: 0 auto;
}
.wallet_container .wallet_tabs .nav-item {
  margin: 0;
}
.wallet_container .wallet_tabs .nav-link {
  border: 1px solid #8fae1e !important;
  border-radius: 10px !important;
  padding: 7px 24px !important;
  color: #8fae1e !important;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  transition: 0.3s;
  min-width: 140px;
  text-align: center;
}
.wallet_container .wallet_tabs .nav-link:hover {
  background: #8fae1e !important;
  color: #ffffff !important;
}
.wallet_container .wallet_tabs .nav-link.active {
  background: #8fae1e !important;
  color: #ffffff !important;
  border-color: #8fae1e !important;
  box-shadow: 0px 4px 10px #09558f33;
}

.wallet_container .wallet_header {
  background: transparent linear-gradient(90deg, #19a0dc 0%, #09558f 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 8px 8px 0px 0px;
  color: #fff !important;
  padding: 10px 60px;
}

.wallet_container .box {
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 18px;
}

.wallet_container .add_money_section {
  padding: 20px 60px;
}
.wallet_container .wallet_section_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #323232;
}
.wallet_container .amount_input_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.wallet_container .rupee_icon {
  width: 60px;
  height: 40px;
  background: #09558f;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.wallet_container .upi-img-wrapper {
  background: #ffffff;
  border: 0.5px solid #8181818e;
}
.wallet_container .upi-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wallet_container .wallet_amount_input {
  height: 40px;
  border-radius: 0px 8px 8px 0px !important;
  border: none !important;
  font-size: 14px;
  box-shadow: none !important;
  background: #f5f5f5;
}

.wallet_container .quick_amount_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 25px;
}
.wallet_container .amount_btn {
  min-width: 140px;
  height: 35px;
  border-radius: 8px;
  border: 2px solid #8db7d7;
  background: #e6f5ff;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}
.wallet_container .amount_btn.active {
  background: transparent linear-gradient(179deg, #19a0dc 0%, #09558f 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  border: none;
}
.wallet_container .popular_tag {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #0e8c00;
  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: 26px;
  font-weight: 600;
}

.wallet_container .balance_label {
  font-size: 18px;
}
.wallet_container .action_buttons_container {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin: 2rem 0;
}

.wallet_container .green_btn {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border: none;
  color: white;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.wallet_container .green_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}

.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: 130px;
    height: 33px;
    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;
  }
  .wallet_container .amount_input_wrapper {
    margin-bottom: 20px;
  }
  .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 .transaction_table th {
    font-size: 14px;
  }
  .wallet_container .transaction_history_card {
    margin-top: 10px;
  }
}
