@charset "UTF-8";

html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
@media (min-width: 768px) {
    h1 {
        max-width: 30rem !important;
    }
}
@media (min-width: 992px) {
    h1 {
        max-width: 40rem !important;
    }
}
footer {
    position: sticky;
    top: 100vh;
    width: 100%;
}
input[type=radio] + label img {
    border: 3px solid rgba(13, 110, 253, 0);
}
input[type=radio]:checked + label img {
    border: 3px solid rgb(13, 110, 253);
}
#thinking-time .progress-bar {
    width: 100%;
    transition: width 10s;
}
#thinking-time.in-progress .progress-bar {
    width: 0;
}
body.LC_Page_Diagnosis_S #container {
    padding-top: 2rem !important;
}
#return-to-start-page {
    margin-top: 40rem;
}
