#gfcnf-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 999;
}

.gfcnf-confirmation #gfcnf-overlay {
    display: flex;
}

#gf-popup-confirmation {
    position: relative;
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: auto;
    max-width: 520px;
    padding: 40px;
    z-index: 1000;
}

#gf-popup-confirmation .close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #525252;
    text-decoration: none;
    transition-duration: 200ms;
    cursor: pointer;
    font-size: 28px;
}

#gf-popup-confirmation .close:hover {
    color: #000000;
}

.gform_confirmation_message {
    margin-bottom: 1.5rem;
}
