#imchat {
    bottom: 24px;
    right: 24px;
    position: fixed;
    width: 235px; /* Minimized width */
    height: 50px; /* Minimized height */
    opacity: 1;
    z-index: 999;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

#copilotFrame {
    display: none; /* Hide iframe initially */
    height: 100%;
}

#minimizeBtn {
	color: black;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1000;
	background-color: #eee;
	border: none;
	padding: 4px 8px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 4px;
}