/* =====================================================
   Movador Dokan Withdraw
   Withdraw overview, requests, buttons, and balance cards.

   Scope:
   - Dokan vendor dashboard Withdraw pages only.
   - No Dokan plugin edits.
   - No sidebar, route, Products, Orders, or Settings edits.
   ===================================================== */

body.movador-dokan-dashboard .dokan-withdraw-content,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-content,
body.movador-dokan-dashboard .dokan-withdraw-area,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area {
  color: var(--mv-dokan-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.movador-dokan-dashboard .dokan-react-withdraw > div,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw > div,
body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel,
body.movador-dokan-dashboard .dokan-withdraw-form,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-form {
  background: #ffffff !important;
  border: 1px solid var(--mv-dokan-line) !important;
  border-radius: var(--mv-dokan-radius) !important;
  box-shadow: var(--mv-dokan-shadow-soft) !important;
}

body.movador-dokan-dashboard .dokan-react-withdraw > .dokan-layout,
body.movador-dokan-dashboard .dokan-react-withdraw > .dokan-withdraw-style-reset.dokan-layout,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw > .dokan-layout,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw > .dokan-withdraw-style-reset.dokan-layout {
  min-height: 0 !important;
  height: auto !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area h1,
body.movador-dokan-dashboard .dokan-withdraw-area h2,
body.movador-dokan-dashboard .dokan-withdraw-area h3,
body.movador-dokan-dashboard .dokan-react-withdraw h1,
body.movador-dokan-dashboard .dokan-react-withdraw h2,
body.movador-dokan-dashboard .dokan-react-withdraw h3,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area h1,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area h2,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area h3,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw h1,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw h2,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw h3 {
  color: var(--mv-dokan-ink) !important;
  font-weight: 850 !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-alert,
body.movador-dokan-dashboard .dokan-react-withdraw .dokan-alert,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-alert,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw .dokan-alert {
  border-radius: var(--mv-dokan-radius-sm) !important;
  border-color: rgba(37, 99, 235, 0.18) !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-table tbody tr:hover td,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-table tbody tr:hover td {
  background: rgba(37, 99, 235, 0.035) !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-w5,
body.movador-dokan-dashboard .dokan-withdraw-area .dokan-w6,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-w5,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-w6 {
  color: var(--mv-dokan-text) !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area strong,
body.movador-dokan-dashboard .dokan-react-withdraw strong,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area strong,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw strong {
  color: var(--mv-dokan-blue) !important;
}

/* =====================================================
   Withdraw header cleanup
   Matches the clean Products / Orders title treatment.
   ===================================================== */

body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-dashboard-layout,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-dashboard-layout,
body.movador-dokan-dashboard:has(.dokan-withdraw-content) .dokan-dashboard-layout,
body.dokan-dashboard-fullwidth-template:has(.dokan-withdraw-content) .dokan-dashboard-layout {
  padding: 0 !important;
}

body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-header-title-section,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-header-title-section,
body.movador-dokan-dashboard:has(.dokan-withdraw-content) .dokan-header-title-section,
body.dokan-dashboard-fullwidth-template:has(.dokan-withdraw-content) .dokan-header-title-section,
body.movador-dokan-dashboard .dokan-withdraw-content .dokan-dashboard-header,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-dashboard-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 1220px !important;
  margin: 0 auto 16px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-header-title-section .dokan-header-title,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-header-title-section .dokan-header-title,
body.movador-dokan-dashboard:has(.dokan-withdraw-content) .dokan-header-title-section .dokan-header-title,
body.dokan-dashboard-fullwidth-template:has(.dokan-withdraw-content) .dokan-header-title-section .dokan-header-title {
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-header-title-section .dokan-header-actions,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-header-title-section .dokan-header-actions,
body.movador-dokan-dashboard:has(.dokan-withdraw-content) .dokan-header-title-section .dokan-header-actions,
body.dokan-dashboard-fullwidth-template:has(.dokan-withdraw-content) .dokan-header-title-section .dokan-header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin-left: auto !important;
  gap: 10px !important;
}

body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-header-title-section h1,
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-header-title-section h2,
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-header-title-section h3,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-header-title-section h1,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-header-title-section h2,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-header-title-section h3,
body.movador-dokan-dashboard:has(.dokan-withdraw-content) .dokan-header-title-section h1,
body.movador-dokan-dashboard:has(.dokan-withdraw-content) .dokan-header-title-section h2,
body.movador-dokan-dashboard:has(.dokan-withdraw-content) .dokan-header-title-section h3,
body.dokan-dashboard-fullwidth-template:has(.dokan-withdraw-content) .dokan-header-title-section h1,
body.dokan-dashboard-fullwidth-template:has(.dokan-withdraw-content) .dokan-header-title-section h2,
body.dokan-dashboard-fullwidth-template:has(.dokan-withdraw-content) .dokan-header-title-section h3,
body.movador-dokan-dashboard .dokan-withdraw-content .dokan-dashboard-header h1,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-dashboard-header h1 {
  margin: 0 !important;
  padding: 0 !important;
  color: #0f172a !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(21px, 1.45vw, 25px) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  text-shadow: none !important;
  text-transform: none !important;
  border: 0 !important;
}

body.movador-dokan-dashboard .dokan-withdraw-content .dokan-dashboard-header #dokan-withdraw-request-popup,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-dashboard-header #dokan-withdraw-request-popup {
  display: none !important;
}

/* =====================================================
   Withdraw panels
   Keeps the default Payment Methods section visible so vendors
   can choose their preferred payout method.
   ===================================================== */

body.movador-dokan-dashboard .dokan-withdraw-area .entry-content,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel {
  margin: 0 0 16px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-heading,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-heading {
  padding: 16px 18px !important;
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mv-dokan-line) !important;
  color: var(--mv-dokan-ink) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-heading strong,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-heading strong {
  color: var(--mv-dokan-ink) !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body {
  padding: 18px !important;
  background: #ffffff !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container + .dokan-panel-inner-container,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container + .dokan-panel-inner-container {
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--mv-dokan-line) !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w8,
body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w8,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 {
  width: auto !important;
  float: none !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w8,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w8 {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 {
  position: static !important;
  right: auto !important;
  top: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  margin-left: auto !important;
  transform: none !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container p,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container p {
  margin: 0 !important;
  color: var(--mv-dokan-text) !important;
  line-height: 1.65 !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-withdraw-method-logo,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-withdraw-method-logo {
  display: inline-block !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 10px 0 0 !important;
  vertical-align: middle !important;
  border-radius: 12px !important;
}


/* =====================================================
   Withdraw buttons
   Same visual language as Products / Orders buttons.
   ===================================================== */

body.movador-dokan-dashboard .dokan-react-withdraw button[class*="dokan-btn"],
body.movador-dokan-dashboard .dokan-react-withdraw a.dokan-btn,
body.movador-dokan-dashboard .dokan-withdraw-content .dokan-btn,
body.movador-dokan-dashboard .dokan-withdraw-popup .dokan-btn,
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"],
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-withdraw-style-reset a.dokan-btn,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw button[class*="dokan-btn"],
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw a.dokan-btn,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-btn,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup .dokan-btn,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"],
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-withdraw-style-reset a.dokan-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%) !important;
  color: #ffffff !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.20) !important;
  cursor: pointer !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease !important;
}

body.movador-dokan-dashboard .dokan-react-withdraw button[class*="dokan-btn"] i,
body.movador-dokan-dashboard .dokan-react-withdraw a.dokan-btn i,
body.movador-dokan-dashboard .dokan-withdraw-content .dokan-btn i,
body.movador-dokan-dashboard .dokan-withdraw-popup .dokan-btn i,
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"] i,
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-withdraw-style-reset a.dokan-btn i,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw button[class*="dokan-btn"] i,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw a.dokan-btn i,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-btn i,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup .dokan-btn i,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"] i,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-withdraw-style-reset a.dokan-btn i {
  display: none !important;
}

body.movador-dokan-dashboard .dokan-react-withdraw button[class*="dokan-btn"]:hover,
body.movador-dokan-dashboard .dokan-react-withdraw button[class*="dokan-btn"]:focus-visible,
body.movador-dokan-dashboard .dokan-react-withdraw a.dokan-btn:hover,
body.movador-dokan-dashboard .dokan-react-withdraw a.dokan-btn:focus-visible,
body.movador-dokan-dashboard .dokan-withdraw-content .dokan-btn:hover,
body.movador-dokan-dashboard .dokan-withdraw-content .dokan-btn:focus-visible,
body.movador-dokan-dashboard .dokan-withdraw-popup .dokan-btn:hover,
body.movador-dokan-dashboard .dokan-withdraw-popup .dokan-btn:focus-visible,
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"]:hover,
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"]:focus-visible,
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-withdraw-style-reset a.dokan-btn:hover,
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-withdraw-style-reset a.dokan-btn:focus-visible,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw button[class*="dokan-btn"]:hover,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw button[class*="dokan-btn"]:focus-visible,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw a.dokan-btn:hover,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw a.dokan-btn:focus-visible,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-btn:hover,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-btn:focus-visible,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup .dokan-btn:hover,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup .dokan-btn:focus-visible,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"]:hover,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"]:focus-visible,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-withdraw-style-reset a.dokan-btn:hover,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-withdraw-style-reset a.dokan-btn:focus-visible {
  background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.25) !important;
  outline: none !important;
}

body.movador-dokan-dashboard .dokan-react-withdraw button[class*="dokan-btn"][disabled],
body.movador-dokan-dashboard .dokan-react-withdraw button[class*="dokan-btn"]:disabled,
body.movador-dokan-dashboard .dokan-withdraw-content .dokan-btn[disabled],
body.movador-dokan-dashboard .dokan-withdraw-content .dokan-btn:disabled,
body.movador-dokan-dashboard .dokan-withdraw-popup .dokan-btn[disabled],
body.movador-dokan-dashboard .dokan-withdraw-popup .dokan-btn:disabled,
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"][disabled],
body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"]:disabled,
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw button[class*="dokan-btn"][disabled],
body.dokan-dashboard-fullwidth-template .dokan-react-withdraw button[class*="dokan-btn"]:disabled,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-btn[disabled],
body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-btn:disabled,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup .dokan-btn[disabled],
body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup .dokan-btn:disabled,
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"][disabled],
body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-withdraw-style-reset button[class*="dokan-btn"]:disabled {
  background: #e2e8f0 !important;
  color: #64748b !important;
  box-shadow: none !important;
  cursor: default !important;
  transform: none !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 button,
body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 a.dokan-btn,
body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 #dokan-withdraw-display-requests-button,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 button,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 a.dokan-btn,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 #dokan-withdraw-display-requests-button {
  float: none !important;
}

/* =====================================================
   Withdraw request history
   ===================================================== */

body.movador-dokan-dashboard .dokan-withdraw-status-filter-container,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-status-filter-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 0 16px !important;
  padding: 14px !important;
  background: #ffffff !important;
  border: 1px solid var(--mv-dokan-line) !important;
  border-radius: var(--mv-dokan-radius) !important;
  box-shadow: var(--mv-dokan-shadow-soft) !important;
}

body.movador-dokan-dashboard .dokan-withdraw-status-filter-container .subsubsub,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-status-filter-container .subsubsub {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.movador-dokan-dashboard .dokan-withdraw-status-filter-container .subsubsub li,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-status-filter-container .subsubsub li {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.movador-dokan-dashboard .dokan-withdraw-status-filter-container .subsubsub a,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-status-filter-container .subsubsub a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease !important;
}

body.movador-dokan-dashboard .dokan-withdraw-status-filter-container .subsubsub a:hover,
body.movador-dokan-dashboard .dokan-withdraw-status-filter-container .subsubsub .active a,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-status-filter-container .subsubsub a:hover,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-status-filter-container .subsubsub .active a {
  background: rgba(37, 99, 235, 0.10) !important;
  color: #0f172a !important;
  transform: translateY(-1px) !important;
}

body.movador-dokan-dashboard .dokan-withdraw-status-filter-container .dokan-add-product-link,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-status-filter-container .dokan-add-product-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  float: none !important;
  margin-left: auto !important;
}

body.movador-dokan-dashboard .dokan-withdraw-area table.dokan-table,
body.movador-dokan-dashboard .dokan-withdraw-area table.dokan-table-striped,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area table.dokan-table,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-area table.dokan-table-striped {
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid var(--mv-dokan-line) !important;
  border-radius: var(--mv-dokan-radius) !important;
  box-shadow: var(--mv-dokan-shadow-soft) !important;
}

/* =====================================================
   Withdraw popup
   ===================================================== */

body.movador-dokan-dashboard .dokan-withdraw-popup,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup {
  border-radius: var(--mv-dokan-radius) !important;
  overflow: hidden !important;
}

body.movador-dokan-dashboard .dokan-withdraw-popup h2,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup h2 {
  margin: 0 !important;
  padding: 18px 20px 12px !important;
  color: var(--mv-dokan-ink) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  border-bottom: 1px solid var(--mv-dokan-line) !important;
}

body.movador-dokan-dashboard .dokan-withdraw-popup .dokan-form-control,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup .dokan-form-control {
  min-height: 42px !important;
  border-color: rgba(148, 163, 184, 0.32) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

body.movador-dokan-dashboard .dokan-withdraw-popup .dokan-form-control:focus,
body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup .dokan-form-control:focus {
  border-color: rgba(37, 99, 235, 0.50) !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.10) !important;
  outline: none !important;
}


/* =====================================================
   Withdraw requests landing
   Makes withdraw-requests the cleaner Payments > Withdraw landing.
   ===================================================== */

body.movador-dokan-withdraw-requests-view .movador-withdraw-back-hidden {
  display: none !important;
}

body.movador-dokan-withdraw-requests-view .dokan-withdraw-wrapper.dokan-react-withdraw {
  width: 100% !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-requests-summary {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 10px 30px !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 0 14px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mv-dokan-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-summary-card {
  position: static !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  min-height: 0 !important;
  padding: 0 !important;
  gap: 6px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-summary-card::before {
  content: none !important;
  display: none !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-summary-label {
  display: inline !important;
  margin: 0 !important;
  color: #64748b !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-summary-label::after {
  content: ":" !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-summary-value {
  display: inline !important;
  margin: 0 !important;
  color: #0f172a !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-summary-link {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 0 4px !important;
  color: #2563eb !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  transition: color 0.16s ease !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-summary-link::before {
  content: "·" !important;
  margin-right: 8px !important;
  color: #94a3b8 !important;
  font-weight: 500 !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-summary-link:hover,
body.movador-dokan-withdraw-requests-view .movador-withdraw-summary-link:focus-visible {
  color: #0f172a !important;
  transform: none !important;
  outline: none !important;
}



body.movador-dokan-withdraw-requests-view .movador-withdraw-requests-summary .movador-withdraw-summary-label,
body.movador-dokan-withdraw-requests-view .movador-withdraw-requests-summary .movador-withdraw-summary-value,
body.movador-dokan-withdraw-requests-view .movador-withdraw-requests-summary .movador-withdraw-summary-card strong {
  color: #0f172a !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-requests-summary .movador-withdraw-summary-link,
body.movador-dokan-withdraw-requests-view .movador-withdraw-requests-summary .movador-withdraw-summary-link:visited {
  color: #2563eb !important;
}

body.movador-dokan-withdraw-requests-view .movador-withdraw-requests-summary .movador-withdraw-summary-link:hover,
body.movador-dokan-withdraw-requests-view .movador-withdraw-requests-summary .movador-withdraw-summary-link:focus-visible {
  color: #1d4ed8 !important;
}

body.movador-dokan-withdraw-requests-view .dokan-withdraw-wrapper.dokan-react-withdraw [data-wp-component="DataViews"],
body.movador-dokan-withdraw-requests-view .dokan-withdraw-wrapper.dokan-react-withdraw .dataviews-wrapper,
body.movador-dokan-withdraw-requests-view .dokan-withdraw-wrapper.dokan-react-withdraw .dokan-dataviews-wrapper {
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid var(--mv-dokan-line) !important;
  border-radius: var(--mv-dokan-radius) !important;
  box-shadow: var(--mv-dokan-shadow-soft) !important;
}

@media (max-width: 720px) {
  body.movador-dokan-withdraw-requests-view .movador-withdraw-requests-summary {
    align-items: flex-start !important;
    gap: 8px 18px !important;
    padding-bottom: 12px !important;
  }

  body.movador-dokan-withdraw-requests-view .movador-withdraw-summary-card {
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  body.movador-dokan-dashboard:has(.dokan-react-withdraw) .dokan-header-title-section,
  body.dokan-dashboard-fullwidth-template:has(.dokan-react-withdraw) .dokan-header-title-section,
  body.movador-dokan-dashboard:has(.dokan-withdraw-content) .dokan-header-title-section,
  body.dokan-dashboard-fullwidth-template:has(.dokan-withdraw-content) .dokan-header-title-section,
  body.movador-dokan-dashboard .dokan-withdraw-content .dokan-dashboard-header,
  body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-dashboard-header {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
  }

  body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container,
  body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container,
  body.movador-dokan-dashboard .dokan-withdraw-status-filter-container,
  body.dokan-dashboard-fullwidth-template .dokan-withdraw-status-filter-container {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.movador-dokan-dashboard .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5,
  body.dokan-dashboard-fullwidth-template .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5,
  body.movador-dokan-dashboard .dokan-withdraw-status-filter-container .dokan-add-product-link,
  body.dokan-dashboard-fullwidth-template .dokan-withdraw-status-filter-container .dokan-add-product-link {
    width: 100% !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
  }

  body.movador-dokan-dashboard .dokan-withdraw-content .dokan-btn,
  body.movador-dokan-dashboard .dokan-withdraw-popup .dokan-btn,
  body.dokan-dashboard-fullwidth-template .dokan-withdraw-content .dokan-btn,
  body.dokan-dashboard-fullwidth-template .dokan-withdraw-popup .dokan-btn {
    min-height: 38px !important;
    padding: 0 15px !important;
    font-size: 12.5px !important;
  }
}
