.plumb-bot-wrapper-27004387 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	font-family: sans-serif;
}

.plumb-bot-button-27004387 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #0073aa;
	color: #fff;
	border: none;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	transition: transform 0.2s;
}

.plumb-bot-button-27004387:hover {
	transform: scale(1.05);
}

.plumb-bot-window-27004387 {
	width: 300px;
	height: 400px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.plumb-bot-header-27004387 {
	background-color: #0073aa;
	color: #fff;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plumb-bot-title-27004387 {
	font-weight: bold;
}

.plumb-bot-close-27004387 {
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.plumb-bot-messages-27004387 {
	flex: 1;
	padding: 15px;
	overflow-y: auto;
	background: #f9f9f9;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.plumb-bot-msg-27004387 {
	max-width: 80%;
	padding: 10px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.plumb-bot-msg-bot-27004387 {
	align-self: flex-start;
	background-color: #0073aa;
	color: #fff;
}

.plumb-bot-msg-user-27004387 {
	align-self: flex-end;
	background-color: #e0e0e0;
	color: #333;
}

.plumb-bot-input-area-27004387 {
	display: flex;
	padding: 10px;
	border-top: 1px solid #ddd;
	background: #fff;
}

.plumb-bot-input-27004387 {
	flex: 1;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

.plumb-bot-send-27004387 {
	margin-left: 10px;
	padding: 8px 12px;
	background: transparent;
	color: #0073aa;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
