html,
body {
	height: 100%;
}

body {
	padding:10px 10px 10px 10px;
	background-color: #F6F8FB;
	font-family: Helvetica, Arial, sans-serif;
}

.container_form{color: #333; }

/* COLORI BOTTONI */
.btn-primary {color: #fff;background-color: #0F0084;border-color: #0F0084;border-radius: 10px;padding: 12px 20px;font-weight: 500;}
.btn-primary:hover {color: #fff;background-color: #1a00a3;border-color: #1a00a3;}
.btn-primary:active {color: #fff;background-color: #0F0084;border-color: #0F0084;}
.btn-outline-primary {color: #666;border-color: transparent;background-color: transparent;font-weight: 400;}
.btn-outline-primary:hover {color: #333;background-color: #ededf2;border-color: transparent;}
.btn-outline-primary:active {color: #fff;background-color: #0F0084;border-color: #0F0084;}
.btn-check:checked+.btn-outline-primary, .btn-check:active+.btn-outline-primary {background-color: #0F0084;border-color: #0F0084;color: #ffffff;font-weight: 500;}

.btn-secondary {color: #fff;background-color: #0F0084;border-color: #0F0084;border-radius: 10px;}
.btn-secondary:hover {color: #fff;background-color: #1a00a3;border-color: #1a00a3;}
.btn-secondary:active {color: #fff;background-color: #0F0084;border-color: #0F0084;}
.btn-outline-secondary {color: #555;border-color: #E0E0EA;background-color: transparent;}
.btn-outline-secondary:hover {color: #333;background-color: #ededf2;border-color: transparent;}
.btn-outline-secondary:active {color: #fff;background-color: #0F0084;border-color: #0F0084;}
.btn-check:checked+.btn-outline-secondary, .btn-check:active+.btn-outline-secondary {background-color: #0F0084;border-color: #0F0084;color: #ffffff;}

/* Gruppi pulsanti (Auto Pilot, Bonus type) */
.btn-group {
	border: 1px solid #e0e0e5;
	border-radius: 10px;
	overflow: hidden;
}
.btn-group .btn {
	border: none;
	border-radius: 0;
	padding: 8px 14px;
	font-size: 0.85rem;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.btn-group .btn-outline-primary {
	border-right: 1px solid #e8e8ed;
}
.btn-group .btn-outline-primary:last-child,
.btn-group .btn-outline-secondary:last-child {
	border-right: none;
}


@media(max-width: 760px){
	body {
		background-size:105%;
		background-position: -10px 10px;	
	}
}

/* .btn-primary {
	background-color: #177dc2;
	border: none;
	color: #ffffff;
	padding: 10px;
} 
.btn-primary:hover {
	background-color: #0d5789;
}
.btn-outline-primary{
	background-color: white;
    border-color: #ccc;
	color: #212529;
} */

.form-check-input {
	border-radius: 50% !important;
	width: 1.15em;
	height: 1.15em;
	border: 1.5px solid #999;
	background-color: #fff;
	cursor: pointer;
}

.form-check-input:checked {
    background-color: #0F0084;
    border-color: #0F0084;
}

.form-check-input:focus {
	box-shadow: none;
	border-color: #666;
}

a {
	color: #177dc2;
	text-decoration: none;
}

a:hover {
	color: #0d5789;
}

label + input, label + select {
	margin-top: 5px;
}

.form-control, .form-select {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 14px 16px;
	font-size: 15px;
	font-weight: 400;
	background-color: #FFFFFF;
	border: 1.5px solid #E6E8EF;
	border-radius: 12px;
	color: #111827;
}

.form-control::placeholder, .form-select::placeholder {
	color: #9aa0b3;
	font-weight: 400;
}

.form-control:focus, .form-select:focus {
	box-shadow: 0 0 0 3px rgba(15, 0, 132, .10);
	border-color: #0F0084;
	background-color: #FFFFFF;
}

.container_form {
	background:#FFFFFF;
	box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
	border: 1px solid #ECEEF3;
	border-radius: 20px;
	padding:40px;
}

.fw-normal{
	color:#0070BE;
	font-size: x-large;
	font-weight: 600!important;
	margin-bottom:0;
}

.modal_terms_use{
	color:#177dc2;
	text-decoration: underline;
	cursor:pointer; 
}

.title_signup{
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight:300;
}
.subtitle_signup{
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	font-weight:600;
	text-transform: uppercase;
}

.img_logo_mobile{
	max-width:45%;
}

.img_signup{
	max-width:70%;
}
@media screen and (max-width: 767px){
	.signup_desktop_visibility {
		display:none;	
	}
	.img_logo_desktop{
		display:none;
	}
	.container_form{
		padding:28px 20px 28px 20px;
		margin:0px!important;
	}

}

@media screen and (max-width: 1200px){
	.container_form {
		border-radius:20px;	
		padding: 32px 22px;
		margin-right: 0px;
		margin-left:0px;
	}

	.img_signup{
		max-width:100%;
	}

	.title_signup{
		font-size:28px;
	}

	.subtitle_signup{
		font-size:20px;
	}

}
@media screen and (min-width: 768px){
	.big_container_board{
		max-width:100%;	

	}
	.img_logo_mobile{
		visibility:hidden;
	}
}
@media screen and (min-width: 992px){
	.big_container_board{
		max-width:960px;
	}
}
@media screen and (min-width: 1200px){
	.big_container_board{
		max-width:1140px;

	}
}
@media screen and (min-width: 1400px){
	.big_container_board{
		max-width:1320px;
	}
}


.small-text{
	font-size: 0.9rem;
}

/* Messaggio informativo Auto Pilot */
.ap-info-message {
	background-color: #F5F5FA;
	border-radius: 8px;
	padding: 10px 14px;
	margin-top: 8px;
	font-size: 0.82rem;
	color: #555;
	display: none;
	line-height: 1.4;
}
.ap-info-message i {
	margin-right: 5px;
	color: #888;
	font-size: 0.85rem;
}
.ap-info-message b {
	font-weight: 500;
	color: #333;
}

/* Form label stile nuovo */
.container_form label {
	font-size: 0.95rem;
	font-weight: 600;
	color: #111827;
}

/* Form check label override */
.container_form .form-check-label {
	font-weight: 400;
	font-size: 0.9rem;
	color: #444;
}

/* Link stile aggiornato 
.container_form a {
	color: #0F0084;
	text-decoration: underline;
	font-weight: 400;
}
.container_form a:hover {
	color: #1a00a3;
}*/

/* Textarea stile coerente */
textarea.form-control {
	border-radius: 12px;
	background-color: #FFFFFF;
	border: 1.5px solid #E6E8EF;
}

/* Alert stile migliorato */
.alert-danger {
	border-radius: 10px;
}

/* Più spazio verticale tra i campi del form */
.container_form .mb-3 {
	margin-bottom: 1.25rem !important;
}
.container_form .mb-4 {
	margin-bottom: 1.75rem !important;
}

/* ===== Modalità google_place_id (form ridotto) ===== */
/* Box consulente "Alex" */
.alex-box {
	display: flex;
	gap: .85rem;
	align-items: flex-start;
	background: #FFFFFF;
	border: 1px solid #ECEEF3;
	border-radius: 16px;
	box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
	padding: 18px 20px;
	margin-bottom: 1.25rem;
}
.alex-box .alex-avatar {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0F0084;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
}
.alex-box .alex-name {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #0F0084;
	margin-bottom: .15rem;
}
.alex-box .alex-message {
	font-size: 1.02rem;
	font-weight: 500;
	color: #111827;
	line-height: 1.35;
}

/* Header di sezione tipo "ABOUT YOU" */
.form-section-title {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #0F0084;
	margin: 1.5rem 0 .85rem;
}

/* Testo di aiuto sotto i campi */
.field-hint {
	font-size: .82rem;
	font-weight: 400;
	color: #9aa0b3;
	margin-top: .35rem;
}

/* Label di campo con asterisco obbligatorio */
.field-label {
	display: block;
	margin-bottom: .4rem;
}
.field-label .req {
	color: #dc3545;
	margin-left: 2px;
}

/* Campo business name bloccato */
.form-control.is-locked {
	background-color: #F6F7FB;
	color: #111827;
	cursor: default;
}

/* Link "Not your business? Change it" */
.change-business-link {
	display: inline-block;
	margin-top: .4rem;
	font-size: .88rem;
	font-weight: 500;
}

/* Gruppo campo opzionale (WhatsApp) */
.optional-field-group {
	background: #F6F8FB;
	border: 1px solid #ECEEF3;
	border-radius: 14px;
	padding: 16px 18px;
}
.optional-field-group .optional-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .6rem;
}
.optional-field-group .optional-head .ofg-title {
	font-size: .95rem;
	font-weight: 600;
	color: #111827;
}
.optional-field-group .optional-pill {
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: #6b7280;
	background: #fff;
	border: 1px solid #E6E8EF;
	border-radius: 999px;
	padding: 2px 10px;
}

/* ===== Footer board ===== */
.board-footer {
	max-width: 520px;
	margin: 3rem auto 0.5rem;
	padding-top: 1.4rem;
	border-top: 1px solid #ECEEF3;
	text-align: center;
}
.board-footer-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	margin-bottom: 0.55rem;
}
.board-footer-links a {
	font-size: 0.9rem;
	font-weight: 500;
	color: #6b7280;
}
.board-footer-links a:hover {
	color: #0F0084;
}
.board-footer-sep {
	color: #c3c8da;
	font-size: 0.7rem;
}
.board-footer-copy {
	font-size: 0.8rem;
	color: #9aa0b3;
}