body.customers.infament-modern-theme-enabled {
  --infament-primary: #605dff;
  --infament-bg: #f6f8fc;
  --infament-card: #ffffff;
  --infament-border: #e8edf5;
  --infament-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
  --infament-radius: 14px;

  background: var(--infament-bg);
}

body.customers.infament-modern-theme-enabled .panel_s,
body.customers.infament-modern-theme-enabled .panel,
body.customers.infament-modern-theme-enabled .card,
body.customers.infament-modern-theme-enabled .table,
body.customers.infament-modern-theme-enabled .modal-content {
  border-radius: var(--infament-radius);
}

body.customers.infament-modern-theme-enabled .panel_s,
body.customers.infament-modern-theme-enabled .panel,
body.customers.infament-modern-theme-enabled .card {
  background: var(--infament-card);
  border: 1px solid var(--infament-border);
  box-shadow: var(--infament-shadow);
}

body.customers.infament-modern-theme-enabled .navbar-default {
  border-bottom: 1px solid var(--infament-border);
  background: #fff;
}

body.customers.infament-modern-theme-enabled .btn-primary {
  border-color: var(--infament-primary);
  background: var(--infament-primary);
  border-radius: 10px;
}

body.customers.infament-modern-theme-enabled .form-control {
  border-radius: 10px;
  border-color: var(--infament-border);
}

body.customers.infament-modern-theme-enabled .table > thead > tr > th {
  background: #f9fafb;
  border-bottom: 1px solid var(--infament-border);
}

