*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(59 130 246);
}

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

.data-table th,
.data-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.data-table th:first-child,
.data-table td:first-child {
    position: sticky;
    left: 0;
    background-color: #f5f5f5;
    z-index: 1;
}
