/* 
    Theme Name: crm child
	Theme URI: https://adko.ir
	Author: adko
	Author URI: https://adko.ir/web-design
	Version: 3.4.4
    Template: crm
    Version: 1.0.1
*/

/*
    Add your custom styles here
*/
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    outline: none !important;
    box-shadow: none !important;
	    transform: translateY(-2px) !important;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15) !important;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.gfield_select{
	border:solid var(--e-global-color-primary) !important;
	border-width:0 0 2px 0 !important
}