/* Notification Dropdown Styles */
.notification-dropdown {
    min-width: 380px;
    max-width: 420px;
    background: #1a1a2e;
    border: 1px solid #2d2d44;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.notification-header {
    background: #16162a;
    border-bottom: 1px solid #2d2d44 !important;
}

.notification-header h6 {
    color: #fff;
    font-weight: 600;
}

.notification-header .btn-link {
    color: #818cf8;
    font-size: 0.875rem;
}

.notification-header .btn-link:hover {
    color: #a5b4fc;
}

.notification-list {
    background: #1a1a2e;
}

.notification-item {
    border-bottom: 1px solid #2d2d44 !important;
    background: #1a1a2e;
    transition: background-color 0.2s;
}

.notification-item.unread {
    background-color: rgba(129, 140, 248, 0.1);
}

.notification-item:hover {
    background-color: #22223a !important;
}

.notification-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(129, 140, 248, 0.15);
    border-radius: 8px;
}

.notification-icon i {
    font-size: 1.25rem;
    color: #818cf8;
}

.notification-title {
    color: #fff;
    font-size: 0.9375rem;
}

.notification-message {
    color: #a1a1aa !important;
    font-size: 0.8125rem;
}

.notification-file {
    color: #71717a !important;
    font-size: 0.75rem;
}

.notification-time {
    color: #71717a !important;
    font-size: 0.75rem;
}

.notification-actions .btn-primary {
    background: #818cf8;
    border-color: #818cf8;
    font-size: 0.8125rem;
    padding: 0.375rem 0.75rem;
}

.notification-actions .btn-primary:hover {
    background: #6366f1;
    border-color: #6366f1;
}

.notification-actions .btn-outline-secondary {
    border-color: #3f3f46;
    color: #a1a1aa;
    font-size: 0.8125rem;
    padding: 0.375rem 0.75rem;
}

.notification-actions .btn-outline-secondary:hover {
    background: #3f3f46;
    border-color: #52525b;
    color: #e4e4e7;
}

.notification-footer {
    background: #16162a;
    border-top: 1px solid #2d2d44 !important;
}

.notification-footer a {
    color: #818cf8;
    font-size: 0.875rem;
}

.notification-footer a:hover {
    color: #a5b4fc;
}

.notification-bell .btn-link {
    border: none;
    background: none;
}

.notification-bell .btn-link:hover {
    background: none;
}

.notification-bell .badge {
    font-size: 0.625rem;
    padding: 0.25em 0.5em;
}
