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

/* General Hubspot forms */
.hs-form .hs-button.primary.large {
    width: 100%;
}
.hs-form .hs-form-booleancheckbox::marker,
.hs-form .no-list.hs-error-msgs li::marker {
    content: "";
}

.hs-form .hs-form-booleancheckbox,
.hs-form .no-list.hs-error-msgs li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hs-form .hs-form-booleancheckbox::before,
.hs-form .no-list.hs-error-msgs li::before {
    content: "";
    display: inline-block;
    width: 0;
}
.hs-form .hs-error-msg::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 6px;
	background-image: url(/wp-content/uploads/2025/03/circle-x.svg);
	margin-bottom: -2px;
}

.hs-form .hs-form-booleancheckbox-display {
	font-size: 10px;
	line-height: 18px;
}
.hs-form label {
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	color: #4B5565;
}
.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form select{
	border: 1px solid #CCD5DF;
	border-radius: 6px;
	margin-top: 6px;
	padding: 9px 12px;
	font-size: 12px;
	color: #333; /* Font color */
	margin-top: 6px;
	line-height: 22px;
	background: #fff;
	width: 100% !important;
}
.hs-form fieldset:has(input[type="text"]),
.hs-form fieldset:has(input[type="email"]),
.hs-form fieldset:has(select),
.hs-form .field.hs-form-field:has(input[type="text"]),
.hs-form .field.hs-form-field:has(input[type="email"]),
.hs-form .field.hs-form-field:has(select) {
	margin-bottom: 5px;
}
.hs-form ul {
	padding-left: 0;
}
.hs-form input[type="submit"] {
	border-radius: 8px;
	padding: 12px 24px;
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}
.hs-form .hs-input.invalid.error {
	border: 1px solid #E65A5A;
}
.hs-form .no-list.hs-error-msgs.inputs-list {
	margin-top: 6px;
	margin-bottom: 6px;
}
.hs-form .hs-error-msg {
	color: #E65A5A;
}