:root {
  --eg-bg: #ffffff;
  --eg-surface: #ffffff;
  --eg-text: #111111;
  --eg-muted: #4b5563;
  --eg-border: #e5e7eb;
  --eg-accent: #1f5ea8;
  --eg-accent-soft: #eef4fb;
}

html, body,
body .app,
body .layout-container,
body .content,
body .content-wrapper,
body .main-content,
body .dashboard,
body main,
body [role="main"] {
  background: #ffffff !important;
  color: #111111 !important;
}

body aside,
body nav[aria-label="Sidebar"],
body [data-sidebar],
body [class*="sidebar"] {
  background: #ffffff !important;
  border-right: 1px solid #e5e7eb !important;
  color: #111111 !important;
  width: 18rem !important;
  min-width: 18rem !important;
}

body aside *,
body nav[aria-label="Sidebar"] * {
  color: #111111 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

body header,
body .topbar,
body .w-header,
body [class*="header"] {
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb !important;
  color: #111111 !important;
}

body .card,
body .panel,
body .module,
body .dashboard-card,
body .stat-card,
body .form-row,
body .boxed,
body .box,
body .tile,
body .w-panel,
body .w-summary,
body .w-fieldset,
body .w-tabs,
body .help-panel,
body .unfold-card,
body [class*="card"],
body [class*="panel"] {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: none !important;
  color: #111111 !important;
}

body,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body label,
body span,
body div,
body li,
body td,
body th,
body strong,
body small,
body a {
  color: #111111 !important;
}

body .muted,
body .text-muted,
body .subtitle,
body small {
  color: #4b5563 !important;
}

body .eg-btn-primary,
body .btn-primary,
body .button-primary,
body button[type="submit"],
body input[type="submit"],
body .button,
body .w-button,
body .w-header [class*="button"] {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
}

body [aria-current="page"],
body .active,
body .is-active,
body .selected,
body .current,
body .badge,
body .pill,
body .tag,
body [class*="badge"] {
  background: #eef4fb !important;
  color: #1f5ea8 !important;
  border: 1px solid #d6e5f8 !important;
}

body [href*="settings"],
body button[aria-label*="settings" i],
body a[aria-label*="settings" i],
body [title*="settings" i],
body [data-icon="settings"],
body .icon-settings,
body .fa-cog,
body .fa-gear {
  display: none !important;
}
