.sticky-table {
    border-top: none !important;
}

.sticky-table thead {
}

.sticky-table th {
    border-top: none !important;
    position: sticky;
    top: 0;
    background: white;
    outline: #dee2e6 1px solid;
}

@media (prefers-color-scheme: dark) {

    .sticky-table th {
        background: #191d21 !important;
        outline: #343a40 !important;
    }

}