body.durato-wizart-standalone {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #f6f7f8;
}

body.durato-wizart-standalone {
	margin: 0;
}

body.durato-wizart-standalone .durato-wizart-page {
	position: fixed;
	inset: 0;
	overflow: hidden;
	background: #f6f7f8;
}

body.admin-bar.durato-wizart-standalone .durato-wizart-page {
	top: 32px;
}

body.durato-wizart-standalone .durato-wizart-page::after,
.durato-wizart-modal .modal-body::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 220px;
	height: 92px;
}

.durato-wizart-target {
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.durato-wizart-target iframe {
	width: 100% !important;
	height: 100% !important;
	border: 0;
	display: block;
}

.durato-wizart-status {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	color: #5f646c;
	text-align: center;
	background: #f6f7f8;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.durato-wizart-status.is-hidden {
	visibility: hidden;
	opacity: 0;
}

.durato-wizart-status.is-error {
	color: #842029;
	background: #f8d7da;
}

.durato-wizart-modal .modal-content {
	height: 100vh;
	border: 0;
	border-radius: 0;
	background: #fff;
}

.durato-wizart-modal .modal-body {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
}

.durato-wizart-modal-close {
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 1065;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	color: #202020;
	font-size: 1.125rem;
	line-height: 1;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(8px);
}

.durato-wizart-modal-close:hover {
	background: #fff;
}

body.durato-wizart-modal-open {
	padding-right: 0 !important;
}

body.admin-bar .durato-wizart-modal {
	top: 32px;
	height: calc(100% - 32px);
}

body.admin-bar .durato-wizart-modal .modal-dialog,
body.admin-bar .durato-wizart-modal .modal-content {
	height: 100%;
}

body.admin-bar .durato-wizart-modal-close {
	top: 48px;
}

.durato-wizart-back {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 10;
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	padding: 0.625rem 0.875rem;
	border-radius: 999px;
	color: #202020;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(8px);
}

.durato-wizart-back:hover {
	color: #202020;
	background: #fff;
}

body.admin-bar.durato-wizart-standalone .durato-wizart-back {
	top: auto;
}

@media (max-width: 767.98px) {
	body.admin-bar.durato-wizart-standalone .durato-wizart-page {
		top: 46px;
	}

	body.admin-bar .durato-wizart-modal {
		top: 46px;
		height: calc(100% - 46px);
	}

	body.admin-bar .durato-wizart-modal-close {
		top: 62px;
	}

	body.durato-wizart-standalone .durato-wizart-page::after,
	.durato-wizart-modal .modal-body::after {
		width: 150px;
		height: 72px;
	}

	.durato-wizart-back {
		bottom: 12px;
		right: 12px;
		padding: 0.5625rem 0.75rem;
		font-size: 0.875rem;
	}
}
