/* 
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 */
.header-gradient {
	background: linear-gradient(90deg,rgba(96, 33, 249, 1) 8%, rgba(49, 216, 183, 1) 70%, rgba(185, 235, 235, 1) 100%);
}
.hbspt-form {
	width:480px;
}
form label {
    color: #6021F9;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
	margin-top: 20px;
    padding-top: 0;
    text-align: left;
    width:auto
}

form legend {
    color: #2c2b33;
    font-size:16px
}

.input {
    margin-right: 0 !important;
    position:relative
}

input[type=email], input[type=file], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
    background-color: transparent;
	border-radius: 0;
	color: #222;
	display: inline-block;
	font-size: 14px;
	padding: 10px 0 !important;
	width: 90% !important;
	appearance: none;
	border: 0;
	border-bottom: 1px solid #040404;
}

input[type=email]:focus, input[type=file]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    outline:none
}

textarea {
    min-height: 100px;
    padding: 20px 0;
    resize: none;
    width:95% !important
}

fieldset {
    max-width:100% !important
}

::-webkit-input-placeholder {
    color:#fff
}

::-moz-placeholder {
    color:#fff
}

:-ms-input-placeholder {
    color:#fff
}

:-moz-placeholder {
    color:#fff
}

::placeholder {
    color:#fff
}

form .inputs-list {
    list-style: none;
    margin: 0;
    padding:0
}

.inputs-list > li {
    display: block;
    padding: 0;
    width:100%
}
.hs-button,
.hbspt-form input[type=submit] {
	background-color: var( --e-global-color-primary );
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.2px;
	fill: var( --e-global-color-254ff33 );
	color: var( --e-global-color-254ff33 );
	border: 0;
	border-radius: 0;
	padding: 15px 40px 15px 40px;
	margin-top: 25px;
}