.modal_confirm
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: none;
    overflow: auto;

    width: 100vw;
    height: 100vh;
    padding: 30px 5%;

    background: rgba(0, 0, 0, .5);

    align-items: center;
    justify-content: center;
}
.modal_confirm > .inner
{
    position: relative;

    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2em;

    border-radius: 10px;
    background: #fff;
}
.modal_confirm > .inner dl
{
    margin-top: 30px;
}

.modal_confirm > .inner dl .modal-dl-row
{
    display: grid;
}
.confirm_close
{
    position: absolute;
    top: 1em;
    right: 1em;
}

.confirm_btn
{
    margin-top: 1em;

    text-align: center;
}
/*# sourceMappingURL=cf7-confirmation-modal.css.map */
