body {

    background: #f5f7fa;

    color: #212529;

}


.campus-navbar {

    background:
        linear-gradient(
            90deg,
            #198754,
            #0d6efd
        );

}


.page-title h2 {

    font-weight: 700;

}


.page-title p {

    color: #6c757d;

}


.filter-card {

    border: none;

    border-radius: 12px;

}


.info-card {

    border: none;

    border-radius: 12px;

}


.data-card {

    border: none;

    border-radius: 12px;

    height: 100%;

    transition:
        transform 0.2s,
        box-shadow 0.2s;

}


.data-card:hover {

    transform: translateY(-3px);

}


.data-card .card-body {

    padding: 20px;

}


.data-card h6 {

    color: #6c757d;

    font-weight: 600;

}


.data-card h2 {

    font-weight: 700;

    margin-top: 8px;

    margin-bottom: 3px;

}


.data-card span {

    color: #6c757d;

    font-size: 0.85rem;

}


.total-card {

    border-left:
        5px solid #0d6efd;

}


.emission-card {

    border-left:
        5px solid #fd7e14;

}


.emission-total-card {

    border-left:
        5px solid #dc3545;

}


.section-title {

    margin-bottom: 15px;

}


.section-title h4 {

    font-weight: 700;

}


.chart-card {

    border: none;

    border-radius: 12px;

}


.chart-card .card-header {

    background: white;

    border-bottom:
        1px solid #eee;

    font-weight: 600;

}


.chart-container {

    position: relative;

    height: 350px;

}


.table-card {

    border: none;

    border-radius: 12px;

}


.table-card .card-header {

    background: white;

    font-weight: 600;

}


.table th {

    white-space: nowrap;

}


.table td {

    white-space: nowrap;

}