.timesheet-table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}

.timesheet-table th,
.timesheet-table td {
    border: 1px solid #ddd;
    padding: 4px 6px;
    text-align: center;
    font-size: 13px;
}

.timesheet-table thead th {
    background: #f0f3f6;
    font-weight: 600;
}

.sticky-col {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 5;
    font-weight: 600;
}

.cellInput {
    width: 36px;
    height: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cellInput:focus {
    outline: none;
    border-color: #4da3ff;
    background: #eaf3ff;
}
