 * EWE DOI
 */

#smsdoi-container,
#smsdoi-container h1,
#smsdoi-container p {
    color: var(--aok-black);
}

div#smsdoi-container > div {
    margin: auto;
    vertical-align: middle;
    max-width: 500px;
    margin-top: auto;
    margin-top: 50vh;
    display: block;
    transform: translate(0, -50%);
    z-index: 9999999;
    background-color: white;
    border-radius: 50px;
    padding: 5rem;
    border: 1px solid #eee;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.doi-close {
    top: 2.5rem;
    right: 2.5rem;
    font-weight: bolder;
    font-size: 1.5rem;
    cursor: pointer;
    position: absolute;
    width: 23px;
    height: 23px;
}

.doi-close:before,
.doi-close:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    background: #000000;
    top: 8px;
    left: -5px;
    transform: rotate(45deg);
    border-radius: 3px;
}
.doi-close:after {
    transform: rotate(-45deg);
}


