#wpwrap .ionos_deactivation_warning_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0,0,0,.45);
}

#wpwrap .ionos_deactivation_warning_container {
    z-index: 1000;
}
#wpwrap .ionos_deactivation_warning_container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

#wpwrap .ionos_deactivation_warning_modal {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: 'tnum', "tnum";
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding-bottom: 24px;
}

#wpwrap .ionos_deactivation_warning_modal_content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
    pointer-events: auto;
}

#wpwrap .ionos_deactivation_warning_modal_close_button {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .3s;
    height: 55px;
    width: 55px;
}

#wpwrap .ionos_deactivation_warning_modal_close_button:hover {
    color: #007cba;
}

#wpwrap .ionos_deactivation_warning_modal_close_button svg {
    fill: currentColor;
    outline: none;
}

#wpwrap .ionos_deactivation_warning_modal_header {
    padding: 16px 24px;
    color: rgba(0,0,0,.85);
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px 2px 0 0;

    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
}

#wpwrap .ionos_deactivation_warning_modal_body {
    padding: 0 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
}

#wpwrap .ionos_deactivation_warning_modal_footer {
    padding: 10px 16px;
    text-align: right;
    background: 0 0;
    border: 1px solid transparent;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 2px 2px;
}