/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor



(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

button#wpforms-submit-493 {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    fill: var(--e-global-color-d3810d3);
    color: var(--e-global-color-d3810d3);
    background-color: var(--e-global-color-0711d53);
    height: 44px;
}
button#wpforms-submit-493:hover{
    background-color: var(--e-global-color-8d9c503);
}
button#wpforms-submit-493:focus:after{
	display:none !important;
}
.listpoint ul {
    padding-left: 18px ;
}