table{
    border-collapse: collapse;
    width: 100%;
}
td,th{
    padding: 10px;
}
/* Select only the first row */
tr:first-child{
        background: var(--primary-color)!important;
        color: white;
        text-align: center;
        font-weight: 600;
}
table td a{
color:var(--primary-color);    font-weight: 500;
}