.selected_line_in_table{
    background-color: aquamarine;
    border: 1px solid rgb(73, 192, 152);
}

.input_data tbody tr{
    cursor: pointer;
}

.input_data table th:last-child,
.input_data table td:last-child {
    display: none;
}
