#response{
	margin-top: 50px;
	border: 1px solid;
	padding: 20px;
	height: 50vh;
	overflow: auto;
}
#response>div{
	margin-bottom: 15px;
}
#response .left{
	float: left;
	width: 100%;
}
#response .right{
	max-width: 80%;
	float: right;
	border: 1px solid #ccc;
	padding: 10px 20px;
	border-radius: 100px;
}
img.loading{
	width: 30px;
	display: none;
}
.flex{
	display: flex;
}
.crawled-data{
	display: none;
}
.crawled-data td{
	border-top: 0 !important;
}
.gtmetrix-result{
	display: flex;
	gap: 50px;
}
.embed-code{
	position: relative;
	width: max-content;
}
.embed-code .copy{
	float: right;
	cursor: pointer;
	margin: 3px;
}

.copied{
	position: absolute;
	top: 0;
	right: 25px;
	background: green;
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
}
div#genacon-chat-wrapper{
	height: min(100%, 445px) !important;
}