.tip {
    font-size: .8rem;
    color: #808080;
    font-style: italic;
}

.failed {
    background-color: #722828 !important;
}

input:not([type="checkbox"],[type="radio"]) {
    width: 100%;
}

table {
    white-space: nowrap;
    width: auto;
}

.error-column {
    white-space: normal !important;
    min-width: 400px;
}

tr, td, th {
    max-width: unset;
}

tr:nth-child(odd) {
    background: var(--background-body);
}

td:first-child, th:first-child {
    position: sticky;
    left: 0;
    background: inherit;
}

.table-anchor {
    display: flex;
    justify-content: center;
}

.table-container {
    width: calc(100vw - 20px);
    min-width: calc(100vw - 20px);
    overflow: auto;
}

tr {
    position: relative;
}

tr.rebuilding:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000db;
    z-index: 1;
}

tr.rebuilding:after {
    content: "Rebuilding... Please refresh in a few seconds";
    position: fixed;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 2;
}
