:root {
  --theme-pro-bg: #f6f8f8;
  --theme-pro-surface: #ffffff;
  --theme-pro-line: #dbe4e3;
  --theme-pro-text: #061318;
  --theme-pro-primary: #006fac;
}

body.customers {
  background: var(--theme-pro-bg) !important;
  color: var(--theme-pro-text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

body.customers .navbar-default {
  background: #10201f !important;
  border: 0;
}

body.customers .navbar-default .navbar-nav > li > a,
body.customers .navbar-default .navbar-brand {
  color: #d7e8e7 !important;
}

body.customers .panel_s,
body.customers .panel-body,
body.customers .table,
body.customers .well {
  border-color: var(--theme-pro-line);
  border-radius: 8px;
  box-shadow: none;
}

body.customers .btn-primary {
  border-color: var(--theme-pro-primary) !important;
  background: var(--theme-pro-primary) !important;
  border-radius: 7px;
  font-weight: 600;
}
