.dashboard-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
    height: 90%;
}

.card-text{
    font-size: large;
}

.card-title{
    font-size: large;
}

.dashboard-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.chart-container {
    height: 300px;
    margin-top: 20px;
}

.nav-pills .nav-link.active {
    background-color: #1abc9c;
}

.module-section {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #2c3e50;
}