﻿.section__alert {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 170px;
	margin: auto;
}

	.section__alert > div:nth-child(2) {
		margin: 20px 0 0;
		color: #818181;
		text-align: center;
		font-size: 15px;
	}

	.section__alert i {
		color: var(--color-icon);
		font-size: 30px;
	}

.section__input-error {
	position: absolute !important;
	background: #FF4035;
	color: white;
	font-size: 13px;
	padding: 5px;
	border-radius: 4px;
	bottom: -35px;
	left: 0;
	z-index: 1;
}

	.section__input-error::before {
		content: "";
		position: absolute !important;
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-bottom: 9px solid #FF4035;
		border-left: 10px solid transparent;
		border-top: 9px solid transparent;
		left: 15px;
		top: -18px;
	}

.message__modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.40);
	border-radius: 8px;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.message__modal-exit {
	text-align: end;
	color: white;
	font-size: 25px;
	margin: 0 0 10px;
}
.message__modal-exit i {
	cursor: pointer;
}
.message__container {
	background: white;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	margin: auto;
	height: 60%;
}
.message__container span{
	color:var(--color-icon);
	font-weight: bold;
}
.message__icon {
	display: flex;
	justify-content: center;
	font-size: 70px;
	color: #18415a;
}

.message__text {
	text-align: center;
	margin: 20px 0 0;
}
.stickyMob{
	display:none;
}
.forzeBooking .stickyMob {
	background: #fff;
	/*position: fixed;*/
	left: 0;
	bottom: 0;
	height: 80px;
	z-index: 1;
	box-shadow: 0 2px 14px rgba(0,0,0,.8);
	width: 100%;
	display:none;
	z-index: 1000;
}

.forzeBooking .stickyMob__container {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100%;
}

.forzeBooking .stickyMob__button {
	padding: 5px 15px;
	width: 45%;
	margin: 0 10px;
	border-radius: 6px;
	text-align: center;
	height: 45px;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 16px;
	cursor:pointer;
}

.forzeBooking .stickyMob__button--call {
	border: 1px solid #f4436d;
	font-weight: bold;
	color: #f4436d;
}

.forzeBooking .stickyMob__button--booking {
	background: #f4436d;
	color: #fff;
}

@media screen and (min-width:891px) {
	.forzeBooking .stickyMob{
		display:none !important;
	}
} 