/* static/css/styles.css */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    color: #63b7d3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Navbar customizations */
.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

footer {
    font-size: 0.9rem;
    color: #666;
}

/* Button styles */
.btn-primary {
    background-color: #63b7d3;
    border-color: #63b7d3;
}

.btn-primary:hover {
    background-color: #4ea3c0;
    border-color: #4ea3c0;
}

/* Additional custom styles as needed */

.btn-generate-report {
    background-color: #4FC3A1 !important;
    border-color: #4FC3A1 !important;
    color: #FFFFFF !important; /* Adjust text color if needed */
}

.btn-generate-report:hover {
    background-color: #3FAD8F !important; /* Slightly darker on hover */
    border-color: #3FAD8F !important;
}

.navbar-nav .nav-link {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.8rem 1.2rem;
}
