/* ############################################# */
/* haiForms-global - nicht löschen oder anpassen */

/* übernommen aus BKK Pfalz, Stand 17.10.22 */

.CXCheckbox:focus-within,
.CXSelect .XSelect.XCheckbox:focus-within,
.CXSelect .XSelect.XRadio:focus-within,
.CXSelect .XQuestTable:focus-within {
    background-color: transparent;
    outline: none;
}


@font-face{
    font-family:"Fontawesome900Solid";
    src: url("/includes/ressource?mid=102&name=fa-solid-900.woff2") format("woff2"),
            url("/includes/ressource?mid=102&name=fa-solid-900.ttf") format("ttf");
}

/*  WaitingScreen */
.waitingOverlay {
    display: block;
    z-index:  1000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.95;
    background-size: cover;
    background-color: #fff;
}

.waitingOverlayContent {
    font-size: 2em !important;
    line-height: 1.5em;
    color: #000;
    padding-top: 15%;
    text-align: center;
}

/*.waitingOverlayContent::after {
    content: "Die Daten werden übermittelt. \A Bitte warten...";
    white-space: pre-wrap;
}
*/

/* haiForms-global - nicht löschen oder anpassen */
/* ############################################# */