.ideal-matrix-table table.table {
    border-collapse: collapse !important;
}

.ideal-matrix-table table.table th,
.ideal-matrix-table table.table td {
    border: 1px solid #d0d4da !important;
}

/* sticky header */
.ideal-matrix-table table.table thead th {
    position: sticky;
    top: 0;
    z-index: 4;
    background: #f3f4f6 !important;
    border-bottom: 2px solid #bfc4cc !important;
}

/* sticky ID */
.ideal-matrix-table table.table th:nth-child(1),
.ideal-matrix-table table.table td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 5;
    background: #fff !important;
}

.workspace-limit {
    max-width: 100vw !important;
    margin-left: calc(75% - 50vw);
    margin-right: calc(75% - 50vw);
}
