.table {
    border-radius: 7px;
}

.table tr th {
    background: rgb(29,106,161);
    background: linear-gradient(0deg, rgba(29,106,161,1) 0%, rgba(36,135,206,1) 100%);
    /* background: linear-gradient(0deg, rgba(74,94,235,1) 0%, rgba(57,196,251,1) 100%); */
    border:1px solid rgba(255,255,255,0.7) !important;
}

.table tr th:nth-child(1) {
    border-top-left-radius: 7px;
}

.table tr th:last-child {
    border-top-right-radius: 7px;
}