header.navbar {
	height: var(--headerHeight);
	border-bottom: 2px solid #f1f1f1;
	background-color: #F9F9F9 !important;
}

header.navbar .nav-container {
	position: relative;
	justify-content: center;
}

header.navbar a.back-button {
	position: absolute;
	left: 0;
}


html, body.guest {
	background-color: #F9F9F9 !important;
	overflow-x: hidden;
	max-width: 100vw;
	background-image: inherit !important;
}

/* @supports (-webkit-touch-callout: none) {
	html, body.guest{
		position: relative;
	}
} */

body.guest p, body.guest label, body.guest #fixed-footer span {
	font-family: var(--fontFamilyBody), 'Source Sans Pro' !important;
}

body.guest .main-content {
	min-height: auto !important;
}

body.guest div.main-content.guest {
	padding-top: var(--headerHeight) !important;
}

.container_bg_color {
	background-color: transparent !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* #guest-portal-page {
	min-height: calc(100vh - var(--headerHeight));
} */

#spinner {
	background-color: #00000040;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.guest h1 {
	color: #494946;
	font-weight: 500;
}

body.guest h2 {
	font-size: 28px;
	color: #494946;
	font-weight: 500;
}

body.guest h3 {
	font-size: 18px;
	font-weight: 500;
	color: #494946;
	line-height: 26px;
}

body.guest button>h3 {
	font-size: 22px;
	color: var(--primary_color);
}

body.guest h4 {
	font-size: 18px;
	font-weight: 400;
	color: #494946;
	line-height: 26px;
}

body.guest h6 {
	font-size: 12px;
	color: var(--primary_color);
	font-weight: 500;
	line-height: 17.5px;
}

@media(max-width: 575px) {
	body.guest h1 {
		font-size: 20px;
		margin-bottom: 1rem;
	}

	body.guest h2 {
		font-size: 18px;
		margin-bottom: 1rem;
	}

	body.guest h3 {
		font-size: 16px;
		margin-bottom: 1rem;
	}

	body.guest button h3 {
		font-size: 18px;
		margin-bottom: 1rem;
	}

	body.guest h4 {
		font-size: 16px;
		margin-bottom: 1rem;
	}

	body.guest .step-text p {
		margin-bottom: .5rem !important;
		line-height: inherit;
	}

	body.guest .instruction .step-text img {
		height: auto;
		max-width: 100%;
	}
}

@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */

	@media(max-width: 575px) {
		body.guest h1 {
			font-size: 20px;
			margin-bottom: 1rem;
		}

		body.guest h2 {
			font-size: 18px;
			margin-bottom: 1rem;
		}

		body.guest h3 {
			font-size: 16px;
			margin-bottom: 1rem;
		}

		body.guest button h3 {
			font-size: 18px;
			margin-bottom: 1rem;
		}

		body.guest h4 {
			font-size: 16px;
			margin-bottom: 1rem;
		}

		body.guest .step-text p {
			margin-bottom: .5rem !important;
			line-height: inherit;
		}


		body.guest .instruction .step-text img {
			height: auto;
			max-width: 100%;
		}
	}
}


body.guest header.navbar h4 {
	font-weight: 500;
}

body.guest p {
	font-size: 16px;
	font-weight: 400;
	color: #494946;
	line-height: 23px;
}

body.guest #gp2steps p {
	font-weight: 500;
	color: #808080;
}

body.guest p.small {
	font-size: 14px !important;
	color: #808080;
}

body.guest p.gp2-info {
	font-weight: 500;
	color: #808080;
}

body.guest a {
	text-decoration: underline;
}

body.guest .fw-medium {
	font-weight: 500 !important;
}

body.guest .btn-outline-primary:hover {
	background-color: white !important;
	color: var(--primary_color) !important;
}

body.guest .btn-outline-primary:active {
	background-color: white !important;
	border-color: var(--primary_color) !important;
}

