/* Skycop Legal - Application Styles */

body {
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.navbar-brand {
    font-weight: 700;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.table th {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
}

.badge-priority-low { background-color: #6c757d; }
.badge-priority-medium { background-color: #0d6efd; }
.badge-priority-high { background-color: #fd7e14; }
.badge-priority-urgent { background-color: #dc3545; }

.status-badge {
    display: inline-block;
    padding: 0.25em 0.5em;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
}

#notificationBadge {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.6rem;
}

#notificationDropdown {
    min-width: 300px;
    max-height: 400px;
    overflow-y: auto;
}
