#check-in-page {
	background-color: #FFF;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#check-in-page .back-button {
	color: #000;
}

#check-in-page .home-button {
	color: #000;
}

#check-in-page #main {
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 70px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px 0 20px;
	position: absolute;
	top: 70px;
	width: 100vw;
}

#check-in-page #check-in-message {
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
}

#check-in-page .guest-title {
	background-color: #FFE800;
	border-radius: 10px;
	color: #4C4C4C !important;
	font-family: "RubikMedium";
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}

#check-in-page .div-container {
	margin-bottom: 20px;
}

#check-in-page .title {
	background-color: #4C4C4C;
	border-radius: 10px 10px 0 0;
	color: #FFE800 !important;
	font-family: "RubikMedium";
	font-size: 20px;
	padding: 10px;
}

#check-in-page .reservationNumber {
	border-radius: 0 0 10px 10px;
	border: 1px solid #4C4C4C;
	border-top: none;
	padding: 10px;
}

#check-in-page .input {
	border-radius: 0 0 10px 10px;
	border: 1px solid #4C4C4C;
	border-top: none;
	min-height: 40px;
	padding: 10px;
	width: 100%;
}

#check-in-page .input-text-area {
	height: 150px;
}

#check-in-page .required-message {
	color: red !important;
	display: none;
	font-size: 15px;
	margin-top: 5px;
}

#check-in-page .line {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
	margin: 30px 0 30px 0;
}

#check-in-page #form-warning {
	font-size: 8px;
	margin-bottom: 20px;
	text-align: center;
}

#check-in-page #request-warning {
	color: red !important;
	font-family: "RubikMedium";
	margin-bottom: 20px;
	text-align: center;
}

#check-in-page #success-message {
	color: green !important;
	display: none;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: center;
}

#check-in-page #error-message {
	color: red !important;
	display: none;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: center;
}

#check-in-page #send-button {
	background-color: #4C4C4C;
	border-radius: 10px;
	color: #FFE800 !important;
	font-family: "RubikMedium";
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