body.guest .gp2-step-container {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

body.guest .card {
	background-color: white;
	border: none;
	overflow: hidden;
	border-radius: 8px;
}

body.guest hr {
	border-top: 1px solid #EEEEEE;
}

body.guest input[type='checkbox'] {
	position: relative;
	opacity: 0;
	display: none;
	height: 23px;
	width: 23px;
}

body.guest label.gp2-checkbox::before {
	font: normal normal 300 30px/1 'Font Awesome 6 Pro' !important;
	position: static !important;
	display: block !important;
	width: 27px;
	margin-left: auto;
}

body.guest .gp2-submit-container {
	background-color: #F9F9F9 !important;
	z-index: 4000;
}

body.guest .gp2-btn {
	transition: .3s;
	font-size: 22px;
	font-weight: 500;
	border-radius: 16px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

body.guest label {
	font-size: 16px;
	font-weight: 500;
	color: #808080;
	line-height: 23px;
}

body.guest .custom-input {
	border: 1px solid #DCDCDC !important;
	padding: 0.4rem 0.7rem !important;
	background-color: white !important;
	border-radius: 4px !important;
}

body.guest .custom-input label>p {
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #999999 !important;
}

body.guest .custom-input input {
	border: 0 !important;
	font-size: 18px !important;
	color: #495057 !important;
}

body.guest .custom-input select {
	-webkit-appearance: none !important;
	background-color: white !important;
	border: 0 !important;
	font-size: 18px !important;
	color: #495057 !important;
}

body.guest .custom-input i.fa-phone {
	font-size: 12px;
}

input[type='radio']+label,
input[type='checkbox']:not(.custom-control-input)+label {
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:3px;
}

#formCheckinData input[type='radio']+label,
#formCheckinData input[type='checkbox']:not(.custom-control-input)+label,
input[type='radio']+label:first-of-type,
input[type='checkbox']:not(.custom-control-input)+label:first-of-type {
	margin-top:0px;
}

/* body.guest form button[type="submit"] {
	position: absolute;
	bottom: 0;
} */

body.guest .gp2-submit-container {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

/* body.guest #formArrival button{
	position: absolute;
	bottom: 0;
}
body.guest #formDeparture button{
	position: absolute;
	bottom: 0;
} */
body.guest input:-webkit-autofill,
body.guest input:-webkit-autofill:hover,
body.guest input:-webkit-autofill:focus,
body.guest input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-text-fill-color: #495057 !important;
}

body.guest select:-webkit-autofill,
body.guest select:-webkit-autofill:hover,
body.guest select:-webkit-autofill:focus,
body.guest select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-text-fill-color: #495057 !important;
}

body.guest button:focus {
	outline: 0 !important;
}

body.guest button.disabled:not(.btn-primary), body.guest button.disabled:not(.btn-primary)>h3 {
	color: #b4b4b4 !important;
}

body.guest a.disabled, body.guest button.disabled {
	/* pointer-events: none; */
	cursor: default;
}

body.guest .info-box {
	background-color: #E8993026;
	border-radius: 8px;
	overflow: hidden;
}

body.guest .guest2-button {
	display: flex;
	align-items: center;
	background-color: white;
	box-shadow: 0px 4px 4px 0px #0000000F;
	padding: 1.25rem;
	border-radius: 4px;
}

body.guest .guest2-button.completed {
	background-color: #EEEEEE;
}

body.guest .guest2-button .fa-check {
	font-size: 1.5em;
	padding: 0.1rem;
	border: 2px solid;
	border-radius: 50%;
	line-height: 21px;
	height: 26px;
	width: 26px;
	text-align: center;
	background-color: white;
	transition: .3s;
}

body.guest .guest2-button.to-complete .fa-check {
	color: #eeeeee;
}

body.guest .guest2-button.to-complete .document {
	color: #e21010;
	font-weight: 600;
}

body.guest .guest2-button.completed .fa-check {
	border-color: var(--primary_color);
	background-color: var(--primary_color);
	color: white;
}

body.guest .guest2-button.completed .fa-check {
	border-color: #6CE48E;
	background-color: #6CE48E;
	color: white;
}

body.guest #guest-page,
body.guest #guest-informations,
body.guest #house-manual-child {
	position: absolute;
	min-height: 100vh;
	width: 100vw;
	top: 0;
	left: 100vw;
	transition: .3s;
	background-color: #F9F9F9 !important;
	z-index: 3020;
	padding-top: 0;
}

body.guest #guest-page header.navbar,
body.guest #guest-informations header.navbar,
body.guest #house-manual-child header.navbar {
	position: static !important;
}

/* body.guest #guest-informations form button[type="submit"] {
	position: static;
} */

body.guest #guest-share {
	position: absolute;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	backdrop-filter: blur(2px);
	background-color: #2E4A6F4D;
	z-index: 3040;
}

body.guest #guest-share .shareclose {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

body.guest span.alert {
	top: 0;
	z-index: 3050;
	opacity: 0;
}

body.guest span.alert>span {
	border-radius: 4px;
	background-color: var(--primary_color);
	color: white;
	padding: .75rem 1.5rem;
	font-size: 14px;
	font-weight: 500;
}

