.navbar-brand img,
.wr-login-logo {
	display: block;
	height: auto;
	max-width: 180px;
}

.wr-auth-body {
	background: #153D54 !important;
}

.wr-auth-body .page {
	background: transparent;
}

.wr-payment-page {
	align-items: center;
	display: flex;
	min-height: 100dvh;
	padding-bottom: 2rem !important;
	padding-top: 2rem !important;
}

.wr-payment-card {
	display: grid;
	grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 980px;
	overflow: hidden;
	width: 100%;
}

.wr-payment-brand {
	align-items: flex-start;
	background: #153D54;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
}

.wr-payment-brand .wr-login-logo {
	max-width: 220px;
}

.wr-payment-brand p {
	color: rgba(255, 255, 255, .76);
	margin: 1.25rem 0 0;
}

.wr-payment-content {
	min-width: 0;
}

@media (max-width: 767.98px) {
	.modal.modal-blur .modal-dialog {
		align-items: stretch;
		height: calc(100dvh - 2rem);
		margin: 1rem;
		max-height: calc(100dvh - 2rem);
	}

	.modal.modal-blur .modal-content {
		display: flex;
		max-height: 100%;
		min-height: 0;
	}

	.modal.modal-blur .modal-content > form {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		min-height: 0;
	}

	.modal.modal-blur .modal-body {
		flex: 1 1 auto;
		max-height: none;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.modal.modal-blur .modal-footer {
		flex: 0 0 auto;
		gap: .75rem;
		padding-bottom: max(1rem, env(safe-area-inset-bottom));
	}

	.modal.modal-blur .modal-footer .btn {
		flex: 1 1 0;
	}

	.modal.modal-blur .modal-footer .ms-auto {
		margin-left: 0 !important;
	}
}

.page .navbar-vertical .navbar-brand img {
	max-width: 150px;
}

.wr-form {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#wr-guest-modal .wr-form {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wr-wide,
.wr-form .wr-wide,
.wr-form fieldset,
.wr-form > .btn {
	grid-column: 1 / -1;
}

.wr-check-grid {
	border: 1px solid var(--tblr-border-color);
	border-radius: var(--tblr-border-radius);
	display: grid;
	gap: .5rem 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 1rem;
}

.wr-check-grid legend {
	float: none;
	font-size: .875rem;
	margin-bottom: .5rem;
	padding: 0 .25rem;
	width: auto;
}

.wr-current-image,
.wr-current-gallery {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

.wr-current-image img,
.wr-gallery-thumb img {
	aspect-ratio: 4 / 3;
	border-radius: var(--tblr-border-radius);
	object-fit: cover;
	width: 110px;
}

.wr-gallery-thumb {
	cursor: pointer;
	position: relative;
}

.wr-gallery-thumb input {
	position: absolute;
	opacity: 0;
}

.wr-gallery-thumb span,
.wr-gallery-remove {
	align-items: center;
	background: var(--tblr-danger);
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: flex;
	height: 22px;
	justify-content: center;
	position: absolute;
	right: -7px;
	top: -7px;
	width: 22px;
}

.wr-unit-image {
	aspect-ratio: 16 / 9;
	background: var(--tblr-bg-surface-secondary);
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.wr-unit-image img,
.wr-gallery-large img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.wr-unit-gallery-open {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	inset: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.wr-unit-image-placeholder {
	align-items: center;
	color: var(--tblr-secondary);
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 190px;
}

.wr-unit-badge {
	border-radius: 999px;
	color: #fff;
	font-size: .75rem;
	padding: .25rem .5rem;
	position: absolute;
	right: .75rem;
	top: .75rem;
	z-index: 2;
}

.wr-unit-badge.is-available {
	background: var(--tblr-success);
}

.wr-unit-badge.is-maintenance {
	background: var(--tblr-primary);
}

.wr-unit-badge.is-inactive {
	background: var(--tblr-danger);
}

.wr-gallery-arrow {
	align-items: center;
	background: rgba(0, 0, 0, .45);
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: flex;
	height: 34px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	z-index: 3;
}

.wr-gallery-arrow.is-prev {
	left: .75rem;
}

.wr-gallery-arrow.is-next {
	right: .75rem;
}

.wr-gallery-large {
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: var(--tblr-border-radius);
	max-height: calc(100vh - 9rem);
	overflow: hidden;
	position: relative;
}

.wr-gallery-lightbox[hidden] {
	display: none !important;
}

.wr-gallery-lightbox {
	align-items: center;
	background: rgba(15, 23, 42, .92);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 2rem;
	position: fixed;
	z-index: 1085;
}

.wr-gallery-lightbox .wr-gallery-large {
	aspect-ratio: auto;
	background: transparent;
	border-radius: 0;
	height: calc(100vh - 4rem);
	max-height: calc(100vh - 4rem);
	max-width: min(1100px, 100%);
	width: 100%;
}

.wr-gallery-lightbox .wr-gallery-large img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wr-gallery-lightbox-close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff;
	display: flex;
	font-size: 2.5rem;
	height: 3rem;
	justify-content: center;
	position: fixed;
	right: 1.25rem;
	top: 1rem;
	width: 3rem;
	z-index: 2;
}

.wr-lightbox-open {
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.wr-payment-page {
		align-items: flex-start;
		min-height: 100dvh;
		padding-top: 1rem !important;
	}

	.wr-payment-card {
		grid-template-columns: 1fr;
	}

	.wr-payment-brand {
		align-items: center;
		padding: 1.25rem;
		text-align: center;
	}

	.wr-payment-brand .wr-login-logo {
		max-width: 180px;
	}

	.wr-payment-brand p {
		margin-top: .75rem;
	}
}

.wr-checkout-modal .modal-body,
.wr-unit-modal .modal-body,
.wr-hotel-modal .modal-body {
	max-height: calc(100vh - 12rem);
	overflow-y: auto;
}

.wr-crm-date-button {
	align-items: center;
	background: var(--tblr-bg-surface);
	color: var(--tblr-body-color);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.wr-crm-date-button::after {
	content: "▾";
	font-size: .8rem;
	margin-left: .75rem;
}

.wr-crm-date-button.has-value {
	border-color: var(--tblr-green);
}

.wr-crm-calendar {
	background: var(--tblr-bg-surface);
	border: 1px solid var(--tblr-border-color);
	border-radius: var(--tblr-border-radius-lg);
	box-shadow: var(--tblr-box-shadow-lg);
	left: 0;
	padding: .75rem .875rem .875rem;
	position: absolute;
	top: -.25rem;
	width: min(100%, 320px);
	z-index: 1085;
}

.wr-crm-calendar.is-checkout {
	left: calc(50% + .375rem);
}

.wr-crm-calendar[hidden] {
	display: none !important;
}

.wr-crm-calendar-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: .5rem;
}

.wr-crm-calendar-head button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--tblr-primary);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.35rem;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.wr-crm-calendar-head strong {
	text-transform: capitalize;
}

.wr-crm-calendar-body {
	display: grid;
	gap: .25rem;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.wr-crm-calendar-empty {
	min-height: 2.125rem;
}

.wr-crm-calendar-weekday {
	color: var(--tblr-secondary);
	font-size: .75rem;
	text-align: center;
}

.wr-crm-calendar-body button {
	background: transparent;
	border: 0;
	border-radius: var(--tblr-border-radius);
	color: var(--tblr-green);
	cursor: pointer;
	display: grid;
	font-size: .92rem;
	gap: .2rem;
	justify-items: center;
	min-height: 2.125rem;
	padding: .25rem .125rem;
}

.wr-crm-calendar-body button::after {
	background: var(--tblr-green);
	border-radius: 999px;
	content: "";
	display: block;
	height: .375rem;
	width: .375rem;
}

.wr-crm-calendar-body button.is-selected {
	background: var(--tblr-green);
	color: #fff;
}

.wr-crm-calendar-body button.is-in-range {
	background: var(--tblr-bg-surface-secondary);
	color: var(--tblr-body-color);
}

.wr-crm-calendar-body button.is-range-start,
.wr-crm-calendar-body button.is-range-end {
	background: var(--tblr-dark);
	color: #fff;
}

.wr-crm-calendar-body button.is-disabled,
.wr-crm-calendar-body button:disabled {
	background: transparent;
	color: var(--tblr-muted);
	cursor: not-allowed;
	text-decoration: line-through;
}

.wr-crm-calendar-body button.is-disabled::after,
.wr-crm-calendar-body button:disabled::after {
	background: var(--tblr-danger);
}

@media (max-width: 767.98px) {
	.wr-crm-calendar,
	.wr-crm-calendar.is-checkout {
		left: 0;
		position: relative;
		top: 0;
		width: 100%;
	}
}

.wr-calendar-scroll {
	overflow-x: auto;
}

.wr-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(160px, 1fr));
	min-width: 980px;
}

.wr-calendar-grid > strong {
	background: var(--tblr-bg-surface-secondary);
	border-bottom: 1px solid var(--tblr-border-color);
	color: var(--tblr-secondary);
	padding: .75rem;
	text-align: center;
}

.wr-calendar-day {
	border-bottom: 1px solid var(--tblr-border-color);
	border-right: 1px solid var(--tblr-border-color);
	cursor: pointer;
	min-height: 150px;
	padding: .75rem;
}

.wr-calendar-view-day {
	grid-template-columns: minmax(0, 1fr);
	min-width: 0;
}

.wr-calendar-view-day .wr-calendar-day {
	min-height: 420px;
}

.wr-calendar-day > span {
	color: var(--tblr-secondary);
	display: block;
	margin-bottom: .5rem;
}

.wr-calendar-day.is-other-month,
.wr-calendar-day.is-past {
	background: var(--tblr-bg-surface-secondary);
	cursor: not-allowed;
	opacity: .65;
}

.wr-calendar-event {
	background: var(--tblr-bg-surface);
	border: 1px solid var(--tblr-border-color);
	border-radius: var(--tblr-border-radius);
	color: var(--tblr-body-color);
	display: block;
	margin-bottom: .5rem;
	padding: .5rem;
	text-align: left;
	width: 100%;
}

.wr-calendar-event.is-pending {
	background: var(--tblr-purple-lt);
	border-color: var(--tblr-purple);
}

.wr-calendar-event.is-confirmed {
	background: var(--tblr-green-lt);
	border-color: var(--tblr-green);
}

.wr-calendar-event.is-checkin {
	background: var(--tblr-blue-lt);
	border-color: var(--tblr-blue);
}

.wr-calendar-event.is-checkout {
	background: var(--tblr-gray-200);
	border-color: var(--tblr-dark);
}

.wr-calendar-event.is-cancelled {
	background: var(--tblr-red-lt);
	border-color: var(--tblr-red);
}

.wr-status-line {
	align-items: center;
	display: flex;
	gap: .35rem;
	margin-top: .25rem;
}

.wr-status-line i {
	background: currentColor;
	border-radius: 50%;
	display: inline-block;
	height: .45rem;
	width: .45rem;
}

.wr-more-events {
	background: transparent;
	border: 0;
	color: var(--tblr-primary);
	padding: 0;
}

.wr-day-reservations {
	display: none;
}

.wr-summary-layout {
	display: grid;
	gap: 1rem;
	grid-template-columns: 220px 1fr;
}

.wr-summary-image img {
	aspect-ratio: 4 / 3;
	border-radius: var(--tblr-border-radius);
	object-fit: cover;
	width: 100%;
}

.wr-focus-toolbar {
	display: none;
	margin-bottom: 1rem;
	position: sticky;
	top: .75rem;
	z-index: 20;
}

.wr-focus-mode .wr-focus-toolbar {
	display: flex;
	justify-content: flex-end;
}

.wr-focus-mode .navbar-vertical,
.wr-focus-mode header.navbar {
	visibility: hidden;
}

.wr-focus-mode .page-wrapper {
	margin-left: 0;
}

.wr-guest-origin {
	color: var(--tblr-secondary);
	display: block;
	font-size: .75rem;
	margin-top: .125rem;
}

@media (max-width: 991.98px) {
	.wr-form,
	#wr-guest-modal .wr-form,
	.wr-check-grid {
		grid-template-columns: 1fr;
	}

	.wr-summary-layout {
		grid-template-columns: 1fr;
	}

	.wr-calendar-grid {
		grid-template-columns: repeat(7, minmax(135px, 1fr));
		min-width: 945px;
	}
}
