.container {
    margin-top: 20px;
}

.navbar-nav-wrapper {
    overflow-x: auto;
    white-space: nowrap;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-nav .nav-item {
    white-space: nowrap;
}

.navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

.chart-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

canvas {
    width: 100% !important;
    height: 300px !important;
}

.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}

.card-header {
    background-color: #f8f9fa;
    font-weight: bold;
}

h2, h3, .card-title {
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.navbar-brand {
    font-weight: bold;
    color: #87CEEB !important;
}

.navbar-nav .nav-link {
    color: #333 !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #87CEEB !important;
}

.navbar-arrow {
    color: white;
}
.chart-container {
    width: 100%;
    max-width: 800px; /* Increase the max-width */
    margin: 0 auto;
}

#overallPieChart {
    width: 100% !important;
    height: 500px !important; /* Increase the height */
}