body.guest span.copy {
	top: 0;
	z-index: 3050;
	color: white;
	border-radius: 4px;
	background-color: #000000a8;
	left: calc(50vw - 46.75px);
}

body.guest span.send {
	top: 0;
	z-index: 3050;
	color: white;
	border-radius: 4px;
	background-color: #000000a8;
	left: calc(50vw - 46.75px);
}

body.guest .share-box {
	display: flex;
	align-items: center;
	border-radius: 4px;
	padding: 1rem;
}

body.guest .share-link {
	cursor: pointer;
}

/* FORM CSS */
.select2-container {
	width: 100% !important;
	border: 0 !important;
}

.select2-selection {
	border: none !important;
}

.select2-selection__rendered {
	font-size: 18px !important;
	padding: 0 !important;
}

body.guest .select2-dropdown {
	z-index: 3100 !important;
	border: 1px solid #DCDCDC !important;
}

.guest .select2-container {
	z-index: 3020;
}

body.guest .select2-container--default .select2-selection--single .select2-selection__clear {
	float: none !important;
	position: absolute;
	right: 1.5rem;
}

body.guest .select2-search__field {
	border: 1px solid #DCDCDC !important;
}

body.guest .reservation-box, body.guest .instruction-box, body.guest .reservation-box, body.guest .manual-box {
	background-color: white;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 1.5rem 1.25rem;
	overflow: hidden;
}


body.guest .wifi-box {
	border: 1px solid #eee;
	border-radius: 8px;
	background-color: white;
}

body.guest .manual-box p.step-title {
	color: #808080;
	font-weight: 500;
}

body.guest .manual-box img {
	height: auto;
	max-width: 100%;
}

body.guest .manual-box .step-carousel .slick-list {
	overflow: visible !important;
}

body.guest .child-wrapper {
	/* 	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
 */
	cursor: pointer;
}

body.guest .child-wrapper:not(:last-child) {
	border-bottom: 1px solid #EEEEEE;
}

body.guest p.child-title {
	font-size: 18px !important;
	margin-bottom: 0;
	border-bottom: 0;
}

/* body.guest #house-manual-child {
	position: fixed;
	min-height: 100vh;
	max-height: 100vh;
	width: 100%;
	right: 0;
	top: 0;
	transition: .3s;
	z-index: 3020;
	background-color: #f9f9f9;
	overflow-x: hidden;
}

body.guest #house-manual-child:not(.show) {
	transform: translateX(100%);
} */

@media (max-width: 575px) {
	body.guest .instruction-box, body.guest .manual-box {
		background-color: white;
		margin-left: -1.25rem;
		width: 100vw;
		border-left: 0;
		border-right: 0;
	}

	body.guest hr.separator {
		width: 100vw;
		margin-left: -1.25rem;
	}
}

@media (min-width: 576px) {
	body.guest hr.separator {
		width: 100%;
		margin-left: 0;
	}
}

body.guest .reservation-box a, body.guest .instruction-box a {
	text-decoration: none !important;
}

body.guest a.gp2-btn {
	text-decoration: none !important;
}

/* body.guest .reservation-collapse-container {
	border-top: 1px solid #eee;
	padding-top: 0.75rem;
}

body.guest .reservation-collapse-container h6 {
	font-size: 12px !important;
	color: #494946 !important;
}

body.guest .reservation-collapse-container span {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #808080 !important;
}

body.guest .reservation-collapse-container p {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #494946 !important;
} */

body.guest .alert-box {
	background-color: #FFF1F1;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23DBC0C0FF' stroke-width='3' stroke-dasharray='5%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 8px;
}

body.guest .alert-box a {
	text-decoration: none;
}

body.guest i {
	transition: .3s;
}

body.guest .rotate {
	transform: rotate(180deg);
}

body.guest .select2-selection__arrow.mt-1 {
	margin-top: .1rem !important;
}

body.guest .swal2-container {
	z-index: 3060 !important;
}

body.guest #formPayment button.gp2-btn, body.guest #formshare button.gp2-btn {
	position: static !important;
}

@media (min-width: 992px) {
	body.guest .share-container {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
		border-radius: 16px;
	}

	body.guest #gp2steps p {
		font-size: 16px !important;
	}

	body.guest .gp2-step-container {
		width: 900px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

body.guest .swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: var(--primary_color);
}

body.guest .swal2-icon.swal2-success .swal2-success-ring {
	border: 0.25em solid rgb(134 150 220 / 30%);
}

body.guest h2.swal2-title {
	font-size: 22px !important;
}

body.guest .swal2-icon.swal2-success {
	border-color: var(--primary_color);
	color: var(--primary_color);
}

