/* Shared table and rating-cell base styles. */
/* Stable table rows: values may change, row height must not jump. */
.quiz-data-table th,
.quiz-data-table td,
.ratio-board th,
.ratio-board td {
    white-space: nowrap;
}

.quiz-data-table .td-content-wrapper,
.quiz-data-table .ratio_item,
.ratio-board .td-content-wrapper,
.ratio-board .ratio_item,
.item-score {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quiz-data-table thead tr th {
    padding: 10px 15px;
    background: #4a48934f;
    /* font-family: "Noto Sans", Sans-serif; */
    font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
    font-weight:400;
    font-size:12px;
    text-transform: uppercase;
    color: #bbbbbbd9;
}

.td-action {
    font-size:16px;
    color:var(--gold-header-color);
    text-align: center;
}

.td-action .material-symbols-outlined {
    font-size:16px!important;
}

.ratio_item {
    color:white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.td-timer {
    display: flex;
    margin: 10px;
    justify-content: center;
}

.td-timer:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-position: center;
    margin-left: 2.75rem;
    margin-right: 0.65rem;
}
