
/* Vazirmatn Universal Persian Typography & Placeholder Enforcement */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

body, button, input, select, textarea, table, th, td, .font-mono, .badge, .badge-count, .wallet-amount {
    font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

input::placeholder, textarea::placeholder {
    font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    opacity: 0.75;
}

/**
 * Palette Panel - Professional WordPress Dashboard & Commerce Styles
 * Author: Palette Digital Agency (https://palette.agency/)
 * Self-Contained, Standalone & Offline-Capable (Zero CDN Dependencies)
 */

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap');

/* Fallback local / CDN font-face for Material Symbols in restricted networks */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('https://cdn.jsdelivr.net/npm/material-symbols@0.14.3/material-symbols-outlined.woff2') format('woff2');
  font-display: swap;
}

:root {
  --palette-primary: #4c5e8b;
  --palette-primary-dim: #40527f;
  --palette-primary-container: #b6c8fc;
  --palette-on-primary: #f9f8ff;
  --palette-on-primary-container: #2e416c;
  --palette-secondary: #585f72;
  --palette-secondary-dim: #4c5366;
  --palette-secondary-container: #dbe2f9;
  --palette-on-secondary-container: #4a5164;
  --palette-tertiary: #6b5680;
  --palette-tertiary-dim: #5f4b73;
  --palette-tertiary-container: #e7cdfe;
  --palette-on-tertiary-container: #56426a;
  --palette-surface: #f9f9fe;
  --palette-surface-container: #ecedf6;
  --palette-surface-container-low: #f2f3fb;
  --palette-surface-container-high: #e6e8f1;
  --palette-surface-container-lowest: #ffffff;
  --palette-on-surface: #2f323b;
  --palette-on-surface-variant: #5b5f68;
  --palette-outline: #777b84;
  --palette-outline-variant: #dfe2ed;
  --palette-error: #a83836;
  --palette-error-container: #fa746f;
  --palette-radius: 1.5rem;
  --palette-font: 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Tahoma, sans-serif;
}

/* Backward compatibility CSS variables */
:root {
  --serene-primary: var(--palette-primary);
  --serene-primary-dim: var(--palette-primary-dim);
  --serene-primary-container: var(--palette-primary-container);
  --serene-on-primary: var(--palette-on-primary);
  --serene-on-primary-container: var(--palette-on-primary-container);
  --serene-secondary: var(--palette-secondary);
  --serene-secondary-container: var(--palette-secondary-container);
  --serene-tertiary: var(--palette-tertiary);
  --serene-tertiary-container: var(--palette-tertiary-container);
  --serene-on-tertiary-container: var(--palette-on-tertiary-container);
  --serene-surface: var(--palette-surface);
  --serene-surface-container: var(--palette-surface-container);
  --serene-surface-container-low: var(--palette-surface-container-low);
  --serene-surface-container-high: var(--palette-surface-container-high);
  --serene-surface-container-lowest: var(--palette-surface-container-lowest);
  --serene-on-surface: var(--palette-on-surface);
  --serene-on-surface-variant: var(--palette-on-surface-variant);
  --serene-outline: var(--palette-outline);
  --serene-outline-variant: var(--palette-outline-variant);
  --serene-error: var(--palette-error);
  --serene-error-container: var(--palette-error-container);
}

