/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.custom_form .input_wrapper label {
    padding-inline-start: 2em;
    font-family: "Assistant", Sans-serif;
    font-size: clamp(.75rem, 1.5vw, 1.5rem);
    font-weight: 700;
}



.custom_form .input_wrapper input {
    border: 1px solid #fff;
    border-radius: 5vmin;
    padding: .7em 2em;
    font-family: "Assistant";
    font-size: clamp(1rem, 2vw, 1.5rem);
}

.custom_form .input_wrapper select {
    border: 1px solid #fff;
    border-radius: 5vmin;
    padding: .7em 2em;
    font-family: "Assistant";
    font-size: clamp(1rem, 2vw, 1.5rem);
}

.custom_form .input_wrapper .checkbox1 {
    font-family: "Assistant", Sans-serif;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 400;
    padding-inline-start: 0px;

}
.custom_form .input_wrapper .checkbox2 {
    padding-inline-start: 2em;
    font-family: "Assistant", Sans-serif;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 700;

}
.custom_form .form_btn {
    background-color: #ABE8BC;
    color: #000000;
    font-family: "Assistant", Sans-serif;
    font-size: clamp(1rem, 2vw, 2.5rem);
    font-weight: 700;
    border-radius: 5vmin 5vmin 5vmin 5vmin;
    padding: 1rem 0.5rem 1rem 0.5rem;
    width: 100%;
    border-color: transparent;
}
.custom_form {
        display: flex;
        gap: 2vmin 0px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
}

.custom_form .input_wrapper {
    width: 100%;
}

@media (min-width: 1024px) {
    .custom_form .input_wrapper:nth-child(-n+4) {
        width: 49%;
    }

}

.gen_select {
    width: 100%;
}

.gen_select .input_wrapper {
    width: 100% !important;
}