.dashboard-page .dashboard-grid {
    margin-top: 0.25rem;
}

.hover-scale:hover {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15) !important;
    }
    .transition-all {
        transition: all 0.3s ease-in-out;
    }
    .tracking-wide {
        letter-spacing: 0.05em;
    }

/* Recent Activity Section */
.list-group-item-action {
    padding: 1rem 1.5rem !important;
}

.list-group-item-action:hover {
    background-color: #f8f9fa !important;
    border-left: 4px solid #667eea !important;
    padding-left: calc(1.5rem - 4px) !important;
}

.hover-primary {
    transition: all 0.3s ease-in-out;
}

.list-group-item-action h6 {
    color: #212529;
    transition: color 0.2s ease;
}

.list-group-item-action:hover h6 {
    color: #667eea;
}

/* Profile Card Enhancement */
.bg-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.profile-avatar {
    position: relative;
    z-index: 10;
    margin-top: -50px;
}

.profile-avatar img,
.profile-avatar .rounded-circle {
    border: 5px solid #fff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.card-header.bg-gradient {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

/* Button Hover Effects */
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(102, 126, 234, 0.4);
}

.btn-outline-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(220, 53, 69, 0.2);
}

.btn {
    transition: all 0.3s ease-in-out;
}

/* Empty State */
.bi-inbox {
    opacity: 0.5;
}

@media (max-width: 760px) {
    .dashboard-actions .btn {
        width: 100%;
    }
    
    .list-group-item-action:hover {
        border-left: 4px solid #667eea !important;
    }
}
