:root {
    --primary-blue: #003366;
    --accent-blue: #4da6ff;
}

/* Algemene stijlen */
.sidebar {
    background: #f8f9fa;
    min-height: calc(100vh - 56px);
}

.nav-link.active {
    background-color: var(--primary-blue);
    color: white !important;
}

.navbar {
    background-color: var(--primary-blue);
}

.form-control:focus {
    border-color: var(--accent-blue);
    box-shadow: 0 0 0 0.2rem rgba(77, 166, 255, 0.25);
}

/* Login pagina */
.login-card {
    max-width: 420px;
    margin: 0 auto;
}

/* Map stijlen */
#map {
    height: 280px;
    border-radius: 8px;
}

#map.large {
    height: 320px;
    border-radius: 12px;
    border: 2px solid #dee2e6;
}

/* Language dropdown */
.dropdown-toggle-no-caret::after {
    display: none !important;
}

/* Foto upload label */
#upload-label.text-success {
    border-color: #198754 !important;
    color: #198754 !important;
}

.card-header {
    background-color: rgba(77, 166, 255, 0.15) !important;
    color: #003366;
}
/* Extra ruimte voor herhalingen verwijderen */
