/* Description box injected on service select. */
#amelia-custom-description {
	margin-top: 15px !important;
	padding: 15px !important;
	background-color: #f8f9fa;
	border-left: 3px solid #1246d6;
	color: #33434c;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px;
	display: block !important;
	position: relative;
	z-index: 10;
	animation: jhcAmFadeIn 0.3s ease-in-out;
}

/* Duration label inside the description box. */
.am-custom-duration {
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
	color: #453729;
}

@keyframes jhcAmFadeIn {
	from {
		opacity: 0;
		transform: translateY( -5px );
	}
	to {
		opacity: 1;
		transform: translateY( 0 );
	}
}

/* Hide Amelia branding footer. */
.amelia-v2-booking .am-lite-footer {
	display: none;
}

/* Dialog positioning. */
.el-dialog {
	margin: 0 !important;
	right: 0 !important;
	top: 0 !important;
	position: absolute !important;
}

/* Remove border radius from inputs and buttons. */
.el-input__wrapper,
.el-select__wrapper,
.am-button,
.m-phone-number-input__select {
	border-radius: 0 !important;
}

#amelia-container {
	border-radius: 0 !important;
	height: 100vh !important;
}

/* Selected day on calendar. */
.am-advsc__dayGridMonth-selected .fc-daygrid-day-frame {
	border: 1px solid black !important;
	border-radius: 50% !important;
}

.am-icon-check {
	background: #453729 !important;
}

button.am-button.am-button--filled.am-button--default.am-button--primary.am-button-continue {
	border: 1px solid black !important;
	border-radius: 0 !important;
}

.am-advsc__slots-item__selected .am-advsc__slots-item__inner {
	background: white !important;
}

/* Hide icons on last booking step. */
a.am-fs-sb-cs-cals-card div,
.am-fs__congrats-main {
	display: none !important;
}

.am-fs-sb-cs,
.am-fs__congrats-info {
	margin-top: 5em !important;
}

.amelia-v2-booking #amelia-container .am-fs__main-content {
	height: auto !important;
}

.am-fs__main {
	border-radius: 0 !important;
}