/* Container & Typography Reset */
.palette-app, .serene-app, body.palette-body, body.serene-body {
  font-family: var(--palette-font) !important;
  direction: rtl !important;
  text-align: right !important;
  color: var(--palette-on-surface);
  background-color: var(--palette-surface);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.palette-app *, .serene-app * {
  box-sizing: border-box;
}

.palette-app *:not(.material-symbols-outlined):not([class*="material-symbols"]),
.serene-app *:not(.material-symbols-outlined):not([class*="material-symbols"]) {
  font-family: var(--palette-font);
}

/* Material Symbols Rendering Fix */
.material-symbols-outlined,
.palette-app .material-symbols-outlined,
.serene-app .material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr !important;
  text-align: center;
  vertical-align: middle;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Standalone Utility Classes for Palette Panel Frontend & Modals */
.bg-primary { background-color: var(--palette-primary) !important; }
.bg-primary-dim { background-color: var(--palette-primary-dim) !important; }
.bg-primary-container { background-color: var(--palette-primary-container) !important; }
.bg-secondary { background-color: var(--palette-secondary) !important; }
.bg-secondary-container { background-color: var(--palette-secondary-container) !important; }
.bg-tertiary { background-color: var(--palette-tertiary) !important; }
.bg-tertiary-container { background-color: var(--palette-tertiary-container) !important; }
.bg-surface { background-color: var(--palette-surface) !important; }
.bg-surface-container { background-color: var(--palette-surface-container) !important; }
.bg-surface-container-low { background-color: var(--palette-surface-container-low) !important; }
.bg-surface-container-high { background-color: var(--palette-surface-container-high) !important; }
.bg-surface-container-lowest { background-color: var(--palette-surface-container-lowest) !important; }
.bg-background { background-color: var(--palette-surface) !important; }
.bg-white { background-color: #ffffff !important; }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1) !important; }
.bg-white\/20 { background-color: rgba(255, 255, 255, 0.2) !important; }
.bg-slate-900\/60 { background-color: rgba(15, 23, 42, 0.6) !important; }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5) !important; }
.bg-black\/60 { background-color: rgba(0, 0, 0, 0.6) !important; }
.bg-emerald-50 { background-color: #ecfdf5 !important; }
.bg-emerald-500\/10 { background-color: rgba(16, 185, 129, 0.1) !important; }
.bg-amber-50 { background-color: #fffbeb !important; }
.bg-amber-500 { background-color: #f59e0b !important; }
.bg-amber-500\/10 { background-color: rgba(245, 158, 11, 0.1) !important; }
.bg-blue-50 { background-color: #eff6ff !important; }
.bg-blue-500\/10 { background-color: rgba(59, 130, 246, 0.1) !important; }
.bg-rose-50 { background-color: #fff1f2 !important; }
.bg-sky-50 { background-color: #f0f9ff !important; }
.bg-transparent { background-color: transparent !important; }

.bg-gradient-to-br { background-image: linear-gradient(135deg, var(--palette-primary) 0%, var(--palette-primary-dim) 100%) !important; }
.bg-gradient-to-l { background-image: linear-gradient(to left, var(--palette-primary) 0%, var(--palette-primary-dim) 50%, #0f172a 100%) !important; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--palette-primary) 0%, var(--palette-primary-dim) 100%) !important; }

.text-primary { color: var(--palette-primary) !important; }
.text-primary-dim { color: var(--palette-primary-dim) !important; }
.text-on-primary { color: var(--palette-on-primary) !important; }
.text-on-primary-container { color: var(--palette-on-primary-container) !important; }
.text-secondary { color: var(--palette-secondary) !important; }
.text-on-secondary-container { color: var(--palette-on-secondary-container) !important; }
.text-tertiary { color: var(--palette-tertiary) !important; }
.text-on-surface { color: var(--palette-on-surface) !important; }
.text-on-surface-variant { color: var(--palette-on-surface-variant) !important; }
.text-white { color: #ffffff !important; }
.text-white\/80 { color: rgba(255, 255, 255, 0.8) !important; }
.text-white\/70 { color: rgba(255, 255, 255, 0.7) !important; }
.text-emerald-600 { color: #059669 !important; }
.text-emerald-700 { color: #047857 !important; }
.text-amber-600 { color: #d97706 !important; }
.text-amber-700 { color: #b45309 !important; }
.text-rose-500 { color: #f43f5e !important; }
.text-rose-600 { color: #e11d48 !important; }
.text-rose-700 { color: #be123c !important; }
.text-sky-700 { color: #0369a1 !important; }
.text-blue-600 { color: #2563eb !important; }

.border-primary { border-color: var(--palette-primary) !important; }
.border-outline-variant { border-color: var(--palette-outline-variant) !important; }
.border-outline-variant\/20 { border-color: rgba(223, 226, 237, 0.2) !important; }
.border-outline-variant\/30 { border-color: rgba(223, 226, 237, 0.3) !important; }
.border-outline-variant\/40 { border-color: rgba(223, 226, 237, 0.4) !important; }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1) !important; }
.border-rose-200 { border-color: #fecdd3 !important; }
.border-emerald-200 { border-color: #a7f3d0 !important; }
.border-none { border-style: none !important; border-width: 0 !important; }

/* Grid, Flex & Layout utilities */
.flex { display: flex !important; }
.inline-flex { display: inline-flex !important; }
.grid { display: grid !important; }
.hidden { display: none !important; }
.block { display: block !important; }
.inline-block { display: inline-block !important; }
.items-center { align-items: center !important; }
.items-start { align-items: flex-start !important; }
.items-stretch { align-items: stretch !important; }
.justify-center { justify-content: center !important; }
.justify-between { justify-content: space-between !important; }
.justify-around { justify-content: space-around !important; }
.justify-end { justify-content: flex-end !important; }
.flex-col { flex-direction: column !important; }
.flex-1 { flex: 1 1 0% !important; }
.flex-wrap { flex-wrap: wrap !important; }
.shrink-0 { flex-shrink: 0 !important; }
.gap-1 { gap: 0.25rem !important; }
.gap-1\.5 { gap: 0.375rem !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-2\.5 { gap: 0.625rem !important; }
.gap-3 { gap: 0.75rem !important; }
.gap-3\.5 { gap: 0.875rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-5 { gap: 1.25rem !important; }
.gap-6 { gap: 1.5rem !important; }
.gap-8 { gap: 2rem !important; }

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }

/* Spacing & Sizing */
.w-full { width: 100% !important; }
.w-fit { width: fit-content !important; }
.w-8 { width: 2rem !important; }
.w-9 { width: 2.25rem !important; }
.w-10 { width: 2.5rem !important; }
.w-11 { width: 2.75rem !important; }
.w-12 { width: 3rem !important; }
.w-16 { width: 4rem !important; }
.w-64 { width: 16rem !important; }
.w-72 { width: 18rem !important; }
.w-80 { width: 20rem !important; }

.h-full { height: 100% !important; }
.h-8 { height: 2rem !important; }
.h-9 { height: 2.25rem !important; }
.h-10 { height: 2.5rem !important; }
.h-11 { height: 2.75rem !important; }
.h-12 { height: 3rem !important; }
.h-16 { height: 4rem !important; }
.h-44 { height: 11rem !important; }
.h-screen { height: 100vh !important; }
.min-h-screen { min-height: 100vh !important; }

.max-w-sm { max-width: 24rem !important; }
.max-w-md { max-width: 28rem !important; }
.max-w-lg { max-width: 32rem !important; }
.max-w-xl { max-width: 36rem !important; }
.max-w-2xl { max-width: 42rem !important; }
.max-w-3xl { max-width: 48rem !important; }
.max-w-4xl { max-width: 56rem !important; }
.max-w-5xl { max-width: 64rem !important; }
.max-w-6xl { max-width: 72rem !important; }
.max-w-7xl { max-width: 80rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.mt-0\.5 { margin-top: 0.125rem !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 0.75rem !important; }
.mt-4 { margin-top: 1rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mt-8 { margin-top: 2rem !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 0.75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.my-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; }

.p-1 { padding: 0.25rem !important; }
.p-1\.5 { padding: 0.375rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-2\.5 { padding: 0.625rem !important; }
.p-3 { padding: 0.75rem !important; }
.p-3\.5 { padding: 0.875rem !important; }
.p-4 { padding: 1rem !important; }
.p-5 { padding: 1.25rem !important; }
.p-6 { padding: 1.5rem !important; }
.p-7 { padding: 1.75rem !important; }
.p-8 { padding: 2rem !important; }
.p-12 { padding: 3rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
.px-3\.5 { padding-left: 0.875rem !important; padding-right: 0.875rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
.px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-7 { padding-left: 1.75rem !important; padding-right: 1.75rem !important; }
.px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-1\.5 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-2\.5 { padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; }
.py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
.py-3\.5 { padding-top: 0.875rem !important; padding-bottom: 0.875rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-4 { padding-top: 1rem !important; }
.pt-6 { padding-top: 1.5rem !important; }
.pt-20 { padding-top: 5rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 0.75rem !important; }
.pb-4 { padding-bottom: 1rem !important; }
.pb-5 { padding-bottom: 1.25rem !important; }
.pb-24 { padding-bottom: 6rem !important; }
.pb-28 { padding-bottom: 7rem !important; }

.space-y-1 > * + * { margin-top: 0.25rem !important; }
.space-y-2 > * + * { margin-top: 0.5rem !important; }
.space-y-3 > * + * { margin-top: 0.75rem !important; }
.space-y-4 > * + * { margin-top: 1rem !important; }
.space-y-6 > * + * { margin-top: 1.5rem !important; }
.space-y-8 > * + * { margin-top: 2rem !important; }

.rounded-lg { border-radius: 0.5rem !important; }
.rounded-xl { border-radius: 0.75rem !important; }
.rounded-2xl { border-radius: 1rem !important; }
.rounded-3xl { border-radius: 1.5rem !important; }
.rounded-\[2rem\] { border-radius: 2rem !important; }
.rounded-full { border-radius: 9999px !important; }

.border { border-width: 1px !important; }
.border-2 { border-width: 2px !important; }
.border-b { border-bottom-width: 1px !important; }
.border-t { border-top-width: 1px !important; }
.border-l { border-left-width: 1px !important; }
.border-r { border-right-width: 1px !important; }
.border-dashed { border-style: dashed !important; }

.shadow-xs { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; }
.shadow-sm { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important; }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; }

.text-\[10px\] { font-size: 10px !important; }
.text-\[11px\] { font-size: 11px !important; }
.text-xs { font-size: 0.75rem !important; line-height: 1rem !important; }
.text-sm { font-size: 0.875rem !important; line-height: 1.25rem !important; }
.text-base { font-size: 1rem !important; line-height: 1.5rem !important; }
.text-lg { font-size: 1.125rem !important; line-height: 1.75rem !important; }
.text-xl { font-size: 1.25rem !important; line-height: 1.75rem !important; }
.text-2xl { font-size: 1.5rem !important; line-height: 2rem !important; }
.text-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; }
.font-medium { font-weight: 500 !important; }
.font-semibold { font-weight: 600 !important; }
.font-bold { font-weight: 700 !important; }
.font-black { font-weight: 900 !important; }
.font-mono { font-family: monospace, Tahoma, sans-serif !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }

.cursor-pointer { cursor: pointer !important; }
.transition-all { transition-property: all !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 150ms !important; }
.transition-colors { transition-property: color, background-color, border-color !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; transition-duration: 150ms !important; }
.transition-transform { transition-property: transform !important; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; }
.duration-300 { transition-duration: 300ms !important; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important; }

.fixed { position: fixed !important; }
.absolute { position: absolute !important; }
.relative { position: relative !important; }
.inset-0 { top: 0px !important; right: 0px !important; bottom: 0px !important; left: 0px !important; }
.top-0 { top: 0px !important; }
.right-0 { right: 0px !important; }
.left-0 { left: 0px !important; }
.bottom-0 { bottom: 0px !important; }
.z-30 { z-index: 30 !important; }
.z-40 { z-index: 40 !important; }
.z-50 { z-index: 50 !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-y-auto { overflow-y: auto !important; }
.backdrop-blur-sm { backdrop-filter: blur(4px) !important; -webkit-backdrop-filter: blur(4px) !important; }
.backdrop-blur-md { backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; }
.backdrop-blur-lg { backdrop-filter: blur(16px) !important; -webkit-backdrop-filter: blur(16px) !important; }

/* Transforms & Drawers */
.transform { transform: translateZ(0); }
.translate-x-full { transform: translateX(100%) !important; }
.translate-x-0 { transform: translateX(0px) !important; }

/* ==========================================
 * Responsive Breakpoints (md >= 768px)
 * ========================================== */
@media (min-width: 768px) {
  .md\:hidden { display: none !important; }
  .md\:flex { display: flex !important; }
  .md\:block { display: block !important; }
  .md\:grid { display: grid !important; }
  .md\:mr-64 { margin-right: 16rem !important; }
  .md\:w-64 { width: 16rem !important; }
  .md\:w-9 { width: 2.25rem !important; }
  .md\:h-9 { height: 2.25rem !important; }
  .md\:w-12 { width: 3rem !important; }
  .md\:h-12 { height: 3rem !important; }
  .md\:pt-20 { padding-top: 5rem !important; }
  .md\:px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
  .md\:px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
  .md\:pb-12 { padding-bottom: 3rem !important; }
  .md\:text-base { font-size: 1rem !important; line-height: 1.5rem !important; }
  .md\:text-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; }
  .md\:text-sm { font-size: 0.875rem !important; line-height: 1.25rem !important; }
  .md\:translate-x-0 { transform: translateX(0px) !important; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .md\:flex-row { flex-direction: row !important; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .lg\:col-span-2 { grid-column: span 2 / span 2 !important; }
}


/* ==========================================
 * 🌓 Enhanced Dark Mode Contrast & Components
 * ========================================== */
html.dark, html.dark body.palette-body, html.dark .palette-app, html.dark .serene-app {
  --palette-surface: #0b1329 !important;
  --palette-surface-container: #151f38 !important;
  --palette-surface-container-low: #111a30 !important;
  --palette-surface-container-high: #1e294b !important;
  --palette-surface-container-lowest: #182344 !important;
  --palette-on-surface: #ffffff !important;
  --palette-on-surface-variant: #cbd5e1 !important;
  --palette-outline-variant: #283556 !important;
  background-color: #0b1329 !important;
  color: #ffffff !important;
}

html.dark header, html.dark aside, html.dark nav {
  background-color: rgba(17, 26, 48, 0.95) !important;
  border-color: rgba(40, 53, 86, 0.8) !important;
}

html.dark .bg-surface-container-lowest,
html.dark .bg-white {
  background-color: #182344 !important;
  color: #ffffff !important;
}

html.dark .bg-surface-container-low {
  background-color: #111a30 !important;
}

html.dark .bg-surface-container-high {
  background-color: #1e294b !important;
}

html.dark .text-on-surface,
html.dark .text-slate-800,
html.dark .text-slate-900 {
  color: #ffffff !important;
}

html.dark .text-on-surface-variant,
html.dark .text-slate-600,
html.dark .text-slate-500 {
  color: #cbd5e1 !important;
}

html.dark input, html.dark select, html.dark textarea {
  background-color: #111a30 !important;
  color: #ffffff !important;
  border-color: #283556 !important;
}

html.dark .border-outline-variant\/30,
html.dark .border-outline-variant\/20,
html.dark .border-outline-variant\/10,
html.dark .border-slate-200,
html.dark .border-slate-100 {
  border-color: #283556 !important;
}

html.dark table th {
  background-color: #111a30 !important;
  color: #e2e8f0 !important;
}

html.dark table td {
  border-color: #283556 !important;
  color: #ffffff !important;
}

html.dark tr:hover td {
  background-color: rgba(30, 41, 75, 0.5) !important;
}
