/*
 * Free Consultation wizard.
 * The markup mirrors the core LatePoint booking form, so core front.css does
 * almost all the styling. Only the gaps core cannot cover live here.
 */

/* Core paints the multiselect tick with an absolutely positioned :before. */
.latepoint-consultation-wizard-w .os-item.os-allow-multiselect .os-item-i {
	position: relative;
}

.latepoint-consultation-wizard-w .lcw-topic-item {
	cursor: pointer;
}

/* Timeslot panel stays collapsed until a day is picked, same as core. */
.latepoint-consultation-wizard-w .time-selector-w {
	display: none;
}

.latepoint-consultation-wizard-w .os-dates-w.os-loading {
	opacity: 0.4;
	pointer-events: none;
}

.latepoint-consultation-wizard-w .latepoint-confirmation-w {
	text-align: center;
	padding: 40px 20px;
}

.latepoint-consultation-wizard-w .confirmation-icon-w {
	width: 64px;
	height: 64px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #e7f6ec;
	color: #227b3f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}

.latepoint-consultation-wizard-w .confirmation-message {
	font-size: 16px;
	line-height: 1.5;
}

.lcw-fatal-lightbox .lcw-fatal-w {
	padding: 24px;
	max-width: 620px;
}

.lcw-fatal-lightbox .lcw-fatal-title {
	color: #d63638;
	font-weight: 600;
	margin-bottom: 12px;
}

.lcw-fatal-lightbox .lcw-fatal-body {
	white-space: pre-wrap;
	word-break: break-word;
	max-height: 320px;
	overflow: auto;
	font-size: 12px;
	line-height: 1.5;
	background: #f6f7f7;
	padding: 12px;
	border-radius: 4px;
	margin: 0;
}

.latepoint-consultation-wizard-w .os-no-results-message {
	padding: 20px;
	text-align: center;
	color: #8c8c8c;
}
