:root {
    --arco-primary: #0d3b66;
}

.navbar.bg-dark {
    background: linear-gradient(90deg, #0d3b66, #14537f) !important;
}

.card {
    border: none;
}

.list-group-item-action .text-secondary {
    font-size: 0.8rem;
}

.table td a {
    text-decoration: none;
    font-weight: 600;
}
