@media not all and (min-width: 1000px){
	p#pagetop{
		bottom: 50px !important;
	}
}

.open-chatbot{
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 1;
	display: inline-block;
	max-width: 20rem;
	width: 20%;
	min-width: 18rem;
	margin-bottom: 0;
	cursor: pointer;
	transition: .3s ease-out;
}
@media (min-width: 1000px){
	.open-chatbot{
		bottom: 8rem;
	}
}
.open-chatbot:is(:hover, :focus){
	opacity: .7;
}