/* styles.css */
html, body {
	height: 100%;
	margin: 0;
	background-color: #f1f1f1;
}
.site-wrapper {
	height: calc(100% - 35px);
	overflow: hidden;
}
#customgpt_chat {
	height: 100%;
	width: 100%;
}
#customgpt_chat .site-signature {
	display:none!important;
	visibility: hidden!important;
	opacity: 0!important;
	height: 0px!important;
	overflow: hidden!important;
}
