table {
    border-collapse: collapse;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    white-space: nowrap;
}
.editable__table {
    outline: 1.5px solid #FF7A64;
    margin: 1px;
}
.editable__table th:focus-visible, .editable__table td:focus {
    outline: 1px solid #FF7A64;
}
thead th {
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    min-width: 150px;
    font-weight: 500;
    text-align: left;
    cursor: text;
}

tbody td {
    border: 1px solid #dee2e6;
    min-width: 150px;
    padding: 8px 12px;
    background-color: #fff;
    text-align: left;
    cursor: text;
}


td,
th {
    overflow: hidden;
    text-overflow: ellipsis;
}

table::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

table::-webkit-scrollbar-thumb {
    background-color: rgba(211, 211, 211, 0.795);
    border-radius: 4px;
}
.response-textContainer::-webkit-scrollbar {
    width: 6px;
}
.response-textContainer::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

.response-textContainer::-webkit-scrollbar-thumb {
    background: rgb(141, 141, 141);
    cursor: grab;
}
