#mkpchat {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: end;
}

#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: 9px 20px;
	align-items: center;
	gap: 4px;
	border-radius: 22px;
	background: #FFF;
	box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.25);
	width: fit-content;
}

#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;
}

/* Add  on */
#mkpchat .sticky-button-layout {
	z-index: 20;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mkpchat .sticky-button a, .sticky-button label {
	display: flex;
	align-items: center;
	width: 55px;
	height: 55px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#mkpchat .sticky-button label img.chat-icon {
	width: 38px;
	margin: 0 auto;
}

#mkpchat .sticky-button label svg.close-icon {
	display: none;
}

#mkpchat .sticky-button svg {
	margin: auto;
	fill: #f26529;
	width: 50px;
	height: 50px;
}

#mkpchat .sticky-chat .chat-content {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
	overflow: hidden;
	font-weight: 400;
}

#mkpchat .sticky-chat .chat-header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 15px;
	background-color: var(--primary-colors-orange-700);
	overflow: hidden;
}

#mkpchat .sticky-chat .chat-header .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
}

#mkpchat .sticky-chat .chat-text a {
	display: flex;
	margin: 10px 15px;
	font-size: 14px;
	align-items: center;
}

#mkpchat .sticky-chat .chat-text p {
	display: inline-block;
	margin-right: auto;
	margin-bottom: 0;
}

#mkpchat .chatbox-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding-left: 10px;
}

#mkpchat .chatbox-content .item i {
	font-size: 26px;
}

#mkpchat .button {
	cursor: pointer;
}

#mkpchat .secound-chat-button i.plus.icon {
	color: var(--primary-color-deep-blue-800);
	font-size: 26px;
	-webkit-transition: -webkit-transform .3s linear;
}

#mkpchat .rotate {
	-webkit-transform: rotate(135deg);
	color: var(--primary-colors-orange-800) !important;
}