
div.mainmenu.aimewhatsapp {
	background-image: url(/doli22demo/custom/aimewhatsapp/img/aimewhatsapp.png);
	background-size: 28px 28px;  /* Adjust these values to make image larger */
	background-repeat: no-repeat;
	background-position: center;
}
.whatsapp-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	padding: 30px;
	margin-top: 20px;
	gap: 30px;
	font-family: "Open Sans", sans-serif;
}
.whatsapp-steps {
	flex: 1;
	color: #333;
}
.whatsapp-steps h3 {
	color: #075E54;
	margin-bottom: 15px;
}
.whatsapp-steps ol {
	padding-left: 20px;
	margin-bottom: 20px;
}
.whatsapp-steps ol li {
	margin-bottom: 10px;
	line-height: 1.6;
}
.whatsapp-right {
	flex: 1;
	text-align: center;
}
.whatsapp-right img {
	width: 250px;
	height: 250px;
	border-radius: 8px;
	border: 1px solid #ccc;
	background: #f8f9fa;
}
.token-box {
	background: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	margin-top: 10px;
	word-break: break-all;
	color: #333;
}
.whatsapp-buttons {
	margin-top: 25px;
	text-align: center;
}
.status-badge {
	display: inline-block;
	padding: 5px 12px;
	border-radius: 20px;
	font-weight: bold;
	color: white;
	background-color: #128C7E;
	margin-bottom: 15px;
}
.status-disconnected { background-color: #d9534f; }

.myclasscss {
	/* ... */
}


