:root, :root.dark {
  --background: 0 0% 0% !important;
  --foreground: 226 64% 88% !important;
  --card: 0 0% 0% !important;
  --card-foreground: 226 64% 88% !important;
  --popover: 237 16% 23% !important;
  --popover-foreground: 226 64% 88% !important;
  --primary: 199 76% 69% !important;
  --primary-foreground: 0 0% 0% !important;
  --secondary: 234 13% 31% !important;
  --secondary-foreground: 226 64% 88% !important;
  --muted: 237 16% 23% !important;
  --muted-foreground: 228 24% 72% !important;
  --accent: 199 76% 69% !important;
  --accent-foreground: 0 0% 0% !important;
  --destructive: 343 81% 75% !important;
  --destructive-foreground: 0 0% 0% !important;
  --border: 234 13% 31% !important;
  --input: 234 13% 31% !important;
  --ring: 199 76% 69% !important;
}

.bg-success,
.bg-green-400, .bg-green-500, .bg-green-700 {
  background-color: #a6e3a1 !important;
}
.bg-red-400, .bg-red-500, .bg-red-600, .bg-red-700 {
  background-color: #f38ba8 !important;
}
.bg-yellow-400, .bg-yellow-500 {
  background-color: #f9e2af !important;
}

.text-white.bg-green-400, .text-white.bg-green-500, .text-white.bg-green-700,
.text-white.bg-red-400, .text-white.bg-red-500, .text-white.bg-red-600, .text-white.bg-red-700,
.text-white.bg-yellow-400, .text-white.bg-yellow-500 {
  color: #000 !important;
}

footer, #settings {
  display: none !important;
}
