#vform_frm-deactivation-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 9999;
    display: none;
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
}
.vform_frm-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.vform_metabox-holder {
    width: 369px;
    height: auto;
    border-radius: 16px;
    position: relative;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}
.vform_frm-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
button#vform_submit-feedback {
    background-color: #4199FD;
    color: #fff !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    border: 1px solid #4199FD;
    font-size: 14px;
    transition: all .2s ease;
    padding: 7px 16px;
    height: auto;
    min-height: 28px;
    outline: none;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
}
a#vform_skip-deactivate {
    color: #98A2B3;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 13px;
    cursor: pointer;
    text-decoration: none;
}
#vform_frm-deactivation-modal  textarea {
    margin-top: 5px;
    height: 65px;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 14px;
}

form#vform_deactivation-feedback-form label {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
}

