﻿#date, #time {
	display: none;
}
.chronoform select[disabled], .chronoform input[disabled] {
	background: #bebebe;
	color: #ddd !important;
	-webkit-text-fill-color: #ddd !important;
}
body.com-chronoforms5 .entry-image img {
	width: auto;
	display: inline;
	height: 50px;
}
#fin-checkbox353 {
	display: inline-block
}
.chronoform h3.text-center {
	text-align: center;
	line-height: 1.75em;
}
#ftr-checkbox362, #ftr-checkbox353 {
	position: absolute;
	right: 4%;
	bottom: 20px;
}
.chronoform label span {
	background: #FF6B6B;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	line-height: normal;
	margin-left: 15px;
}
.chronoform label {
	margin-bottom: 10px;
}
.chronoform label span:last-child {
	display: none;
}
.chronoform label span.comment {
	display: inline-block;
	background: #B5B5B5;
	color: #fff;
}
.chronoform .gcore-checkbox-item {
	display: flex;
	align-items: center;
	gap: 8px;
}
.chronoform .gcore-checkbox-item label {
	margin-bottom: 0px;
}
/* 2. Hide native checkbox */
.chronoform .gcore-checkbox-item input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
/* 3. Label base */
.chronoform .gcore-checkbox-item label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
/* 4. Checkbox box (20x20) */
.chronoform .gcore-checkbox-item label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	background: #fff;
	transform: translateY(-50%);
	transform-style: preserve-3d;
	box-sizing: border-box;
}
/* 5. Tick (better proportions) */
.chronoform .gcore-checkbox-item label::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 30%;
	width: 5px;
	height: 10px;
	border-right: 2px solid #4A7394;
	border-bottom: 2px solid #4A7394;
	transform: translateY(-65%) rotate(45deg) scale(0);
	transform-style: preserve-3d;
	transform-origin: bottom left;
	transition: transform 0.25s ease;
	transform-origin: center center;
}
/* 6. Checked state */
.chronoform .gcore-checkbox-item input[type="checkbox"]:checked + label::after {
	transform: translateY(-65%) rotate(45deg) scale(2.5);
	transform-style: preserve-3d;
}
/* 7. Hover */
.chronoform .gcore-checkbox-item label:hover::before {
	border-color: #4A7394;
}
.chronoform textarea::placeholder, .chronoform input::placeholder {
color: #B5B5B5;
}
.chronoform textarea::placeholder, .chronoform input::-webkit-input-placeholder {
color: #B5B5B5;
}
.chronoform textarea::placeholder, .chronoform input:-ms-input-placeholder {
color: #B5B5B5;
}
.chronoform textarea::placeholder, .chronoform input::-ms-input-placeholder {
color: #B5B5B5;
}
.chronoform select.is-placeholder {
	color: #B5B5B5;
}
.chronoform select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 24px;
	padding-right: 40px; /* space so text doesn't overlap */
}
.chronoform select, .chronoform input {
	box-shadow: none;
	background-color: #F1F1F1;
	color: #777777;
	border: 2px solid #F1F1F1;
	padding: 1.25em 2em;
	border-radius: 5px !important;
	width: 100%;
	height: auto;
}
.chronoform textarea {
	box-shadow: none;
	background: #F1F1F1;
	color: #777777;
	border: 2px solid #F1F1F1;
	padding: 1.25em 2em;
	border-radius: 5px !important;
	width: 100%;
	resize: vertical;
	min-height: 150px;
}
.btn.btn-default {
	color: #fff;
	background: #4A7394;
	border: 2px solid #4A7394;
	font-size: 20px;
	display: table;
	width: auto;
	min-width: 300px;
	margin: 1em auto 0 auto;
	padding: 1.25em 2em;
border-radius: 5px !important;
}
.btn.btn-default:hover {
	background: #3A5F7D;
	border: 2px solid #3A5F7D;
}
.g-recaptcha {
	display: flex;
	justify-content: center;
}
.chronoform {
	margin-top: 0;
}
.progress-steps {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
}
/* STEP WRAPPER (this is the key fix) */
.progress-steps .progress-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	text-align: center;
	color: #5c7c96;
}
/* CIRCLE */
.progress-steps .progress-circle {
	width: 60px;
	height: 60px;
	border: 2px solid #5c7c96;
	border-radius: 50%!important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: 500;
	background: #fff;
	box-sizing: border-box;
}
/* LABEL */
.progress-steps .progress-label {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
}
/* LINE */
.progress-steps .progress-line {
	flex: 1;
	height: 2px;
	background: #5c7c96;
	margin: 0 10px;
	max-width: 120px;
	position: relative;
	top: -12px; /* adjust to perfectly match your circle center */
}
/* STATES */
.progress-steps .progress-step.active .progress-circle, .progress-steps .progress-step.completed .progress-circle {
	background: #c7d6e2;
}
/* optional emphasis */
.progress-steps .progress-step.active .progress-label {
	font-weight: 600;
}
/* STEP COUNT VARIANTS */

.progress-steps.steps-3 .progress-line {
	max-width: 100px;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow: none;
	border: 2px solid #4A7394!important
}
.sp-column .chronoform div.framed {
	padding: 3em 6em;
}

@media (min-width: 577px) and (max-width: 992px) {
.sp-column .chronoform div.framed {
	padding: 3em 4em;
}
.chronoform .row .col-md-6:first-child {
	margin-bottom: 3em;
}
.chronoform label span {
	position: absolute;
	right: 15px;
	top: 0;
}
}

@media (max-width: 576px) {
.sp-column .chronoform div.framed {
	padding: 35px 15px;
}
.chronoform .row .col-md-6:first-child {
	margin-bottom: 3em;
}
.chronoform label span {
	position: absolute;
	right: 15px;
	top: 0;
}
}
/* Greyed-out / Disabled button state */
#button280.btn-disabled {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}