/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 26 2025 | 18:43:05 */
/*

input[type="text"], textarea {background-color:#200B32; color: #F1F9EC;}
input[type="email"], textarea {background-color:#200B32; color: #F1F9EC;}
input[type="checkbox"], textarea {background-color: #200B32;}
input[type="number"], textarea {background-color: #200B32; color: #F1F9EC;}
input[type="tel"], textarea {background-color: #200B32; color: #F1F9EC;}
*/

input[type="text"] {
	border: 1px solid #632C9C;
	background-color: #1A0A29;align-content
}

input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
	border: 1px solid #632C9C;
	background-color: #1A0A29;
	border-radius: 6px !important;
}

.wp-block-search .wp-block-search__input {
	border: 2px solid #632C9C !important;
	color: #F1F9EC !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border: 1px solid #632C9C !important;
	color: #F1F9EC !important;
}

.pmpro_form_fields.pmpro_cols-2 input[type="text"] {
  border-radius: 6px;
}

/* Control Form 7 */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-url,
.wpcf7-form-control.wpcf7-textarea {
    color: #F1F9EC !important;
}





