#redirect-panel .banner-wrap {
    position: relative;
    padding: 15px 40px;
    border: 1px solid #ddd;
}
#redirect-panel .banner-wrap img {
    display: block;
    max-width: 100%;
    margin: auto;
}
#redirect-panel .field-wrap {
    margin-bottom: 10px;
}
#redirect-panel .field-wrap [type='url'],
#redirect-panel .field-wrap [type='select'] {
    box-shadow: unset;
    width: 100%;
    height: 40px;
    font-size: 16px;
}
#redirect-panel .field-wrap [type='url'],
#redirect-panel .field-wrap [type='text'] {
    width: 100%;
    box-shadow: unset;
    height: 40px;
    font-size: 16px;
}
#redirect-panel .field-wrap [type='checkbox'] {
    margin-top: 1px;
}
#redirect-panel .field-wrap textarea {
    direction: ltr;
    width: 100%;
    direction: ltr;
    width: 100%;
    border: 2px solid #ddd;
    box-shadow: unset;
    font-size: 16px;
}
#redirect-panel label {
    color:#000;
    font-size: 15px;
}
#redirect-panel .field-wrap-after-sent-script {
    margin-top: 10px;
}
#redirect-panel .field-wrap-page-id label,
#redirect-panel .field-wrap-after-sent-script label {
    display: block;
    margin-bottom: 5px;
}
#redirect-panel .field-wrap-http-build-query-selectively [type='text'] {
    margin-top: 10px;
}
#redirect-panel .field-wrap-after-sent-script .field-message {
    margin-bottom: 10px;
}
#redirect-panel .field-notice {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid;
    border-radius: 4px;
    background: #fff;
}
#redirect-panel .field-notice-alert {
    color: #8a6d3b;
    border: 1px solid #faebcc;
    background-color: #fcf8e3;
}
#redirect-panel .field-hidden,
#redirect-panel .field-notice-hidden {
    display: none;
}
#redirect-panel .field-warning-alert {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}
#redirect-panel .get-pro-wrap {
    direction: ltr;
    text-align: center;
}
#redirect-panel .get-pro-wrap .get-pro {
    display: inline-block;
    padding: 15px;
    color: #8a6d3b;
    border: 1px solid #ddd;
    background-color: #fff;
}
#redirect-panel .get-pro-wrap .get-pro .dashicons-star-filled {
    color: #e7c201;
}
#redirect-panel .get-pro-wrap .get-pro a {
    position: relative;
    top: 2px;
    margin: 0 8px;
}
#contact-form-editor #redirect-panel h2{
font-size: 26px;
font-weight: 700;
margin: 26px 0;
padding: 0;
color:#14c448;
}
.wpcf7-redirect-pro-admin-noticev a {
    color: 
    #2ac81d;
    font-size: 15px;
    float: right;
    width: 100%;
    text-align: right;
}