.table-input { 
    border: 1px solid #dee2e6; 
    border-radius: 4px; 
    text-align: center; 
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.table-input::-webkit-datetime-edit {
    display: flex;
    justify-content: center;
    width: 100%;
}

.table-input::-webkit-calendar-picker-indicator {
    margin: 0;
}
