/* ############################################# */
/* haiForms-global - nicht löschen oder anpassen */

/* Stand 07.04.2023 */

.CXCheckbox:focus-within,
.CXSelect .XSelect.XCheckbox:focus-within,
.CXSelect .XSelect.XRadio:focus-within,
.CXSelect .XQuestTable:focus-within {
    background-color: transparent;
    outline: none;
}

/*  WaitingScreen */
.modern .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;
}

.modern .waitingLayer {
    display: block;
    z-index:  1000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.95;
    background-size : cover;
    background-color: #fff;

    font-size: 1.5em;
    line-height: 1.5em;
    color: #000;
    padding-top: 15%;
}

.modern .waitingOverlayContent {
    font-size: 2em;
    line-height: 1.5em;
    color: #000;
    padding-top: 15%;
}

.modern .waitingOverlayContent::after {
    content: "Die Daten werden übermittelt. \A Bitte warten...";
    white-space: pre-wrap;
}
/*
.waitingOverlayButton {
    white-space: pre-wrap;
    color: var(--grau-1);
    text-align: center;
    text-decoration: none;
    background-color: #f1ca33;
    background-image: -webkit-linear-gradient(top,#f1ca33,#eec025);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    transition: all 0.1s ease-out;
    line-height: 24px;
    padding: 10px 13px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}*/

/* haiForms-global - nicht löschen oder anpassen */
/* ############################################# */