/* Custom styles for Building Management System */

body {
    background-color: #f8f9fc;
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.custom-navbar {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%) !important;
}

.navbar-brand, .nav-link {
    color: #fff !important;
}

.nav-link.active, .nav-link:hover {
    background: rgba(255,255,255,0.15);
    border-radius: 5px;
}

.user-name {
    font-weight: 600;
}

.card {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.card-header {
    border-bottom: 1px solid #e3e6f0;
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.stat-card {
    padding: 1.5rem;
}

.stat-card h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #4e73df;
}

.stat-card p {
    color: #5a5c69;
    margin-bottom: 0;
}

.table th {
    border-top: none;
    background-color: #f8f9fc;
}

.btn {
    border-radius: 0.35rem;
}

.form-control {
    border-radius: 0.35rem;
}

footer {
    margin-top: auto;
}
/* Additional styles for consumption pages */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.card-text.display-6 {
    font-size: 1.8rem;
    font-weight: 700;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

/* Additional styles for admin pages */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

/* Modal styles */
.modal-header {
    background-color: #4e73df;
    color: white;
}

/* Card header styles */
.card-header {
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}