@charset "UTF-8";

.listview-search-eraser {
    border-left: none;
    border-right: none;
    background-color: #fff;
    transform: translateX(-1px);
}

.listview-wrapper .table-striped > tbody > tr:nth-of-type(2n+1) > * {
    --bs-table-bg-type: rgba(0, 0, 0, .03);
}

.listview-wrapper pre.td-json {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.listview-wrapper .table-responsive {
    overflow-y: visible;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
