section.page {
	display: flex;
	flex-direction: column;
	display: -ms-flexbox;
	-ms-flex-direction: column;
}
section.page > main.body, section.page > section.body {
	flex-grow: 1;
	flex-shrink: 0;
	-ms-flex-positive: 1;
}
.chat-window-none {
	display: none;
}
.chat-window-desktop {
	position: fixed;
	bottom: 2%;
	right: 2%;
	width: 25%;
	height: 90%;
	min-width: 32rem !important;
	max-width: 40rem !important;
	z-index: 1000;
	background-color: white;
	border-radius: 1rem;
	border-color: black;
}
@media (min-height: 720px) {
	.chat-window-desktop {
		width: 25%;
		height: 90%;
	}
}
@media (min-height: 800px) {
	.chat-window-desktop {
		width: 25%;
		height: 90%;
	}
}
@media (min-height: 960px) {
	.chat-window-desktop {
		width: 25%;
		height: 80%;
	}
}
@media (min-height: 1200px) {
	.chat-window-desktop {
		width: 25%;
		height: 70%;
	}
}
@media (min-height: 1440px) {
	.chat-window-desktop {
		width: 25%;
		height: 60%;
	}
}
.chat-window-mobile {
	position: fixed;
	z-index: 1000;
	text-align: center;
	width: 100%;
	height: 100%;
	background: white;
	background-image: url("x_tnrc_kors_p_hals.Kors pa halsen icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
	overflow: visible;
	overscroll-behavior: contain;
	margin-top: auto;
	margin-left: auto;
}
.chat-window-zoomed {
	position: fixed;
	z-index: 1000;
	text-align: center;
	width: 100%;
	height: 100%;
	background: white;
	background-image: url("x_tnrc_kors_p_hals.Kors pa halsen icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
	overflow: visible;
	overscroll-behavior: contain;
}
@keyframes fadein {
		from {
		opacity: 0;
	}
		to {
		opacity: 1;
	}
	}
@-moz-keyframes fadein {
		from {
		opacity: 0;
	}
		to {
		opacity: 1;
	}
	}
@-webkit-keyframes fadein {
		from {
		opacity: 0;
	}
		to {
		opacity: 1;
	}
	}
@-ms-keyframes fadein {
		from {
		opacity: 0;
	}
		to {
		opacity: 1;
	}
	}
@-o-keyframes fadein {
		from {
		opacity: 0;
	}
		to {
		opacity: 1;
	}
	}
#chat_window iframe {
	border-radius: 1rem;
}
#sleep-button {
	position: fixed;
	z-index: 600;
	bottom: 5%;
	right: 5%;
	height: fit-content;
	background-color: transparent;
	border-style: hidden;
}
#sleep-button:hover {
	-webkit-filter: drop-shadow(2px 1px 0 black) drop-shadow(-1px -1px 0 black) !important;
}
@keyframes glowing {
		0% {
		fill: white;
		box-shadow: 0 0 5px white;
	}
		50% {
		fill: lightgrey;
		box-shadow: 0 0 20px lightgrey;
	}
		100% {
		fill: white;
		box-shadow: 0 0 5px white;
	}
	}
#sleep-button > svg > g > circle {
	animation: glowing 1300ms infinite;
}
#sleep-button > svg > g > path {
	fill: "white";
}
#sleep-button > svg {
	pointer-events: none;
	width: 8rem;
	height: 8rem;
}
.sleep-icon {
	width: 10rem;
}
.sleep-vis {
	display: block;
}
.sleep-invis {
	display: none;
}