.header {
    background-image: var(--banner-image);
}
.header-page-description{
    font-family: var(--alternate-font-family);
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(147.17deg, #0664EF -4.19%, #7FC6F9 114.63%);
    background: -webkit-linear-gradient(147.17deg, var(--primary-color) -4.19%, var(--primary-alt-color) 114.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: left;
}
.result-brief{
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    border: solid 2px #F7F7FA;
    width: fit-content;
    border-radius: 2ch;
    padding:2ch;
    width:40ch;
}
.result-brief-icon{
    width:5ch;
    height:5ch;
    background: linear-gradient(265.5deg, #A8C7E4 3.6%, #ACF0FF 122.87%);
    border-radius: 100%;
    grid-row: 1;
    grid-row-end: 5;
    margin:auto;
}
.result-brief-icon span{
    display: block;
    width: 40%;
    height: 40%;
    background-image: url(../images/view_student_result/Start.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 30% 0 0 30%;
}
.result-brief label{
    font-size: 0.93em;
    color: #3A3A3F;
    -webkit-text-fill-color: unset;
    background:unset;
}
.main-container {
    background: white;
}
.test-controls {
    display: flex;
    justify-content: center;
    position:unset;
}
.test-table-header {
    top: 0;
}
.result-brief-time-icon{
    width:5ch;
    height:5ch;
    background: linear-gradient(265.5deg, #A8C7E4 3.6%, #ACF0FF 122.87%);
    border-radius: 100%;
    margin-right: 2ch;
    margin-left: auto;
}
.result-brief-time-icon span{
    background-image: url(../images/view_student_result/time_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 50%;
    height: 50%;
    margin: 25% 0 0 25%;
}
.result-statistics label{
    font-size: 1.2em;
}
.result-statistics {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    display:none;
}
.result-statistics fieldset{
    display:grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
}
.result-statistics fieldset label:nth-child(2){
    font-weight: bold;
    color: black;
    background: unset;
    -webkit-text-fill-color: unset;
}
.competency-controls{
    display: flex;
    justify-content: space-evenly;
    font-size: 1.5em;
}
.competency-controls select,
.competency-controls select option:checked,
.competency-controls select option:checked{
    font-weight:bold;
}
.user-name-column{
    text-transform: capitalize;
}

.test-content.capitals .question-container,
.test-content.multiple-choice .question-container{
    border: solid 1px gray;
    display: block;
    margin: 2ch auto auto auto;
}
.test-content.capitals .question-container[data-question-id=""],
.test-content.multiple-choice .question-container[data-question-id=""]{
    display: none;
}

.content-container .question-container .question-article{
    display:block;
}
