/* 
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
*/

/*
    Add your custom styles here
*/
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #009FEB;
}

::selection {
  color: #fff;
  background: #009FEB;
}


.acf-input-wrap {
	-webkit-appearance: none !important;
	box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 10%) !important;
	/*-webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 10%) !important;*/
}

.acf-field input[type=text] {
	 line-height: 2.4;
}

.fea-submit-button, .fea-submit-buttons, .prev-button {
	border:none;
}

.fea-modal-content {
	border-radius: 20px;
	padding: 30px !important;
}
.fea-modal-inner {
    padding: 20px;
}

.close-modal {
    right: 5px !important;
    font-size: 50px !important;
}
.acf-icon {
    display: inline-block;
    height: 50px!important;
    width: 50px!important;
}
.acf-image-uploader {
    max-width: 30%;
	max-height: 30%;
}

#form-field-field_5ef2327, #form-field-field_db1fe68 {
	box-shadow: none;
}

.bdt-checkbox {
	border-radius:30px;
}

.form-tab:focus {
    color: #fff !important;
}

.select2-search__field {
    padding: 0 !important;
	-webkit-appearance: none !important;
	box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 10%) !important;
	/*-webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 10%) !important;*/
	border:none !important;
}
.acf-fields {
    width: 100%;
}
[type=button], [type=submit], button {
    border: none;
}
.il-align-top .elementor-icon-list-item {
	align-items: flex-start!important; 
}