:root{
  --viwi-bg:#f6f8fb;
  --viwi-surface:#ffffff;
  --viwi-surface-2:#fbfcfe;
  --viwi-line:#e7ebf0;
  --viwi-text:#151821;
  --viwi-muted:#667085;
  --viwi-orange:#f97316;
  --viwi-orange-2:#ea580c;
  --viwi-orange-soft:#fff2e7;
  --viwi-shadow:0 10px 24px rgba(16,24,40,.08);
  --viwi-shadow-soft:0 16px 40px rgba(16,24,40,.06);
  --viwi-radius:18px;
  --viwi-radius-lg:24px;
}

body.viwi-cleanup-pass .recovery-note,
body.viwi-cleanup-pass .recovery-banner,
body.viwi-cleanup-pass [class*="recovery"],
body.viwi-cleanup-pass [id*="recovery"]{
  display:none !important;
}

body.viwi-cleanup-pass .pill,
body.viwi-cleanup-pass .badge,
body.viwi-cleanup-pass .label{
  background:#fff !important;
  color:#9a3412 !important;
  border:1px solid #f3d1b3 !important;
}

body.viwi-cleanup-pass .page-title,
body.viwi-cleanup-pass .viwi-dashboard-title,
body.viwi-cleanup-pass .viwi-kpi-title{
  font-size:28px !important;
  font-weight:800 !important;
  letter-spacing:-.03em !important;
}

body.viwi-cleanup-pass .viwi-kpi-value,
body.viwi-cleanup-pass .earnings_count,
body.viwi-cleanup-pass .booking_count,
body.viwi-cleanup-pass .service_count,
body.viwi-cleanup-pass .worker_count{
  font-weight:800 !important;
  letter-spacing:-.03em;
}

body.viwi-cleanup-pass .card,
body.viwi-cleanup-pass .box,
body.viwi-cleanup-pass .panel,
body.viwi-cleanup-pass .small-box,
body.viwi-cleanup-pass .info-box{
  border-radius:22px !important;
  box-shadow:var(--viwi-shadow-soft) !important;
}

body.viwi-cleanup-pass .table th{
  background:#fff7ed !important;
  color:#7c2d12 !important;
}

body.viwi-cleanup-pass .table td,
body.viwi-cleanup-pass .table th{
  border-color:#eef2f7 !important;
}

body.viwi-cleanup-pass .btn,
body.viwi-cleanup-pass button{
  min-height:38px !important;
  padding:0 14px !important;
  border-radius:12px !important;
  font-size:13px !important;
  font-weight:700 !important;
}

body.viwi-cleanup-pass .box-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff7ed;
  border:1px solid #fed7aa;
}

body.viwi-cleanup-pass .business-analytics .card-box{
  padding:28px 22px 18px !important;
  border-radius:22px !important;
}

body.viwi-cleanup-pass .dataTables_processing{
  background:#fff !important;
  border:1px solid #e7ebf0 !important;
  border-radius:16px !important;
  box-shadow:0 12px 28px rgba(16,24,40,.08);
}

body.viwi-cleanup-pass .topbar,
body.viwi-cleanup-pass .navbar,
body.viwi-cleanup-pass .header,
body.viwi-cleanup-pass .main-header{
  box-shadow:0 6px 18px rgba(16,24,40,.05) !important;
}

body.viwi-cleanup-pass .sidebar,
body.viwi-cleanup-pass .left-sidebar,
body.viwi-cleanup-pass .main-sidebar{
  box-shadow:0 12px 28px rgba(16,24,40,.05) !important;
}
