.hideInput,
input.hideInput{
    display: none;
}

.noVis {
    visibility: hidden;
    position: absolute;
}

.instr {
    font-size: 0.9rem;
    font-style: italic;
}

/* MODAL */
#modalMessage {
    line-height:1.6;
}

.d-none {
    display: none;
}

/* MODAL END */

h2 {
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.5rem;
}

a:hover,
a[data-type] {
    cursor: pointer;
    color: #db0000;
}

.checkboxList li {
    display: flex;
    align-items: center;
}