.review-tables {
    min-height: 60vh;
    padding: 3%;
    overflow-x: auto;
}
.hidden-row {
    display: none;
}
table td .review-table-input {
    z-index: 1000;

}

.review-tables table {
    border-left: none;
    border-right: none;
}
.review-tables table thead .head {
    background-color: #e6e6e6;
}
.review-tables td table {
    border-left: 1px solid #858796;
    border-right: 1px solid #858796;
}
.review-tables td table th {
    border-top: 1px solid #858796;
    border-bottom: 1px solid #858796;
}
.review-tables td table td {
    border-top: 1px solid #858796;
    border-bottom: 1px solid #858796;
}

.review-tables td .action {
    width: fit-content;
}

.review-tables form .pagination .page-link {
    color: #00263E;
}
.review-tables form .pagination .disabled .page-link {
    color: rgb(133, 135, 150);
}
.review-tables form .pagination .active .page-link {
    background-color: rgb(133, 135, 150);
    border-color: rgb(133, 135, 150);
    color: #e6e6e6;
}