/* Project custom styles */
body {font-family: Tahoma, Arial, sans-serif; }
.sidebar { min-width: 200px; }
.card { border-radius: 12px; }
/* small screens adjustments */
@media (max-width: 767.98px) {
  .sidebar { position: relative; height: auto; }
}
