


.respub-list-container {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    min-width: 800px;
    overflow-x: auto;
}


.respub-list-header, .respub-list-row {
    display: grid;
    grid-template-columns: 100px 100px 150px 100px;
    gap: 10px;
    padding: 5px;
    align-items: center;
    text-align: left;
}

.respub-list-row > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.respub-list-header > div,
.respub-list-row > div {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
    display: inline-block;
    width: 100%;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.respub-list-row.even {
    background-color: #ffffff;
}

.respub-list-row.odd {
    background-color: #e9ecef;
}

.respub-list-row > div {
    font-size: 12px;
}

.respub-list-row > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.respub-list-row input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.respub-list-row.even {
    background-color: #ffffff;
}

.respub-list-row.odd {
    background-color: #e9ecef;
}

.respub-list-row > div {
    font-size: 12px;
}

.respub-list-row > div:nth-child(-n+3) {
    text-align: left;
}



