.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet {
  --eg-wallet-panel: rgba(20, 12, 38, 0.86);
  --eg-wallet-panel-2: rgba(34, 21, 58, 0.88);
  --eg-wallet-line: rgba(177, 126, 255, 0.18);
  --eg-wallet-muted: #b9b0ce;
  color: #fff;
  font-family: "Muller", sans-serif;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet * {
  font-weight: 500 !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 36px;
  align-items: center;
  margin: 28px 0 22px;
  padding: 40px;
  border: 1px solid var(--eg-wallet-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 77, 166, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(46, 28, 79, 0.9), rgba(13, 8, 27, 0.94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  text-align: left;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-eyebrow {
  margin: 0 0 10px;
  color: #ff7abf;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-hero h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 600 !important;
  line-height: 1.05;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-hero p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--eg-wallet-muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-balance-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: linear-gradient(135deg, #7510ff 0%, #d845d6 100%);
  box-shadow: 0 22px 52px rgba(117, 16, 255, 0.32);
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-balance-card span {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-balance-card strong {
  color: #fff;
  font-size: 48px;
  font-weight: 600 !important;
  line-height: 1;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-top-section,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-top-section {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-tabs,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-nav-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  padding: 8px;
  border: 1px solid var(--eg-wallet-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-tab,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-nav-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: auto;
  padding: 0 18px;
  border: 1px solid rgba(177, 126, 255, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
  color: #b9b0ce !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-tab:hover,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-tab.active,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-nav-tab:hover,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-nav-tab.active {
  border-color: rgba(177, 126, 255, 0.36);
  background: rgba(102, 0, 255, 0.22);
  color: #fff !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-content,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-content-area {
  padding: 0;
  border: 1px solid var(--eg-wallet-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(102, 0, 255, 0.16), transparent 34%),
    var(--eg-wallet-panel);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-form,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-panel,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-form-wrapper,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-transactions-list {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-section-head,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-section-title,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-transactions-list h3 {
  margin: 0;
  padding: 28px 32px 20px;
  border: 0;
  border-bottom: 1px solid rgba(177, 126, 255, 0.12);
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-section-head h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600 !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-section-head p {
  margin: 10px 0 0;
  color: var(--eg-wallet-muted);
  font-size: 15px;
  line-height: 1.5;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-topup-form {
  padding: 28px 32px 34px;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-topup-form label {
  display: block;
  margin: 0 0 10px;
  color: #d7d0e8;
  font-size: 14px;
  font-weight: 600;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 14px;
  align-items: stretch;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet input.woo-wallet-balance-to-add {
  width: 100%;
  height: 62px;
  min-height: 62px;
  margin: 0;
  border: 1px solid rgba(177, 126, 255, 0.24);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0 18px;
  font-size: 18px;
  font-weight: 600;
  outline: none;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet input.woo-wallet-balance-to-add:focus {
  border-color: rgba(255, 122, 191, 0.52);
  box-shadow: 0 0 0 4px rgba(255, 122, 191, 0.1);
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-add-to-wallet {
  height: 62px;
  min-height: 62px;
  margin: 0;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff4da6 0%, #8b5cf6 100%);
  color: #fff;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(139, 92, 246, 0.26);
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-add-to-wallet:hover {
  transform: translateY(-1px);
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet #wc-wallet-transaction-details,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-transactions-table,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-header,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator-row,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator-row.tabulator-row-even {
  background: transparent;
  color: #d7d0e8;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-header {
  border-bottom: 1px solid rgba(177, 126, 255, 0.12);
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-cell,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-header .tabulator-col {
  border-color: rgba(177, 126, 255, 0.08);
  color: #d7d0e8;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator-placeholder-contents,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .dataTables_empty {
  color: #b9b0ce !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-table-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px 22px;
  border-top: 1px solid rgba(177, 126, 255, 0.12);
  border-bottom: 1px solid rgba(177, 126, 255, 0.12);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.035) !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-table-controls input[type="date"] {
  min-height: 42px !important;
  margin: 0 !important;
  border: 1px solid rgba(177, 126, 255, 0.18) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #d7d0e8 !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-table-controls input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.65;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-table-controls .woo-wallet-filter-sep {
  color: #8f84aa;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-table-controls .wc-wallet-filter-clear {
  width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  border: 1px solid rgba(177, 126, 255, 0.18) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #d7d0e8 !important;
  box-shadow: none !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator {
  overflow: hidden;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-tableholder,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-table,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-placeholder {
  background: transparent !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-header {
  background: rgba(255, 255, 255, 0.045) !important;
  border-bottom: 1px solid rgba(177, 126, 255, 0.12) !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-headers,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-header-contents,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-col-group-cols,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-col-content,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-col-title-holder,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-col-title {
  background: transparent !important;
  color: #d7d0e8 !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-header .tabulator-col {
  background: transparent !important;
  color: #b9b0ce !important;
  font-size: 13px;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator-row {
  background: transparent !important;
  border-bottom: 1px solid rgba(177, 126, 255, 0.08) !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator-row .tabulator-cell {
  background: transparent !important;
  color: #d7d0e8 !important;
  border-color: rgba(177, 126, 255, 0.08) !important;
  font-weight: 500;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-tableholder .tabulator-placeholder {
  min-height: 120px;
  background: rgba(255, 255, 255, 0.02) !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  width: 100%;
  padding: 0;
  background: transparent !important;
  color: #b9b0ce !important;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer {
  border-top: 1px solid rgba(177, 126, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #b9b0ce !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer .tabulator-footer-contents,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer .tabulator-paginator {
  gap: 8px;
  background: transparent !important;
  color: #b9b0ce !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer label,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer span,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer button {
  background: transparent !important;
  color: #b9b0ce !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer .tabulator-page,
.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer .tabulator-page-size {
  min-height: 36px;
  border: 1px solid rgba(177, 126, 255, 0.18) !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #d7d0e8 !important;
  padding: 6px 12px !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer .tabulator-page.active {
  border-color: rgba(177, 126, 255, 0.5) !important;
  background: rgba(102, 0, 255, 0.5) !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator .tabulator-footer .tabulator-page:disabled {
  color: rgba(215, 208, 232, 0.42) !important;
  opacity: 1;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator :is(
  .tabulator-header,
  .tabulator-header-contents,
  .tabulator-headers,
  .tabulator-col,
  .tabulator-col-content,
  .tabulator-col-title,
  .tabulator-footer,
  .tabulator-footer-contents,
  .tabulator-paginator
) {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator :is(
  .tabulator-header,
  .tabulator-footer
) {
  background-color: rgba(255, 255, 255, 0.035) !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator :is(
  .tabulator-page,
  .tabulator-page-size,
  button,
  select
) {
  background-color: rgba(255, 255, 255, 0.06) !important;
  background-image: none !important;
  color: #d7d0e8 !important;
}

.my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .tabulator :is(
  .tabulator-page:disabled,
  button:disabled
) {
  background-color: rgba(255, 255, 255, 0.025) !important;
  color: rgba(215, 208, 232, 0.38) !important;
}

@media (max-width: 900px) {
  .my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-hero {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-balance-card {
    min-height: 140px;
  }
}

@media (max-width: 620px) {
  .my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-tabs,
  .my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .woo-wallet-nav-tabs,
  .my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-input-row {
    grid-template-columns: 1fr;
  }

  .my-account-wrapper .woo-wallet-my-wallet-container.eg-wallet .eg-wallet-hero h2 {
    font-size: 30px;
  }
}
