/* NiceAdmin Template Enhancements for E-Trans Checkpoint System */

/* Activity items styling */
.activity {
    padding: 20px 0;
}

.activity .activity-item {
    padding: 10px 0;
    border-bottom: 1px solid #ebeef4;
}

.activity .activity-item:last-child {
    border-bottom: none;
}

.activity .activite-label {
    color: #899bbd;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
}

.activity .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
    margin-right: 10px;
}

.activity .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
}

/* Chart containers */
#reportsChart, #budgetChart {
    min-height: 300px;
}

/* Dashboard info cards */
.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #main {
        margin-top: 60px;
        padding: 10px;
    }
    
    .pagetitle h1 {
        font-size: 20px;
    }
    
    .card-title {
        font-size: 16px !important;
    }
}
