table {
    border-collapse: collapse;
    width: 100%;
}

.table-wrapper {
    max-height: 469.22px;
    min-width: 759.19px;
    overflow-x: auto;        
    overflow-y: auto;
    
    border-radius: 6px;
}

/* sticky header */
table thead {
    position: sticky;
    top: 0;
    z-index: 2;
}

.table-wrapper::-webkit-scrollbar {
    width: 6px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}