/*Appform*/
.hideInput,
input.hideInput{
    /* DON'T USE display: none; BECAUSE IT BREAKS app-form.js foundHID */
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0;
    margin: 0;
}
.technical-center-poster {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.technical-center-poster > img {
    width: 50%;
    height: auto;
    aspect-ratio: 4 / 5;
}
.technical-center-poster > div {
    height: 28rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mainFormWrapper h2{
    border-top: 1px solid #888;
    margin-top: 1rem;
    padding-top: 0.5rem;
    text-align: center;
}
h2 {
    text-align: center;
}
input[type="checkbox"]#hid74,
input[type="checkbox"]#hid96,
input[type="checkbox"]#hid94 {
    margin-block-end: 0;
}
.tcLinkWarning{
    margin-bottom: 0;
    opacity: 0.5;
    text-decoration: underline;
}
.tc-button,
.tc-button:hover,
.tc-button:focus{
        -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #333;
    margin: 0 0 0.5rem;
    padding: 0;
}
.tc-button.confirmed:before{
    content: '\2713';
    color: green;
    margin-right: 0.5rem;
}
.tc-button u{
    color: red;
}
.tc-container{
    border: 1px solid #ddd;
    display: none;
    margin-bottom: 1rem;
    padding: 1rem;
}
.tc-button-close{
    margin-inline-start: auto;
    padding: 0.25rem 0.5rem;
}
.d-inline {
    display: inline !important;
}
.small {
    font-size: 0.9rem;
    margin: -0.1rem auto 0;
}
.centered {
    text-align: center;
    padding-top: 0.5rem;  
    padding-bottom: 0.5rem;
}