@charset "UTF-8";
/* ==========================================================================
   My Account Dashboard
   Theme: #0075FE primary
   All rules scoped under .wpcm-my-account-wrapper to avoid theme bleed.
   ========================================================================== */
.wpcm-my-account-wrapper {
  color: #1a2540;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  /* ----- Layout ------------------------------------------------------- */
  /* ----- Card --------------------------------------------------------- */
  /* ----- Hero (Dashboard) -------------------------------------------- */
  /* ----- Stat cards --------------------------------------------------- */
  /* ----- Tables ------------------------------------------------------- */
  /* ----- Pills -------------------------------------------------------- */
  /* ----- Buttons ------------------------------------------------------ */
  /* ----- Orders toolbar (segmented filter) --------------------------- */
  /* ----- Pagination -------------------------------------------------- */
  /* ----- Empty state -------------------------------------------------- */
  /* ----- Profile form tweaks ---------------------------------------- */
  /* ----- Order detail dialog ---------------------------------------- */
  /* ----- Saved cards (credit-card visual) --------------------------- */
  /* ----- Payment methods grid --------------------------------------- */
}
.wpcm-my-account-wrapper * {
  box-sizing: border-box;
}
.wpcm-my-account-wrapper a {
  text-decoration: none;
}
.wpcm-my-account-wrapper h2, .wpcm-my-account-wrapper h3, .wpcm-my-account-wrapper h4 {
  color: #1a2540;
  margin: 0;
  line-height: 1.2;
}
.wpcm-my-account-wrapper p {
  color: #5b6478;
  margin: 0;
  line-height: 1.5;
}
.wpcm-my-account-wrapper .ldp-account {
  background: #f6f8fb;
  min-height: 480px;
  padding: 24px;
  border-radius: 10px;
}
.wpcm-my-account-wrapper .ldp-account__loading {
  padding: 40px 20px;
}
.wpcm-my-account-wrapper .ldp-account__skeleton {
  background: linear-gradient(90deg, #eef1f6 0%, #f7f9fc 50%, #eef1f6 100%);
  background-size: 200% 100%;
  animation: ldp-shimmer 1.4s linear infinite;
  border-radius: 6px;
  margin-bottom: 16px;
}
.wpcm-my-account-wrapper .ldp-account__skeleton--header {
  height: 64px;
  max-width: 320px;
}
.wpcm-my-account-wrapper .ldp-account__skeleton--body {
  height: 240px;
}
.wpcm-my-account-wrapper .ldp-account__layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .wpcm-my-account-wrapper .ldp-account__layout {
    grid-template-columns: 1fr;
  }
}
.wpcm-my-account-wrapper .ldp-account__sidebar {
  background: #ffffff;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  padding: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
.wpcm-my-account-wrapper .ldp-account__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 16px;
  border-bottom: 1px solid #e5e8ef;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1a2540;
}
.wpcm-my-account-wrapper .ldp-account__brand-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0075FE;
}
.wpcm-my-account-wrapper .ldp-account__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpcm-my-account-wrapper .ldp-account__nav li {
  margin: 0;
  padding: 0;
}
.wpcm-my-account-wrapper .ldp-account__nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  color: #5b6478;
  font-weight: 500;
  transition: background-color 0.12s ease, color 0.12s ease;
}
.wpcm-my-account-wrapper .ldp-account__nav li a i {
  width: 18px;
  text-align: center;
  font-size: 14px;
}
.wpcm-my-account-wrapper .ldp-account__nav li a:hover {
  background: rgba(0, 117, 254, 0.08);
  color: #0075FE;
}
.wpcm-my-account-wrapper .ldp-account__nav li.is-active a {
  background: #0075FE;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 117, 254, 0.25);
}
.wpcm-my-account-wrapper .ldp-account__main {
  min-width: 0;
}
.wpcm-my-account-wrapper .ldp-account__pane {
  animation: ldp-fade 0.18s ease;
}
.wpcm-my-account-wrapper .ldp-card {
  background: #ffffff;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 16px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.wpcm-my-account-wrapper .ldp-card + .ldp-card {
  margin-top: 20px;
}
.wpcm-my-account-wrapper .ldp-card__header {
  padding: 18px 22px;
  border-bottom: 1px solid #e5e8ef;
}
.wpcm-my-account-wrapper .ldp-card__header h3 {
  font-size: 16px;
  font-weight: 600;
}
.wpcm-my-account-wrapper .ldp-card__header p {
  font-size: 13px;
  margin-top: 4px;
}
.wpcm-my-account-wrapper .ldp-card__body {
  padding: 20px 22px;
}
.wpcm-my-account-wrapper .ldp-card__footer {
  padding: 14px 22px;
  border-top: 1px solid #e5e8ef;
  background: #fafbfd;
  text-align: right;
}
.wpcm-my-account-wrapper .ldp-card__header--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.wpcm-my-account-wrapper .ldp-card__header--row .ldp-btn {
  flex-shrink: 0;
}
.wpcm-my-account-wrapper .ldp-hero {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #0075FE 0%, #005FCB 100%);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 117, 254, 0.22);
}
.wpcm-my-account-wrapper .ldp-hero__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.wpcm-my-account-wrapper .ldp-hero__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpcm-my-account-wrapper .ldp-hero__avatar-fallback {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.wpcm-my-account-wrapper .ldp-hero__text h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.wpcm-my-account-wrapper .ldp-hero__text p {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 4px;
  font-size: 14px;
}
.wpcm-my-account-wrapper .ldp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .wpcm-my-account-wrapper .ldp-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .wpcm-my-account-wrapper .ldp-stats {
    grid-template-columns: 1fr;
  }
}
.wpcm-my-account-wrapper .ldp-stat-card {
  background: #ffffff;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}
.wpcm-my-account-wrapper .ldp-stat-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 16px rgba(15, 23, 42, 0.06);
}
.wpcm-my-account-wrapper .ldp-stat-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: rgba(0, 117, 254, 0.08);
  color: #0075FE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.wpcm-my-account-wrapper .ldp-stat-card__body {
  min-width: 0;
}
.wpcm-my-account-wrapper .ldp-stat-card__label {
  color: #5b6478;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.wpcm-my-account-wrapper .ldp-stat-card__value {
  color: #1a2540;
  font-size: 22px;
  font-weight: 700;
  margin-top: 2px;
  line-height: 1.1;
}
.wpcm-my-account-wrapper .ldp-stat-card__value--small {
  font-size: 14px;
  font-weight: 600;
}
.wpcm-my-account-wrapper .ldp-stat-card--primary {
  background: #0075FE;
  border-color: #0075FE;
  color: #fff;
}
.wpcm-my-account-wrapper .ldp-stat-card--primary .ldp-stat-card__icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.wpcm-my-account-wrapper .ldp-stat-card--primary .ldp-stat-card__label {
  color: rgba(255, 255, 255, 0.85);
}
.wpcm-my-account-wrapper .ldp-stat-card--primary .ldp-stat-card__value {
  color: #fff;
}
.wpcm-my-account-wrapper .ldp-table-wrap {
  overflow-x: auto;
}
.wpcm-my-account-wrapper .ldp-table {
  width: 100%;
  border-collapse: collapse;
}
.wpcm-my-account-wrapper .ldp-table th, .wpcm-my-account-wrapper .ldp-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #e5e8ef;
  font-size: 14px;
  vertical-align: middle;
}
.wpcm-my-account-wrapper .ldp-table thead th {
  background: #fafbfd;
  color: #5b6478;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.wpcm-my-account-wrapper .ldp-table tbody tr:last-child td {
  border-bottom: 0;
}
.wpcm-my-account-wrapper .ldp-table tbody tr:hover {
  background: rgba(0, 117, 254, 0.08);
}
.wpcm-my-account-wrapper .ldp-table__id {
  color: #5b6478;
  font-variant-numeric: tabular-nums;
}
.wpcm-my-account-wrapper .ldp-table__title {
  font-weight: 600;
}
.wpcm-my-account-wrapper .ldp-table__amount {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.wpcm-my-account-wrapper .ldp-table__gateway {
  text-transform: capitalize;
  color: #5b6478;
}
.wpcm-my-account-wrapper .ldp-pill {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-left: 6px;
}
.wpcm-my-account-wrapper .ldp-pill--blue {
  background: rgba(0, 117, 254, 0.08);
  color: #0075FE;
}
.wpcm-my-account-wrapper .ldp-pill--green {
  background: rgba(30, 166, 114, 0.12);
  color: #1ea672;
}
.wpcm-my-account-wrapper .ldp-pill--amber {
  background: rgba(197, 129, 26, 0.12);
  color: #c5811a;
}
.wpcm-my-account-wrapper .ldp-pill--red {
  background: rgba(217, 58, 58, 0.12);
  color: #d93a3a;
}
.wpcm-my-account-wrapper .ldp-pill--grey {
  background: rgba(107, 114, 128, 0.12);
  color: #6b7280;
}
.wpcm-my-account-wrapper .ldp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
  font-family: inherit;
}
.wpcm-my-account-wrapper .ldp-btn i {
  font-size: 13px;
}
.wpcm-my-account-wrapper .ldp-btn--primary {
  background: #0075FE;
  color: #fff;
  border-color: #0075FE;
}
.wpcm-my-account-wrapper .ldp-btn--primary:hover {
  background: #005FCB;
  border-color: #005FCB;
}
.wpcm-my-account-wrapper .ldp-btn--ghost {
  background: transparent;
  color: #0075FE;
  border-color: #e5e8ef;
}
.wpcm-my-account-wrapper .ldp-btn--ghost:hover {
  background: rgba(0, 117, 254, 0.08);
  border-color: #0075FE;
}
.wpcm-my-account-wrapper .ldp-btn--sm {
  padding: 5px 12px;
  font-size: 12px;
}
.wpcm-my-account-wrapper .ldp-orders__toolbar {
  padding: 14px 22px;
  border-bottom: 1px solid #e5e8ef;
  background: #fafbfd;
}
.wpcm-my-account-wrapper .ldp-segment {
  display: inline-flex;
  background: #ffffff;
  border: 1px solid #e5e8ef;
  border-radius: 6px;
  padding: 3px;
  gap: 2px;
}
.wpcm-my-account-wrapper .ldp-segment button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 0;
  background: transparent;
  color: #5b6478;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.12s ease, color 0.12s ease;
  font-family: inherit;
}
.wpcm-my-account-wrapper .ldp-segment button:hover {
  background: rgba(0, 117, 254, 0.08);
  color: #0075FE;
}
.wpcm-my-account-wrapper .ldp-segment button.is-active {
  background: #0075FE;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 117, 254, 0.25);
}
.wpcm-my-account-wrapper .ldp-segment button.is-active .ldp-segment__count {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.wpcm-my-account-wrapper .ldp-segment__count {
  display: inline-block;
  min-width: 20px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #5b6478;
  font-variant-numeric: tabular-nums;
}
.wpcm-my-account-wrapper .ldp-card__footer--pagination {
  text-align: left;
  background: #fafbfd;
}
.wpcm-my-account-wrapper .ldp-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.wpcm-my-account-wrapper .ldp-pagination__summary {
  color: #5b6478;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.wpcm-my-account-wrapper .ldp-pagination__controls {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.wpcm-my-account-wrapper .ldp-pagination__btn, .wpcm-my-account-wrapper .ldp-pagination__num {
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #e5e8ef;
  background: #ffffff;
  color: #1a2540;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
  font-family: inherit;
}
.wpcm-my-account-wrapper .ldp-pagination__btn:hover:not(:disabled):not(.is-active):not(.is-ellipsis), .wpcm-my-account-wrapper .ldp-pagination__num:hover:not(:disabled):not(.is-active):not(.is-ellipsis) {
  background: rgba(0, 117, 254, 0.08);
  border-color: #0075FE;
  color: #0075FE;
}
.wpcm-my-account-wrapper .ldp-pagination__btn:disabled, .wpcm-my-account-wrapper .ldp-pagination__num:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.wpcm-my-account-wrapper .ldp-pagination__btn i, .wpcm-my-account-wrapper .ldp-pagination__num i {
  font-size: 11px;
}
.wpcm-my-account-wrapper .ldp-pagination__num.is-active {
  background: #0075FE;
  border-color: #0075FE;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 117, 254, 0.25);
}
.wpcm-my-account-wrapper .ldp-pagination__num.is-ellipsis {
  border-color: transparent;
  background: transparent;
  cursor: default;
}
@media (max-width: 480px) {
  .wpcm-my-account-wrapper .ldp-pagination {
    justify-content: center;
  }
  .wpcm-my-account-wrapper .ldp-pagination__summary {
    width: 100%;
    text-align: center;
  }
}
.wpcm-my-account-wrapper .ldp-empty {
  text-align: center;
  padding: 36px 20px;
  color: #5b6478;
}
.wpcm-my-account-wrapper .ldp-empty i {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: rgba(0, 117, 254, 0.08);
  color: #0075FE;
  font-size: 20px;
  margin-bottom: 12px;
}
.wpcm-my-account-wrapper .ldp-empty p {
  color: #5b6478;
}
.wpcm-my-account-wrapper .ldp-profile .ldp-profile__section {
  margin: 18px 0 8px;
}
.wpcm-my-account-wrapper .ldp-profile .ldp-profile__section h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0075FE;
  font-weight: 700;
}
.wpcm-my-account-wrapper .ldp-profile .ldp-profile__section .ldp-profile__divider {
  height: 1px;
  background: #e5e8ef;
  margin-top: 6px;
}
.wpcm-my-account-wrapper .ldp-profile .ldp-profile__unknown {
  color: #d93a3a;
  font-size: 12px;
}
.wpcm-my-account-wrapper .ldp-profile .el-form-item__label {
  color: #1a2540;
  font-weight: 500;
}
.wpcm-my-account-wrapper .ldp-profile .el-input__wrapper,
.wpcm-my-account-wrapper .ldp-profile .el-textarea__inner {
  border-radius: 6px;
}
.wpcm-my-account-wrapper .ldp-profile .el-input__wrapper.is-focus,
.wpcm-my-account-wrapper .ldp-profile .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px #0075FE inset !important;
}
.wpcm-my-account-wrapper .ldp-order-detail dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px 16px;
  margin: 0;
}
.wpcm-my-account-wrapper .ldp-order-detail dt {
  color: #5b6478;
  font-size: 13px;
  font-weight: 500;
}
.wpcm-my-account-wrapper .ldp-order-detail dd {
  margin: 0;
  color: #1a2540;
  font-size: 14px;
  font-weight: 500;
}
.wpcm-my-account-wrapper .ldp-order-detail__amount {
  color: #0075FE;
  font-weight: 700;
}
.wpcm-my-account-wrapper .ldp-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.wpcm-my-account-wrapper .ldp-cc {
  position: relative;
  min-height: 200px;
  padding: 18px;
  border-radius: 14px;
  color: #fff;
  font-family: "SF Mono", ui-monospace, "Menlo", "Consolas", monospace;
  background: linear-gradient(135deg, #2c3e6e 0%, #1a2540 100%);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
  /* Brand-specific gradients */
}
.wpcm-my-account-wrapper .ldp-cc.is-busy {
  opacity: 0.6;
  pointer-events: none;
}
.wpcm-my-account-wrapper .ldp-cc.is-default {
  box-shadow: 0 0 0 2px #0075FE, 0 8px 20px rgba(0, 117, 254, 0.25);
}
.wpcm-my-account-wrapper .ldp-cc::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.wpcm-my-account-wrapper .ldp-cc__chip {
  width: 36px;
  height: 26px;
  border-radius: 5px;
  background: linear-gradient(135deg, #f5d77c 0%, #d4a82a 100%);
  box-shadow: inset 0 -4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.wpcm-my-account-wrapper .ldp-cc__chip::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.wpcm-my-account-wrapper .ldp-cc__brand {
  position: absolute;
  top: 18px;
  right: 18px;
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wpcm-my-account-wrapper .ldp-cc__brand-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wpcm-my-account-wrapper .ldp-cc__funding {
  display: inline-block;
  margin-top: 4px;
  padding: 1px 7px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.wpcm-my-account-wrapper .ldp-cc__number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  letter-spacing: 0.12em;
  margin-top: 6px;
}
.wpcm-my-account-wrapper .ldp-cc__dots {
  opacity: 0.8;
}
.wpcm-my-account-wrapper .ldp-cc__last4 {
  font-weight: 700;
}
.wpcm-my-account-wrapper .ldp-cc__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wpcm-my-account-wrapper .ldp-cc__label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
}
.wpcm-my-account-wrapper .ldp-cc__value {
  font-size: 13px;
  font-weight: 600;
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
}
.wpcm-my-account-wrapper .ldp-cc__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px 3px 7px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.wpcm-my-account-wrapper .ldp-cc__badge i {
  font-size: 10px;
}
.wpcm-my-account-wrapper .ldp-cc__actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wpcm-my-account-wrapper .ldp-cc__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 0.12s ease, border-color 0.12s ease;
  font-family: inherit;
}
.wpcm-my-account-wrapper .ldp-cc__action i {
  font-size: 10px;
}
.wpcm-my-account-wrapper .ldp-cc__action:hover:not(:disabled):not(.wpcm-my-account-wrapper .ldp-cc__action--inert) {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
}
.wpcm-my-account-wrapper .ldp-cc__action:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wpcm-my-account-wrapper .ldp-cc__action--inert {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  cursor: default;
  color: rgba(255, 255, 255, 0.85);
}
.wpcm-my-account-wrapper .ldp-cc__action--danger:hover:not(:disabled) {
  background: rgba(217, 58, 58, 0.35);
  border-color: rgba(217, 58, 58, 0.8);
}
.wpcm-my-account-wrapper .ldp-cc--visa {
  background: linear-gradient(135deg, #1a1f71 0%, #0d4cb3 100%);
}
.wpcm-my-account-wrapper .ldp-cc--mastercard {
  background: linear-gradient(135deg, #2b2b2b 0%, #eb001b 65%, #f79e1b 100%);
}
.wpcm-my-account-wrapper .ldp-cc--amex {
  background: linear-gradient(135deg, #006fcf 0%, #00357a 100%);
}
.wpcm-my-account-wrapper .ldp-cc--discover {
  background: linear-gradient(135deg, #ff6f1c 0%, #4d4d4d 100%);
}
.wpcm-my-account-wrapper .ldp-cc--jcb {
  background: linear-gradient(135deg, #0e4c92 0%, #d62828 100%);
}
.wpcm-my-account-wrapper .ldp-cc--diners {
  background: linear-gradient(135deg, #0079be 0%, #00355c 100%);
}
.wpcm-my-account-wrapper .ldp-cc--unionpay {
  background: linear-gradient(135deg, #d10b32 0%, #002664 50%, #00935f 100%);
}
.wpcm-my-account-wrapper .ldp-payments__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.wpcm-my-account-wrapper .ldp-payment-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #ffffff;
  transition: border-color 0.14s ease, box-shadow 0.14s ease;
}
.wpcm-my-account-wrapper .ldp-payment-card:hover {
  border-color: #0075FE;
  box-shadow: 0 4px 16px rgba(0, 117, 254, 0.12);
}
.wpcm-my-account-wrapper .ldp-payment-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: rgba(0, 117, 254, 0.08);
  color: #0075FE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  overflow: hidden;
}
.wpcm-my-account-wrapper .ldp-payment-card__icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wpcm-my-account-wrapper .ldp-payment-card__name {
  font-weight: 600;
  color: #1a2540;
  text-transform: capitalize;
}
.wpcm-my-account-wrapper .ldp-payment-card__hint {
  font-size: 12px;
  color: #5b6478;
  margin-top: 2px;
}

@keyframes ldp-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes ldp-fade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
   Dialog (teleported by Element Plus into <body>, so styles live un-scoped).
   We anchor on `.ldp-account-dialog__content` (always present inside the
   dialog body) and, when supported, on the `custom-class` placed on the
   dialog wrapper itself for header/body chrome tweaks.
   ========================================================================== */
.el-dialog.ldp-account-dialog,
.el-overlay-dialog .ldp-account-dialog {
  border-radius: 10px !important;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.el-dialog.ldp-account-dialog .el-dialog__header,
.el-overlay-dialog .ldp-account-dialog .el-dialog__header {
  padding: 16px 22px !important;
  border-bottom: 1px solid #e5e8ef;
  margin: 0 !important;
  background: #fafbfd;
}
.el-dialog.ldp-account-dialog .el-dialog__header .el-dialog__title,
.el-overlay-dialog .ldp-account-dialog .el-dialog__header .el-dialog__title {
  color: #1a2540;
  font-size: 16px;
  font-weight: 600;
}
.el-dialog.ldp-account-dialog .el-dialog__body,
.el-overlay-dialog .ldp-account-dialog .el-dialog__body {
  padding: 20px 22px !important;
  color: #1a2540;
}

/* Fallback: if `custom-class` isn't applied by Element Plus, walk up from
   the always-present inner content via :has(). Modern browsers only — safe
   to ignore in older browsers since the nested rules below still render. */
.el-dialog:has(.ldp-account-dialog__content) {
  border-radius: 10px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.el-dialog:has(.ldp-account-dialog__content) .el-dialog__header {
  padding: 16px 22px;
  border-bottom: 1px solid #e5e8ef;
  margin: 0;
  background: #fafbfd;
}
.el-dialog:has(.ldp-account-dialog__content) .el-dialog__header .el-dialog__title {
  color: #1a2540;
  font-size: 16px;
  font-weight: 600;
}
.el-dialog:has(.ldp-account-dialog__content) .el-dialog__body {
  padding: 20px 22px;
  color: #1a2540;
}

/* Add-card form (lives inside the dialog body). */
.ldp-account-dialog__content.ldp-add-card,
.ldp-add-card {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a2540;
  /* Stripe Elements injects an iframe into this wrapper. We style the
     wrapper to look like a normal input; the iframe is full-width. */
}
.ldp-account-dialog__content.ldp-add-card .ldp-form-row,
.ldp-add-card .ldp-form-row {
  margin-bottom: 16px;
}
.ldp-account-dialog__content.ldp-add-card .ldp-form-row label,
.ldp-add-card .ldp-form-row label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #5b6478;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.ldp-account-dialog__content.ldp-add-card .ldp-input,
.ldp-add-card .ldp-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e8ef;
  border-radius: 6px;
  font-size: 14px;
  color: #1a2540;
  background: #fff;
  font-family: inherit;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
  box-sizing: border-box;
}
.ldp-account-dialog__content.ldp-add-card .ldp-input:focus,
.ldp-add-card .ldp-input:focus {
  outline: none;
  border-color: #0075FE;
  box-shadow: 0 0 0 3px rgba(0, 117, 254, 0.15);
}
.ldp-account-dialog__content.ldp-add-card .ldp-input:disabled,
.ldp-add-card .ldp-input:disabled {
  background: #f7f9fc;
  cursor: not-allowed;
}
.ldp-account-dialog__content.ldp-add-card .ldp-stripe-element,
.ldp-add-card .ldp-stripe-element {
  padding: 12px 12px;
  border: 1px solid #e5e8ef;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.ldp-account-dialog__content.ldp-add-card .ldp-stripe-element.StripeElement--focus,
.ldp-add-card .ldp-stripe-element.StripeElement--focus {
  border-color: #0075FE;
  box-shadow: 0 0 0 3px rgba(0, 117, 254, 0.15);
}
.ldp-account-dialog__content.ldp-add-card .ldp-stripe-element.StripeElement--invalid,
.ldp-add-card .ldp-stripe-element.StripeElement--invalid {
  border-color: #d93a3a;
  box-shadow: 0 0 0 3px rgba(217, 58, 58, 0.12);
}
.ldp-account-dialog__content.ldp-add-card .ldp-form-error,
.ldp-add-card .ldp-form-error {
  margin-top: 6px;
  font-size: 12px;
  color: #d93a3a;
  font-weight: 500;
}
.ldp-account-dialog__content.ldp-add-card .ldp-form-hint,
.ldp-add-card .ldp-form-hint {
  margin-top: 6px;
  font-size: 12px;
  color: #5b6478;
}
.ldp-account-dialog__content.ldp-add-card .ldp-checkbox,
.ldp-add-card .ldp-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1a2540;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ldp-account-dialog__content.ldp-add-card .ldp-checkbox input[type=checkbox],
.ldp-add-card .ldp-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #0075FE;
  cursor: pointer;
}

/* Footer buttons inside the add-card dialog. We define `.ldp-btn` styles
   un-scoped here too, since the dialog (and therefore the buttons) live
   outside `.wpcm-my-account-wrapper` once teleported. */
.ldp-add-card__footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.ldp-add-card__footer .ldp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}
.ldp-add-card__footer .ldp-btn i {
  font-size: 13px;
}
.ldp-add-card__footer .ldp-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.ldp-add-card__footer .ldp-btn--primary {
  background: #0075FE;
  color: #fff;
  border-color: #0075FE;
}
.ldp-add-card__footer .ldp-btn--primary:hover:not(:disabled) {
  background: #005FCB;
  border-color: #005FCB;
}
.ldp-add-card__footer .ldp-btn--ghost {
  background: transparent;
  color: #0075FE;
  border-color: #e5e8ef;
}
.ldp-add-card__footer .ldp-btn--ghost:hover:not(:disabled) {
  background: rgba(0, 117, 254, 0.08);
  border-color: #0075FE;
}

/* Inner content — these always work because the class lives on the div
   inside `.el-dialog__body`, no matter where the dialog teleports. */
.ldp-account-dialog__content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a2540;
}
.ldp-account-dialog__content .ldp-order-detail {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px 16px;
  margin: 0;
}
.ldp-account-dialog__content .ldp-order-detail dt {
  color: #5b6478;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.ldp-account-dialog__content .ldp-order-detail dd {
  margin: 0;
  color: #1a2540;
  font-size: 14px;
  font-weight: 500;
  word-break: break-word;
}
.ldp-account-dialog__content .ldp-order-detail__amount {
  color: #0075FE !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.ldp-account-dialog__content .ldp-pill {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.ldp-account-dialog__content .ldp-pill--blue {
  background: rgba(0, 117, 254, 0.08);
  color: #0075FE;
}
.ldp-account-dialog__content .ldp-pill--green {
  background: rgba(30, 166, 114, 0.12);
  color: #1ea672;
}
.ldp-account-dialog__content .ldp-pill--amber {
  background: rgba(197, 129, 26, 0.12);
  color: #c5811a;
}
.ldp-account-dialog__content .ldp-pill--red {
  background: rgba(217, 58, 58, 0.12);
  color: #d93a3a;
}
.ldp-account-dialog__content .ldp-pill--grey {
  background: rgba(107, 114, 128, 0.12);
  color: #6b7280;
}

.hide {
  display: none;
}

.modalOpen .el-notification {
  z-index: 99999999 !important;
}

.modal.fade.in {
  opacity: 1;
}

.modal-backdrop.fade.in {
  opacity: 0.5;
}

.alert {
  position: fixed;
  top: 35px;
  left: 25%;
  z-index: 999;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* .wpcm-custom-select2 {
	.vs__open-indicator {
		background-color: #eee;
		padding: 7px 10px;
	}
} */
body .el-select-dropdown {
  z-index: 999999 !important;
}

.el-select__tags .el-select__input {
  box-shadow: none;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appeance: none;
}

.el-custom-select .el-select.el-select--large {
  display: block;
}
.el-custom-select .el-select .el-input__suffix {
  background-color: #f8f8f8;
  width: 35px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  height: 70%;
  top: 14.5%;
  line-height: 34px;
}
.el-custom-select .el-select .el-input__inner[readonly] {
  background-color: #fff;
}
.el-custom-select .el-select .el-input__inner {
  height: 54px;
  color: #999;
}
.el-custom-select .el-select i.el-input__icon {
  line-height: 34px;
}
.el-custom-select .el-select .el-input.is-focus .el-input__inner {
  border-color: #7470d2;
}

.wpcm-datetime-view .el-date-editor.el-input,
.wpcm-datetime-view .el-date-editor.el-input__inner {
  width: 100%;
}

.el-input-number {
  width: 125px;
  margin-left: 11px;
  /* .el-input__inner {
  	padding-left: 20px;
  	padding-right: 20px;
  } */
}
.el-input-number input.el-input__inner {
  border-radius: 0px;
  border: 1px solid #e6e6e6;
  height: 50px;
  padding: 0 20px;
}
.el-input-number .el-input-number__decrease {
  left: -11px;
}
.el-input-number .el-input-number__increase {
  right: -11px;
}
.el-input-number .el-input-number__decrease,
.el-input-number .el-input-number__increase {
  top: 50%;
  width: 26px;
  height: 30px;
  line-height: 26px;
  background: #f6f6f6;
  color: #69696a;
  font-size: 12px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  transform: translateY(-50%);
}
.el-input-number .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),
.el-input-number .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
  border-color: #7470d2;
}

.wpcm-wrapper .el-button {
  line-height: 1;
}
.wpcm-wrapper .display-block .el-checkbox {
  display: block;
}

.wpcm-ajax-processing {
  width: 20px;
  height: 20px;
  animation: wpcm-spin 2s infinite linear;
  background-image: url("../images/refresh-button.svg");
  display: inline-block;
}
.wpcm-ajax-processing.white {
  background-image: url("../images/refresh-button-white.svg");
}

.action-response {
  padding: 5px 10px;
}
.action-response.success {
  background-color: #d4edda;
  border-color: #d4edda;
  color: #155724;
}
.action-response.danger {
  background-color: #f8d7da;
  border-color: #f8d7da;
  color: #721c24;
}
@keyframes wpcm-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
