.side-custom {
	height: 100%;
}

#side-view-title {
	max-width: 300px;
	text-overflow: clip;
}

#header + div > *:nth-child(3) {
	max-width: 500px;
}

/* Gradient background for user messages */
/* 
.dark .bg-accent {
	background: linear-gradient(
		90deg,
		#ee4810 0%,
		#f28a1e 50%,
		#f7cd2b 100%
	) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 1rem !important;
	padding: 0.75rem 1rem !important;
}
.bg-accent {
	background: linear-gradient(
		90deg,
		#f28a1e 0%,
		#f5ac24 50%,
		#f7cd2b 100%
	) !important;
	color: #000000 !important; 
	border: none !important;
	border-radius: 1rem !important;
	padding: 0.75rem 1rem !important;
} */