body.guest label.error {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.guest #formInvoice .gp2-checkbox {
	padding: 5px 0 3px 19px !important;
}


a.readmore {
	cursor: pointer;
}


body.guest #accordionInstructions .accordion-body a {
	text-decoration: underline;
}





.guest #guest-informations div[data-field-type=checkbox] label {
	margin-bottom: 0 !important;
	height: 64px;
	display: flex;
	align-content: center;
	flex-wrap: wrap-reverse;
}

.guest #guest-informations div[data-field-type=checkbox] label:before {
	top: calc(50% - 9px);
}



/* CHECK-IN INSTRUCTIONS */
#accordionInstructions .slick-list {
	overflow: visible;
}



#gpChatbox {
	position: fixed;
	bottom: 135px;
	right: 10px;
	z-index: 4000 !important;
}

#gpChatbox .chatOpenBtn {
	font-size: 22px;
	width: 50px;
	height: 50px;
	border: 3px solid white !important;
	padding: 0px !important;
}

#gpChatbox .gpChatNewAlert {
	position: absolute;
	bottom: 33px;
	right: 33px;
	background-color: red;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: inset 0 0 4px darkred;
	border: 1px solid #5c1b1b;
}

#gpChatbox #gpChatboxContainer {
	background-color: #fff;
	height: 60vh;
	width: 40vh;
	min-height: 200px;
	min-width: 250px;
	margin-bottom: 9px;
	border-radius: 10px;
	border: 2px solid var(--primary_color);
	position: relative;
}

#gpChatbox #gpChatboxContainer.chatbox-panel {
	height: 100vh;
	width: 100vw;
	border-radius: 0;
	border: 0;
	position: fixed;
	z-index: 4001;
	top: 0;
	left: 0;
}

#gpChatbox #gpChatboxContainer:before {
	content: "";
	position: absolute;
	top: 100%;
	right: 8px;
	transform: translateX(-50%);
	border: solid transparent;
	border-width: 8px;
	border-top-color: #000;
}

#gpChatbox #gpChatboxContainer.chatbox-panel:before {
	border: 0
}

#gpChatbox #gpChatboxControls {
	color: #888;
	font-size: 0.8rem;
}

#gpChatbox #gpChatboxMsg {
	overflow-y: auto
}

#gpChatbox #gpChatboxInputMsg {
	min-height: 55px;
	max-height: 130px
}

@media (min-width: 576px) {
	#gpChatbox #gpChatboxContainer.chatbox-panel #gpChatboxInput {
		max-width: 540px;
		margin: auto;
	}
}

@media (min-width: 768px) {
	#gpChatbox #gpChatboxContainer.chatbox-panel #gpChatboxInput {
		max-width: 720px;
		margin: auto;
	}
}

#gpChatbox #gpChatboxContainer.chatbox-panel #gpChatboxInput {
	width: 100%;
}






#gpChatbox .conversation {
	display: flex;
	flex-direction: column;
	max-width: 400px;
	margin: 0 auto;
}


@media (min-width: 576px) {
	#gpChatbox #gpChatboxContainer.chatbox-panel .conversation {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	#gpChatbox #gpChatboxContainer.chatbox-panel .conversation {
		max-width: 720px;
	}
}

#gpChatbox #gpChatboxContainer.chatbox-panel .conversation {
	width: 100%;
}

#gpChatbox .message {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	font-size: 1rem;
	overflow: hidden;
}

#gpChatbox .message-bubble {
	overflow: hidden;
	overflow-wrap: break-word;
}

#gpChatbox .message .message-time {
	color: #888;
	font-size: 0.75em !important;
	font-style: italic;
	text-align: right;
}

#gpChatbox .received .message-bubble {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 10px;
	background-color: #F6F6F6;
	color: #333;
	width: 100%;
}

#gpChatbox .received .message-avatar {
	margin-right: 10px;
	font-size: 25px;
	align-self: flex-end;
}

#gpChatbox .sent .message-bubble {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 10px;
	background-color: #DCF8C6;
	color: #333;
	width: 100%;
}

#gpChatbox .sent .message-avatar {
	margin-left: 10px;
	font-size: 25px;
	align-self: flex-end;
}

.reservation-summary {
	border: 0;
	padding: 0;
	margin: 0;
}

/*

.reservation-summary h5 {
	font-size: 1.15rem;
}

.reservation-summary .summary-price {
	float: right;
	padding-left: 10px;
	font-size: 16px;
}

.reservation-summary .total-price {
	font-weight: 700;
	color: var(--primary_color);
}
.reservation-summary label:empty {
	display: none;
} */