:root {
    --fzea-primary: #2894ac;
    --fzea-primary-dark: #207a8c;
}

body {
    background-color: #f8f9fa;
}

.bg-custom {
    background-color: var(--fzea-primary) !important;
}

.text-custom {
    color: var(--fzea-primary) !important;
}

/* Barra superior fina */
.top-bar {
    background-color: var(--fzea-primary);
    color: white;
    padding: 5px 0;
    font-size: 0.9rem;
}

.top-bar a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}

.top-bar a:hover {
    color: white;
}

/* Header branco com Logo */
.portal-header {
    background-color: white;
    padding: 30px 0;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}

/* Sidebar e Cards */
.sidebar-header, .card-header-custom {
    background-color: var(--fzea-primary);
    color: white;
    font-weight: bold;
    border-radius: 0.375rem 0.375rem 0 0 !important;
}

.list-group-item.active {
    background-color: var(--fzea-primary);
    border-color: var(--fzea-primary);
}

.card {
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}
