body {
    background-color: #f8f9fa;
}

.sidebar {
    width: 16rem;
    background-color: white;
    border-right: 1px solid #e9ecef;
    height: 100vh;
    position: fixed;
}

.main-content {
    margin-left: 16rem;
    flex: 1;
}

.nav-link {
    color: #4b5563;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    margin-bottom: 0.25rem;
}

    .nav-link:hover {
        background-color: #f9fafb;
        color: #111827;
    }

    .nav-link.active {
        background-color: #e0f2fe;
        color: #2563eb;
        border: 1px solid #93c5fd;
    }

.card {
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.table-responsive {
    border-radius: 0.5rem;
    overflow: hidden;
}

.badge-field {
    background-color: #e5e7eb;
    color: #111827;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}