.table {
    width: 100%;
    border-collapse: collapse;
    /*    min-width: 680px;*/

}

.thead {}

.th,
.td {
    border-bottom: 1px solid rgb(127, 127, 127);
    padding: 8px 0;
}

.th {
    text-align: start;
    padding: 8px 0;
    position: sticky;
    top: -1px;
    z-index: 88899;
}
