body {
    margin: 0;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.66);
    z-index: 99999;
}
.overlay div {
    position: absolute;
    text-align: center;
    width: 50%;
    margin-left: 15%;
    margin-top: 20%;
    border: .3em solid black;
    border-radius: .3em;
    padding: 1.5em;
    background-color: lightgray;
    font-family: Ubuntu, Verdana, sans-serif;
    font-size: 1.5em;
}
a.back {
    margin-top: .7em;
    text-decoration: underline;
}
.submit {
    display: block;
    width: 15em;
    margin-left: 25%;
    border: .3em solid black;
    border-radius: .3em;
    padding: .7em;
    margin-top: 1em;
    background-color: mediumspringgreen;
    font-family: Ubuntu, Verdana, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}
.bg-slate-400 {
    background-color: mediumspringgreen;
}
.choices__item {
    font-size: 1.5em !important;
}

h1 {
    font-weight: bold;
}

form {
    font-family: Ubuntu, Verdana, sans-serif;
    font-size: 1.5em;
}
form a {
    text-decoration: underline;
}
form section.page {
    padding-top: 1.5em;
}
form section.page > div {
    padding: 1em;
}
form section.page > div:nth-child(2n) {
    background-color: #cccccc;
}

section.page-inactive {
    display: none;
}

label {
    font-weight: bold;
}
div.info {
    font-size: .6em;
}
select {
    width: 100%;
}
.hidden {
    display: none;
}
.bg-active {
    background-color: darkgreen;
}
.errortext {
    color: darkred;
    font-weight: bold;
}
input:invalid {
    border-color:darkred;
    box-shadow:0 0 0 3px tomato
}
.infotext {
    display: block;
}
.bold {
    font-weight: bold;
}

.signature_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.signature_qr {
    padding: 1em;
    background-color: #fff;
}
div.signature {
    margin-left: 1em;
    width: 400px;
    height: 170px;
    font-size: .6em;
}
canvas.signature_field {
    width: 100%;
    height: 150px;
    border: 2px groove #666;
    background-color: #cccccc;
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px'><text y='50%'>🖉</text></svg>") 0 22, auto;
}
div.signature > span {
    cursor: pointer;
}
div.signature > span::before {
    content: '↻';
    cursor: pointer;
}

ueq-element {
    max-width: 100%;
}
p.block {
    white-space: pre-line;
}
.combobox svg {
    width: 1em;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    padding: .2em;
    background-color: #cccccc;
    font-weight: bold;
}
footer {
    position: fixed;
    width: 100%;
    font-size: 1.2em;
    bottom: 0;
    padding: .2em;
    background-color: #cccccc;
}
footer a {
    text-decoration: underline;
}
.blur {
    backdrop-filter: blur(5px);
}
.video-overlay {
    backdrop-filter: blur(5px);
    text-align: center;
    vertical-align: center;
    position: absolute;
    top: 6em;
    width: 66%;
    height: 100%;

}
.support-option {
    margin: 1em;
    height: 1em;
    width: 1em;
}