/* ClubVault RMM skin */
:root {
  --q-primary: #d4af5a !important;
  --q-secondary: #e4c878 !important;
  --q-accent: #d4af5a !important;
  --q-dark: #0a0a0b !important;
  --q-dark-page: #0a0a0b !important;
  --q-positive: #34d399 !important;
  --q-negative: #f87171 !important;
  --q-warning: #fbbf24 !important;
  --q-info: #d4af5a !important;
}
html, body, #q-app {
  background: #0a0a0b !important;
  color: #ededef !important;
}
.q-header, .q-drawer, .q-toolbar {
  background: #111113 !important;
  color: #ededef !important;
  border-color: #2a2a2e !important;
}
.q-toolbar__title, .text-primary {
  color: #d4af5a !important;
}
.bg-primary, .q-btn.bg-primary {
  background: #d4af5a !important;
  color: #0a0a0b !important;
}
.q-page, .q-card, .q-table {
  background: #141416 !important;
  color: #ededef !important;
}
.q-table th, .q-table td, .text-grey, .text-grey-7, .text-grey-8 {
  color: #8b8b93 !important;
}
.q-table tbody tr:hover {
  background: #1c1c1f !important;
}
a { color: #e4c878 !important; }
.q-page-container {
  background: radial-gradient(ellipse at 50% 20%, #1a1810 0%, #0a0a0b 55%) !important;
}
