.upload .dragInfo {
    font-size: 2.5rem;
    color: white;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);;
    font-weight: bold;
    pointer-events: none;
}

.upload .dragInfo.line {
    position: fixed;
    width: calc(100vw - 3rem);
    height: calc(100vh - 3rem);
    transform: none;
    top: 1rem;
    left: 1rem;
    border: 0.5rem dashed white;
}

.upload .dragInfo .icon svg {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -150%);
    width: 5rem;
}

.upload.onDrag {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #236EBD;
    box-sizing: border-box;
}

.upload.onDrag .dragInfo {
    display: block;
}

.upload .uploadOptions {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upload.onDrag .uploadOptions {
    display: none;
}

.upload .uploadOptions span {
    display: block;
    margin-top: 0.5rem;
    text-align: center;
}

.title-text {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#confirmTitle {
    position: absolute;
    text-align: center;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.confirmation {
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 75%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

img.question {
    display: block;
    margin: 1em auto;
}

p {
    display: block;
    color: white !important;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

p.question {
    margin: 1em 1.2em;
}

p.answer {
    margin: 1em 10px;
    padding: 0.3em;
    
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -webkit-transition: .1s ease-in;
}

img.answer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

img {
    max-width: 95%;
    min-width: 15%;
    max-height: 100%;
    min-height: 4em;

    width: auto;
    height: auto;
}

@media only screen and (max-width: 600px) {
    img {
        max-width: 95%;
        max-height: 100%;
        min-width: 0%;
        min-height: 0%;


        width: auto;
        height: auto;
    }
}

img.answer.selected {
    border: 5px solid rgb(30, 135, 240);
    transition: border-width 0.1s linear;
}

img.answer.correct {
    border: 5px solid rgb(0, 255, 0);
    transition: border-width 0.1s linear;
}

img.answer.wrong {
    border: 5px solid rgb(255, 0, 0);
    transition: border-width 0.1s linear;
}

img.answer.notselected {
    border: 5px solid rgb(253, 249, 0);
    transition: border-width 0.1s linear;
}

p.answer.selected {
    box-shadow: inset 0 0 0 5px rgb(30, 135, 240);
    transition: box-shadow 0.1s linear;
    border: 1px solid transparent;
}

p.answer.correct {
    box-shadow: inset 0 0 0 5px rgb(0, 255, 0);
    transition: box-shadow 0.1s linear;
    border: 1px solid transparent;
}

p.answer.wrong {
    box-shadow: inset 0 0 0 5px rgb(255, 0, 0);
    transition: box-shadow 0.1s linear;
    border: 1px solid transparent;
}

p.answer.notselected {
    box-shadow: inset 0 0 0 5px rgb(253, 249, 0);
    transition: box-shadow 0.1s linear;
    border: 1px solid transparent;
}

p.answer:hover {
    cursor: pointer;
    color: rgb(30, 135, 240);
    background: #7a7a7a0f;

    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -webkit-transition: .1s ease-in;
}

p.answer.selected:hover {
    cursor: pointer;
    color: rgb(30, 135, 240);
}

p.answer.correct:hover {
    cursor: pointer;
    color: rgb(0, 255, 0);
}

p.answer.wrong:hover {
    cursor: pointer;
    color: rgb(255, 0, 0);
}

p.answer.notselected:hover {
    cursor: pointer;
    color: rgb(253, 249, 0);
}

.sidebar {
    position: sticky;
    top: 0;
}

#answersHolder {
    position: sticky;
    bottom: 0;
    background: #222222;
    padding: 15px 0 15px 0;
}

#answersHolder .uk-icon {
    max-width: 15%;
    display: block;
    margin: 0 auto;
}

.self-assessment-button-correct {
    background-color: #2d8d2d;
    height: 5vw;
    margin: 0 10px 0 20px;
    width: calc(50% - 30px);
}

.self-assessment-button-correct:focus, 
.self-assessment-button-correct:hover {
    background-color: #267926;
}
 
.self-assessment-button-wrong {
    height: 5vw;
    margin: 0 20px 0 10px;
    width: calc(50% - 30px);
}

#confirmButton:focus, 
#confirmButton:hover {
    background-color: #267926;
}

#endScreen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#confirmButton {
    background-color: #2d8d2d;
}

.section-title.darker {
    background: #121212;
}

.section-title {
    display: block;
    text-align: center;
    background: #1a1a1a;
    color: #959595;
    font-size: 1.1rem;
    padding: 0.4rem;
}

.exit-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    padding: 0.0rem;
}

.timer {
    display: block;
    text-align: center;
    color: white;
    font-size: 3rem;
}

.question-list {
    padding: 1rem;
}

.question-list div {
    display: inline-block;
    background: #363636;
    color: white;
    font-size: 1.3rem;
    line-height: 2em;
    width: 2em;
    height: 2em;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0rem .2rem;
}

.question-list div::before {
    content: "";
    display: block;
    background: #363636;
    width: 1em;
    height: 1em;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
}

.question-list .wrong::before, 
.legend .wrong {
    background: #f44336;
}

.question-list .active::before, 
.legend .active{
    background: #1e87f0;
} 

.question-list .correct::before, 
.legend .correct {
    background: #4caf50;
}

.question-list .correct.wrong::before, 
.legend .correct.wrong {
    background: #ffc107;
}

.legend {
    display: block;
    text-align: center;
    padding-bottom: 1rem;
}

.legend .circle {
    width: .5em;
    height: .5em;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 0.2rem;
}
