/* wwwroot/css/site.css */
.sidebar {
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

    .sidebar .nav-link {
        padding: 0.5rem 1rem;
        border-radius: 4px;
        margin: 2px 8px;
    }

        .sidebar .nav-link:hover {
            background-color: rgba(255,255,255,0.1);
        }

.menu-section {
    margin-bottom: 1rem;
}

.dashboard-container {
    min-height: calc(100vh - 56px); /* Adjust based on your navbar height */
}

.main-content {
    background-color: #f8f9fa;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}