/* 紧急样式覆盖 */
.dashboard-icon {
    font-size: 2rem !important;
    width: 50px !important;
    height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    color: #fff !important;
}

.park-icon { background-color: #4e73df !important; }
.building-icon { background-color: #1cc88a !important; }
.room-icon { background-color: #36b9cc !important; }
.company-icon { background-color: #f6c23e !important; }
.area-icon { background-color: #6f42c1 !important; }
.rented-icon { background-color: #e74a3b !important; }
.vacant-icon { background-color: #858796 !important; }

.dashboard-label {
    color: #858796 !important;
    font-size: 0.85rem !important;
    margin-bottom: 0.1rem !important;
    text-transform: uppercase !important;
}

.dashboard-value {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #5a5c69 !important;
}

.dashboard-card {
    border: none !important;
    border-radius: 0.5rem !important;
    background-color: #fff !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
} 
