/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.site-basics .jet-form-builder__fields-group {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* .expected_F .ff-el-input--content{
	gap: 20px;
    display: flex;
    flex-wrap: wrap;
}


.expected_F .ff-el-input--content  span{
	border: 1px solid #dcdfe6!important;
}
 */

.expected_F input {
	border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e);
}