/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2025 | 11:52:30 */
.wpf_form_wrapper form.wpf_form .wpf_default_btn, .wpf_form_wrapper form.wpf_form .wpf_full_block_btn {
    border-radius: 8px;
    display: inline-block;
    background-color: #3ea8e5;
    background-image: linear-gradient(-180deg, #ff4136, #ff4136)!important;
    font-size: 17px;
    line-height: 17px;
    height: 40px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    color: #fff;
    cursor: pointer;
    transition: all .2s 
ease-in-out;
    padding: 10px 20px;
    border: 1px solid #d6dae1;
}
.wpf_form_wrapper form.wpf_bold_labels .wpf_input_label>label {
    font-weight: 700;
    font-size: 16px!important;
    color: black!important;
	font-style:onest!important;
}
.wpf_form_wrapper form.wpf_label_top .wpf_form_group {
    display: inline-block!important;
    width: 100%!important;
    margin-bottom: 10px!important;
	
}

input:is([type=radio],[type=checkbox]), input:read-only, input:read-write, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: var(--theme_input_rounded);
    max-width: 100%;
    padding: .6em;
    border-radius: 6px!important;

}