body {
	font-family: Arial, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.container {
	background-color: #fff;
	padding: 20px;
	max-width: 500px;
	width: 100%;
	text-align: left;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

label {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: #333;
	line-height: 1.2;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select {
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}



.form-columns-2 input {
	flex: 1;
}

.error-message {
	color: red;
	font-size: 12px;
	margin-bottom: 10px;
	display: none;
}

.checkbox-section {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.checkbox-section input[type="checkbox"] {
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

.checkbox-section label {
	font-size: 10px;
	color: #333;
}

.checkbox-section label a {
	color: #007bff;
	text-decoration: none;
}

.checkbox-section label a:hover {
	text-decoration: underline;
}

input[type="submit"] {
	width: 100%;
	padding: 12px;
	background-color: #ccc;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
	background-color: #333;
	cursor: pointer;
}

input[type="submit"].active {
	background-color: #333;
	cursor: pointer;
}

input[type="submit"]:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

input::placeholder {
	color: #aaa;
	font-size: 14px;
}

/* Hide hidden fields */
input[type="hidden"],
label[type="hidden"],
select[type="hidden"] {
	display: none;
}

small {
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: -10px;
	margin-bottom: 15px;
}

@media (max-width: 500px) {
	.form-columns-2 {
		flex-direction: column;
	}

	label {
		display: block !important;
	}

	/* 	.hs_email {
		margin-bottom: 15px !important;
	} */
}

.hs-form-booleancheckbox-display {
	display: flex !important;
}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
	input {
		width: 100% !important;
	}
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.modal-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 400px;
	width: 100%;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* Default input state */
input {
	border: 1px solid #ccc;
	/* Normal border color */
}

/* Styles for valid and invalid fields */
input.valid {
	border-color: green;
	box-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
}

input.invalid {
	border-color: red;
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

/* Styles for error messages */
.error-message {
	color: red;
	font-size: 12px;
	margin-bottom: 10px;
	display: none;
}

.error-message.show {
	display: block;
}

/* Default input state */
input {
	border: 1px solid #ccc;
	/* Normal border color */
}

/* Styles for valid and invalid fields */
input.valid {
	border-color: green;
	box-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
}

input.invalid {
	border-color: red;
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

/* Styles for error messages */
.error-message {
	color: red;
	font-size: 12px;
	margin-bottom: 10px;
	display: none;
}

.error-message.show {
	display: block;
}

/* Error message container */
.error-container {
	margin-bottom: 15px;
}

.required {
	color: red;
	/* Make the asterisk red */
	font-size: 16px;
	/* Adjust the size if needed */
	margin-left: 2px;
	/* Add some space to the left */
	vertical-align: super;
	/* Align it with the top of the text */
}

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

.hs_firstname,
.hs_lastname,
.hs_email,
.hs_phone,
.hs_zipcode,
.hs-input {
	width: 100% !important;
	flex: 1;
	float: none !important;
}

[class*="hs-fieldtype-select"],
[class*="zip"] {
	width: 100% !important;
	flex: 1;
	float: none !important;
}



.form-columns-2 {
	display: flex;
	gap: 10px;
	margin-bottom: 15px !important;
	/* align-items: flex-end; */
}



.hs-error-msg {
	color: red;
	font-size: 12px;
	margin-bottom: 10px;
}

.no-list {
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	transition: background-color 999999s ease-out 0.5s;

}

/* label{
	display: ruby;
} */

.hs-form-booleancheckbox-display {
	display: flex;
	gap: 10px;
}

.hs-form-booleancheckbox {
	margin-top: 20px;
}

/* 
input[type="checkbox"] {
	width: 20px !important;
	flex: none;
} */

.hs_submit {
	margin-top: 20px;
}

.hs_lastname label {
	height: 16.8px;
}

.hs_email label {
	height: 16.8px;
}

.hs_state label {
	height: 16.8px;
}

/* 
label {
	height: 16.8px;
} */

[class*="zip"]>label {
	height: 16.8px;
}



.hs-form-booleancheckbox span {
	font-size: 10px;
	color: #333;
}

.hs-form-booleancheckbox a {
	color: #007bff;
	text-decoration: none;
}

.hs-form-required {
	color: red;
	/*  font-size: 16px;
	    margin-left: 2px;
	    vertical-align: super; */
}