:root {
    --rmp-primary: #2f6fed;
}

body {
    background-color: #f5f6fa;
}

.sidebar .nav-link {
    border-radius: 8px;
    padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
}

.sidebar .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
    font-weight: 600;
}

.sidebar .nav-link:hover:not(.disabled) {
    background-color: rgba(255, 255, 255, 0.08);
}

.card {
    border-radius: 10px;
}

.table thead th {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
}
