﻿.main-results {
    padding-left: 1rem !important;
}

.sub-results {
    padding-left: 2rem !important;
}

.first-row {
    --bs-table-bg: var(--secondary-color) !important;
}

th.first-row:not(.table-scroll-row-header) {
    box-shadow: none !important;
}

.benchmark {
    font-weight: normal !important;
}

.min, .max {
    min-width: 6rem !important;
    vertical-align: middle;
}

.void {
    --bs-table-bg: aliceblue;
    background-color: aliceblue;
}

.form-select {
    text-align: center;
    width: 15rem;
    display: inline;
}

.right-border {
    border-right-width: thick;
}

.category-correct {
    color: green !important;
}

.category-correct-uncofirmed {
    color: dodgerblue !important;
}

.category-error {
    color: deeppink !important;
}

.category-missing {
    color: blue !important;
}

.category-unknown {
    color: darkorange !important;
}

.category-wrong {
    color: red !important;
}

.div-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#input-page {
    width: 4rem;
    height: 2rem;
}

#select-rows {
    width: 10.0rem;
    height: 2rem;
}

#page-div {
    background-color: var(--secondary-color);
    height: 3rem;
    width: 100%;
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#page-div > * > *:not(:last-child) {
    margin-right: 0.25rem;
}

#page-div > * {
    width: 33%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
