#mkpchat {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 170px;
	z-index: 99999;
	cursor: pointer;
	text-align: center;
	height: fit-content;
}

#mkpchat label, .menu-item .menu-title {
	display: flex;
	gap: 2px;
	align-items: normal;
}

#mkpchat label .unread, .menu-item .unread {
	width: 8px;
	height: 8px;
	background-color: red;
	border-radius: 40%;
}

#mkpchat #mkpChat_tool .elements {
	display: flex;
	flex-direction: row;
	gap: 4px;
	align-items: center;
}

#mkpchat_main {
	width: 60%;
	max-width: 900px;
	position: fixed;
	bottom: 9px;
	right: 18px;
	height: 700px;
	border: 1px solid #CCC;
	border-radius: 12px;
	overflow: hidden;
	z-index: 999999;
	box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

#mkpchat .mkpchat-icon {
	width: 120px;
	margin: auto;
}

#mkpchat .mkpchat-floating {
	display: inline-flex;
	padding: 12px 26px;
	align-items: center;
	gap: 4px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.25);
	margin-top: -10px;
	cursor: pointer;
}

#mkpchat .mkpchat-floating label {
	color: var(--Blue-CI, #0066B3);
	font-feature-settings: 'clig' off, 'liga' off;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
}
