/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2025 | 15:56:38 */
/* .post-password-form input[type=submit], input.wpcf7-form-control.wpcf7-submit {background-color: #893e97 !important;}*/

.cap{display: flex;font-size: 18px;align-content: center;}
.wpcf7-captchar{ width: 100%;
    padding: 15px 17px;
    border: 1px solid #ebebeb;
    outline: 0;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 11px;
    transition: border-color .2s ease-out;
    resize: none;
    color: #000000;
    background: #FFFAF3;
direction: ltr;}

.wpcf7-form-control.wpcf7-textarea:focus {
    border: 1px solid #893e97 !important;
}
.wpcf7-form-control.wpcf7-text:focus {border: 1px solid #893e97 !important;}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {color: #000000}

.wpcf7-submit {border-radius: 15px;}